Commit graph

244 commits

Author SHA1 Message Date
yflory
91af47994b Placeholder on file deletion 2023-09-07 17:03:20 +02:00
yflory
6e3c4077c1 Merge branch 'debowerify' of https://github.com/Pamplemousse/cryptpad into debower 2023-02-01 14:58:07 +01:00
ansuz
38861e5b99 properly omit thumbnails from upload metadata
in cases where they would cause the metadata to be too large
2023-01-11 13:19:15 +05:30
Pamplemousse
9019d92291 removing bower: migrate nthen
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +01:00
Pamplemousse
6c10407802 removing bower: migrate bootstrap
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
a847a5300a removing bower: migrate file-saver
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse
dd25b85554 removing bower: migrate requirejs and requirejs-plugins
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse
c8859524ee removing bower: migrate components-font-awesome
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse
325154e956 removing bower: migrate tweetnacl
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 08:08:16 +01:00
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
183db941b8 set tab title for file app 2022-04-12 13:14:31 +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
4c53d9b509 enforce only loading inner.html from nested contexts 2022-03-23 13:31:52 +05:30
ansuz
6a4ef02c41 remove some dead toolbar code 2021-08-18 08:13:06 +05:30
yflory
786568c353 Fix password-protected files 2021-06-08 11:14:20 +02:00
ansuz
8d87536640 remove unused dependencies from file app 2021-02-25 10:47:30 +05:30
ansuz
dc6446b088 use markdown block styles for plaintext in the file app 2021-02-24 09:12:39 +05:30
yflory
ca8623e020 File app offline 2021-02-10 16:22:17 +01:00
yflory
b7681ffbf2 Kanban and file app dark 2021-01-27 17:00:21 +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
ansuz
c806b97076 resolve conflicts between rebrand and staging 2020-12-29 17:20:53 +05:30
yflory
43ad4f0a84 Deduplicate code between File and MediaTag 2020-12-03 15:22:39 +01:00
yflory
5d6ebdfee6 Make autodownload size for mediatags configurable 2020-11-26 18:15:36 +01:00
yflory
781261111b Remove debugging code 2020-11-26 12:49:40 +01:00
yflory
396eb4d263 Stop autodownloading big mediatags 2020-11-24 16:38:31 +01:00
yflory
a29b98783a Improve download table 2020-11-20 16:38:18 +01:00
yflory
f62f447711 Improve file app UI 2020-11-19 17:58:40 +01:00
yflory
b3f759e870 Fix file app colors 2020-11-19 13:59:48 +01:00
yflory
49423474a8 Make application colors easier to maintain 2020-11-13 17:05:26 +01:00
yflory
9203b88538 Fix UI language 2020-11-04 11:22:31 +01:00
yflory
589d32c062 Stop using sessionStorage for login redirect and new pad options 2020-11-03 16:48:31 +05:30
yflory
47f679bf8b Add missing notification bell in the file app 2020-05-15 13:51:23 +02:00
yflory
706ecc67f9 Fix UI issue sin the file app 2020-05-15 12:02:27 +02:00
yflory
94eac09c61 Add share and access to the bottom bar 2020-05-07 15:26:12 +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
521db379a0 Add access button in all the apps 2020-02-19 19:05:29 +01:00
yflory
7a02b074b7 Hidden hash for files 2020-01-27 15:45:57 +01:00
yflory
b0f5254942 Fix owners not set properly when storing a file the first time 2019-10-31 14:00:04 +01:00
yflory
3f6e64338a Fix downloading file from the drive 2019-08-26 18:17:39 +02:00
yflory
e2ff6c7c30 Fix fileHost in the file app 2019-08-23 17:38:08 +02:00
ClemDee
98abe3d791 Add file plugin to display plain text files 2019-08-08 17:49:19 +02:00
yflory
df5090eaef Fix missing pad title in notifications 2019-07-04 15:51:29 +02:00
yflory
dd7fc83867 Store the blob metadata the first time 2019-06-13 11:17:43 +02:00