Commit graph

186 commits

Author SHA1 Message Date
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
ansuz
93a9c44b6e Merge branch 'main' into 4.15-candidate 2022-04-20 15:32:46 +05:30
ansuz
841884c631 translated warnings for people that use AdGuard 2022-04-01 16:40:26 +05:30
ansuz
9c3b08d389 Merge branch 'sortCalendars' into soon 2022-03-31 11:58:05 +05:30
ansuz
5f94f06a73 optimize calendar sorting 2022-03-31 11:57:56 +05:30
yflory
6e8e85b779 Sort calendars 2022-03-30 15:59:14 +02:00
ansuz
6253c7c61c don't panic if unsafeiframe is loaded with unsafe-eval 2022-03-25 12:01:50 +05:30
ansuz
83f721341f Merge branch 'sandpaper-static' into 4.15-candidate 2022-03-25 11:33:56 +05:30
ansuz
4c53d9b509 enforce only loading inner.html from nested contexts 2022-03-23 13:31:52 +05:30
David Benqué
bc43ec49e8 Rounded calendar UI 2022-02-28 15:35:43 +00:00
yflory
b4bb28ef19 Fix type error in calendar import 2021-11-08 12:46:02 +01:00
ansuz
ce8f108437 apply our usual button styles to the calendar export dropdown 2021-09-27 16:49:33 +05:30
ansuz
f6eb6d5ca6 remove some hardcoded translations 2021-09-06 18:25:47 +05:30
ansuz
ff1c4c9a65 update the calendar list when calendar removal is successful
also fall back to team.name when team.displayName is not available
2021-08-20 16:02:00 +05:30
yflory
904e06091d Fix calendar .ics import (#784) 2021-08-20 11:29:20 +02:00
yflory
addc50b641 Fix allDay events on Safari 2021-06-21 16:53:35 +05:30
yflory
e18dd62670 Fix calendar day offset 2021-05-17 15:39:07 +05:30
yflory
556e5fc998 Remove XXX 2021-05-04 11:43:58 +02:00
yflory
f2b63639c6 URL calendars for anonymous users 2021-05-04 11:30:06 +02:00
ansuz
bf65a577dd remove hardcoded translations
and add a contextmenu handler for the calendar sidebar
2021-04-30 08:10:12 +05:30
ansuz
79f49fd847 remove XXX notes concerning color overrides 2021-04-29 14:51:24 +05:30
ansuz
f19c5b9cca remove XXX notes 2021-04-28 19:05:40 +05:30
yflory
390e36ea84 Replace 'My calendars' with the current user data 2021-04-27 18:09:45 +02:00
yflory
b68b635e65 Remove XXX and fix restricted calendar 2021-04-27 18:02:24 +02:00
yflory
74ed15d4fa Calendar mobile UI 2021-04-27 12:31:13 +02:00
yflory
d11ba24c1e Fix missing calendars for newly created or joined teams 2021-04-26 14:25:11 +02:00
yflory
9a20b8a222 Fix scrollbar in calendars 2021-04-23 18:19:54 +02:00
yflory
5858396985 Calendar improvements 2021-04-22 18:33:17 +02:00
yflory
2a12b5f6ed Fix timezone errors on import 2021-04-20 16:50:47 +02:00
yflory
c7a284efe7 Accept other methods in calendar import 2021-04-20 16:20:17 +02:00
yflory
b45ab9c323 lint compliance 2021-04-19 13:08:38 +02:00
yflory
193813c829 Merge branch 'exportCal' into reminders 2021-04-15 18:09:21 +02:00
yflory
0a984d31f7 Convert email notifications 2021-04-15 18:09:11 +02:00
yflory
131e4b6c37 Merge branch 'reminders' of github.com:xwiki-labs/cryptpad into reminders 2021-04-15 17:48:55 +02:00
yflory
9e47383083 Merge branch 'exportCal' into reminders 2021-04-15 17:45:54 +02:00
yflory
6ced731600 Calendar import 2021-04-15 17:45:38 +02:00
ansuz
0c47a2bbc3 Merge branch 'staging' into reminders 2021-04-15 15:23:09 +05:30
yflory
8a7f5556c4 Calendar export 2021-04-15 11:10:11 +02:00
ansuz
3a5b334899 add a 'BETA' prefix to the calendar title 2021-04-15 14:35:01 +05:30
yflory
6fe1aa7877 Merge branch 'staging' into reminders 2021-04-14 15:51:48 +02:00
yflory
dfff667a6e Add tab title to calendar 2021-04-14 15:51:36 +02:00
yflory
e6fba31884 Close calendar popup with Esc 2021-04-14 15:18:05 +02:00
yflory
a789d585e4 Fix scrollbar issues in calendar 2021-04-14 13:04:55 +02:00
yflory
3a359d4e8c Merge branch 'staging' into reminders 2021-04-13 17:36:22 +02:00
yflory
5b2e713e2f Hide time selection for all day events 2021-04-13 17:35:44 +02:00
yflory
e7d46d6486 Merge branch 'staging' into reminders 2021-04-13 16:42:25 +02:00
yflory
0f68fc3a4e Remove unused code 2021-04-13 16:40:53 +02:00
yflory
56b9ec0aa0 Improve all day events with different timezones 2021-04-13 16:38:50 +02:00
yflory
1b50857f32 Merge branch 'staging' into reminders 2021-04-13 15:42:50 +02:00
yflory
aed2cbc5eb Remember calendar view 2021-04-13 15:42:04 +02:00
yflory
e202713fb3 Add missing translation key 2021-04-13 15:38:29 +02:00
yflory
70b201003c Fix calendar notification UI 2021-04-13 15:31:06 +02:00
yflory
1526f933ed lint compliance 2021-04-13 15:24:22 +02:00
yflory
95c16f5c65 Custom reminders 2021-04-13 15:21:24 +02:00
yflory
3d4f94bb13 Add translation keys 2021-04-13 11:35:48 +02:00
yflory
33c9a2d395 Protect againt XSS in tui calendar 2021-04-13 11:09:14 +02:00
yflory
3d6bf334db lint compliance 2021-04-12 11:20:48 +02:00
yflory
238a816b14 Fix overflowing calendar title 2021-04-09 18:14:45 +02:00
yflory
5ada4f612e Disable calendar passwords 2021-04-09 16:11:20 +02:00
yflory
d0e531dc46 Fix month UI 2021-04-09 13:38:17 +02:00
yflory
697015744e Fix 1px UI issue 2021-04-09 13:25:29 +02:00
yflory
1c0625eb29 Fix details popup 2021-04-09 12:33:39 +02:00
yflory
b5ac7079a8 Fix UI issues 2021-04-09 12:26:11 +02:00
yflory
542b5f17c2 Fix calendar popup UI 2021-04-09 12:02:03 +02:00
yflory
8ee017f982 Add new event button and move new calendar 2021-04-09 10:38:34 +02:00
yflory
1c8efbf3ef Add bottom toolbar to calendar 2021-04-08 18:40:08 +02:00
yflory
fa970ebe94 lint compliance 2021-04-08 14:02:39 +02:00
yflory
905b339492 Encrypt calendars edit URL in teams 2021-04-08 12:02:36 +02:00
yflory
690621000e Add properties modal to calendars 2021-04-07 18:03:37 +02:00
yflory
09b229203c Access modal for calendars 2021-04-07 17:51:58 +02:00
yflory
547b0c1d3e Move an event from a calendar to another 2021-04-07 17:13:28 +02:00
yflory
63581e2cf3 Import calendars from URL and upgrade if needed 2021-04-07 16:41:44 +02:00
yflory
67fae22156 Fix calendar view URL 2021-04-07 15:49:20 +02:00
yflory
5dded12f53 Fix flatpickr DOM nodes not removed 2021-04-07 13:51:50 +02:00
yflory
7f01ab3e1a Open calendar URL 2021-04-06 18:21:48 +02:00
yflory
9ae482b744 Share calendar with a team 2021-04-06 17:25:18 +02:00
yflory
1a3ab6fed8 Calendars worker code 2021-04-06 15:01:43 +02:00
yflory
19ad5d90e8 Offline calendars 2021-04-06 14:03:51 +02:00
yflory
dd7746a2fd Calendar fixes 2021-04-06 12:12:12 +02:00
yflory
610d8d6d9c Delete calendar 2021-04-06 11:31:25 +02:00
yflory
af1d0e3082 Calendar deletion 2021-04-06 10:37:31 +02:00
yflory
15d582e810 Pin and unpin calendars 2021-04-06 10:26:30 +02:00
yflory
2987e468a9 Calendars improvements 2021-04-02 18:21:59 +02:00
yflory
9f4144703c Add/update/delete events 2021-04-02 15:18:59 +02:00
yflory
bbd35d0307 Basic calendar app 2021-04-02 13:44:28 +02:00