Commit graph

10867 commits

Author SHA1 Message Date
yflory
0a1ac01a45 Fix date parser on Daylight Saving time day with 12h format #1011 2023-11-09 16:58:53 +01:00
DianaXWiki
2e13c04161 Make ricktext toolbar keyboard accesible #1272 2023-11-09 17:35:01 +02:00
yflory
982c15ae0e Add an option to enforce MFA for all accounts on the instance 2023-11-09 15:35:56 +01:00
yflory
714f017397
Merge pull request #1299 from cryptpad/feature-calendar-description
Feature: Add a description field for calendar events
2023-11-09 14:49:12 +01:00
daria
48b4f7be74 added span to menu item titles 2023-11-09 11:39:24 +02:00
yflory
1b032a06de Hide password change form for SSO accounts when cp password disabled 2023-11-08 16:15:54 +01:00
DianaXWiki
d850b06bf4 Undo folder change 2023-11-08 16:54:04 +02:00
David Benque
e4efdca33d Fix event modal drop-downs
They were being cut-off as per #1280
Thank you @ansuz for the fix
2023-11-08 12:04:58 +00:00
zuzanna-maria
708203e9cd corrected format of csv exports for poll time type questions (timestamp > iso string) 2023-11-08 12:54:38 +01:00
yflory
046e7abeb8 option to enforce CryptPad password for SSO accounts 2023-11-07 16:02:27 +01:00
Fabrice Mouhartem
36499846c9 #1306: Consistent behavior when resuming recurrence 2023-11-06 17:22:39 +01:00
DianaXWiki
7f358408af Fix ckedit context menu and paste dialog #631,#453 2023-11-06 17:58:27 +02:00
Fabrice Mouhartem
55c3a5584b #1306: Fix the reset after stopping a recurrence 2023-11-06 16:56:09 +01:00
yflory
61b3ea50ce Merge branch 'staging' into authsso 2023-11-06 16:45:06 +01:00
yflory
210606758b Detect and compute timezone errors due to Daylight Saving Time 2023-11-06 13:28:28 +01:00
daria
c0d492e409 updated role of li elements according to WAI 2023-11-06 14:23:24 +02:00
daria
795aec10b3 ran lint 2023-11-06 14:00:08 +02:00
daria
4fd7292122 fixed bug regarding skipping menu items
+ simplified code
2023-11-06 13:25:09 +02:00
Weblate
579f02abec Translated using Weblate (Swedish)
Currently translated at 99.9% (1666 of 1667 strings)

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: carlbacker <jacob@carlbacker.se>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/sv/
Translation: CryptPad/App
2023-11-03 14:26:36 +01:00
Weblate
4e8e8222db Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.5% (1660 of 1667 strings)

Co-authored-by: William Weber Berrutti <wwberrutti@protonmail.ch>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/pt_BR/
Translation: CryptPad/App
2023-11-03 14:26:36 +01:00
Weblate
28923a0b5e Translated using Weblate (Catalan)
Currently translated at 65.0% (1085 of 1667 strings)

Translated using Weblate (Catalan)

Currently translated at 58.9% (983 of 1667 strings)

Co-authored-by: Artur V <ecron_89@hotmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/ca/
Translation: CryptPad/App
2023-11-03 14:26:36 +01:00
Weblate
1d88dbc412 Translated using Weblate (Bulgarian)
Currently translated at 17.3% (290 of 1667 strings)

Translated using Weblate (Bulgarian)

