Commit graph

42 commits

Author SHA1 Message Date
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
ansuz
d0ce8f2ca1 add polls to home page and fix up styles just a little bit 2016-07-15 18:49:50 +02:00
ansuz
d1154e8786 missed one 2016-07-12 15:53:58 +02:00
ansuz
3eccec7054 better effort for translation 2016-07-11 17:36:53 +02:00
ansuz
b82e3e5a4e fix bad dependency path 2016-07-11 11:10:17 +02:00
ansuz
88a3c4227b de-obfuscate an obfuscated email 2016-07-11 11:07:59 +02:00
ansuz
4fd718254d fix one more bug for people trying to put html in titles 2016-07-07 14:52:00 +02:00
ansuz
789bc3ecc1 keep people from derping themselves
localStorage XSS? yup. that happened
2016-07-07 14:17:53 +02:00
ansuz
a48c96c053 add alertify for prettier dialogs 2016-07-06 15:14:41 +02:00
ansuz
648f64c6fc confirm with the user before deleting pads 2016-07-04 17:35:44 +02:00
ansuz
ca80736ee1 add title to the pad removal button 2016-07-04 17:31:52 +02:00
ansuz
c292f9f549 move home page scripts into an amd module 2016-07-04 15:21:23 +02:00