Commit graph

98 commits

Author SHA1 Message Date
ansuz
72bf3696ee correct some unncessary instances of raw HTML injection 2021-08-11 19:51:44 +05:30
ansuz
29d2fb38ef trim leading and trailing whitespace from usernames when registering 2021-07-02 12:41:34 +05:30
ansuz
c7a731d30c remove hardcoded translation 2021-05-04 13:45:44 +05:30
ansuz
8546e7b317 hide references to registration if registration is disabled 2021-04-28 14:27:01 +05:30
ansuz
50045c08d0 WIP restrict registration 2021-04-26 18:31:33 +05:30
ansuz
4ac10aa358 set important HTML attributes via code, not translations 2021-03-24 14:41:47 +05:30
ansuz
a9f6d6d491 construct the registration warning as a DOM object instead of parsing concatenated strings 2021-02-08 19:08:46 +05:30
ansuz
c0a26e82b7 remove many XXX notes and hardcoded translations 2021-01-19 15:32:17 +05:30
David Benqué
ddf464ceab Clean up XXX notes 2021-01-07 09:17:39 +00:00
David Benqué
20fc3032ba Fix register confirmation buttons 2020-11-19 20:13:09 +00:00
David Benqué
a725b96cae Use new favicon in static pages 2020-11-10 16:19:58 +00:00
David Benqué
3b97778163 Change tag line in window titles 2020-11-10 16:10:44 +00:00
yflory
4ff146a286 Merge branch 'staging' into rebrand 2020-11-09 16:48:36 +01:00
yflory
b1f29678ca Backward compatiility with sessionStorage 2020-11-02 12:55:40 +01:00
yflory
3f67cb05ef Merge branch 'sessionStorage' into rebrand 2020-10-30 15:19:17 +01:00
yflory
733db7d39f Stop using sessionStorage in CryptPad 2020-10-30 15:13:22 +01:00
David Benqué
dd72d42a14 Clean up some XXXs 2020-10-27 16:36:04 +00:00
David Benqué
9ea2a9dedc Register page and confirm dialog 2020-10-27 16:32:26 +00:00
yflory
846a9d3252 Apply correct style to registration confirm modal 2020-06-23 10:43:56 +02:00
ansuz
c939b4951c add some basic styles to the registration page's confirm buttons 2020-06-22 16:23:16 -04:00
ansuz
6425d492f1 move credential.js from customize.dist/ to www/common/ 2019-09-27 12:04:31 +02:00
ansuz
ecdb1505e2 lint compliance 2019-08-30 16:09:38 +02:00
ansuz
1ab4fd7952 advise users against using their emails as their username 2019-08-30 16:05:04 +02:00
yflory
d76c21fcf5 Register link in the login page 2018-12-14 16:50:25 +01:00
ansuz
ce7ebf0326 don't stop users from registering if they cancel out of a prompt 2018-07-09 15:31:20 +02:00
yflory
842952fe1f New checkboxes and radio input everywhere 2018-04-17 15:51:03 +02:00
yflory
4288f536f1 Use requireCSS to load FontAwesome 2018-03-21 18:31:53 +01:00
yflory
5bba9b6c39 Refactor login to remove duplicate code 2018-02-06 18:45:12 +01:00
Caleb James DeLisle
cd26a4c093 Added a test of /login/ 2018-01-11 18:11:06 +01:00
ansuz
5346afe51f step towards customizable login functionality 2018-01-11 15:55:57 +01:00
Caleb James DeLisle
6ac4fa4689 wip 2017-12-14 11:34:44 +01:00
ansuz
701af29192 fix broken register/login process 2017-11-24 15:12:00 +01:00
yflory
280a7c2765 Clean cryptpad-common 2017-11-23 12:28:49 +01:00
yflory
477f14bb8b Put constants in a separate file 2017-11-21 16:46:19 +01:00
yflory
5a2afb5c95 Remove Realtime and Messaging from common 2017-11-13 17:01:09 +01:00
yflory
30c8c253dd Remove util and hash from common 2017-11-13 16:32:40 +01:00
yflory
c9e1de042c Remove common-interface dependency from cryptpad-common 2017-11-13 12:00:26 +01:00
yflory
dc207393fd Separate UI elements from cryptpad-common 2017-11-13 10:23:18 +01:00
yflory
354c63bd64 Clean old code 2017-11-09 18:17:49 +01:00
yflory
5304dc319f Enable redirection to the previous page after registration 2017-10-04 15:55:57 +02:00
yflory
59ad96e491 Make sure the user is redirected to the drive at registration 2017-09-25 16:11:50 +02:00
yflory
bafa401473 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2017-09-13 17:22:48 +02:00
yflory
d360e2d0f4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2017-09-13 16:20:26 +02:00
yflory
ab64bf9e59 Use less2 for the loading screen 2017-09-13 16:19:26 +02:00
ansuz
8a87ec180e Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2017-09-13 14:52:26 +02:00
Caleb James DeLisle
789a923792 Change font-awesome to be pulled through LessLoader which will rewrite the font file URLs to use ver= parameter 2017-09-13 14:47:50 +02:00
ansuz
dc86579d46 use an 8 character password for tests 2017-09-13 14:00:48 +02:00
ansuz
499b5ea2ba warn that a password is too short before doing anything else 2017-09-12 10:50:59 +02:00
ansuz
1943c83f69 clean up api for Cryptpad.confirm 2017-09-11 16:24:43 +02:00
ansuz
bca9ba66cb enforce a configurable minimum password length when registering 2017-09-07 17:44:04 +02:00