Commit graph

13377 commits

Author SHA1 Message Date
ansuz
db59cc081d describe why /customize/www/ is served 2022-07-25 16:40:29 +05:30
ansuz
6c73e05d19 ignore an expected error 2022-07-25 16:33:05 +05:30
ansuz
698269ad63 Merge branch 'main' into accounts-refactor 2022-07-25 16:23:48 +05:30
ansuz
145eb78133 Merge branch 'opengraph' into main 2022-07-25 16:12:55 +05:30
ansuz
893297899f lint compliance 2022-07-25 16:10:34 +05:30
Weblate
8ae3343529 Translated using Weblate (Portuguese (Portugal))
Currently translated at 95.2% (1370 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_PT/
2022-07-25 12:36:12 +02:00
Maxime Cesson
d9eb0bf7d6 Refine last details, handle some edge cases 2022-07-25 11:28:29 +02:00
David Benque
ed2a635513 Update opengraph images 2022-07-22 12:34:32 +01:00
ansuz
aaa6efbbb0 better worst-case performance for static files served by NGINX 2022-07-22 16:46:02 +05:30
Maxime Cesson
c1adae6d59 Complete last commit (add og data to "Drive" and "File", handle missing config, modify nginx example config) 2022-07-21 18:44:21 +02:00
Maxime Cesson
341b8a3c85 Link OpenGraph data to the right instance URL through a build mechanism 2022-07-21 11:53:06 +02:00
ansuz
56c2a2b521 Merge branch 'ping-limit' into accounts-refactor 2022-07-20 14:58:31 +05:30
ansuz
aed47d7ae6 Merge branch 'soon' into staging 2022-07-20 13:54:38 +05:30
ansuz
faf682131f Merge branch 'soon' into main 2022-07-20 13:53:56 +05:30
Weblate
a99c2e4553 Translated using Weblate (Portuguese (Portugal))
Currently translated at 95.2% (1371 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_PT/
2022-07-20 10:22:28 +02:00
Maxime Cesson
5441d758b9 Update OpenGraph meta tags #335 2022-07-18 12:42:21 +02:00
David Benque
940ef7f594 Add opengraph preview images 2022-07-15 15:27:11 +01:00
Maxime Cesson
376ba4ce8d Add some generic OpenGraph data to apps 2022-07-15 15:48:45 +02:00
Weblate
f972e96779 Translated using Weblate (Portuguese (Portugal))
Currently translated at 95.4% (1374 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_PT/
2022-07-14 18:10:56 +02:00
ansuz
96a12d12a9 guard against possible type error, lint compliance 2022-07-13 19:28:59 +05:30
ansuz
e4e1ba75db Merge remote-tracking branch 'origin/make-spellcheck-default' into main 2022-07-13 17:39:43 +05:30
ansuz
05f8a9c02b Merge remote-tracking branch 'origin/fix-kanban-item-title-edit' into main 2022-07-13 17:39:38 +05:30
Maxime Cesson
24ccb6d9e7 Apply placeholder to all relevant applications on a slow connection #865
Made with the following command from the cryptpad/ root directory:

$ patternStatic='(<link href=\"\/customize\/src\/outer\.css.*$|<script async data-bootload=\"\/customize\/template\.js\".*$)';
$ pattern2='<style>$';
$ js='<script src=\"\/customize\/pre-loading\.js\"><\/script>';
$ css='<link href=\"\/customize\/src\/pre-loading\.css\" rel=\"stylesheet\" type=\"text\/css\">';
$ find . -name 'index.html' | grep -v -E '(onlyoffice|bower_components|node_modules)' | while read x; \
do if [ `grep -cE "$pattern" $x` -gt 0 ]; then sed -E "s/($pattern)/$js\n    \1\n    $css/" $x > tmp; \
mv tmp $x; y=`echo $x | sed 's/index\.html/inner\.html/'`; if [ -f "$y" ]; then \
sed -E "s/($pattern2)/$js\n    $css\n    \1/" $y > tmp; mv tmp $y; fi; fi; done
2022-07-13 13:21:38 +02:00
Maxime Cesson
80fad70404 Prepare to apply placeholder to all needed apps 2022-07-13 12:46:04 +02:00
Maxime Cesson
edaa8e1d9e Redo placeholder before loading screens for inner and outer 2022-07-12 13:07:58 +02:00
Weblate
75649a22c5 Translated using Weblate (Spanish)
Currently translated at 46.1% (664 of 1439 strings)

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

Translated using Weblate (Spanish)

Currently translated at 45.9% (661 of 1439 strings)

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

Translated using Weblate (Spanish)

Currently translated at 45.2% (651 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/es/
2022-07-11 22:49:39 +02:00
Weblate
791819bbb9 Translated using Weblate (Portuguese (Portugal))
Currently translated at 95.6% (1377 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_PT/
2022-07-11 22:49:39 +02:00
Maxime Cesson
4b7e1b0757 Add a placeholder before loading screens for slow connection 2022-07-11 10:21:00 +02:00
yflory
2493938840 Send error page when updatequota not available 2022-07-11 10:17:53 +02:00
David Benque
bc29c26b66 Add image for home page logo
- easier to customize the main logo while keeping the CryptPad brand
in the footer and other places
2022-07-08 14:52:43 +01:00
Maxime Cesson
162bd50f6c Fix kanban item title editing #921 2022-07-05 16:02:14 +02:00
Maxime Cesson
3e7b76c785 Make spellcheck default for rich text document #887 2022-07-05 14:29:42 +02:00
yflory
6ae07bb480 Allow accounts server to trigger quota updates 2022-07-05 11:48:40 +02:00
Weblate
93bb668733 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1439 of 1439 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1439 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/zh_Hans/
2022-06-30 10:43:58 +02:00
Weblate
d405f36461 Translated using Weblate (Portuguese (Portugal))
Currently translated at 95.6% (1376 of 1439 strings)

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

Translated using Weblate (Portuguese (Portugal))

Currently translated at 96.1% (1384 of 1439 strings)

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

Translated using Weblate (Portuguese (Portugal))

Currently translated at 96.1% (1384 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_PT/
2022-06-30 10:43:58 +02:00
ansuz
183d388049 trying again 2022-06-16 22:10:21 +05:30
ansuz
81cde8c4d5 add European Portuguese translation file 2022-06-16 22:07:09 +05:30
ansuz
3841e8f0b2 Merge branch 'soon' into staging 2022-06-16 16:35:56 +05:30
ansuz
df67acc11e Merge branch 'main' into soon 2022-06-16 16:35:41 +05:30
yflory
af99f94747 Fix dropdown menus when entries contain quotes 2022-06-14 13:44:54 +02:00
Weblate
fab3b4c5d4 Translated using Weblate (Arabic)
Currently translated at 0.6% (10 of 1439 strings)

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

Translated using Weblate (Arabic)

Currently translated at 0.4% (7 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ar/
2022-06-10 10:59:23 +02:00
David Benque
ff43da48a8 Remove padding on cards when dragging 2022-06-08 16:13:49 +01:00
ansuz
7e0977f0d6 add missing name, description, location to public instance telemetry 2022-06-08 13:30:25 +05:30
ansuz
7e567617d9 autocomplete brackets in form code editors 2022-06-08 13:29:01 +05:30
Weblate
49b19c307a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1439 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/zh_Hans/
2022-06-07 15:25:37 +02:00
David Benque
ac7832bf09 Minor changes 2022-06-07 13:49:10 +01:00
David Benque
43b8d8ed0a Reduce margin for kanban cards 2022-06-07 12:37:39 +01:00
ansuz
00b4c96e12 more detailed changelog for 5.0.0 2022-06-07 16:43:34 +05:30
Weblate
70e2f826fc Translated using Weblate (Czech)
Currently translated at 99.5% (1432 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/cs/
2022-06-05 19:35:23 +02:00
Weblate
41193491a3 Translated using Weblate (Japanese)
Currently translated at 99.6% (1434 of 1439 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2022-06-05 19:35:23 +02:00