Commit Graph

61 Commits (3185e2a4cca4336c4fe3814866c0ccbffa22b210)

Author SHA1 Message Date
ansuz 0a6373852e add signing keys to user object at login and register time 2017-03-15 18:57:13 +01:00
yflory a8d200ef2e Don't redirect until realtime is synced when logging in 2017-03-08 16:15:31 +01:00
ansuz 6e72c6a51b remove unused dependencies 2017-03-03 17:15:33 +01:00
yflory f130fd0598 Fix horizontal scrollbar in edge 2017-02-28 18:02:12 +01:00
yflory 345d2faab2 Fix horizontal scrollbar in Edge #3 2017-02-28 17:13:51 +01:00
yflory d683dc499a Fix horizontal scrollbar in Edge #2 2017-02-28 17:03:23 +01:00
yflory 7a0a87bf6c Fix horizontal scrollbar in Edge 2017-02-28 16:38:51 +01:00
yflory 47b8fefd9e Load messages.js only once, in cryptpad-common 2017-02-21 14:16:23 +01:00
yflory 454d1c2052 Do not load all the translations anymore, only the needed one 2017-02-20 18:29:06 +01:00
yflory 7497e0d1c5 Add a dropdown user menu to the top bar in static pages 2017-02-15 17:57:42 +01:00
yflory bff9d05210 Make sure the login_name is in the object 2017-02-13 11:15:30 +01:00
yflory 3aa03225c9 Add a spinner when hashing the password and translate homepage 2017-02-13 11:09:30 +01:00
ansuz c556f78562 log in directly from home page, sign up at /register/ 2017-02-10 16:49:17 +01:00
yflory 73e9effd32 Fix the drive button in the homepage and a:hover in dropdown 2017-02-10 11:21:10 +01:00
yflory 6026351091 Improve the homepage (style and translations) 2017-02-09 18:53:04 +01:00
ansuz 4b710b418c remove dead code from home page 2017-02-07 17:27:00 +01:00
ansuz 6e730c7800 prefer to end links to apps with a trailing slash 2017-02-07 10:53:42 +01:00
yflory 46b48df966 Don't display 'Hello null' if we can't get the account name 2017-02-03 10:48:15 +01:00
yflory 2c6b4b9c6a Hide disabled applications from the context menu in drive 2017-02-02 18:40:39 +01:00
yflory b0fb56fa63 Allow logge din users to access the home page 2017-02-02 18:09:27 +01:00
yflory 46b5b8766d Dropdown button to make a pad from homepage 2017-01-31 18:16:35 +01:00
ansuz d93086a92d hitting enter in the password field should log you in 2017-01-31 17:29:32 +01:00
yflory d926b69f8b Improve the main page when javascript is disabled 2017-01-31 12:43:28 +01:00
yflory 69bee7d79a Add data into the homepage 2017-01-18 18:02:32 +01:00
yflory 82e8041054 Use bootstrap 4 in the main page 2017-01-17 18:19:45 +01:00
yflory e006ed7076 Ability to log in from the main page 2017-01-17 11:52:44 +01:00
yflory 6652e9d6d9 Test new home page 2017-01-16 18:29:34 +01:00
yflory efffd4974f Add createDropdown and createLanguageSelector in cryptpad-common 2017-01-12 18:28:38 +01:00
yflory 569ea21705 Replace the language selector by our custom dropdown menu 2017-01-11 10:59:09 +01:00
ansuz 4902aebe77 open home page table links in new tabs 2017-01-09 11:01:29 +01:00
ansuz 5a90d20cff open pads in a new tab 2017-01-04 16:41:47 +01:00
ansuz 27d5559b0c define and use flags to enable the home page table 2017-01-03 12:17:17 +01:00
ansuz 4b1f9fd4f1 Revert "yank dead code"
This reverts commit aad442cb20.
2017-01-03 11:49:44 +01:00
ansuz aad442cb20 yank dead code 2017-01-02 16:03:50 +01:00
ansuz d843caeb9a remove bottom bar and move language selector to main html 2016-12-30 15:33:28 +01:00
yflory 1772cc93c8 Fix the taildoc bug 2016-12-22 11:02:12 +01:00
yflory e3f484d876 File manager in the home page, lint 2016-12-19 17:53:03 +01:00
ansuz e90ab105aa display buttons according to the order in application_config.js 2016-11-07 11:43:49 +01:00
yflory 74df38f94f Fix race conditions that could prevent applications from being loaded 2016-10-05 11:19:18 +02:00
ansuz 921ee128bc deobfuscate email 2016-09-29 14:46:32 +02:00
Yann Flory 202925302e Display a indicator for read-only pads in the main page 2016-09-20 11:59:13 +02:00
yflory 5c63585952 Complete the French translation 2016-09-15 18:35:09 +02:00
yflory 1e02e7b45b Make the pad types displayed on the front page configurable 2016-09-13 12:24:37 +02:00
ansuz f403d8e2e2 remove table refresh button. listen for changes and refresh automatically 2016-08-30 18:15:43 +02:00
ansuz 55666e9f70 remember presentations, and label them correctly on the home page 2016-08-17 15:03:57 +02:00
ansuz e79d3d4d4e add a refresh button to the home page table 2016-08-03 11:36:22 +02:00
ansuz a094e3c02e use correct store api calls in frame.js
also don't log unnecessarily
2016-08-03 11:02:40 +02:00
ansuz 600f3151e9 don't use the store until it's ready to be used 2016-08-02 12:11:40 +02:00
ansuz caf1a6f01c remove dead code 2016-07-29 18:08:23 +02:00
ansuz 1f24d7126c big ugly commit that will be really hard to audit
This changeset applies new styles to the poll.

it also uses the new asynchronous wrappers around the localStorage api.
this is necessary because we're migrating to a storage system that will
use an async api.

The changes to the poll just happened to coincide with the async stuff.

My apologies to anyone who wants to read this whole thing
2016-07-28 17:44:40 +02:00