yflory
|
0fb2f71b81
|
Merge remote-tracking branch 'origin/access-list-kick-sessions' into 2026.4-rc
|
2026-05-06 13:22:47 +02:00 |
|
DianaXWiki
|
6b9200e2c5
|
Implement review chnages for code quality
|
2026-04-15 14:46:01 +03:00 |
|
DianaXWiki
|
f171375a70
|
Kick guest immediately on enabling access list
|
2026-03-05 14:54:32 +02:00 |
|
yflory
|
a8799d8617
|
fix(drive): Fix Shared Folder added to own drive instead of team drive on notification
|
2026-02-23 14:12:17 +01:00 |
|
yflory
|
af522fd0fe
|
Lucide icons with MutationObserver
|
2025-10-01 16:38:53 +02:00 |
|
daria
|
68e9199f39
|
update file location
|
2025-09-30 17:42:11 +03:00 |
|
daria
|
d9ed36e3f3
|
remove FA dependency
|
2025-09-24 15:11:40 +03:00 |
|
daria
|
204dbc50ba
|
add icon
|
2025-08-20 15:51:46 +03:00 |
|
daria
|
8739783d73
|
add icon library to drive
|
2025-07-08 13:28:07 +03:00 |
|
yflory
|
6fa3f90f6f
|
Revert "Support non-crypto hashes in drive"
This reverts commit ed4438374b.
|
2025-06-06 17:21:49 +02:00 |
|
yflory
|
ed4438374b
|
Support non-crypto hashes in drive
|
2025-06-05 18:51:44 +02:00 |
|
yflory
|
93f8ea2d07
|
Merge branch 'staging' into worker-loading
|
2025-03-17 16:09:04 +01:00 |
|
yflory
|
50d3637767
|
Fix shared folder links as guest
|
2025-03-04 16:31:11 +01:00 |
|
yflory
|
c57d217ad1
|
lint compliance
|
2025-02-26 18:19:43 +01:00 |
|
yflory
|
c9898b575d
|
Add priority loading for drive
|
2025-02-05 17:51:22 +01:00 |
|
daria
|
7031ba8dc7
|
create skip link #1202
|
2025-02-05 17:07:04 +02:00 |
|
yflory
|
6b660c0e75
|
Remove worker files from www
|
2024-11-29 15:20:23 +01:00 |
|
daria
|
4bfadfca90
|
remove unnecessary focus #1607
|
2024-08-27 15:46:31 +03:00 |
|
yflory
|
b724713ce0
|
Update requirejs cache string
|
2024-08-21 17:05:00 +02:00 |
|
yflory
|
1c2dc2cbef
|
lint compliance
|
2024-03-07 14:58:14 +01:00 |
|
David Benque
|
8f0a6319a5
|
Apply headers
|
2023-10-20 15:35:26 +01:00 |
|
yflory
|
4d643e51a1
|
Add new error message with deleted template
|
2023-09-13 15:43:25 +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
|
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
|
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
|
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
|
7f41f8765e
|
avoid bypassing guards against raw HTML in some dialogs
|
2021-08-12 19:02:25 +05:30 |
|
yflory
|
0a604933d2
|
Getting started in the drive
|
2021-04-12 16:09:21 +02:00 |
|
yflory
|
96b2b00b24
|
Fix drive UI stuck offline
|
2021-03-01 17:55:39 +01:00 |
|
yflory
|
a2959b2561
|
Improve offline banner in teams
|
2021-03-01 16:08:16 +01:00 |
|
yflory
|
1edfbadf4e
|
Fix invisible restricted shared folders in teams
|
2021-02-25 18:31:44 +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
|
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
|
0aef54be62
|
Clear cache with 'burn this anon drive'
|
2020-12-07 15:51:58 +01:00 |
|
yflory
|
93ddf51564
|
Merge branch 'download' into cacheRT
|
2020-11-24 16:46:22 +01:00 |
|
yflory
|
7bbb46c2ef
|
Trim history prompt
|
2020-11-17 16:02:06 +01:00 |
|
yflory
|
49423474a8
|
Make application colors easier to maintain
|
2020-11-13 17:05:26 +01:00 |
|
yflory
|
cebe1252f8
|
Fix workers submodules after reconnecting
|
2020-11-10 16:50:38 +01:00 |
|
yflory
|
65628a5169
|
Only use offline cache in the drive app for now
|
2020-11-05 14:02:03 +01:00 |
|