Commit graph

10867 commits

Author SHA1 Message Date
yflory
d49a17f6f7 Fix syntax highlighting in profile 2023-10-31 15:59:54 +01:00
daria
6b5eb38070 can access every link on user menu 2023-10-31 15:18:58 +02:00
yflory
f3903d3961 Add keyboard shortcut on SSO login 2023-10-30 17:13:54 +01:00
daria
d5c1479fde cleaned up 2023-10-30 14:35:17 +02:00
daria
ebfafea326 navigation inside dropdown works correctly
+ focus gets on the first element in the dropdown
2023-10-30 13:53:58 +02:00
DianaXWiki
442d7655dc Fix chat and userlist height problem 2023-10-28 17:21:48 +03:00
yflory
7d3f67cd86 SSO + OTP account deletion and password change 2023-10-26 17:55:54 +02:00
Fabrice Mouhartem
dc522517c7 calendar: avoid warning disappearance
#1275: forgot to handle the case where a user changes its option, which
made the warning disappear…
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
4184a15d2d #1275: typo 2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
31cb79548b calendar: Improve warnings when changing recurring events' calendar
Related to issue #1275's changes.
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
76101cc74c calendar: Use variables instead of inline test for readability
WIP for #1275
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
ec6e1a030f calendar: confirmation dialog changes in case of changing calendar for recurring events
#1275: given the current implementation of recurring event, it is not
possible to move a group of events from a calendar to another.

- Disabling « Future event » if the user tries to move a recurring event
  from a calendar to another.
- Show a warning upon moving the first event to another calendar
  explaining why the user can only move the all events.
- Add a translation key for the above.
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
39371deb4d Moving the original event
#1275: handle simple cases when moving the first element of a recurring
event to a new calendar.
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
918fd3f908 calendar: apply changes on the moved event
#1275: from previous implementation, the changes were applied to the
original recurrent event and not the one in which has been moved
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
b7842cc01b Linter compliance 2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
41be1b39f4 calendar: copy-and-delete when moving an event one time from calendars
#1275: Copy a calendar item then remove it.

WIP: does not work with the first recurring event (the origin).
2023-10-26 09:40:27 +02:00
Fabrice Mouhartem
382230d4e8 calendar: Change newEvent behaviour
In preparation for #1275:

- Change `newEvent` to take an event directly
  - It would be used to add a new event in the target calendar
