Commit Graph

185 Commits

Author SHA1 Message Date
ansuz 71922dbae4 add noscript tags to apps 2022-09-05 19:15:32 +05:30
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
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 0e9a9ddfe0 preserve multi-line formatting of team invite messages 2022-05-31 19:30:32 +05:30
David Benqué 11c2d8b3bf Fix team invite message 2022-05-31 10:39:58 +01:00
David Benqué cf01bd8215 Clean up and lint 2022-05-09 13:53:39 +01:00
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 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é d4bb7743c0 Rounded teams 2022-02-07 16:10:42 +00:00
yflory 07b31dc84d Merge branch 'testtheme' into exportSheet 2021-10-04 12:50:05 +02:00
ansuz ae7e5e0636 remove more XXX notes, add stricter team invite link content validation 2021-09-07 18:59:01 +05:30
ansuz f6eb6d5ca6 remove some hardcoded translations 2021-09-06 18:25:47 +05:30
ansuz 95869b84c9 emoji avatars in the contacts app
and handling of empty display names
2021-08-25 13:38:05 +05:30
ansuz 4b0cebb0fd animal emojis in the team roster
and fall back to default username in teams when members are unnamed
in various places where it was not handled
2021-08-25 13:20:11 +05:30
yflory 777de599c3 Download spreadsheets as xlsx from the drive 2021-08-17 16:05:49 +02:00
ansuz 2019e1d70a implement minor fixes and add comments following code review 2021-07-26 13:05:47 +05:30
yflory 0fc2269a3a Create links in the drive 2021-07-20 10:40:40 +02:00
ansuz bceff56d02 remove hardcoded translation 2021-07-06 15:00:54 +05:30
yflory bca1c08653 Fix team pending owner issues 2021-07-02 18:46:03 +02:00
yflory a2959b2561 Improve offline banner in teams 2021-03-01 16:08:16 +01:00
ansuz 6dcc471c81 annotate generated translation keys to suppress warnings 2021-03-01 10:15:47 +05:30
yflory 62df09e48c Fix XXX 2021-02-26 14:30:55 +01:00
yflory 1edfbadf4e Fix invisible restricted shared folders in teams 2021-02-25 18:31:44 +01:00
yflory 5c87c57371 Improve UI for offline teams 2021-02-22 12:58:21 +01:00
yflory cb153187ce Offline teams 2021-02-11 17:30:40 +01:00
yflory 4d21ca99c1 Add missing handler on teams 'new' cards 2021-01-29 13:09:51 +01:00
yflory b99fc88429 Clean colortheme files 2021-01-28 17:51:13 +01:00
yflory 623aba2705 Migrate all remaining apps to support dark theme 2021-01-28 17:17:29 +01:00
yflory e4dbd04103 Fix iframe URL caching 2021-01-27 13:55:25 +01:00
yflory 89406f5d89 Start with black background when OS is set to dark theme 2021-01-26 17:09:10 +01:00
yflory 44889a291d Fix messenger colors 2021-01-26 15:26:46 +01:00
yflory bda1f36263 Dark mode selection 2021-01-22 14:27:17 +01:00
ansuz d1eff71584 Merge branch 'soon' into staging 2021-01-08 21:23:18 +05:30
ansuz beb74b46d5 merge offlineCache and soon 2021-01-07 17:15:00 +05:30
ansuz c806b97076 resolve conflicts between rebrand and staging 2020-12-29 17:20:53 +05:30
yflory 23e6dac8d4 Update teams slots default values 2020-12-14 16:01:01 +01:00
yflory 82c869f4cd Add cryptget and blob cache 2020-11-30 12:07:03 +01:00
yflory 93ddf51564 Merge branch 'download' into cacheRT 2020-11-24 16:46:22 +01:00
yflory 49423474a8 Make application colors easier to maintain 2020-11-13 17:05:26 +01:00
yflory 93f6619a3e Fix team always offline 2020-11-12 17:35:57 +01:00
yflory 830739c901 Fix teams APP issue after login redirect 2020-11-05 11:28:20 +01:00
yflory b456fee9e9 Fix API error 2020-11-04 12:24:57 +01:00
yflory 9203b88538 Fix UI language 2020-11-04 11:22:31 +01:00
yflory 4edf74587e lint compliance 2020-11-03 18:30:09 +01:00
yflory 446cca0725 Use offline state per shared folder in the drive 2020-11-03 18:29:09 +01:00