Commit graph

186 commits

Author SHA1 Message Date
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
David Benqué
f816a54cd4 Remove XXX related to translation keys 2020-12-04 13:54:17 +00:00
yflory
41bf79232d Add max image size in the upload error message in whiteboard #563 2020-11-25 16:49:46 +01:00
yflory
49423474a8 Make application colors easier to maintain 2020-11-13 17:05:26 +01:00
yflory
9203b88538 Fix UI language 2020-11-04 11:22:31 +01:00
yflory
784306f947 Display a warning bar when viewing a versioned link 2020-10-01 15:29:43 +02:00
yflory
1b3715e61e Add missing style to whiteboard buttons 2020-07-08 13:49:15 +02:00
yflory
7245123061 Refactor buttons.less 2020-06-19 17:06:25 +02:00
ansuz
2925316058 remove hardcoded translations 2020-05-26 11:52:02 -04:00
ansuz
264f4950bd don't show the help menu in embed mode 2020-05-25 17:12:12 -04:00
yflory
1433eed246 lint compliance 2020-05-14 13:24:11 +02:00
yflory
09323e38fa Merge file upload and image embed button in whiteboard 2020-05-14 11:11:13 +02:00
yflory
e6ce5a55e5 Add missing button for all the apps 2020-05-13 14:42:22 +02:00
yflory
adae4b690b outer.css cache busting 2020-04-17 17:38:15 +02:00
yflory
033b784576 Add max file size in whiteboard 2020-04-06 13:21:08 +02:00
yflory
18a4d2a72c Merge duplicated code between framework and whiteboard 2020-04-03 15:31:42 +02:00
yflory
75e5d3cc42 Move the mediatag and avatar code outsite of common-ui-elements 2020-03-30 12:09:12 +02:00
David Benqué
01cdac21cc remove // XXX related to Whiteboard keys 2020-03-25 17:07:31 +00:00
yflory
d7b2876711 Fix UI for brush settings in whiteboard 2020-03-25 17:37:52 +01:00
yflory
f780087ac7 Better UI for whiteboard controls 2020-03-25 17:23:29 +01:00
yflory
fbdb8e547e Merge branch 'soon' into staging 2020-03-25 16:33:47 +01:00
yflory
dcfd9c5a73 Smaller palette in whiteboard 2020-03-25 16:33:45 +01:00
yflory
ae1b59b2c1 Fix canvas initial size 2020-03-24 15:32:56 +01:00