2023-10-26 09:40:27 +02:00
zuzanna-maria
58b0f50422 fixing poll input issues 2023-10-25 23:17:49 +02:00
DianaXWiki
5d83cf3427 Delete unnecessary stuff+reduce padding for comm 2023-10-25 16:40:59 +03:00
David Benque
a80e607a56 Correct license for API file 2023-10-25 12:51:10 +01:00
zuzanna-maria
ee7373e4d9 fixed poll time option flatpickr on mobile 2023-10-24 22:04:25 +02:00
daria
0eb051b7e5 focus shifts from button to dropdown when trying to open the dropdown 2023-10-24 18:01:29 +03:00
daria
e8c7f1b20e menu button regains focus when dropdown is closed
bug fixed
2023-10-24 17:27:19 +03:00
zuzanna-maria
2f67beff1c changed positioning of kanban tag container on smaller screen widths 2023-10-24 15:28:16 +02:00
daria
762a781067 menu button regains focus when dropdown is closed 2023-10-24 15:49:01 +03:00
daria
90bb9a64b9 certain li elements are ignored in dropdown 2023-10-24 15:14:24 +03:00
David Benque
993e4b09bf Add OO licensing info 2023-10-23 16:32:06 +01:00
daria
4ae780ec41 dropdown prototype
tabbing out not allowed, can use arrow keys through dropdown elements (no exceptions yet)
2023-10-23 15:53:38 +03:00
zuzanna-maria
3bf045ce00 enabled flatpickr on mobile 2023-10-23 14:44:18 +02:00
David Benque
d4b01b2840 Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
zuzanna-maria
e9373b07d5 positioning of context menus made responsive to screen size and file position 2023-10-23 11:44:51 +02:00
David Benque
fd52f206aa WIP on www/lib licenses
leaving some errors in `reuse lint` to track unresolved questions
2023-10-20 17:29:48 +01:00
yflory
8862e59ebc lint compliance 2023-10-20 18:21:57 +02:00
David Benque
eacdd7991a Remove rogue file 2023-10-20 15:35:47 +01:00
David Benque
8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
daria
fc1f60ff6a added roles to menu items 2023-10-20 15:30:56 +03:00
yflory
33b1376b5c Fix undefined user hash in localStorage #1298 2023-10-20 14:19:35 +02:00
David Benque
1a79fc9146 Tests on www/admin and www/calendar 2023-10-19 15:40:19 +01:00
yflory
e8d719c438 Fix OIDC sso issues 2023-10-18 15:39:54 +02:00
zuzanna-maria
42c010947e added context menu for individual files in drive (mobile) 2023-10-17 17:28:31 +02:00
daria
dbc9cca1ff created list in user menu dropdown 2023-10-17 15:07:34 +03:00
daria
b10ec96e05 Merge remote-tracking branch 'origin/toolbar' into toolbar 2023-10-17 13:23:57 +03:00
daria
790099723f wrapped elements(account name + display name) in li (user menu) 2023-10-17 13:23:27 +03:00
DianaXWiki
b9541455b3 Merge branch 'rich-text-small-screen' of https://github.com/cryptpad/cryptpad into rich-text-small-screen 2023-10-16 18:52:06 +03:00
DianaXWiki
a8d8c98e9f Add comm modal improvement on small screens #1271 2023-10-16 18:42:19 +03:00
DianaXWiki
bbb8364129 Make userlist and chat go on top of content #1102 2023-10-12 19:43:59 +03:00
yflory
bd62461347 Fix broken dependencies after merging main 2023-10-12 14:59:17 +02:00
yflory
37008242e2 Merge branch 'main' into authsso 2023-10-12 14:56:04 +02:00
David Benque
c9f3ec8476 Merge branch 'staging' into toolbar 2023-10-12 10:47:27 +01:00
daria
c173c1329c wrapped element in li 2023-10-12 11:27:17 +03:00
daria
ecc4b58a44 wrapped element in li 2023-10-12 10:42:20 +03:00
David Benque
558f1bc79c Merge branch 'soon' into 5.5-rc 2023-10-11 13:43:19 +01:00
daria
5a40a9fce6 added ARIA attributes to Filter button 2023-10-11 11:54:05 +03:00
daria
a0838f35b2 added ARIA attributes to +New button 2023-10-11 11:49:16 +03:00
daria
3795204fdc added ARIA attributes to menu button 2023-10-11 11:42:31 +03:00
daria
b8fae342b4 added ARIA attributes to notifications button 2023-10-11 11:30:43 +03:00
daria
84727b0a7b added role to element for screen readers 2023-10-11 11:10:45 +03:00
daria
2f2a8192d1 focus starts on the toolbar 2023-10-11 10:56:53 +03:00
Weblate
992105fe9f Translated using Weblate (Bulgarian)
Currently translated at 14.3% (240 of 1667 strings)

Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/bg/
Translation: CryptPad/App
2023-10-10 11:00:04 +02:00
yflory
e9bc3f1f8b Fix calendar reminder #1279 2023-10-09 16:28:59 +02:00
yflory
603f738845 Merge branch '5.5-rc' of github.com:cryptpad/cryptpad into 5.5-rc 2023-10-09 12:14:35 +02:00
yflory
14f5f5185b Fix missing icons on homepage 2023-10-09 12:14:21 +02:00
Wolfgang Ginolas
be65cff15c Fix Form to Spreadsheet export
https://github.com/cryptpad/cryptpad/issues/1281
2023-10-09 10:37:19 +02:00
Wolfgang Ginolas
c7f9474325 Add search params to x2t.wasm to prevent caching
https://github.com/cryptpad/cryptpad/issues/1278
2023-10-09 09:28:15 +02:00
yflory
ef26e68b79 Merge branch 'soon' into 5.5-rc 2023-10-05 10:19:25 +02:00
Weblate
6913562afb Translated using Weblate (German)
Currently translated at 100.0% (1667 of 1667 strings)

Co-authored-by: Jan <janrei.g@googlemail.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/de/
Translation: CryptPad/App
2023-10-05 10:17:57 +02:00
Weblate
db20a4a16c Translated using Weblate (Catalan)
Currently translated at 52.6% (877 of 1667 strings)

