Commit graph

13238 commits

Author SHA1 Message Date
Maxime Cesson
febe51aabc Make drive toolbar responsive 2022-08-26 18:02:04 +02:00
Maxime Cesson
2c3f1f3b07 Small design improvements 2022-08-26 17:58:19 +02:00
Maxime Cesson
e1c02d784e Rm useless filter stuff (from previous commit) 2022-08-26 17:51:39 +02:00
Maxime Cesson
c2b3ed7ae7 Filter by document type (#438), to be improved 2022-08-12 12:25:06 +02:00
ansuz
6942cdcf4b display correct count of support tickets per category 2022-08-02 17:01:47 +05:30
ansuz
82c3ebe696 treat relative URLs for terms, privacy, etc. as relative to the main domain in the 'about cryptpad' menu 2022-08-01 15:42:32 +05:30
ansuz
dd5f4a2e7b link from checkup page directly to instance policy configuration docs 2022-07-26 16:29:08 +05:30
ansuz
c0b53884e7 Merge branch 'placeholder-slow-connection' into main 2022-07-26 16:16:36 +05:30
ansuz
fabda6715a Merge branch 'opengraph' into main 2022-07-26 16:06:45 +05:30
Maxime Cesson
9865b9a1f5 Add OG to calendar and summary with large image card property to all 2022-07-26 11:48:13 +02:00
David Benque
b2332d7206 Add calendar OG preview image 2022-07-26 10:42:31 +01:00
ansuz
0c1e96098e log when /api/updatequota is used 2022-07-25 16:58:43 +05:30
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
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