Commit graph

13688 commits

Author SHA1 Message Date
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
ansuz
9098af75ab fix spacing in loose lists in markdown 2022-09-22 15:54:56 +05:30
ansuz
a8dcdbcbcb fix a bug which prevented old contacts from being removed 2022-09-22 14:20:27 +05:30
ansuz
112ad47bc6 guard against type errors when updating contacts UI based on contact data updates 2022-09-22 14:16:08 +05:30
ansuz
961e816cef avoid displaying empty strings as names when removing a contact 2022-09-22 14:15:27 +05:30
ansuz
174d97c442 test whether registration is open on public instances 2022-09-22 14:11:22 +05:30
yflory
89aabacc55 Merge branch 'rrule' of github.com:xwiki-labs/cryptpad into rrule 2022-09-21 11:10:09 +03:00
yflory
b7024b23f5 Fix HTML encoding in calendar #736 2022-09-21 11:09:58 +03:00
David Benque
291b6dcce6 Add translation update 2022-09-20 12:22:17 +01:00
ansuz
b05e925546 more notes for the changelog 2022-09-20 16:41:30 +05:30
ansuz
a2b98623f1 clarify formatting in API server example config 2022-09-20 16:41:08 +05:30
ansuz
27522b5114 add button to custom limits table to generate account reports
and always display results in the table rather than the list view
2022-09-20 16:40:15 +05:30
ansuz
919af10913 allow 'ch' units in less files 2022-09-20 16:37:17 +05:30
ansuz
79605f4e7b Merge branch 'staging' into soon 2022-09-20 16:26:58 +05:30
David Benque
d6fda92dac Add max-width for instance description 2022-09-20 11:33:35 +01:00
David Benque
5c51fb3d84 Re-style notification section of calendar event modal 2022-09-19 17:26:53 +01:00
David Benque
29e5bf63dd Fix styles in calendar event modal 2022-09-19 17:26:14 +01:00
David Benque
34b5f66047 Add label for "remove reminder" 2022-09-19 17:25:15 +01:00
David Benque
31ca0c4518 Use primary button for day picker in custom recurring event settings 2022-09-19 17:23:59 +01:00
David Benque
7aaf1afeff Add title to custom recurring event End setting 2022-09-19 17:23:21 +01:00