Commit graph

384 commits

Author SHA1 Message Date
David Benque
4f15fda226 Fix misaligned poll rows when swapping axes #975 2022-10-17 11:13:04 +02: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
7e567617d9 autocomplete brackets in form code editors 2022-06-08 13:29:01 +05:30
ansuz
93a9c44b6e Merge branch 'main' into 4.15-candidate 2022-04-20 15:32:46 +05:30
ansuz
841884c631 translated warnings for people that use AdGuard 2022-04-01 16:40:26 +05:30
ansuz
afd8f70c00 force display of the markdown toolbar in forms 2022-04-01 13:12:31 +05:30
ansuz
6253c7c61c don't panic if unsafeiframe is loaded with unsafe-eval 2022-03-25 12:01:50 +05:30
ansuz
83f721341f Merge branch 'sandpaper-static' into 4.15-candidate 2022-03-25 11:33:56 +05:30
ansuz
4c53d9b509 enforce only loading inner.html from nested contexts 2022-03-23 13:31:52 +05:30
David Benqué
72c2fc0daa Rounded Forms 2022-03-02 11:31:45 +00:00
ansuz
4344f4410b handle links in forms 2022-02-25 15:47:28 +05:30
ansuz
aaafc648f6 guard against malformed DOM queries in forms that include polls
and fix display of escaped HTML in poll option titles
2022-02-22 17:33:28 +05:30
yflory
10733f2973 Fix page break in forms #854 2022-01-06 13:49:07 +01:00
ansuz
70196ca103 add an annotation for our translation linter 2021-12-15 13:47:19 +05:30
ansuz
647bcc33e3 fix a translation key mismatch 2021-12-15 12:50:54 +05:30
ansuz
6ee38fba6d Merge branch 'soon' into staging 2021-11-16 14:11:55 +05:30
ansuz
09fb604c3b remove hardcoded translation 2021-11-16 14:07:14 +05:30
David Benqué
40d92a5423 Adjust UI for anon/name answer choice in forms 2021-11-09 16:26:47 +01:00
David Benqué
e4fe445c16 Adjust UI for anon/name answer choice in forms 2021-11-09 15:11:43 +00:00
yflory
528fd4ff97 Update form anonymity options 2021-11-09 14:10:56 +01:00
David Benqué
9d4368e8cd Display full text of Form responses 2021-11-09 14:10:50 +01:00
yflory
5c260c2ea8 Update form anonymity options 2021-11-09 13:47:20 +01:00
David Benqué
02d5cd2bee Display full text of Form responses 2021-11-08 15:04:50 +00:00
yflory
ca0bde068e Fix issue with Choice grids in forms (#827) 2021-11-08 12:46:09 +01:00
yflory
f60c5d7eef Fix issue with Choice grids in forms (#827) 2021-11-08 12:45:20 +01:00
yflory
46765ae659 Fix form issues when changing question type 2021-11-05 15:10:16 +01:00
David Benqué
056bded891 Fix "export to sheet" icon in Form responses 2021-11-04 15:05:30 +01:00
David Benqué
f995364f7e Fix "export to sheet" icon in Form responses 2021-11-03 15:11:22 +00:00
yflory
448a2abb93 Fix forms button UI 2021-10-28 17:46:05 +02:00
yflory
33eca166e6 Update form limits 2021-10-28 15:36:09 +02:00
yflory
dd0e77a74f Fix loss of data in form creation 2021-10-28 15:35:46 +02:00
yflory
1915c06470 Update form limits 2021-10-28 15:35:20 +02:00
yflory
c56db949ea Fix loss of data in form creation 2021-10-21 16:11:05 +02:00
David Benqué
b358337280 Remove hard-coded translations 2021-10-15 14:26:02 +01:00
David Benqué
cfba2b4557 Use FontAwesome icon for the sheet app 2021-10-15 14:06:40 +01:00
yflory
55890011a4 Merge branch 'exportForm' of github.com:xwiki-labs/cryptpad into exportForm 2021-09-28 15:46:26 +02:00
yflory
bef8f131d9 Fix forms results with conditional sections 2021-09-28 15:46:13 +02:00
yflory
04e298dd46 Fix forms results with conditional sections (#799) 2021-09-28 15:44:21 +02:00
David Benque
f092575104 Adjust "export to spreadsheet" forms UI 2021-09-27 09:54:30 +01:00
yflory
aaed6b7d77 Apply form results to new sheet 2021-09-24 16:31:26 +02:00
yflory
86aad06545 Export form in sheets 2021-09-24 15:53:44 +02:00
yflory
eee79e5553 Fix UI issues in forms when disconnected 2021-09-07 17:57:49 +02:00
yflory
8d46e8b5bd Remove debugging logs 2021-09-07 17:52:58 +02:00
yflory
90631569cd lint compliance 2021-09-07 17:41:44 +02:00
yflory
c30962d5bd Add missing color 2021-09-07 17:40:43 +02:00