Currently translated at 16.4% (275 of 1667 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-11-03 14:26:35 +01:00
Fabrice Mouhartem
039cb9d598 #1171: Don't send changes in description everytime 2023-11-02 13:39:17 +01:00
Fabrice Mouhartem
df1b59513b #1171: Fix a change in the variable names 2023-11-02 13:32:57 +01:00
Fabrice Mouhartem
4c80de725f #1171: Use of ical.js for line formatting while exporting 2023-11-02 11:58:55 +01:00
Fabrice Mouhartem
66a2815993 #1171: Alignment of the description content 2023-11-02 11:45:01 +01:00
Fabrice Mouhartem
a6c01f5b7c #1171: Integration with #1275 2023-11-02 11:42:45 +01:00
Fabrice Mouhartem
a56b3ace7a #1171: Use CodeMirror in the description edition 2023-11-02 11:37:26 +01:00
Fabrice Mouhartem
a2d0aad4a2 #1171: Bug with recurring events
An issue when getting back the content of an edited only recurring event
2023-11-02 11:37:25 +01:00
Fabrice Mouhartem
9b2f565c19 #1171: rename badly named variable
body was a wrong choice of name
2023-11-02 11:37:24 +01:00
Fabrice Mouhartem
6b7eedde22 #1171: Use the ical.js implementation for foldline
According to [RFC5545](https://www.rfc-editor.org/rfc/rfc5545#section-3.1):

```
  Note: It is possible for very simple implementations to generate
  improperly folded lines in the middle of a UTF-8 multi-octet
  sequence.  For this reason, implementations need to unfold lines
  in such a way to properly restore the original sequence.
```

It actually happens when an emoji takes the 75th and 76th bit.
2023-11-02 11:35:29 +01:00
Fabrice Mouhartem
b9e698ef14 #1171: Cleaning code 2023-11-02 11:35:29 +01:00
Fabrice Mouhartem
00c1323f07 #1171: ICS line wrapping for descriptions in export
Descriptions can be long and RFC5545 states that a line shouldn't be
more than 75 bytes long.
2023-11-02 11:35:29 +01:00
Fabrice Mouhartem
087f786f9f #1171: Add translation keys
* Inlined at the beginning of `www/calendar/inner.js` for future
  integration in weblate on release.
2023-11-02 11:35:25 +01:00
Fabrice Mouhartem
fba0ccd032 Lint compliance
Lint compliance for the calendar description field (#1171)
2023-11-02 11:34:52 +01:00
Fabrice Mouhartem
8c3c3d8d51 #1171: Render markdown with diffMK for details popup
* Sanitized markdown raises a warning:
```
marked(): sanitize and sanitizer parameters are deprecated since version
          0.7.0, should not be used and will be removed in the future.
            Read more here:
          https://marked.js.org/#/USING_ADVANCED.md#options
          marked.min.js:6:44783
```
2023-11-02 11:34:52 +01:00
Fabrice Mouhartem
d61b8376cc #1171: fix no scroll in long descriptions 2023-11-02 11:34:52 +01:00
Fabrice Mouhartem
7ceca7d4af #1171: Rename description with body
* Rename description in the schedule object
  -> Use the body property of [tui-calendar](https://github.com/nhn/tui.calendar/)
  for to show the description in the details popup :
  <https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/template.md#popupdetailbody>
2023-11-02 11:34:50 +01:00
Fabrice Mouhartem
398df9d58f #1171: Calendar ICS import and export handle the description field 2023-11-02 11:29:07 +01:00
Fabrice Mouhartem
bbb4a46e0f #1171: Fix nowrap in textareas 2023-11-02 11:29:00 +01:00
Fabrice Mouhartem
53ad4f5a25 #1171: The textarea is showing and is working as intended for the purpose of
creating and updating the calendar event.

BUG: carriage returns don't seem to work
WIP: the text is hardcoded as of now, have to use Messages library for
translations.
2023-11-02 11:28:46 +01:00
daria
d4d56dd5ed focus set on menu button when changing tabs 2023-11-01 23:54:14 +02:00
daria
eb753301be fixed bug encountered when changing page focus/visibility 2023-11-01 23:51:36 +02:00
daria
6889e1d2a8 can open menu item with space 2023-11-01 23:30:33 +02:00
daria
8d243d1893 added character search 2023-11-01 19:37:14 +02:00
daria
58daaa2152 temporary disabled keyboard access to drive content
has to be redone
2023-11-01 13:08:39 +02:00
zuzanna-maria
4aa33be574 adjusted poll option input width on mobile 2023-10-31 17:29:35 +01:00
zuzanna-maria
5c32f2e39d further fixes to poll option types 2023-10-31 17:21:26 +01:00
yflory
c354abb1e2 Fix calendar single event treated as recurrent 2023-10-31 16:01:37 +01:00
yflory
b9b99da796 Merge branch 'staging' of github.com:cryptpad/cryptpad into staging 2023-10-31 16:00:06 +01:00
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