Commit graph

13936 commits

Author SHA1 Message Date
yflory
d03475af96 Merge branch 'main' into installapp 2023-01-04 10:16:17 +01:00
zuzanna-maria
f1ac1e1006 moved pad resize button so that it no longer overlaps wit hand covers the text 2022-12-31 18:28:06 +01:00
yflory
ceb9f59f53 Fix scroll issue in pad on iOS 2022-12-22 15:34:51 +01:00
yflory
fd6fa31ad9 Fix autozoom in codemirror editors on mobile 2022-12-22 14:15:16 +01:00
yflory
bad1170212 Fix calendar notifications issues with Safari 2022-12-22 13:57:17 +01:00
yflory
7456c0012c Fix overflow issues on small screen 2022-12-22 13:56:50 +01:00
yflory
3dfd2aa904 Fix clear script 2022-12-21 16:02:07 +01:00
yflory
96fbcc97b9 Add clear script to empty the database 2022-12-21 15:59:22 +01:00
David Benque
1401925f5a Merge remote-tracking branch 'origin/main' 2022-12-21 14:34:17 +00:00
David Benque
fea4f179d1 Bmp version number 2022-12-21 14:29:00 +00:00
David Benque
3cfccf8024 Changelog for 5.2.1 2022-12-21 13:55:26 +00:00
yflory
6eab023a5a Merge branch 'soon' of github.com:xwiki-labs/cryptpad into soon 2022-12-21 13:34:13 +01:00
yflory
4709b6740d Fix link location in calendar events 2022-12-21 13:34:01 +01:00
yflory
d5fefb5946 Fix 'delete all' button in forms owned by a team 2022-12-21 13:28:29 +01:00
Weblate
0e1ff02a93 Translated using Weblate (Russian)
Currently translated at 99.6% (1573 of 1578 strings)

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

Translated using Weblate (Russian)

Currently translated at 99.6% (1573 of 1578 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ru/
2022-12-21 12:41:58 +01:00
yflory
1971553e1f Flush cache when adding new admin 2022-12-20 17:25:54 +01:00
yflory
4fbc8d51e2 Fix install script 2022-12-20 17:00:23 +01:00
yflory
70e602d9c9 Prototype install app 2022-12-20 16:57:51 +01:00
ansuz
953c817c5b clean up more prototype code:
* remove commented code
* serialize errors sent from http workers to the main process
* drop support for custom http headers set via config.js#httpHeaders
* websockets: only listen on localhost, respect websocketPort config in workers' proxy config
2022-12-20 18:03:52 +05:30
ansuz
24274e6c9b remove some prototyping code that was overwriting values in responses to http-workers 2022-12-20 17:10:10 +05:30
ansuz
7e4518b43d More server cleanup:
* make the websocket port configurable
* reorder some tasks at launch time to use more consistent logging
* relaunch http workers if they crash
* refuse to launch if httpUnsafeOrigin cannot be parsed as a URL
* fix a path issue reintroduced by a git merge
2022-12-20 16:29:38 +05:30
ansuz
d58096636a Merge tag '5.2.0' into test-merge 2022-12-20 14:49:47 +05:30
ansuz
6f19101f42 big server changes:
* use the nodejs cluster module to handle http traffic with multiple threads
* listen for websocket traffic on a new port because all such logic needs to share state
* proxy websocket URLs from the cluster to the new port so everything is backwards compatible
* implement logic for http workers to make requests and stay in sync with the main process
* unrelated: define the expected nodejs version in a constant
2022-12-20 14:20:59 +05:30
yflory
f01e21eac7 Merge branch 'soon' of github.com:xwiki-labs/cryptpad into soon 2022-12-19 16:11:06 +01:00
yflory
8245189bcb Fix NO_SUCH_CHANNEL error after using the debug app 2022-12-19 16:10:42 +01:00
Weblate
1715250677 Translated using Weblate (German)
Currently translated at 100.0% (1578 of 1578 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2022-12-19 15:26:08 +01:00
Weblate
20a4c8114e Translated using Weblate (French)
Currently translated at 100.0% (1578 of 1578 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2022-12-19 15:20:54 +01:00
Weblate
7d8fabb63c Translated using Weblate (Russian)
Currently translated at 99.6% (1572 of 1577 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ru/
2022-12-19 15:19:40 +01:00
Weblate
5b5c11fcfb Translated using Weblate (English)
Currently translated at 100.0% (1578 of 1578 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2022-12-19 15:19:40 +01:00
Weblate
e6d4b75a75 Translated using Weblate (Hindi)
Currently translated at 0.6% (11 of 1577 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/hi/
2022-12-19 15:19:40 +01:00
yflory
770fb3d657 Fix drag&drop a file from a shared folder into templates 2022-12-19 14:47:19 +01:00
yflory
74707ea723 Fix ownership issues with forms created from the drive 2022-12-19 11:50:36 +01:00
ansuz
2834842f3a
Merge pull request #987 from cremesk/main
relax HSTS header checkup to only require a max age
2022-12-19 14:59:21 +05:30
creme
940d7d3118
relex HSTS header checkup to only require a max age
Signed-off-by: creme <creme@envs.net>
2022-12-16 17:44:02 +01:00
yflory
d39d64626d Fix deprecated cache issue 2022-12-16 15:12:19 +01:00
yflory
9a6455759f Merge branch 'staging' into deprecatedcache 2022-12-16 15:04:14 +01:00
David Benque
a7463c1987 Add comments to pass translations test 2022-12-16 12:05:01 +00:00
David Benque
372e0dd3e6 Add new test to the changelog 2022-12-16 11:26:06 +00:00
ansuz
0231fc684d fix a typo in the newest checkup test 2022-12-16 15:58:19 +05:30
ansuz
505b42f740 check that hosts provide an HSTS header 2022-12-16 15:52:30 +05:30
yflory
75de90c8b5 Send form notification anonymously 2022-12-15 16:22:38 +01:00
Weblate
de240c3af4 Translated using Weblate (German)
Currently translated at 100.0% (1577 of 1577 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2022-12-15 16:08:31 +01:00
Weblate
519204ceae Translated using Weblate (English)
Currently translated at 100.0% (1577 of 1577 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2022-12-15 16:08:31 +01:00
Weblate
382e49e373 Translated using Weblate (French)
Currently translated at 100.0% (1577 of 1577 strings)

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

Translated using Weblate (French)

Currently translated at 100.0% (1576 of 1576 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2022-12-15 16:08:31 +01:00
David Benque
4c1850d0a6 Remove hard coded string 2022-12-15 15:05:29 +00:00
Weblate
dd6d2fa959 Translated using Weblate (French)
Currently translated at 100.0% (1576 of 1576 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2022-12-15 15:59:04 +01:00
Mathilde Grünig
ece69b8c37 update Nginx requirements on CHANGELOG 2022-12-15 13:28:48 +01:00
David Benque
1af5c08bfa Merge branch '5.2-candidate' into soon 2022-12-15 09:34:09 +00:00
Weblate
9a63c3b2ab Translated using Weblate (German)
Currently translated at 100.0% (1576 of 1576 strings)

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

Translated using Weblate (German)

Currently translated at 100.0% (1576 of 1576 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2022-12-15 10:21:25 +01:00
David Benque
6f4d922be2 Tweak team invite link modal 2022-12-14 14:37:33 +00:00