Commit graph

120 commits

Author SHA1 Message Date
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01: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
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
58b98a77e2 set titles for pages which still used the default 2022-04-11 17:49:13 +05:30
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
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
yflory
44889a291d Fix messenger colors 2021-01-26 15:26: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
7245123061 Refactor buttons.less 2020-06-19 17:06:25 +02:00
yflory
079329cc28 Rename toolbar file 2020-05-07 12:01:05 +02:00
yflory
adae4b690b outer.css cache busting 2020-04-17 17:38:15 +02:00
yflory
fb8be19657 Fix buttons UI in contacts 2019-12-13 18:43:40 +01:00
yflory
e8c1eb9f11 Improve mute/unmute process 2019-12-13 18:22:14 +01:00
yflory
8e7858e6ae New share modal in all the apps 2019-06-03 11:57:55 +02:00
yflory
cb16a2e7e4 Notifications in the contacts app 2019-05-23 16:12:39 +02:00
yflory
bfe985e406 Move the chat code outside of the contacts folder 2019-02-18 15:09:27 +01:00
yflory
c6acd191b9 Own drive translations 2018-12-20 11:18:12 +01:00
yflory
ae7d97b3dd Ability to disable apps using appconfig 2018-12-12 14:52:58 +01:00
yflory
d88dee9a83 Restrict sending messages in a pad chat to editors only 2018-12-10 17:47:47 +01:00
yflory
ca45ff31d1 Refactor messenger to use commands from UI to store 2018-11-27 16:55:56 +01:00
yflory
2a46b8f855 Fix an issue with last known hash in the messenger 2018-11-27 13:42:11 +01:00
ansuz
1b83431382 Merge branch 'master' of https://git.xwikisas.com/xwiki-labs/cryptpad 2018-11-20 13:11:49 +01:00
ansuz
04d96d5d0e remove outdated comments 2018-11-20 11:23:31 +01:00
yflory
3a4cfbb7e8 Disable HTML in chat 2018-11-13 17:19:28 +01:00
yflory
fc915e3337 Use DiffMarked in messenger to avoid duplicate code 2018-11-13 14:14:23 +01:00
yflory
7d3d3cf5ac Distinguish between two anonymous users in the chat 2018-10-05 18:04:20 +02:00
yflory
c5c6dc8223 Enable browser notifications for messaging tools 2018-10-02 12:08:25 +02:00
yflory
673dc22159 Update messenger UI 2018-09-19 17:30:15 +02:00
yflory
4025022352 Fix contextual chat notifications 2018-09-17 18:45:00 +02:00
yflory
747c7ffdc3 Improve UI for contextual chat and add warning message 2018-09-14 17:30:12 +02:00
yflory
6c27d2964c Disable friends chat in pad messenger 2018-09-14 15:42:41 +02:00
yflory
d2c1ed5eff Implement reconnect function in the messenger 2018-09-13 15:44:48 +02:00
yflory
1b2f47c0c0 Try a new status indicator in messaging 2018-09-13 11:49:01 +02:00
yflory
1cd1542d19 Update messaging info displayed before entering a room 2018-09-13 11:45:32 +02:00
yflory
10823fc124 Add toolbar notification when the messenger is closed 2018-09-12 15:07:50 +02:00
yflory
c38eb6588e Fix small issues with the messenger 2018-09-12 11:55:26 +02:00
yflory
42ffe0ee30 Fix initial history rules 2018-09-11 17:57:15 +02:00
yflory
6c6ce7b7a8 Fix messenger bugs 2018-09-11 17:42:00 +02:00