Co-authored-by: Artur V <ecron_89@hotmail.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/ca/
Translation: CryptPad/App
2023-10-05 10:17:56 +02:00
Wolfgang Ginolas
41c691bfde Implement diagram export
https://github.com/cryptpad/cryptpad/issues/1274
2023-10-05 10:14:55 +02:00
yflory
bdad5e4d1b Merge branch 'soon' into 5.5-rc 2023-10-04 17:19:38 +02:00
yflory
fc1552c028 Improve error messages about passwords for viewers #1269 2023-10-04 17:18:34 +02:00
Weblate
3dd024d6ee Translated using Weblate (French)
Currently translated at 100.0% (1667 of 1667 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: David Benqué <david.benque@xwiki.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/fr/
Translation: CryptPad/App
2023-10-04 15:41:53 +02:00
Weblate
07a93acc7e Translated using Weblate (English)
Currently translated at 100.0% (1667 of 1667 strings)

Co-authored-by: David Benqué <david.benque@xwiki.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/en/
Translation: CryptPad/App
2023-10-04 15:41:53 +02:00
Weblate
b5131789f1 Translated using Weblate (German)
Currently translated at 100.0% (1667 of 1667 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Jan <janrei.g@googlemail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/de/
Translation: CryptPad/App
2023-10-04 15:41:52 +02:00
Weblate
5de2d8c942 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:52 +02:00
Weblate
103002bcda Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:52 +02:00
Weblate
655ae1a115 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:51 +02:00
Weblate
8330758c6d Translated using Weblate (Dutch)
Currently translated at 38.2% (638 of 1667 strings)

Co-authored-by: Emiel <m4656rxy@duck.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/nl/
Translation: CryptPad/App
2023-10-04 15:41:51 +02:00
Weblate
aa46ad1414 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:50 +02:00
Weblate
f969e93bb0 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:50 +02:00
Weblate
0f00acd544 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:50 +02:00
Weblate
24a8428fa4 Translated using Weblate (Indonesian)
Currently translated at 100.0% (1667 of 1667 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/id/
Translation: CryptPad/App
2023-10-04 15:41:49 +02:00
Weblate
3a5f1c5b45 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:49 +02:00
Weblate
94c47f81ff Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:49 +02:00
Weblate
cad409a3ed Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:48 +02:00
Weblate
c9469cc237 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:48 +02:00
Weblate
23d6eff338 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:47 +02:00
Weblate
f4a825db8d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:47 +02:00
Weblate
f7f426a896 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/
Translation: CryptPad/App
2023-10-04 15:41:47 +02:00
yflory
f15d9692e0 Fix checkup 2023-10-04 15:13:59 +02:00
yflory
ad3f25cf40 Fix OnlyOffice documents password change #1262 2023-10-03 10:22:46 +02:00
yflory
6f8f1b843e Merge branch 'soon' into staging 2023-10-02 15:20:07 +02:00
yflory
4dfbf1175e Merge branch '1094-calendar-event-edit-panel-cuts-off' into staging 2023-10-02 15:15:18 +02:00
yflory
e8513a2d1d Fix calendar reminders 2023-10-02 15:14:28 +02:00
Mathilde Grünig
59a416f8ca remove 3 unused translation strings: admin_archivePinLog, admin_restoreArchivedPins, form_updateMsg 2023-10-02 14:27:10 +02:00
Weblate
bedf4fe280 Translated using Weblate (French)
Currently translated at 100.0% (1670 of 1670 strings)

Co-authored-by: Mathilde <mathilde.grunig@xwiki.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/fr/
Translation: CryptPad/App
2023-10-02 14:24:01 +02:00
Weblate
18c413a997 Translated using Weblate (Hungarian)
Currently translated at 19.1% (319 of 1670 strings)

Co-authored-by: Peter Gervai <grin@drop.grin.hu>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/hu/
Translation: CryptPad/App
2023-10-02 14:24:01 +02:00
Weblate
c34b802142 Translated using Weblate (German)
Currently translated at 97.7% (1633 of 1670 strings)

Co-authored-by: Jan <janrei.g@googlemail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/de/
Translation: CryptPad/App
2023-10-02 14:24:01 +02:00
DianaXWiki
3f6c72ff67 Fix layout reminders v2 #1094 2023-10-02 10:27:31 +03:00
David Benque
308f8358e2 Remove hard-coded translation 2023-09-29 16:21:25 +01:00
David Benque
db714d4319 Merge branch 'soon' into staging 2023-09-29 16:20:29 +01:00
David Benque
24b94dc8e4 Merge remote-tracking branch 'origin/admin-warning-1176' into staging 2023-09-29 16:19:17 +01:00
Weblate
3e4f8cabac Translated using Weblate (English)
Currently translated at 100.0% (1670 of 1670 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/en/
Translation: CryptPad/App
2023-09-29 17:15:55 +02:00
David Benque
480cb26d03 Merge branch 'soon' into staging 2023-09-29 16:12:56 +01:00
David Benque
7c61b94f9d Merge branch 'status-page-1172' into staging 2023-09-29 16:11:15 +01:00
Weblate
a49a789bd8 Translated using Weblate (English)
Currently translated at 100.0% (1669 of 1669 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/en/
Translation: CryptPad/App
2023-09-29 17:10:47 +02:00
David Benque
ec7f878df3 Remove hard-coded translation 2023-09-29 15:14:18 +01:00
David Benque
d0ccd15085 Merge branch 'soon' into staging 2023-09-29 15:12:47 +01:00
Weblate
77ef3e9b76 Translated using Weblate (English)
Currently translated at 100.0% (1668 of 1668 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1667 of 1667 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1667 of 1667 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1667 of 1667 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1667 of 1667 strings)

Co-authored-by: Ahmed Mazen <lemon@lemondev.xyz>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Mathilde <mathilde.grunig@xwiki.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/en/
Translation: CryptPad/App
2023-09-29 16:08:14 +02:00
Weblate
4ab24474d5 Translated using Weblate (French)
Currently translated at 100.0% (1667 of 1667 strings)

Translated using Weblate (French)

Currently translated at 97.9% (1632 of 1667 strings)

Co-authored-by: Mathilde <mathilde.grunig@xwiki.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/fr/
Translation: CryptPad/App
2023-09-29 16:08:13 +02:00
Weblate
0e1bb3dce9 Translated using Weblate (Basque)
Currently translated at 99.9% (1666 of 1667 strings)

Co-authored-by: Alexander Gabilondo <alexgabi@disroot.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/eu/
Translation: CryptPad/App
2023-09-29 16:08:13 +02:00
Weblate
200cf8104a Translated using Weblate (Hungarian)
Currently translated at 18.5% (309 of 1667 strings)

Translated using Weblate (Hungarian)

Currently translated at 18.4% (307 of 1667 strings)

Co-authored-by: Peter Gervai <grin@drop.grin.hu>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: tesztuser2813 <tesztuser2813@gmail.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/hu/
Translation: CryptPad/App
2023-09-29 16:08:13 +02:00
yflory
d68dde07a9 Remove translation XXX 2023-09-28 18:33:03 +02:00
yflory
79e1f5ca78 Merge branch 'soon' into staging 2023-09-28 18:16:26 +02:00
yflory
5f3acfb81d Merge branch 'mobile-fixes' into staging 2023-09-28 18:01:02 +02:00
yflory
9c353707ec Merge branch '550-alpha' into staging 2023-09-28 17:56:51 +02:00
yflory
ef92d9217c Merge branch 'moderation' into staging 2023-09-28 17:56:46 +02:00
yflory
fd90827da9 Merge branch 'accessibility' into staging 2023-09-28 17:55:34 +02:00
yflory
e8b4b0e8a7 Fix login issue with macOS #1257 2023-09-28 17:32:53 +02:00
yflory
15444481ff Merge branch 'moderation' into 550-alpha 2023-09-28 15:14:22 +02:00
yflory
30743c295a Bypass placeholder when removing a pad password 2023-09-28 14:57:45 +02:00
yflory
0263fb021d Move embed button to the first position in the md toolbar 2023-09-27 12:42:32 +02:00
yflory
98f006cec0 Add XXX to translation key 2023-09-26 16:42:17 +02:00
yflory
016f30d432 Add customizable link to a status page #1172 2023-09-26 16:26:12 +02:00
yflory
672f6a78be Merge branch 'staging' of github.com:cryptpad/cryptpad into staging 2023-09-26 16:12:01 +02:00
yflory
c584e52358 Add list view header in drive recent files #1233 2023-09-26 16:10:50 +02:00
yflory
79069aac88
Merge pull request #1078 from lemondevxyz/fix-issue-1039
add vertical padding to Kanban card container
2023-09-26 16:09:17 +02:00
yflory
f24a83846c Add warning message for the disk usage report #1176 2023-09-26 15:29:40 +02:00
DianaXWiki
6b7dfa2451 More robust solution #1094 2023-09-26 13:59:55 +03:00
DianaXWiki
5dde8f1a53 Revert "Fix edit event panel cut off on small screen #1094" 2023-09-26 10:26:01 +03:00
yflory
4c946fd672 Fix mediatag button style in forms #1237 2023-09-25 16:34:31 +02:00
yflory
f123631fda lint compliance 2023-09-25 16:25:10 +02:00
yflory
ea6d69eb48 Fix dropdown menus hidden in modals 1241 2023-09-25 16:07:23 +02:00
yflory
fe3dfb7628 Fix 2FA status in login-block information #1251 2023-09-25 15:31:31 +02:00
yflory
6f228a8d9b Merge branch '550-alpha' of github.com:cryptpad/cryptpad into 550-alpha 2023-09-25 14:55:38 +02:00
yflory
0d286160de Fix Mermaid diagrams merged together #1244 2023-09-25 14:55:21 +02:00
yflory
77e60e7dd0 Fix broken path to html2canvas 2023-09-25 14:53:44 +02:00
Weblate
76f9300a82 Translated using Weblate (English)
Currently translated at 100.0% (1667 of 1667 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1666 of 1666 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1665 of 1665 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1664 of 1664 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1663 of 1663 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1663 of 1663 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1662 of 1662 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1661 of 1661 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1660 of 1660 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1659 of 1659 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1658 of 1658 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1657 of 1657 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1656 of 1656 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1655 of 1655 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1654 of 1654 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1653 of 1653 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1652 of 1652 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1651 of 1651 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1650 of 1650 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1649 of 1649 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1648 of 1648 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1647 of 1647 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1646 of 1646 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1645 of 1645 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1644 of 1644 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1643 of 1643 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1642 of 1642 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1641 of 1641 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1640 of 1640 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1639 of 1639 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1638 of 1638 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1637 of 1637 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1636 of 1636 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1635 of 1635 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1634 of 1634 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1633 of 1633 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1632 of 1632 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1631 of 1631 strings)

Translated using Weblate (English)

Currently translated at 100.0% (1630 of 1630 strings)

Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: David Benqué <david.benque@xwiki.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/en/
Translation: CryptPad/App
2023-09-25 13:22:51 +02:00
Weblate
da96d99529 Translated using Weblate (Hungarian)
Currently translated at 16.5% (269 of 1630 strings)

Translated using Weblate (Hungarian)

Currently translated at 10.9% (179 of 1629 strings)

Translated using Weblate (Hungarian)

Currently translated at 4.6% (76 of 1629 strings)

Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
Co-authored-by: Peter Gervai <grin@drop.grin.hu>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/hu/
Translation: CryptPad/App
2023-09-25 13:22:51 +02:00
Weblate
01cc9f9bf9 Translated using Weblate (Bulgarian)
Currently translated at 14.2% (232 of 1630 strings)

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/bg/
Translation: CryptPad/App
2023-09-25 13:22:51 +02:00
David Benque
407f974a1c Fix translation key 2023-09-25 11:34:13 +01:00
yflory
72806aace5 Merge branch 'moderation' into 550-alpha 2023-09-22 15:39:33 +02:00
Weblate
f102f93179 Translated using Weblate (Hungarian)
Currently translated at 3.5% (58 of 1629 strings)

Added translation using Weblate (Hungarian)

Co-authored-by: Mathilde <mathilde.grunig@xwiki.com>
Co-authored-by: Peter Gervai <grin@drop.grin.hu>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/hu/
Translation: CryptPad/App
2023-09-22 15:29:38 +02:00
Weblate
a7cdb99ec3 Translated using Weblate (Indonesian)
Currently translated at 94.1% (1534 of 1629 strings)

Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/id/
Translation: CryptPad/App
2023-09-22 15:29:37 +02:00
yflory
1c7e5164bb Fix account passord change for pre-block accounts 2023-09-22 15:28:59 +02:00
daria
089e49b723 document title can be changed using only the keyboard 2023-09-22 12:42:50 +03:00
daria
f5e8ad12f2 fixed button bug added in f1ae056 2023-09-22 12:20:40 +03:00
Wolfgang Ginolas
f4284e448f Upgrade OnlyOffice and x2t to 7.3.3.60 2023-09-22 11:13:06 +02:00
yflory
42248e7871
Merge pull request #1008 from Lukasdotcom/main
Adds webp support
2023-09-21 17:05:57 +02:00
yflory
fc59520359
Merge pull request #1222 from cryptpad/1188-animal-avatars-not-used-consistently-in-calendar-app-and-access-dialog
Fix emoji avatars not displayed consistently
2023-09-21 16:50:23 +02:00
David Benque
56312d4672 Fix admin panel labels 2023-09-21 15:29:20 +01:00
David Benque
fa6e2b8479 Remove unnecessary translation keys 2023-09-21 13:30:45 +01:00
David Benque
abe2ae2320 Add missing translation key 2023-09-21 11:45:22 +01:00
daria
29ba64020a fixed indentation 2023-09-21 13:18:08 +03:00
daria
3b21ca64b1 user menu(logged out) can be accessed with the keyboard #1209 2023-09-21 13:11:26 +03:00
daria
c0741a6015 reverted db85a85 2023-09-21 12:47:58 +03:00
yflory
f4fc80cc6e
Merge pull request #1252 from JanRei/accountreportlocalization
Localize online status in generated account report
2023-09-21 11:05:42 +02:00
Weblate
e37a26d885 Translated using Weblate (Swedish)
Currently translated at 100.0% (1629 of 1629 strings)

Co-authored-by: Daniel Karling <danne@dekay.se>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/sv/
Translation: CryptPad/App
2023-09-21 10:55:40 +02:00
Weblate
87d4cb546f Translated using Weblate (French)
Currently translated at 100.0% (1629 of 1629 strings)

Co-authored-by: Mathilde <mathilde.grunig@xwiki.com>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
Translation: CryptPad/App
2023-09-21 10:55:40 +02:00
Weblate
4de9e25649 Translated using Weblate (Bulgarian)
Currently translated at 14.2% (232 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 13.2% (216 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 11.5% (188 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 9.5% (155 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 6.9% (114 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 6.2% (102 of 1629 strings)

Translated using Weblate (Bulgarian)

Currently translated at 3.4% (57 of 1629 strings)

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Мария Рангелова <rangelova_1186@abv.bg>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/bg/
Translation: CryptPad/App
2023-09-21 10:55:40 +02:00
Weblate
b1a04f374b Translated using Weblate (Finnish)
Currently translated at 75.5% (1231 of 1629 strings)

Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fi/
Translation: CryptPad/App
2023-09-21 10:55:39 +02:00
Weblate
383b5a4cc5 Translated using Weblate (Basque)
Currently translated at 99.8% (1626 of 1629 strings)

Co-authored-by: Alexander Gabilondo <alexgabi@disroot.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/eu/
Translation: CryptPad/App
2023-09-21 10:55:39 +02:00
Weblate
dc103b086f Translated using Weblate (German)
Currently translated at 100.0% (1629 of 1629 strings)

Co-authored-by: Jan <janrei.g@googlemail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
Translation: CryptPad/App
2023-09-21 10:55:38 +02:00
Jan
3098466f96 Localize online status in generated account report 2023-09-20 23:45:10 +02:00
yflory
ce95e37c3a Merge branch 'accessibility' into 550-alpha 2023-09-20 15:38:30 +02:00
yflory
40415ce99b Fix issue introduced with b78ec996 2023-09-20 15:37:51 +02:00
yflory
1ffd777f28 Merge branch 'accessibility' into 550-alpha 2023-09-20 15:24:25 +02:00
yflory
b39b6dafee Fix TypeError 2023-09-20 15:24:13 +02:00
yflory
ac779097a5 Merge branch 'accessibility' into 550-alpha 2023-09-20 15:03:53 +02:00
yflory
b78ec996ec Deduplicate code for iframe title 2023-09-19 16:40:22 +02:00
yflory
48446d2482 Fix broken classes from previous commit 2023-09-19 16:12:29 +02:00
yflory
b977b759b4 Fix syntax inconsistencies 2023-09-19 16:07:17 +02:00
yflory
c5259c561d Add maxlength attribute to team name (see 608488a) 2023-09-19 15:54:21 +02:00
yflory
4c83721c28 Re-apply tui-calendar fix from fe404cc 2023-09-19 15:50:04 +02:00
yflory
4392770f28 Add prefix to HTML ids in the admin page 2023-09-19 15:44:23 +02:00
yflory
51cb51a710 Revert "made confirmation button responsive according to the text #1211"
This reverts commit fe404ccde6.
2023-09-19 15:43:42 +02:00
daria
38db398ca9 npm run lint 2023-09-19 13:41:44 +03:00
daria
a20a886207 admin sidebar can be navigated using the keyboard #1162 2023-09-19 13:26:06 +03:00
daria
f7e0c6d9a6 settings sidebar can be navigated using the keyboard #1162 2023-09-19 13:20:32 +03:00
daria
f95c223e3f contacts can be navigated using the keyboard #1162 2023-09-19 13:11:03 +03:00
daria
e11487a1c2 teams can be navigated using the keyboard #1162 2023-09-19 12:35:03 +03:00
daria
424dc25277 team sidebar can be navigated using the keyboard #1162 2023-09-19 12:16:19 +03:00
daria
db85a855e8 calendar can be created correctly using the keyboard
fixed #1250
2023-09-19 12:00:41 +03:00
daria
f9995b3cef sidebar in drive is accessible via keyboard #1203 2023-09-18 15:54:28 +03:00
daria
2d0e395895 changed span into h5 #1197 2023-09-18 14:38:07 +03:00
DianaXWiki
5a1f95da38 Fix edit event panel cut off on small screen #1094 2023-09-18 14:10:10 +03:00
daria
abe961ae97 can access Remove filter from Filter dropdown 2023-09-15 13:54:04 +03:00
daria
e4621c63c2 can access Link from Filter dropdown 2023-09-15 13:49:54 +03:00
daria
3fd358faef added aria-expanded #1191
changed div into ul
2023-09-15 13:41:45 +03:00
yflory
f282db9121 Add new placeholder data and account script to admin panel 2023-09-14 17:49:16 +02:00
daria
e855dd0c51 elements before "sheet" are now accessible via keyboard #1191 2023-09-14 17:03:06 +03:00
David Benque
27f68c0d45 Merge branch '1120-margin-added-to-cards' into mobile-fixes 2023-09-14 14:43:05 +01:00
daria
f1ae0564ec modal can be accessed with the keyboard #1192 2023-09-14 16:39:29 +03:00
daria
dfa2da2307 changed div to ul #1192 2023-09-14 15:26:27 +03:00
yflory
91adf31ff5 Fix page reload after pad password change 2023-09-13 17:28:24 +02:00
yflory
235d5594f7 Detect placeholder when reading metadata 2023-09-13 16:54:05 +02:00
yflory
4d643e51a1 Add new error message with deleted template 2023-09-13 15:43:25 +02:00
yflory
91b1af15fd Remove unnecessary error log from deleted media-tag 2023-09-13 14:56:55 +02:00
yflory
d9741d53dc Add notification when a pinned shared folder has been destroyed 2023-09-12 18:36:57 +02:00
yflory
6acf8aa150 Improve error screen on password change and account deletion 2023-09-12 17:25:36 +02:00
yflory
63bd707cea Fix account password change issue 2023-09-12 17:10:18 +02:00
DianaXWiki
7e24f0cc8b Make event edit menu visible on mobile #1094 2023-09-12 14:52:16 +03:00
DianaXWiki
c68d317f2b Make calendar menu visible on mobile #971 2023-09-12 14:12:51 +03:00
yflory
2c12ff5d72 Merge branch 'staging' into moderation 2023-09-11 12:08:07 +02:00
yflory
975a177cbb Add UI/UX when reading a placeholder 2023-09-08 18:10:02 +02:00
yflory
91af47994b Placeholder on file deletion 2023-09-07 17:03:20 +02:00
daria
9b344460b9 removed unnecessary span 2023-09-07 15:01:30 +03:00
daria
b9ce0b0727 removed unnecessary margin 2023-09-07 14:52:02 +03:00
Daria
c6c5cbf594
Merge pull request #1236 from cryptpad/staging
Updating accessibility
2023-09-07 14:09:55 +03:00
DianaXWiki
53646fd7e9 Delete extra margin #1120 2023-09-07 14:03:55 +03:00
daria
6009fc2c61 reverted changes for #1227 2023-09-07 14:00:59 +03:00
daria
f8ad987f98 changed hard coded string 2023-09-07 13:47:55 +03:00
daria
edae09ddf7 removed empty title tags 2023-09-07 13:40:24 +03:00
yflory
dda4b8777c Add drive channel metadata to the pin log 2023-09-06 17:15:00 +02:00
daria
c8c46d1198 notifications can be accessed with the keyboard #1201 2023-09-05 16:36:12 +03:00
daria
154a550b3e Allow notifications can be accessed with the keyboard #1201 2023-09-05 16:04:42 +03:00
daria
71ec6d50f9 Open Notification panel can be accessed with the keyboard #1201 2023-09-05 15:52:17 +03:00
daria
d06c8e7ff3 Merge remote-tracking branch 'origin/toolbar' into toolbar 2023-09-04 16:10:51 +03:00
daria
1f6b116993 user menu can be accessed
using the keyboard on firefox
#1209
2023-09-04 16:09:32 +03:00
yflory
784a833a0f Fix CkEditor issue with toolbar reordering 2023-09-04 12:03:40 +02:00
yflory
4ca32a793b Merge branch 'blob-mtime' into moderation 2023-09-01 16:52:52 +02:00
daria
d930934368 added error message when trying to update the team's name with the same name
fixed #1228
2023-09-01 15:23:03 +03:00
yflory
29609212be Reorder DOM based on visual order in toolbar #1198 2023-08-31 16:34:57 +02:00
DianaXWiki
97a531ac84 Add scroll property in less file #1088 2023-08-31 16:01:54 +03:00
DianaXWiki
6c986e22bd Add scroll to about panel #1088 2023-08-31 15:30:19 +03:00
DianaXWiki
9a1bad08bc Add scroll to about panel 2023-08-31 15:29:04 +03:00
daria
15727d605b removed unnecessary tag
fixed #1227
2023-08-30 15:02:24 +03:00
daria
a0c5e941de added id to label
fixed #1195
2023-08-30 14:38:56 +03:00
daria
bfd37735f2 added id to label
fixed #1194
2023-08-30 14:20:10 +03:00
daria
511bd730aa added space to fa elements 2023-08-30 13:49:58 +03:00
daria
e3f84c0de3 added title limit when updating team title #1223 2023-08-30 13:36:19 +03:00
daria
608488abab added title limit when creating a team #1223 2023-08-30 13:26:12 +03:00
daria
4fe77eacb3 Merge remote-tracking branch 'origin/accessibility' into accessibility 2023-08-30 13:02:40 +03:00
daria
e83e6a8c4c loading icon spaced out evenly #1225 2023-08-30 13:02:16 +03:00
Daria
4008bae352
Merge pull request #1224 from cryptpad/staging
Staging
2023-08-30 12:46:18 +03:00
yflory
584b410d34 Merge branch 'staging' of github.com:cryptpad/cryptpad into staging 2023-08-29 19:26:05 +02:00
yflory
4a9d417019 Merge branch 'main' into 541-rc 2023-08-29 17:51:56 +02:00
yflory
cf3858bd6e Fix day offset in forms with different timezones 2023-08-29 17:51:39 +02:00
yflory
27b9c9bac3 Update blob activity when loaded 2023-08-29 17:50:39 +02:00
daria
89b4229a4f team title splits when it gets too long #1223 2023-08-29 17:29:41 +03:00
Diana Voineag
1fba93d664 Fix calendar and modal avatar consistnecy #1188 2023-08-29 12:23:17 +03:00
wginolas
6546db19f9
Merge pull request #1187 from lemondevxyz/fix-issue-1177
OO disallow " (copy)" from being added to files used with template
2023-08-29 10:31:02 +02:00
daria
56f3a8e0ea spaced out evenly reminder buttons (calendar popup) #1217 2023-08-28 15:25:03 +03:00
daria
fe404ccde6 made confirmation button responsive according to the text #1211 2023-08-28 14:49:31 +03:00
daria
5c7ad2277d updated translations for administration 2023-08-28 14:08:43 +03:00
daria
27f8e361d9 updated title for onlyoffice accordingly (sheet/doc/presentation) #1159 2023-08-28 13:49:35 +03:00
daria
362a4ed90c updated title for rich text #1159 2023-08-28 13:17:55 +03:00
daria
f5f6bd4757 updated title for Kanban #1159 2023-08-28 13:15:38 +03:00
daria
41a7706c7c updated title for Code #1159 2023-08-28 13:14:42 +03:00
daria
79de71d5a3 updated title for Form #1159 2023-08-28 13:13:18 +03:00
daria
07f2f171d9 updated title for Diagram #1159 2023-08-28 13:10:46 +03:00