Commit Graph

208 Commits

Author SHA1 Message Date
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
0581c513fb
update icon names + remove comments 2025-09-10 13:48:25 +03:00
daria
7df313bde6
add margin variable 2025-08-28 12:11:09 +03:00
daria
dfc4743f68
update icons 2025-08-18 18:48:19 +03:00
daria
d2c3df9490
update whiteboard buttons 2025-08-08 14:36:56 +03:00
daria
1c5c5cd2bd
add icon librabry to whiteboard 2025-07-09 11:12:44 +03:00
daria
ae16ec056f
fix bug 2025-06-17 14:53:00 +03:00
daria
254c40b6de
fix keyboard trap for Whiteboard links 2025-05-29 04:23:23 -07:00
daria
9d22059658 add skip link for whiteboard app 2025-02-19 18:02:09 +02:00
yflory
b724713ce0 Update requirejs cache string 2024-08-21 17:05:00 +02:00
yflory
1c22beee91 Fix broken 'File' menu entries 2024-03-28 15:58:56 +01:00
yflory
62b4f901db Add missing handler for menu entries 2024-03-13 16:19:16 +01:00
daria
b873a84607 refactor code 2024-03-12 16:49:47 +02:00
yflory
c6fce9f662 Merge branch 'staging' into documents-toolbar 2024-03-07 14:58:34 +01:00
yflory
1c2dc2cbef lint compliance 2024-03-07 14:58:14 +01:00
daria
f5c6fb9c67 Help icon is visible bug fixed from File dropdown #1284 2024-02-20 16:46:18 +02:00
daria
05e1874f9b File menu items (Whiteboard) are accessible using the keyboard
WIP #1284
2024-02-20 16:11:25 +02:00
yflory
1ca280c3ba
Merge pull request #1328 from Chouhartem/fix-whiteboard-download
Fix a few export-related issues
2023-11-30 15:43:09 +01:00
Fabrice Mouhartem
51abbb484f Set default size for empty whiteboard
Previously, empty whiteboards were exported as a 0×0 pixel image, which
raised an error in fabric.js.
To address this issue, the default empty image is set to be a 600×600
pixel transparent png file.

Also fix #1267 that is a consequence of the aforementioned issue.
2023-11-21 10:38:09 +01:00
Fabrice Mouhartem
0005b933e9 #1324: Render the whiteboard before export
- The exported/downloaded from drive whiteboard was empty otherwise
2023-11-21 10:38:09 +01:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
yflory
09bce8d852 Merge branch 'staging' into 5.4-rc 2023-07-13 14:13:34 +02:00
Ahmed Mazen
4e32a9ac06 add favicons statically in each application
The last commit added `.ico` versions of the `png` favicons. This commit
adds each favicon statically to each application's `index.html` file.

By statically, I mean it is not inserted through Javascript and instead
is present in the file already.

This fixes favicons not displaying on Firefox.
2023-07-03 08:46:12 +08:00
yflory
6e3c4077c1 Merge branch 'debowerify' of https://github.com/Pamplemousse/cryptpad into debower 2023-02-01 14:58:07 +01:00
yflory
949a304989 Fix missing secure-fabric.js dependency 2023-01-18 12:59:28 +01:00
Pamplemousse
9019d92291 removing bower: migrate nthen
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +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
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
ba0a0bc9c2 manually apply fabricjs update 2021-11-16 17:17:16 +05:30
yflory
935aa24f9f Fix whiteboard embed size limit 2021-04-21 14:52:06 +02:00
yflory
3d4adb4598 Fix whiteboard download and export 2021-02-23 18:07:40 +01:00
ansuz
32b8f1f8b8 remove some hardcoded translations 2021-02-09 10:16:23 +05:30
yflory
42dfa9a941 Merge branch 'staging' into dark 2021-02-05 10:23:20 +01:00
yflory
96362b20b1 lint compliance 2021-02-04 18:16:48 +01:00
yflory
780e554cc8 Add textbox in whiteboard 2021-02-03 16:36:41 +01:00
yflory
ec4b95687c Implement undo/redo for whiteboard #195 2021-02-03 11:51:15 +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
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
ansuz
9cb683c73e fix whiteboard image embed too large warning 2020-12-14 20:16:19 +05:30