Commit graph

10760 commits

Author SHA1 Message Date
yflory
ae11088b8a Merge branch 'staging' into toolbar 2023-12-13 14:19:43 +01:00
yflory
d25bd9ffc7 Fix keyboard navigation in the drive 2023-12-13 14:18:48 +01:00
yflory
b7fd666bad Replace CSS parent selector :has (not supported by all browsers) 2023-12-13 13:10:42 +01:00
yflory
c2627f7eeb Merge branch 'staging' of github.com:cryptpad/cryptpad into staging 2023-12-13 12:49:09 +01:00
yflory
476b72aa05 Fix permissions issue wiht new Clipboard API 2023-12-13 12:48:00 +01:00
yflory
7893031689
Merge pull request #1334 from cryptpad/clean-comments
Clean old // XXX comments
2023-12-12 16:33:58 +01:00
David Benque
84a1d96872 Convert // XXX comments to // NEXT
These things will be considered for the next release cycle
in this case it is QR code for the share modal
2023-12-12 15:31:41 +00:00
David Benque
3593b44e9f Remove //XXX 2023-12-12 15:24:49 +00:00
yflory
7c85728e07 Fix browser autocomplete issues 2023-12-12 16:22:26 +01:00
yflory
3a5b66e5d9 Remove form limits in dev mode 2023-12-12 15:58:12 +01:00
David Benque
fde1edd508 Clean old // XXX comments
- either removed or changed the comment type
2023-12-08 15:10:19 +00:00
daria
d1d2eb1100 Filter dropdown is accessible using the keyboard 2023-12-07 11:19:53 +02:00
daria
9f5fc1e998 skip elements whose content is hidden 2023-12-06 11:30:11 +02:00
yflory
56d29ba505 Fix infinite loading screen when accessing the admin page 2023-12-05 16:18:08 +01:00
yflory
b10b07ecc2
Merge pull request #1301 from cryptpad/contextmenu_drive_mobile
Drive context menu on mobile
2023-12-05 16:03:25 +01:00
yflory
37debdb866 Merge branch 'staging' into toolbar-prototype 2023-12-05 15:40:16 +01:00
yflory
fa1e03c44e Fix keydown issues with dropdowns 2023-12-05 15:39:58 +01:00
Mathilde
6f65c7a6fb
Correct Chinese translation from simplified to traditional
Revise the translation of `zh`
2023-12-05 11:25:58 +01:00
Weblate
fe26cc3365 Translated using Weblate (Bulgarian)
Currently translated at 21.5% (359 of 1667 strings)

Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/bg/
Translation: CryptPad/App
2023-12-04 08:55:13 +01:00
Wolfgang Ginolas
3188583f38 Enable protection tab in sheets without encryption
https://github.com/cryptpad/cryptpad/issues/1158
2023-12-01 08:57:42 +01:00
yflory
1ca280c3ba
Merge pull request #1328 from Chouhartem/fix-whiteboard-download
Fix a few export-related issues
2023-11-30 15:43:09 +01:00
Fabrice Mouhartem
5c762edde1 Add a sanity check in initializeAnswers
- To complete e31965abb3
2023-11-30 15:32:25 +01:00
Wolfgang Ginolas
a53f8df6dc Make read only diagrams scrollable
https://github.com/cryptpad/cryptpad/issues/1330
2023-11-30 09:15:31 +01:00
daria
eb350a7463 can delete notifications using the keyboard 2023-11-28 15:19:14 +02:00
daria
f82ee3c79c can open notifications using the keyboard 2023-11-28 14:51:47 +02:00
Fabrice Mouhartem
e31965abb3 Keypair not initialised correctly in the answers channel
- Bug introduced in #1316 to fix #1261
- Was an issue when creating a new form (impossible to answer), however
  importing a template fixed it.
- priv should stay in the scope of initializeAnswers() and not leak
2023-11-28 11:11:59 +01:00
daria
cfefa95409 deleted unnecessary code 2023-11-27 17:28:43 +02:00
daria
e8471182ce can navigate through notifications 2023-11-27 17:12:51 +02:00
zuzanna-maria
b5c4da6e09 remove blank lines 2023-11-24 17:50:24 +01:00
zuzanna-maria
2119ce5221 cleaned and linted 2023-11-24 17:46:52 +01:00
yflory
63658975cd Merge branch 'staging' into contextmenu_drive_mobile 2023-11-24 14:18:22 +01:00
yflory
6a17017694 lint compliance 2023-11-24 14:18:05 +01:00
yflory
cad5610f78 Merge branch 'staging' into contextmenu_drive_mobile 2023-11-24 14:01:50 +01:00
daria
2711ea6f04 Prevent default Tab key behavior on menu items 2023-11-24 12:49:38 +02:00
daria
814e795979 can cycle through dropdown elements 2023-11-24 11:51:26 +02:00
yflory
31c3148580 Apply accessibility changes to all dropdowns 2023-11-23 16:48:39 +01:00
Toomore Chiang (ocf.tw)
431b317079
Revise the translation of zh
Signed-off-by: Toomore Chiang (ocf.tw) <toomore@ocf.tw>
2023-11-23 11:43:21 +08:00
yflory
c64644568b Merge branch 'REUSE-license-info' into staging 2023-11-22 17:21:09 +01:00
yflory
19d7d1bbd0 Merge branch 'staging' of github.com:cryptpad/cryptpad into staging 2023-11-22 12:28:07 +01:00
yflory
e5a80afee7 Use new asynchrnous clipboard API when available 2023-11-22 12:27:24 +01:00
Fabrice Mouhartem
51abbb484f Set default size for empty whiteboard
Previously, empty whiteboards were exported as a 0×0 pixel image, which
raised an error in fabric.js.
To address this issue, the default empty image is set to be a 600×600
pixel transparent png file.

Also fix #1267 that is a consequence of the aforementioned issue.
2023-11-21 10:38:09 +01:00
Fabrice Mouhartem
38b20e8417 Fix exported forms missing their extensions
Related to #1267 and #1324
2023-11-21 10:38:09 +01:00
Fabrice Mouhartem
0005b933e9 #1324: Render the whiteboard before export
- The exported/downloaded from drive whiteboard was empty otherwise
2023-11-21 10:38:09 +01:00
Mathilde Grünig
0704609690 Merge soon branch into staging prior deletion 2023-11-20 16:04:15 +01:00
yflory
7fc3ff94a9 lint compliance 2023-11-17 15:18:21 +01:00
yflory
de7b8e99f1 Revert autoformatting on "temporary disabled keyboard access to drive content"
This partially reverts commit 58daaa2152.
2023-11-17 14:13:26 +01:00
yflory
5c63cafefa Revert autoformatting on "navigation inside dropdown works correctly"
This partially reverts commit ebfafea326.
2023-11-17 14:10:05 +01:00
yflory
bc714f6276 Revert autoformatting on "can access every link on user menu"
This partially reverts commit 6b5eb38070.
2023-11-17 13:58:56 +01:00
yflory
6f3c8240ad
Merge pull request #1316 from cryptpad/fix-template-import
Fix the error upon importing a template in forms (#1261)
2023-11-15 17:29:58 +01:00
Fabrice Mouhartem
be3a85778a #1261: clarify a comment 2023-11-15 10:34:52 +01:00