Commit Graph

5848 Commits (6413be24f362cc9e4cd9603679646a43e28d04bd)

Author SHA1 Message Date
ansuz 6413be24f3 apply a click handler with vanilla js instead of jquery
the jquery method only worked ~50% of the time in Firefox 90
for a completely unknown reason
2021-08-12 19:04:09 +05:30
ansuz 7f41f8765e avoid bypassing guards against raw HTML in some dialogs 2021-08-12 19:02:25 +05:30
ansuz 975259f935 Merge branch 'soon' into staging 2021-08-12 16:10:32 +05:30
ansuz 7e80b90bca standardize usage of BR tag in translations 2021-08-12 16:07:43 +05:30
Weblate afdfc273e8 Translated using Weblate (Spanish)
Currently translated at 43.5% (602 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/es/
2021-08-12 12:05:11 +02:00
ansuz 72bf3696ee correct some unncessary instances of raw HTML injection 2021-08-11 19:51:44 +05:30
ansuz 384d4be864 suppress browsers' password autocomplete for document passwords 2021-08-11 19:21:19 +05:30
ansuz 44f5aee4ac Dependency management:
move (most) third-party dependencies from www/common/ => www/lib/

* unify less.js files by standardizing on our slightly modified version
* update textFit.js to the latest version
* describe exact versions of files where known, otherwise link to their project sites
2021-08-11 15:07:38 +05:30
ansuz 44688026d6 exclude ids with invalid lengths from our list of owned documents 2021-08-10 19:53:56 +05:30
ansuz 2a8c70598b Merge branch 'soon' into staging 2021-08-10 19:51:28 +05:30
ansuz d8af3a16ab exclude invalid channel and blob ids when fetching your channel list
for all variations of the same API
2021-08-10 18:51:00 +05:30
ansuz b9eced7bfd remove unused 'noscriptfix' hack 2021-08-10 18:49:29 +05:30
ansuz d960c10a31 clear login token when deleting your account and before logging in 2021-08-10 18:46:10 +05:30
Weblate 17ea1611e7 Translated using Weblate (German)
Currently translated at 100.0% (1382 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/

Translated using Weblate (German)

Currently translated at 99.8% (1380 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-08-10 11:50:32 +02:00
Weblate 61df9214ff Translated using Weblate (Japanese)
Currently translated at 100.0% (1382 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-08-10 11:50:32 +02:00
ansuz b0fcaf8e51 Merge branch 'soon' into staging 2021-08-09 20:21:11 +05:30
Weblate 6a4f02831e Translated using Weblate (English)
Currently translated at 100.0% (1382 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/

Translated using Weblate (English)

Currently translated at 100.0% (1381 of 1381 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/

Translated using Weblate (English)

Currently translated at 100.0% (1380 of 1380 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-08-09 16:50:34 +02:00
Weblate 55a8c94eb4 Translated using Weblate (French)
Currently translated at 99.8% (1380 of 1382 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-08-09 16:50:34 +02:00
ansuz acd7148967 change collapse/expand icons from 'caret' to 'chevron' 2021-08-05 17:01:11 +05:30
Weblate 0a216e4c96 Translated using Weblate (Japanese)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-08-04 09:29:08 +02:00
Weblate d2ff6d4eee Translated using Weblate (German)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-08-04 09:29:08 +02:00
ansuz 18c439986c implement main toolbar collapse button 2021-08-03 16:19:50 +05:30
ansuz 4e02c309bb Merge branch 'staging' into collapse-toolbar 2021-08-03 14:30:37 +05:30
ansuz 97646fdb89 Merge branch 'soon' into staging 2021-08-03 13:36:50 +05:30
ansuz 298d69e914 guard against another possible type error
(in the user object)
2021-08-03 12:23:18 +05:30
ansuz 22357f882b guard against a type error in user-object when FILES_DATA doesn't exist 2021-08-03 12:17:42 +05:30
ansuz 053224a825 Merge branch 'soon' into staging 2021-08-03 12:07:15 +05:30
Weblate d67d6069d4 Translated using Weblate (English)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-08-03 08:33:26 +02:00
ansuz 48ad82c4fb Merge branch 'soon' into staging 2021-08-02 19:55:46 +05:30
ansuz ceab8fe2df disable broken CSV export 2021-08-02 18:16:22 +05:30
ansuz 7ed41aa8e6 make a note to update a translation key 2021-08-02 17:38:13 +05:30
ansuz f4e2e505fe lint compliance 2021-08-02 17:37:06 +05:30
ansuz c6fefd73d8 fix sheet conversion in Chrome
by instantiating SharedArrayBuffers in a more portable way
2021-07-30 19:23:48 +05:30
Weblate 1247ed0b6b Translated using Weblate (Japanese)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/

Translated using Weblate (Japanese)

Currently translated at 99.9% (1378 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-29 09:53:49 +02:00
ansuz b3a7d5c42c factor out some duplicated code for handling 24 dates 2021-07-28 15:19:05 +05:30
ansuz 106dd007ac Merge branch 'staging' into soon 2021-07-28 03:19:18 +05:30
Weblate ef56a8f863 Translated using Weblate (Japanese)
Currently translated at 99.8% (1377 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-27 17:47:04 +02:00
Weblate 9256c45a26 Translated using Weblate (German)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-07-27 17:47:04 +02:00
Weblate 4fe5b11370 Translated using Weblate (French)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-27 17:47:04 +02:00
ansuz 32027f09d6 refine link name placeholder suggestion and provide a more descriptive error message 2021-07-27 05:21:05 +05:30
ansuz 45b58d622d rewrite a switch statement as a concise lookup table 2021-07-27 05:19:35 +05:30
ansuz 860f4cb44b Merge branch 'soon' into staging 2021-07-27 05:16:21 +05:30
Weblate 9258d21ef0 Translated using Weblate (English)
Currently translated at 100.0% (1379 of 1379 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-27 01:23:51 +02:00
Weblate ea6d5e8876 Translated using Weblate (Japanese)
Currently translated at 99.8% (1376 of 1378 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-27 01:23:51 +02:00
ansuz 9c373377cf send feedback for UI related to the new link functionality 2021-07-27 03:40:48 +05:30
ansuz 854a635c5f remove hardcoded translations and defer non-blocking issues till the next release 2021-07-27 03:40:03 +05:30
ansuz 126a3fff46 remove hardcoded translations and rework link name placeholder behaviour 2021-07-26 19:56:11 +05:30
ansuz 2ca98425f2 Merge branch 'soon' into staging 2021-07-26 19:36:04 +05:30
Weblate c35ccfc6bb Translated using Weblate (English)
Currently translated at 100.0% (1378 of 1378 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/

Translated using Weblate (English)

Currently translated at 100.0% (1378 of 1378 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-26 16:05:20 +02:00
ansuz 09fe994443 Merge branch 'soon' into staging 2021-07-26 19:24:15 +05:30