Commit graph

62 commits

Author SHA1 Message Date
yflory
719f21111f Fix missing entries in debug app file menu 2024-03-27 16:41:56 +01:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
yflory
c10fc37645 Merge branch 'totp-ui' into 5.4-rc 2023-07-11 10:30:36 +02:00
yflory
9aac9d1c2f TOTP: Use HTTP challenges to write and remove blocks 2023-06-09 15:06:17 +02:00
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
871110ec12 removing bower: migrate chainpad*
Also, explicitly add `chainpad-netflux`.

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
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
ansuz
70f50711bf abort loading several pages if embedded 2022-02-25 16:02:06 +05:30
yflory
f292945053 Fix debug app #845 2021-12-22 12:45:30 +01:00
yflory
75a8d1acba Add 'save as template' button in file menu for OO apps 2021-10-15 14:58:41 +02:00
yflory
3e969dd9a5 Fix noDrive uid always modified 2021-03-19 15:09:28 +01:00
yflory
287b80d4b8 Merge branch 'staging' into callback 2021-02-09 15:30:46 +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
9756e87f1b Admin, accounts code and debug dark mode 2021-01-27 13:44:32 +01:00
yflory
89406f5d89 Start with black background when OS is set to dark theme 2021-01-26 17:09:10 +01:00
yflory
0fc8bfde4a Use new server format for history keeper time 2021-01-20 15:06:43 +01:00
yflory
92df689352 Fix debug app with no hash 2020-12-07 16:21:45 +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
282461f8fb lint compliance 2020-09-29 16:09:29 +02:00
yflory
e83af300a8 Fix debug app history 2020-09-29 12:01:27 +02:00
yflory
bf2efa09df New history UI 2020-09-28 16:19:40 +02:00
yflory
c04c22cbb8 Add missing buttons to debug app 2020-06-26 15:58:03 +02:00
yflory
079329cc28 Rename toolbar file 2020-05-07 12:01:05 +02:00
yflory
b208ca367d Merge branch 'staging' into cba 2020-04-20 15:38:47 +02:00
yflory
adae4b690b outer.css cache busting 2020-04-17 17:38:15 +02:00
yflory
283f739be5 lint compliance 2020-04-17 15:30:27 +02:00
yflory
c6fa00b14c Add a start value to the new debug tool to simulate a user joining from a checkpoint 2020-04-03 11:46:05 +02:00
yflory
8a658336a7 Fix issues with the new debugging code 2020-04-03 11:19:18 +02:00
yflory
1169156e55 Replay history in order 2020-04-02 10:21:12 +02:00
yflory
9a8604dfb4 Fix debug app restore history 2019-11-22 18:02:33 +01:00
yflory
a6589d0d06 Ability to restore an old version from the debug app 2019-11-22 17:58:21 +01:00
yflory
5ab3f39fb8 Encrypted href 2019-10-07 18:30:46 +02:00
yflory
8e7858e6ae New share modal in all the apps 2019-06-03 11:57:55 +02:00
yflory
fb0827107b Secure share modal 2019-05-29 19:00:20 +02:00
yflory
17dc4af1aa lint compliance 2019-02-26 17:42:21 +01:00
yflory
98bf773221 Better performances and UI for the debug tools 2019-02-26 15:48:29 +01:00
yflory
ec33084226 Add debugging tools 2019-02-25 18:43:32 +01:00
yflory
668dd3c2bd Improve debug app to redirect to login if no user hash is detected 2019-02-20 10:41:29 +01:00
yflory
151bb5bb63 More data in the graph 2019-02-19 15:04:19 +01:00