Commit Graph

22 Commits

Author SHA1 Message Date
daria
5ae5979958
update icons 2025-09-10 14:04:10 +03:00
yflory
b724713ce0 Update requirejs cache string 2024-08-21 17:05:00 +02:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +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
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
9203b88538 Fix UI language 2020-11-04 11:22:31 +01:00
yflory
1dabc76bb9 Fix sframe-boot version 2018-03-14 17:03:50 +01:00
yflory
68accaf653 Todo in sframe with less2 2017-10-30 15:12:15 +01:00
Caleb James DeLisle
b081603455 Update requirejs 2017-08-21 18:08:37 +02:00
yflory
459e0b3b16 CSS and bug fixes for todo 2017-07-26 13:30:39 +02:00
ansuz
85366f2368 use new translations 2017-07-26 13:04:23 +02:00
ansuz
8cfd8d3270 add translations for todo 2017-07-26 13:02:14 +02:00
ansuz
83f79a3883 slightly better styles 2017-07-24 16:14:49 +02:00
Nicolas Lemoine
f67fb32bf1 Add, delete, display a task in Todo 2017-07-24 16:23:53 +03:00
Nicolas Lemoine
a61faebb2b App Todo - Init and HTML 2017-07-24 15:35:29 +03:00
ansuz
dcf5719eaf handle most of the boilerplate stuff 2017-07-23 14:27:47 +02:00