Commit Graph

49 Commits

Author SHA1 Message Date
yflory 37debdb866 Merge branch 'staging' into toolbar-prototype 2023-12-05 15:40:16 +01:00
David Benque 8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
daria 2d0e395895 changed `span` into `h5` #1197 2023-09-18 14:38:07 +03: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 8089698f4c remove noscript tags from inner.html
because inner.html should only ever load if javascript is enabled
2022-09-05 19:11:19 +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 6dcc471c81 annotate generated translation keys to suppress warnings 2021-03-01 10:15:47 +05:30
yflory 59ca7ac4d2 Notifications app dark 2021-01-27 17:53:41 +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
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 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 9ba786df4c Fix avatar in notification history 2020-02-06 18:32:05 +01:00
yflory 653d58433e Add link to profile in notifications 2020-02-05 12:16:04 +01:00
yflory 0044d622f1 Fix missing title in notification history 2019-11-19 16:49:04 +01:00
yflory a8ec344203 Fix UI and rendering issues in the notifications panel 2019-09-03 17:58:56 +02:00
yflory 60bea6b33b Request capabilities part 2 2019-07-13 11:47:58 +02:00
yflory 22b2d78a55 Change date format 2019-07-03 16:32:26 +02:00
yflory 8182041526 Remove ES6 code not working on IE 2019-07-03 16:29:45 +02:00
yflory 087af34004 Update translation key 2019-07-03 16:20:22 +02:00
yflory e62aee7df2 Update translation keys 2019-07-02 18:57:38 +02:00
ClemDee e9c55039ef Move button load-more under archived notifications 2019-07-02 15:00:55 +02:00
ClemDee 6961509f76 Prevent to load more archived notifications when reached end 2019-07-02 14:52:19 +02:00
ClemDee fc9414b094 Does not display unwanted archived notifications 2019-07-02 13:42:08 +02:00
ClemDee 95959b60c6 Display existing dismissed notifs in archived 2019-07-02 12:02:02 +02:00
ClemDee c586d9170a Add time for archived notifications 2019-07-02 10:58:54 +02:00
ClemDee 604358d5dc Do not create notification elements from two different places 2019-07-01 11:12:16 +02:00
ClemDee c96be7bf89 Add load notification from history 2019-06-28 16:06:44 +02:00
ClemDee 0783a29f2e Fix lint issues 2019-06-27 17:17:54 +02:00
ClemDee 88759c3d06 Add dummy archived notifications 2019-06-27 17:10:36 +02:00
ClemDee 8f914786e0 Fasten notification element removal in list 2019-06-27 14:00:00 +02:00
ClemDee 19a3524ab5 Add no-notifications indicator when list empty 2019-06-27 11:37:13 +02:00
ClemDee 0f372b2ed5 Operationnal dismissAll button & code restructuring 2019-06-27 11:25:31 +02:00
ClemDee 8c2903892b Add dummy dismiss-all button 2019-06-27 10:15:05 +02:00
ClemDee 2d6e8754be Simple notification UI 2019-06-26 14:33:38 +02:00
ClemDee 5601e50511 Add notification app base 2019-06-25 16:42:04 +02:00