Commit Graph

13657 Commits

Author SHA1 Message Date
yflory b85801e830 lint compliance 2022-10-17 14:24:49 +02:00
yflory 0e27daffc0 Remove debugging console.log 2022-10-17 14:23:57 +02:00
Weblate 2a67360ee1 Translated using Weblate (English)
Currently translated at 100.0% (1502 of 1502 strings)

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

Translated using Weblate (English)

Currently translated at 100.0% (1501 of 1501 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2022-10-17 14:21:02 +02:00
Weblate 3549879e73 Translated using Weblate (French)
Currently translated at 100.0% (1502 of 1502 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2022-10-17 14:21:02 +02:00
yflory bfd1b5138a Merge branch 'staging' into new-asciidoc 2022-10-17 14:07:02 +02:00
yflory d20b3ebee3 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2022-10-17 14:02:53 +02:00
yflory 1838848ec8 Merge branch 'filter-doc-type' into staging 2022-10-17 14:02:40 +02:00
yflory 57d6f1e683 Merge branch 'staging' into code-app-fixes 2022-10-17 14:01:09 +02:00
yflory 0faa99fbfc Remove the drive filter on reload 2022-10-17 14:00:53 +02:00
yflory 8e05f159ae Merge branch 'staging' into filter-doc-type 2022-10-17 13:24:37 +02:00
David Benque bd82e86228 Remove empty file 2022-10-17 12:02:57 +02:00
David Benque 4f15fda226 Fix misaligned poll rows when swapping axes #975 2022-10-17 11:13:04 +02:00
yflory bde6bb0032 Clean server code 2022-10-14 16:53:38 +02:00
ansuz bdf8762fb6 fix typo that broke checkup page styles 2022-10-14 18:17:19 +05:30
David Benque 1ab0208f5b fix shrinking icons with long calendar titles 2022-10-12 17:20:29 +01:00
David Benque 81e00842b9 Style for default confirm button 2022-10-12 16:48:24 +01:00
David Benque 90a7b89a0c Use CryptPad blue for "all day" checkbox 2022-10-12 16:45:49 +01:00
yflory 8a3be878e8 Merge branch 'staging' into form-del 2022-10-12 17:19:22 +02:00
yflory c3df1bb0ec Use flag in pad metadata to allow line deletion in file 2022-10-12 17:17:58 +02:00
ansuz 2e4655e29c Merge branch 'soon' into absolute-paths 2022-10-12 10:55:43 +05:30
David Benque 0b87f1f9c6 Merge remote-tracking branch 'origin/rrule' into rrule 2022-10-11 16:02:10 +01:00
David Benque 5d96f94766 Align reminders line-height 2022-10-11 16:00:37 +01:00
yflory ce5609ea6a Add confirm step when deleting events 2022-10-11 17:00:13 +02:00
yflory f3dc8d059e Update weekly and monthly recurrence pickers in calendar 2022-10-11 16:43:37 +02:00
yflory 16cdf2ccdc Fix recurrence rule update issues 2022-10-11 16:11:53 +02:00
yflory c11b83dd5a Merge branch 'staging' into rrule 2022-10-11 14:00:30 +02:00
David Benque 99da655225 Adjust event popup style 2022-10-10 16:14:39 +01:00
David Benque 707ac44536 Improve notification alignment 2022-10-10 16:05:37 +01:00
David Benque 176f6ab594 Fix remove notification message 2022-10-10 16:05:15 +01:00
David Benque e568027d14 Fix button spacing in event popup 2022-10-10 16:04:23 +01:00
David Baker bf69a576bb
Make unparseable message non-fatal
There was code to handle unparseable messages from things like third party browser extensions but it caught a JSON parsing error, logged an error and then continued, which would throw an unhandled exception trying to read the `ack` property of `data` which had been left as `undefined`.

Add a `return` to abort execution of the handler function and ignore the message instead. Also changes the error to warning, since it's not a fatal error. Add a comment to clarify the behaviour.

From the existing comment, it looks like this was the original intention of the code, but the `return` was simply missed.
2022-10-07 15:57:18 +01:00
yflory 6a1c64fe9a Delete your own form answers 2022-10-06 17:12:23 +02:00
ansuz e59b1fc933 it's reasonable to expect Util.clone not to explode on undefined/null 2022-10-06 16:10:13 +05:30
ansuz 1acdb4180d fix for bogus metadata lines wiping ownership and other parameters 2022-10-06 16:05:05 +05:30
ansuz c03feef96e configure linter not to ignore the server. fix server linting issues 2022-10-06 15:34:58 +05:30
ansuz 863ab4f380 Merge branch 'soon' into absolute-paths 2022-10-06 15:34:05 +05:30
ansuz 3e3fc4f9e4 Merge branch 'main' into soon 2022-10-06 14:05:12 +05:30
ansuz 559e2d1e57 Merge branch 'staging' into soon 2022-10-06 13:06:45 +05:30
ansuz 01cdfa1bbc document yet another way that Safari/webkit is terrible 2022-10-05 15:17:07 +05:30
ansuz 5b4b68b31a [checkup] detect custom pages that might override critical functionality and warn against using CloudFlare 2022-10-05 15:08:49 +05:30
David Benque acfbdccf6f Update Readme
- Add forum as first point of contact
- Update screenshots with drive and full suite of applications
2022-10-03 16:13:10 +01:00
Mathilde f1490a2835
Fix broken links to forum tags
Calling out @davidbenque for messing this out. 😤
2022-10-03 16:51:39 +02:00
David Benque 699922fae6 Fix icon of Rich Text settings 2022-09-29 16:57:49 +01:00
Mathilde Blanchemanche 4eccf22c42 be specific about the type of reports allowed 2022-09-26 15:57:53 +02:00
Mathilde Blanchemanche c2b540793d get rid of FR only 2022-09-26 15:56:08 +02:00
Mathilde Blanchemanche 51d4a96ef8 Revert "remove bug report and feature request issue templates"
This reverts commit ef495142b0.
2022-09-26 15:55:42 +02:00
Mathilde Blanchemanche 34313ea048 be more specific for CryptPad.fr 2022-09-26 15:24:41 +02:00
Mathilde Blanchemanche 8d105d6f16 remove old entries and add news ones to the forum 2022-09-26 15:17:21 +02:00
Mathilde Blanchemanche ef495142b0 remove bug report and feature request issue templates 2022-09-26 15:09:16 +02:00
ansuz fede73efb1 enable admin option to opt-in to aggregate statistics 2022-09-22 16:35:20 +05:30