Commit graph

10799 commits

Author SHA1 Message Date
yflory
7ba29238b2 Merge branch 'forcemfa' into staging 2023-12-13 15:21:54 +01:00
yflory
df6b0a0e98 Merge branch 'authsso' into staging 2023-12-13 15:14:31 +01:00
yflory
3da0eec8a7 Merge branch 'fixTimeZone' into staging 2023-12-13 15:13:14 +01:00
yflory
a6427766e9
Merge pull request #1315 from cryptpad/premiumTeams
Option to increase team slots for premium users only
2023-12-13 15:09:16 +01:00
yflory
16b5539ba8
Merge pull request #1290 from cryptpad/toolbar
Toolbar accessibility improvements
2023-12-13 15:08:55 +01:00
yflory
993d64e603
Merge pull request #1307 from cryptpad/kanban_tag_display_mobile
Changed positioning of kanban tag container on smaller screens
2023-12-13 15:02:52 +01:00
yflory
0fb82aa688 Fix XXX comment 2023-12-13 15:02:28 +01:00
yflory
906cd1cb15 Fix margin issues with kanban tags 2023-12-13 14:59:38 +01:00
yflory
d5a321af16 Fix keydown event conflict between dropdown and drive 2023-12-13 14:25:48 +01:00
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
yflory
199dcc8c62 Merge branch 'staging' into authsso 2023-12-11 16:46:11 +01:00
yflory
ac090767ca Add admin panel option to enforce MFA 2023-12-11 16:40:05 +01:00
yflory
542111843a Merge branch 'staging' into forcemfa 2023-12-11 16:30:22 +01:00
yflory
e2dd7f6305 Merge branch 'authsso' into forcemfa 2023-12-11 16:30:18 +01:00
yflory
ba0a39cc1c Fix UI issues on SSO pages 2023-12-11 14:35:32 +01:00
zuzanna-maria
3d17cbfac4 changed html() to text() in button function 2023-12-08 22:23:39 +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
zuzanna-maria
fe656c16a3 changed button class 2023-12-05 11:38:59 +01:00
Mathilde
6f65c7a6fb
Correct Chinese translation from simplified to traditional
Revise the translation of `zh`
2023-12-05 11:25:58 +01:00
zuzanna-maria
0cf4237423 see less/more tag button on mobile 2023-12-04 23:12:21 +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
f82b68438f added margin to 'clear filter' button in mobile view #1103 2023-11-27 12:56:24 +01: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
1138a2bc10 Merge branch 'staging' into kanban_tag_display_mobile 2023-11-24 14:41:05 +01:00
yflory
63658975cd Merge branch 'staging' into contextmenu_drive_mobile 2023-11-24 14:18:22 +01:00