Commit Graph

134 Commits

Author SHA1 Message Date
yflory 846b91907b Use CryptPad language in dates 2022-10-25 11:07:54 +02:00
David Benque f8b06af65b Remove hard-coded translations 2022-10-24 14:45:12 +01:00
David Benque 795ec4b22f Remove some hard-coded translations 2022-10-21 15:47:06 +01:00
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
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
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 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
yflory 57c3c28cb0 Support clickable links in calendar location 2022-09-15 17:19:12 +02:00
yflory c3b501b431 Fix incorrect recurrence with monthly events on day 31 2022-09-15 16:34:31 +02:00
yflory 175fb7e1dc Add button to move calendar to a specific date 2022-09-15 16:33:50 +02:00
yflory 65b00736bc Support recurrence rules when importing or exporting ICS calendars 2022-09-15 13:15:27 +02:00
yflory af923170a4 Merge branch 'rrule' of github.com:xwiki-labs/cryptpad into rrule 2022-09-14 17:42:06 +02:00
yflory 2e983bf52a Fix recurrence rule monthly picker 2022-09-14 17:40:44 +02:00
yflory 0ee48d40f2 Add click handlers to calendar reminders notifications 2022-09-14 16:11:54 +02:00
David Benque 57e801da98 Improve layout of calendar event pop-up 2022-09-14 13:52:50 +01:00
yflory f27d779aef Fix issues with reminders and recurrence rule 2022-09-13 16:43:08 +02:00
David Benque b7aa3aed0f Import Bootstrap styles in Calendar app
Bootstrap forces buttons and form elements to inherit font styles
Since this wasn't applied calendar forms were displayed in system font
2022-09-13 14:30:25 +01:00
yflory ae32732483 Update recurrence rule 2022-09-13 14:18:38 +02:00
yflory 0c273b1b3d Manage reminders for recurring events 2022-09-12 19:06:25 +02:00
yflory d35b42d207 Fix updating recurring events 2022-09-12 14:42:54 +02:00
yflory 3fa92fa155 Fix update original event 2022-09-08 17:03:08 +02:00
yflory 99df9bc21a Update recurring events in calendar 2022-09-08 16:56:58 +02:00
yflory ee5e1f8335 Translate recurrence rules into text 2022-09-07 17:08:41 +02:00
yflory c123434fa0 Fix recurrence issues 2022-09-07 12:56:45 +02:00
yflory 6ca6ecd283 Create recurring events 2022-09-06 18:58:39 +02:00
ansuz 71922dbae4 add noscript tags to apps 2022-09-05 19:15:32 +05:30
ansuz 8089698f4c remove noscript tags from inner.html
because inner.html should only ever load if javascript is enabled
2022-09-05 19:11:19 +05:30
yflory a5c4bc98ba Merge branch '5.1-candidate' into rrule 2022-08-31 11:43:38 +02:00
yflory bdddb231af Display recurring events 2022-08-30 13:17:57 +02:00
ansuz 524ba22c46 update hardcoded preloading.js cache-busting version string 2022-08-30 14:27:10 +05:30
yflory d5272874fb Add version string to placeholder .js and .css files 2022-08-17 11:14:51 +02:00
Maxime Cesson 0d75a2a92a Load pre-loading script and stylesheet before every others 2022-08-02 16:19:38 +02:00
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
ansuz 01e3012b62 fix poor text contrast for date range indicator in calendar dark mode 2022-06-02 16:21:41 +05:30