David Benque
|
dc91ecd78d
|
Remove XXX
|
2022-12-13 11:39:03 +00:00 |
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 |
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
|
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 |
yflory
|
8f0543c3f3
|
Prepare possible OO migration
|
2021-11-02 12:42:44 +01:00 |
ansuz
|
d70b0ed037
|
lint compliance
|
2021-10-20 12:21:21 +05:30 |
yflory
|
2abe187f67
|
Run x2t in an iframe
|
2021-10-19 13:23:08 +02:00 |
yflory
|
24fa6a4fb6
|
Merge branch 'dapsi-demo-update' into exportSheet
|
2021-10-04 16:08:28 +02:00 |
yflory
|
605a250966
|
Export PDF from the convert app
|
2021-10-04 16:06:21 +02:00 |
yflory
|
08d771a3df
|
Merge branch 'staging' into exportSheet
|
2021-10-04 13:13:15 +02:00 |
yflory
|
07b31dc84d
|
Merge branch 'testtheme' into exportSheet
|
2021-10-04 12:50:05 +02:00 |
yflory
|
db5d2cbfc8
|
Support OO bin format in the convert app
|
2021-10-01 11:26:37 +02:00 |
ansuz
|
eb3cdf2f78
|
Merge tag '4.11.0' into dapsi-demo-update
|
2021-09-21 17:47:23 +05:30 |
ansuz
|
d9d3cdf092
|
minor UX fixes for demo purposes
|
2021-09-21 17:10:00 +05:30 |
yflory
|
d547c90168
|
Fix SharedArrayBuffer cross-origin issues for X2T
|
2021-08-16 17:44:13 +02:00 |
ansuz
|
c1f9d11333
|
delay working on some flagged issues till next release
|
2021-08-16 18:32:34 +05:30 |
ansuz
|
854a635c5f
|
remove hardcoded translations and defer non-blocking issues till the next release
|
2021-07-27 03:40:03 +05:30 |
ansuz
|
3095526066
|
remove some notes that have been addressed
|
2021-07-05 18:59:33 +05:30 |
ansuz
|
e57ccf14d7
|
clean up some pending notes
|
2021-06-30 18:20:57 +05:30 |
yflory
|
12c18fe7a3
|
Remove unused file
|
2021-06-30 12:36:16 +02:00 |
yflory
|
544e5bcbfe
|
Add converter app
|
2021-06-22 12:08:03 +02:00 |