Commit Graph

235 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 #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 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
yflory ebd007fdb9 Use offline state per team and not global state 2020-11-03 17:17:20 +01:00
yflory 589d32c062 Stop using sessionStorage for login redirect and new pad options 2020-11-03 16:48:31 +05:30
yflory f3d2fc6ad5 Stop using sessionStorage for login redirect and new pad options 2020-10-30 15:00:12 +01:00
yflory 714f2c6051 Fix an issue with the maxTeamsSlots configuration 2020-10-21 16:27:18 +02:00
ansuz ab9c7454f5 don't bother hiding the button to kick a member from a team 2020-10-19 19:32:36 +05:30
ansuz dcc463dd67 remove hardcoded translations which were applied via weblate 2020-10-12 14:50:13 +05:30
yflory 54b32690b2 Add missing XXX 2020-10-08 15:08:31 +02:00
yflory 5bd09fe5d2 Export team drive content 2020-10-08 15:02:05 +02:00
ansuz d509fd8b8f downgrade severity of several XXX notes 2020-10-07 17:09:46 +05:30
David Benqué 1800361c77 Open the team drive with collapsed sidebar 2020-07-08 09:57:53 +01:00
yflory 1321c08a62 Merge branch 'staging' into sfAllow 2020-07-02 17:09:26 +02:00
yflory a44c19f996 Add missing error logs 2020-07-02 17:05:23 +02:00
ansuz fd80441151 rename the 'getUserHrefFromKeys' function
since it's no longer an 'href'
2020-06-25 13:15:57 -04:00
yflory bf8c43e9af Merge branch 'staging' into sfAllow 2020-06-24 10:40:59 +02:00
yflory 17e22d87af Don't leave the team automatically in case of GET_HISTORY error 2020-06-23 11:02:48 +02:00
ansuz dcf7d60332 fix unreadable team chat input text color 2020-06-18 15:24:58 -04:00
yflory 2c57a2d872 Add allow lists for shared folders 2020-06-17 17:40:33 +02:00
yflory d9259d4658 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2020-06-09 10:41:22 +02:00
yflory 03e8d161ab Redirect to the team invitation link on login/register 2020-06-09 10:40:47 +02:00
ansuz 607deeaf24 remove the usual 'upload' tooltip from avatars upload buttons 2020-06-08 16:31:11 -04:00
ansuz c8f7c96cfc preserve formatting when displaying multi-line team invite messages 2020-06-05 13:25:22 -04:00
yflory 6427413c7f Use default toolbar in drive 2020-05-14 13:20:29 +02:00
yflory 079329cc28 Rename toolbar file 2020-05-07 12:01:05 +02:00
yflory adae4b690b outer.css cache busting 2020-04-17 17:38:15 +02:00
yflory 35394476a6 Improve scrollbars and modal size 2020-04-06 11:42:47 +02:00
yflory 817309d602 Move code from ui-elements to common-interface 2020-03-31 10:38:42 +02:00
yflory 75e5d3cc42 Move the mediatag and avatar code outsite of common-ui-elements 2020-03-30 12:09:12 +02:00
yflory 980baf9ce3 Fix usage bar in drive and read only teams 2020-03-27 15:06:15 +01:00
yflory ff895bbc82 Move inner files 2020-02-17 10:53:04 +01:00
David Benqué a328dc6c08 fix text input color in team chat 2020-02-10 14:20:14 +00:00
yflory b96079cd44 Remove hidden hash XXX 2020-02-06 10:49:11 +01:00
yflory 1c013d8a4f Fix stacking disconnection alerts 2020-02-05 16:18:09 +01:00
yflory 2c1e26cb52 Remove # symbol when no hash 2020-01-27 13:37:52 +01:00
yflory a8e6250576 Hidden hash for shared folders and team invitation 2020-01-27 13:34:41 +01:00
yflory c2c5dbdb64 Remove hash when joining a team with a link 2019-12-20 15:48:29 +01:00
yflory 826a86c7d6 Fix joining your own team 2019-12-19 16:21:10 +01:00
yflory 20aeb0fde6 Merge branch 'inviteUI' of github.com:xwiki-labs/cryptpad into inviteUI 2019-12-19 11:56:31 +01:00
yflory aca9ddca06 Display error message when trying to use an invitation link a second time 2019-12-19 11:45:50 +01:00
David Benqué 5db81f3990 add margin to team roster header buttons 2019-12-19 10:43:28 +00:00
yflory 0dc4a1d890 Display error message when using an invalid invitation link 2019-12-19 11:38:09 +01:00
yflory de5feeda13 Remove some tippy titles 2019-12-19 11:27:41 +01:00
David Benqué f78a4c538c Merge remote-tracking branch 'origin/inviteUI' into inviteUI 2019-12-19 10:10:00 +00:00
David Benqué c6e7b5d552 add translation keys for errors 2019-12-19 10:09:39 +00:00
yflory 3bebab57e4 Remove XXX 2019-12-19 10:54:58 +01:00
ansuz ceb7fc4f66 remove XXX notes which have been addressed 2019-12-18 18:18:14 -05:00
yflory e0782d753d Fix conflicting curvePublic 2019-12-18 19:10:30 +01:00
yflory 3cd93b1d52 Fix UI issue 2019-12-18 18:47:08 +01:00
yflory b402b3c552 Add wrong password handler 2019-12-18 18:25:44 +01:00
yflory 0b6539893b Fix missing curvePublic 2019-12-18 18:17:05 +01:00
yflory 25b88afeea Fix invitation links 2019-12-18 18:10:33 +01:00