Commit Graph

424 Commits

Author SHA1 Message Date
yflory d5fefb5946 Fix 'delete all' button in forms owned by a team 2022-12-21 13:28:29 +01:00
yflory 74707ea723 Fix ownership issues with forms created from the drive 2022-12-19 11:50:36 +01:00
yflory 75de90c8b5 Send form notification anonymously 2022-12-15 16:22:38 +01:00
David Benque 4c1850d0a6 Remove hard coded string 2022-12-15 15:05:29 +00:00
David Benque 8a2f71a573 Merge remote-tracking branch 'origin/5.2-candidate' into 5.2-candidate 2022-12-13 11:39:12 +00:00
David Benque dc91ecd78d Remove XXX 2022-12-13 11:39:03 +00:00
yflory 3fce59aefc Fix TypeError in forms 2022-12-13 10:15:54 +01:00
yflory 5f6f4edf19 Merge branch '5.2-candidate' of github.com:xwiki-labs/cryptpad into 5.2-candidate 2022-12-12 16:56:21 +01:00
yflory b6274dbf0c Move form export options in dropdown 2022-12-12 16:55:03 +01:00
David Benque 81a7fed01f Remove more temporary translation strings 2022-12-12 15:50:06 +00:00
yflory 1eaa09df3f Merge branch 'form-del-mult' of github.com:xwiki-labs/cryptpad into form-del-mult 2022-12-12 14:13:22 +01:00
yflory f1ff39fa4f Don't show form notification settings for non-owner 2022-12-12 14:13:08 +01:00
David Benque 3d9ec26fcb Form submit message UI 2022-12-12 11:56:43 +00:00
David Benque 7563fc3d92 Improve form settings readability
- add color to tiles that have a separate status
- changed order of settings
2022-12-12 11:31:50 +00:00
David Benque f535c778e3 Merge remote-tracking branch 'origin/form-del-mult' into form-del-mult 2022-12-09 10:18:47 +00:00
David Benque 38c3515fbb Mark translation keys copied 2022-12-09 10:15:22 +00:00
yflory 55f3b910ee Automatically refresh number of form responses 2022-12-08 17:20:50 +01:00
yflory 97fde60e84 Delete only selected answers in forms 2022-12-08 17:20:31 +01:00
yflory 600771682a Allow edit/delete/multiple answers without a drive and fix race condition 2022-12-08 16:53:29 +01:00
yflory f0bc1ef07a Fix missing button in forms 2022-12-07 17:42:44 +01:00
yflory c074eab7b7 Merge branch '5.2-candidate' into form-del-mult 2022-12-07 14:45:18 +01:00
yflory 99011f305a Remove debug log 2022-12-07 14:44:35 +01:00
yflory b2887a5d69 Update form UI and fix owner issues 2022-12-07 14:12:13 +01:00
yflory 27e6f9a34b Fix overflowing text in forms 2022-12-06 15:32:28 +01:00
David Benque 0184030f18 Fix swap axes button in Poll 2022-12-06 11:35:13 +01:00
yflory 112d3a04bd Fix form style issues with long text 2022-12-05 13:52:41 +01:00
yflory 59c13c506c Allow form author to mute the channel 2022-11-30 18:41:16 +01:00
yflory 119efa1180 Fix missing entries in form responses 2022-11-30 17:30:24 +01:00
yflory 4f23dc53c3 Fix form JSON export with multiple responses per user 2022-10-27 15:14:49 +02:00
yflory d896b0dfd6 Fix form issues 2022-10-27 15:10:08 +02:00
yflory f27431a2f8 Merge branch 'form-del' into form-del-mult 2022-10-26 17:57:53 +02:00
yflory 5d350f1c45 Merge branch 'form' into form-del 2022-10-26 17:51:10 +02:00
yflory 614d3834a3 Fix editing response with ordered list in forms 2022-10-25 17:15:25 +02:00
yflory 9c34e9e779 Notify form author on new responses 2022-10-25 16:40:15 +02:00
yflory f0a3e0eb81 Export form results as JSON #837 2022-10-25 15:51:23 +02:00
yflory c49949f810 Mutiple answers 2022-10-25 11:01:01 +02:00
yflory b605c516f0 Allow form owner to reset answers 2022-10-18 11:12:37 +02:00
yflory 89448115c5 Delete form own answers 2022-10-18 10:19:57 +02:00
David Benque 4f15fda226 Fix misaligned poll rows when swapping axes #975 2022-10-17 11:13:04 +02:00
yflory c3df1bb0ec Use flag in pad metadata to allow line deletion in file 2022-10-12 17:17:58 +02:00
yflory 6a1c64fe9a Delete your own form answers 2022-10-06 17:12:23 +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