ansuz
25a3359671
Merge branch 'staging' into hackathon-2021
2021-08-12 20:07:09 +05:30
ansuz
22c67e0e9e
WIP unify usage of anonymous/non-registered/unregistered as 'guest'
2021-08-12 19:34:23 +05:30
ansuz
375bf7a62e
correct an inaccurate comment
2021-08-12 19:21:33 +05:30
ansuz
e4879b5117
guard against possibly undefined team data in 'setPadMetadata'
2021-08-12 19:15:52 +05:30
ansuz
036248a659
handle warnings from history trim, not just errors
2021-08-12 19:14:30 +05:30
ansuz
8d17ae64f3
log an error with a channel if we try to pin an invalid channel
2021-08-12 19:08:18 +05:30
ansuz
6413be24f3
apply a click handler with vanilla js instead of jquery
...
the jquery method only worked ~50% of the time in Firefox 90
for a completely unknown reason
2021-08-12 19:04:09 +05:30
ansuz
7f41f8765e
avoid bypassing guards against raw HTML in some dialogs
2021-08-12 19:02:25 +05:30
ansuz
975259f935
Merge branch 'soon' into staging
2021-08-12 16:10:32 +05:30
ansuz
7e80b90bca
standardize usage of BR tag in translations
2021-08-12 16:07:43 +05:30
Weblate
afdfc273e8
Translated using Weblate (Spanish)
...
Currently translated at 43.5% (602 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/es/
2021-08-12 12:05:11 +02:00
ansuz
72bf3696ee
correct some unncessary instances of raw HTML injection
2021-08-11 19:51:44 +05:30
ansuz
384d4be864
suppress browsers' password autocomplete for document passwords
2021-08-11 19:21:19 +05:30
David Benqué
ddee1e9b40
Fix toolbar collapse button
2021-08-11 13:21:34 +01:00
David Benqué
d05f03c8c6
Use icon only for toolbar collapse/expand button
2021-08-11 13:01:45 +01:00
David Benqué
fc4178df7e
Refactor form control buttons
2021-08-11 10:42:59 +01:00
ansuz
44f5aee4ac
Dependency management:
...
move (most) third-party dependencies from www/common/ => www/lib/
* unify less.js files by standardizing on our slightly modified version
* update textFit.js to the latest version
* describe exact versions of files where known, otherwise link to their project sites
2021-08-11 15:07:38 +05:30
ansuz
44688026d6
exclude ids with invalid lengths from our list of owned documents
2021-08-10 19:53:56 +05:30
ansuz
2a8c70598b
Merge branch 'soon' into staging
2021-08-10 19:51:28 +05:30
ansuz
2dc4ec1b24
include vendor and appVersion in support ticket data
2021-08-10 19:49:22 +05:30
ansuz
7647a60219
guess OS version on checkup page
2021-08-10 19:48:15 +05:30
ansuz
d8af3a16ab
exclude invalid channel and blob ids when fetching your channel list
...
for all variations of the same API
2021-08-10 18:51:00 +05:30
ansuz
b9eced7bfd
remove unused 'noscriptfix' hack
2021-08-10 18:49:29 +05:30
ansuz
d960c10a31
clear login token when deleting your account and before logging in
2021-08-10 18:46:10 +05:30
Weblate
17ea1611e7
Translated using Weblate (German)
...
Currently translated at 100.0% (1382 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
Translated using Weblate (German)
Currently translated at 99.8% (1380 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-08-10 11:50:32 +02:00
Weblate
61df9214ff
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1382 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-08-10 11:50:32 +02:00
ansuz
b0fcaf8e51
Merge branch 'soon' into staging
2021-08-09 20:21:11 +05:30
Weblate
6a4f02831e
Translated using Weblate (English)
...
Currently translated at 100.0% (1382 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1381 of 1381 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1380 of 1380 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-08-09 16:50:34 +02:00
Weblate
55a8c94eb4
Translated using Weblate (French)
...
Currently translated at 99.8% (1380 of 1382 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-08-09 16:50:34 +02:00
ansuz
b5c051a27f
label hardcoded form translations
2021-08-09 15:59:23 +05:30
ansuz
30c2bfbdfa
more small tweaks
2021-08-09 15:47:27 +05:30
ansuz
d6886fb4c0
style and text fixes for form timeline
2021-08-09 15:37:31 +05:30
ansuz
900db1fcb0
disable usage of charts.css except for the timeline
2021-08-06 18:51:51 +05:30
ansuz
e4d5431f29
display form answer timeline oldest => newest
2021-08-05 17:15:56 +05:30
ansuz
34aa959a10
Merge branch 'staging' into hackathon-2021
2021-08-05 17:04:08 +05:30
ansuz
acd7148967
change collapse/expand icons from 'caret' to 'chevron'
2021-08-05 17:01:11 +05:30
aemi-dev
9910c97d5e
Hackathon 2021 - Timeline - Minor Edits & Comments
2021-08-05 11:58:41 +02:00
ansuz
ded834b2c7
lint compliance
2021-08-05 11:53:35 +05:30
aemi-dev
085736e4b7
Hackathon 2021 - Timeline
2021-08-05 02:10:29 +02:00
aemi-dev
b365c411ea
Hackathon 2021 - Timeline
2021-08-05 01:58:22 +02:00
ansuz
53ba25b5b0
more chart visualizations, brand colors
2021-08-04 20:27:45 +05:30
ansuz
73acfd9b42
start integrating some basic charts in form answers
2021-08-04 17:08:29 +05:30
ansuz
2d405b5a32
add more annotations indicating what type of chart should be used
2021-08-04 15:31:57 +05:30
ansuz
4800ac724e
highlight some relevant sections of the form app
2021-08-04 13:51:02 +05:30
ansuz
93f73add9f
the charts library should only be used in the inner scope
2021-08-04 13:50:38 +05:30
ansuz
9ecb9e4cd6
chart experiments
2021-08-04 13:26:40 +05:30
Weblate
0a216e4c96
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-08-04 09:29:08 +02:00
Weblate
d2ff6d4eee
Translated using Weblate (German)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-08-04 09:29:08 +02:00
ansuz
18c439986c
implement main toolbar collapse button
2021-08-03 16:19:50 +05:30
ansuz
4e02c309bb
Merge branch 'staging' into collapse-toolbar
2021-08-03 14:30:37 +05:30
ansuz
f141fdef3b
set a smaller width on the kanban's 'addboard' button
2021-08-03 13:51:16 +05:30
ansuz
0497d663b6
Merge branch 'staging' into hide-kanban-controls
2021-08-03 13:39:43 +05:30
ansuz
97646fdb89
Merge branch 'soon' into staging
2021-08-03 13:36:50 +05:30
ansuz
298d69e914
guard against another possible type error
...
(in the user object)
2021-08-03 12:23:18 +05:30
ansuz
22357f882b
guard against a type error in user-object when FILES_DATA doesn't exist
2021-08-03 12:17:42 +05:30
ansuz
a20bfbf6c1
lint compliance
2021-08-03 12:15:30 +05:30
ansuz
053224a825
Merge branch 'soon' into staging
2021-08-03 12:07:15 +05:30
Weblate
d67d6069d4
Translated using Weblate (English)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-08-03 08:33:26 +02:00
ansuz
48ad82c4fb
Merge branch 'soon' into staging
2021-08-02 19:55:46 +05:30
ansuz
ceab8fe2df
disable broken CSV export
2021-08-02 18:16:22 +05:30
ansuz
dd53b6fa72
constrain table width in checkup summaries
2021-08-02 18:05:46 +05:30
ansuz
613868bbde
fix safari-specific warnings in checkup
2021-08-02 17:59:53 +05:30
ansuz
7ed41aa8e6
make a note to update a translation key
2021-08-02 17:38:13 +05:30
ansuz
f4e2e505fe
lint compliance
2021-08-02 17:37:06 +05:30
ansuz
b6cc4ef8cf
test browser-dependent SharedArrayBuffer support in checkup
...
include debugging information in final report
for when browser vendors inevitably break APIs again
2021-08-02 17:36:51 +05:30
ansuz
c6fefd73d8
fix sheet conversion in Chrome
...
by instantiating SharedArrayBuffers in a more portable way
2021-07-30 19:23:48 +05:30
Weblate
1247ed0b6b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.9% (1378 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-29 09:53:49 +02:00
ansuz
b3a7d5c42c
factor out some duplicated code for handling 24 dates
2021-07-28 15:19:05 +05:30
ansuz
f80aacc177
prevent incorrect removal of form submission buttons
...
...by guarding against overflow of a setTimeout delay
2021-07-28 15:17:25 +05:30
ansuz
5f32a38f3e
Merge branch 'soon' into main
2021-07-28 03:45:09 +05:30
ansuz
a613b64b77
use brand link color for links in the form app
2021-07-28 03:43:36 +05:30
ansuz
106dd007ac
Merge branch 'staging' into soon
2021-07-28 03:19:18 +05:30
Weblate
ef56a8f863
Translated using Weblate (Japanese)
...
Currently translated at 99.8% (1377 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-27 17:47:04 +02:00
Weblate
9256c45a26
Translated using Weblate (German)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-07-27 17:47:04 +02:00
Weblate
4fe5b11370
Translated using Weblate (French)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-27 17:47:04 +02:00
ansuz
32027f09d6
refine link name placeholder suggestion and provide a more descriptive error message
2021-07-27 05:21:05 +05:30
ansuz
45b58d622d
rewrite a switch statement as a concise lookup table
2021-07-27 05:19:35 +05:30
ansuz
921da962d0
narrow exceptions for use of localhost in checkup
2021-07-27 05:18:39 +05:30
ansuz
860f4cb44b
Merge branch 'soon' into staging
2021-07-27 05:16:21 +05:30
Weblate
9258d21ef0
Translated using Weblate (English)
...
Currently translated at 100.0% (1379 of 1379 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-27 01:23:51 +02:00
Weblate
ea6d5e8876
Translated using Weblate (Japanese)
...
Currently translated at 99.8% (1376 of 1378 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-27 01:23:51 +02:00
ansuz
95369ae87d
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-27 03:41:12 +05:30
ansuz
9c373377cf
send feedback for UI related to the new link functionality
2021-07-27 03:40:48 +05:30
ansuz
854a635c5f
remove hardcoded translations and defer non-blocking issues till the next release
2021-07-27 03:40:03 +05:30
David Benqué
04a616f87d
Add margin to individual response list
...
- prevents response title to be mixed up with first question
2021-07-26 15:38:21 +01:00
ansuz
a4b89fff84
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-26 19:57:10 +05:30
David Benqué
4f5a041010
Style username in poll results table
2021-07-26 15:26:51 +01:00
ansuz
4e900b18cf
use more specific 'export to CSV' translation in forms
2021-07-26 19:56:49 +05:30
ansuz
126a3fff46
remove hardcoded translations and rework link name placeholder behaviour
2021-07-26 19:56:11 +05:30
ansuz
2ca98425f2
Merge branch 'soon' into staging
2021-07-26 19:36:04 +05:30
Weblate
c35ccfc6bb
Translated using Weblate (English)
...
Currently translated at 100.0% (1378 of 1378 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1378 of 1378 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-26 16:05:20 +02:00
ansuz
09fe994443
Merge branch 'soon' into staging
2021-07-26 19:24:15 +05:30
Weblate
55b00409b3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1376 of 1376 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-26 15:53:26 +02:00
Weblate
fc64913392
Translated using Weblate (English)
...
Currently translated at 100.0% (1377 of 1377 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-26 15:53:25 +02:00
Weblate
b0f7a9488c
Translated using Weblate (English)
...
Currently translated at 100.0% (1376 of 1376 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1375 of 1375 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1374 of 1374 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1373 of 1373 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1372 of 1372 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1371 of 1371 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1370 of 1370 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1369 of 1369 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-26 15:52:03 +02:00
Weblate
0534a69f3d
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (1375 of 1376 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1373 of 1373 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.9% (1371 of 1372 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1370 of 1370 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-26 15:52:02 +02:00
David Benqué
24401f39e1
Merge remote-tracking branch 'origin/staging' into staging
2021-07-26 14:29:02 +01:00
David Benqué
e3150f1284
Add margin above anonymous name field
2021-07-26 14:28:55 +01:00
ansuz
4862e9b0cc
use two translation keys for 'Link' UI in different contexts
2021-07-26 18:14:01 +05:30
ansuz
987fb696ed
downgrade urgency of unhandled form notes
2021-07-26 18:12:31 +05:30
ansuz
812d5f7146
disable form response message UI until it's been reviewed more
2021-07-26 18:11:45 +05:30
ansuz
8a1aef9792
Merge branch 'soon' into staging
2021-07-26 17:07:59 +05:30
ansuz
403d922ddd
replace two XXX notes with comments
2021-07-26 16:30:49 +05:30
ansuz
52d5bb5ae8
add notes to gather feedback about the new link feature
2021-07-26 15:28:20 +05:30
ansuz
ec928334d8
don't try to pin channels with invalid lengths
2021-07-26 15:26:23 +05:30
ansuz
d21e79733e
send feedback when self-destructing pads explode
2021-07-26 15:24:08 +05:30
ansuz
513f1531e3
remove some dead code
2021-07-26 15:03:02 +05:30
ansuz
e5558b516c
guard against a typeError when drive-less users try to send a pad-burned notification
2021-07-26 15:02:48 +05:30
ansuz
7bc6ed17b9
update max choices input in forms
...
...when the maximum exceeds the number of choices
2021-07-26 14:57:28 +05:30
ansuz
99c11f032e
tally form votes with an increment function
2021-07-26 14:53:04 +05:30
ansuz
9ca3682df9
fix an accidentally flipped boolean
2021-07-26 14:10:32 +05:30
ansuz
3c6c517506
Merge branch 'forms' into staging
2021-07-26 13:22:51 +05:30
ansuz
8200f579a8
Merge branch 'link' into staging
2021-07-26 13:07:38 +05:30
ansuz
6578b66ba6
convert a warning to an error
2021-07-26 13:07:23 +05:30
ansuz
2019e1d70a
implement minor fixes and add comments following code review
2021-07-26 13:05:47 +05:30
Weblate
79541dd914
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-24 13:30:04 +02:00
Weblate
af8ef252e6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 17.8% (244 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/zh_Hans/
2021-07-24 13:30:04 +02:00
Weblate
9b192a8e4c
Translated using Weblate (Lithuanian)
...
Currently translated at 14.9% (204 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/lt/
2021-07-24 13:30:03 +02:00
yflory
f5fc4f28bf
Improve forms CSV export with polls
2021-07-23 17:51:56 +02:00
yflory
a93a9f14d3
Fix initial title with forms templates
2021-07-23 17:51:42 +02:00
yflory
212b3d4884
Form fixes and improvements
2021-07-23 14:47:30 +02:00
yflory
6c720ce9d1
Fix type error
2021-07-23 10:18:42 +02:00
yflory
6faaec5042
lint compliance
2021-07-22 12:06:48 +02:00
yflory
667bef2a84
Fix links in shared folders
2021-07-21 17:19:35 +02:00
yflory
511ec211c1
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-21 11:42:57 +02:00
yflory
0a5614b79f
Fix team invitation link #774
2021-07-21 11:37:44 +02:00
ansuz
d44ae0b0b0
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-20 17:44:25 +05:30
yflory
4e6ff7716f
Merge branch 'staging' into link
2021-07-20 10:52:07 +02:00
yflory
d530a51f99
Fix premium ticket category in admin panel
2021-07-20 10:51:12 +02:00
yflory
1a88baf9c3
lint compliance
2021-07-20 10:48:25 +02:00
yflory
e38206ffb3
Fix premium tickets
2021-07-20 10:46:40 +02:00
yflory
775b741049
Merge branch 'staging' into link
2021-07-20 10:41:24 +02:00
yflory
0fc2269a3a
Create links in the drive
2021-07-20 10:40:40 +02:00
ansuz
621941b933
comments about possible form improvements
2021-07-19 19:49:20 +05:30
ansuz
d926930b4c
prototype toolbar collapse
2021-07-16 14:59:27 +05:30
ansuz
99323f0560
Merge branch 'soon' into staging
2021-07-15 16:13:31 +05:30
Weblate
1d9adbb096
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-15 12:41:50 +02:00
Weblate
36eebd817d
Translated using Weblate (Lithuanian)
...
Currently translated at 13.3% (182 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/lt/
2021-07-15 12:41:50 +02:00
yflory
d94f327756
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-12 15:37:07 +02:00
yflory
0929b5db47
Form improvements
2021-07-12 15:36:55 +02:00
ansuz
c774a5d06e
time out if checkup test #7 doesn't call back in 30s
2021-07-12 13:24:32 +05:30
Weblate
1d8811c42b
Translated using Weblate (Catalan)
...
Currently translated at 39.4% (540 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ca/
2021-07-12 06:18:18 +02:00
Weblate
1faaff1665
Translated using Weblate (Lithuanian)
...
Currently translated at 9.3% (128 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/lt/
Translated using Weblate (Lithuanian)
Currently translated at 7.9% (109 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/lt/
2021-07-12 06:18:18 +02:00
ansuz
32e79d323d
add support for tabs in ckeditor
...
and leave a note about the challenges of accessibility here
2021-07-09 18:53:27 +05:30
ansuz
d22c4a6d68
extra styles for support page enhancements
2021-07-09 18:33:14 +05:30
ansuz
ae77f1c6b9
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-09 18:13:30 +05:30
ansuz
4e9a9681f4
Merge branch 'main' into soon
2021-07-09 18:13:18 +05:30
ansuz
fee546ee9d
describe the premium support ticket policy on the support page
2021-07-09 18:12:04 +05:30
ansuz
3f1b6ba74d
some minor fixes for anon drives
...
* don't show the collapse tree button in the toolbar
* display the bread crumb when viewing shared folders
2021-07-09 16:44:13 +05:30
ansuz
90b6787fa8
disable cache usage for form results
2021-07-09 16:43:48 +05:30
ansuz
5b3dcde28c
disable cache usage for form results
2021-07-09 16:43:17 +05:30
yflory
4117274e59
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-09 12:30:04 +02:00
yflory
1b0a0fe14f
Improve reset button in forms
2021-07-09 11:56:53 +02:00
yflory
1b081c52df
lint compliance
2021-07-09 11:46:32 +02:00
yflory
ed28b5ec7b
Randomize 'ordered list' initial state in forms
2021-07-09 11:45:48 +02:00
yflory
f46a820ad8
Don't sort 'sorted lists' in forms by default
2021-07-09 11:41:12 +02:00
ansuz
b6755f4d58
Merge branch 'soon' into staging
2021-07-09 15:08:53 +05:30
Weblate
2e5632988e
Translated using Weblate (Catalan)
...
Currently translated at 39.1% (536 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ca/
2021-07-09 11:34:47 +02:00
Weblate
d6e97b16c1
Translated using Weblate (Hindi)
...
Currently translated at 0.3% (5 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/hi/
2021-07-09 11:34:47 +02:00
ansuz
eff65f6e71
add file for Lithuanian translation
2021-07-09 15:04:28 +05:30
ansuz
6df790dbba
some minor fixes for anon drives
...
* don't show the collapse tree button in the toolbar
* display the bread crumb when viewing shared folders
2021-07-08 17:55:31 +05:30
ansuz
ad2bdb67e1
Merge branch 'soon' into main
2021-07-07 14:46:25 +05:30
Weblate
47aebb0bfd
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-07 11:07:49 +02:00
ansuz
cb0c4363e0
Merge branch 'soon' into main
2021-07-07 14:25:09 +05:30
ansuz
ea15575a40
Merge branch 'staging' into soon
2021-07-07 14:20:28 +05:30
ansuz
a398af1213
use existing translation until next release
2021-07-07 14:18:48 +05:30
ansuz
ccddcefc1d
remove hardcoded translation
2021-07-07 14:16:43 +05:30
Weblate
78f2cb1d63
Translated using Weblate (English)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-07 10:41:34 +02:00
Weblate
1c95c262b3
Translated using Weblate (German)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-07-07 10:41:34 +02:00
Weblate
5b5c98f929
Translated using Weblate (French)
...
Currently translated at 100.0% (1368 of 1368 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-07 10:41:33 +02:00
ansuz
96eb5f614e
fix docs link for remote content
...
and localize it
2021-07-07 14:03:54 +05:30
ansuz
fceab00a6b
guard against type errors when exporting results as CSV
...
and label a hardcoded string
2021-07-07 13:06:07 +05:30
yflory
0560a9a403
Fix forms CSV export
2021-07-06 16:09:30 +02:00
ansuz
663f0d8771
Display confirmation on "Log out everywhere" in the upper right menu
...
addresses #765
2021-07-06 17:47:13 +05:30
ansuz
7049396bd9
remove unneeded XXX note
2021-07-06 16:14:52 +05:30
ansuz
132fbbe1da
Merge branch 'soon' into staging
2021-07-06 15:45:02 +05:30
Weblate
05043b96c5
Translated using Weblate (German)
...
Currently translated at 100.0% (1367 of 1367 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-07-06 12:10:58 +02:00
ansuz
b5c3468b41
Merge branch 'soon' into staging
2021-07-06 15:14:59 +05:30
Weblate
517f979745
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1367 of 1367 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1367 of 1367 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-06 11:44:16 +02:00
ansuz
bceff56d02
remove hardcoded translation
2021-07-06 15:00:54 +05:30
ansuz
eca3d7207a
Merge branch 'soon' into staging
2021-07-06 15:00:18 +05:30
Weblate
c1b3ac8960
Translated using Weblate (English)
...
Currently translated at 100.0% (1367 of 1367 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-07-06 11:29:19 +02:00
yflory
baa215fc1e
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-06 11:23:54 +02:00
yflory
1b50efe7ac
Add more debugging metadata to support tickets
2021-07-06 11:13:42 +02:00
ansuz
f652d11ace
don't show the 'remote image warning' for data URLs in markdown
2021-07-06 14:02:29 +05:30
ansuz
5070a751cd
style remote image warnings in slides
2021-07-05 19:21:22 +05:30
ansuz
3095526066
remove some notes that have been addressed
2021-07-05 18:59:33 +05:30
Weblate
132bc43e83
Translated using Weblate (French)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-05 12:55:54 +02:00
ansuz
c2f84dc8d0
Merge branch 'soon' into staging
2021-07-05 16:25:50 +05:30
Weblate
70219e376c
Translated using Weblate (French)
...
Currently translated at 99.8% (1364 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-05 12:54:54 +02:00
Weblate
91c7accf9c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-05 12:54:37 +02:00
Weblate
f0635afdf8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 69.9% (955 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/pt_BR/
2021-07-05 12:54:36 +02:00
Weblate
512e6eea6b
Translated using Weblate (French)
...
Currently translated at 99.8% (1364 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-07-05 12:54:36 +02:00
yflory
1352a6d8fd
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-07-02 18:46:29 +02:00
yflory
bca1c08653
Fix team pending owner issues
2021-07-02 18:46:03 +02:00
David Benqué
ca1016ad3a
Add spacing to Form results
2021-07-02 13:45:20 +01:00
Weblate
eb9eb9e782
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 14:31:46 +02:00
ansuz
5c83eb73f0
Merge branch 'soon' into staging
2021-07-02 17:56:18 +05:30
ansuz
27f3223490
provide the language we detect to CKEditor
2021-07-02 17:55:15 +05:30
Weblate
9ad74aeba1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 13:48:25 +02:00
Weblate
ed438d7b3b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.9% (1365 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.9% (1365 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.7% (1362 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.7% (1362 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 99.6% (1361 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 98.6% (1348 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 98.1% (1341 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.7% (1335 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.7% (1335 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.6% (1334 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.5% (1333 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 13:17:35 +02:00
ansuz
faed7c8573
Merge branch 'soon' into staging
2021-07-02 14:49:12 +05:30
ansuz
09cbeefd99
double-check that blocks have been written
...
even if 'write' calls back with no error
also update the changelog
2021-07-02 14:48:24 +05:30
Weblate
568ced1b7f
Translated using Weblate (Japanese)
...
Currently translated at 97.5% (1332 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.4% (1331 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 97.2% (1329 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.9% (1324 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.9% (1324 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.8% (1323 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.7% (1322 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.7% (1321 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.6% (1320 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.5% (1319 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.5% (1319 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.5% (1319 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.4% (1318 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.4% (1317 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.4% (1317 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.3% (1316 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.2% (1315 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.1% (1314 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.1% (1314 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.1% (1313 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 96.0% (1312 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.9% (1311 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.9% (1310 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 11:17:00 +02:00
ansuz
29d2fb38ef
trim leading and trailing whitespace from usernames when registering
2021-07-02 12:41:34 +05:30
ansuz
b54428c00a
Merge branch 'soon' into staging
2021-07-02 12:28:11 +05:30
Weblate
edc1e95ffe
Translated using Weblate (Japanese)
...
Currently translated at 95.8% (1309 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.7% (1308 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.6% (1307 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.6% (1307 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 08:42:03 +02:00
Weblate
68e489a2a3
Translated using Weblate (Japanese)
...
Currently translated at 95.6% (1307 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.6% (1307 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.6% (1307 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-07-02 07:34:59 +02:00
ansuz
279db28e86
start tracking the versions of our vendored software
2021-07-01 18:44:35 +05:30
ansuz
3b44c09bc4
check COOP headers for multiple endpoints
...
and improve some error reporting in the checkup RPC
2021-07-01 16:42:09 +05:30
ansuz
899eef1ee8
filter hidden types from a more sensible place in the drive
2021-07-01 14:01:43 +05:30
ansuz
7d634ab54b
suppress 'convert' from new pad modal
...
and make it easy to configure what's displayed via a list in appconfig
2021-07-01 13:58:17 +05:30
ansuz
575269e5a1
use a standard function for creating basic media-tags
2021-07-01 13:18:08 +05:30
ansuz
7703085aeb
Merge branch 'soon' into staging
2021-07-01 12:47:41 +05:30
ansuz
17adbc27bf
remove blog link from out-of-date translations
2021-07-01 12:46:43 +05:30
ansuz
5232890fe1
Merge branch 'soon' into staging
2021-07-01 11:48:43 +05:30
ansuz
0bb4f0fc3d
set a generic documentation link in translations
...
to be properly set and localized in the code
2021-07-01 11:46:56 +05:30
ansuz
ef0e42e6f6
Merge branch 'soon' into staging
2021-07-01 11:39:07 +05:30
Weblate
41d17a7ee3
Translated using Weblate (Japanese)
...
Currently translated at 95.5% (1305 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.5% (1305 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.5% (1305 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.5% (1305 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.4% (1304 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.4% (1304 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.4% (1304 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.1% (1300 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1299 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 95.0% (1298 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.9% (1297 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.9% (1297 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.6% (1293 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.5% (1291 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.4% (1290 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.3% (1289 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.2% (1288 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.1% (1286 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 94.0% (1285 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.9% (1284 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.9% (1284 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.9% (1283 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.9% (1283 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.8% (1282 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.7% (1280 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.6% (1279 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.5% (1278 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.5% (1278 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.5% (1278 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.4% (1277 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.4% (1276 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 19:39:00 +02:00
Weblate
9d23c42e0b
Translated using Weblate (Japanese)
...
Currently translated at 93.4% (1276 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.4% (1276 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.3% (1275 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.3% (1275 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 16:10:24 +02:00
Weblate
63c852c9aa
Translated using Weblate (German)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-06-30 15:43:41 +02:00
Weblate
0c652e71b5
Translated using Weblate (Japanese)
...
Currently translated at 93.3% (1275 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.2% (1274 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 15:43:41 +02:00
ansuz
34ae047aee
Merge branch 'soon' into staging
2021-06-30 18:59:14 +05:30
ansuz
f2f9ace7c6
fix rendering issue with markdown media-tag format
2021-06-30 18:57:27 +05:30
Weblate
cbbff49f89
Translated using Weblate (Japanese)
...
Currently translated at 93.2% (1274 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.2% (1274 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.2% (1274 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.2% (1274 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.1% (1273 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.1% (1272 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.0% (1271 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.0% (1271 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 93.0% (1271 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.9% (1270 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.9% (1270 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.9% (1270 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.8% (1269 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.8% (1269 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.8% (1269 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.8% (1268 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.7% (1267 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.7% (1267 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.7% (1267 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (1266 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.5% (1264 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 15:26:56 +02:00
Weblate
73a47986a7
Translated using Weblate (German)
...
Currently translated at 99.9% (1365 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
Translated using Weblate (German)
Currently translated at 99.8% (1364 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-06-30 15:26:55 +02:00
ansuz
e57ccf14d7
clean up some pending notes
2021-06-30 18:20:57 +05:30
ansuz
76b90d3c8a
correct a few more places where the client expected hashes in pin responses
...
or where the server incorrectly provided them
2021-06-30 18:15:55 +05:30
ansuz
8e725f3d7c
stop returning the hash of all user pins after pinning
...
the client doesn't use it and it's CPU-intensive
2021-06-30 17:20:03 +05:30
Weblate
8da7cb023f
Translated using Weblate (Japanese)
...
Currently translated at 92.4% (1263 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.4% (1263 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.4% (1263 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.3% (1262 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.3% (1262 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.3% (1261 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.2% (1260 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.2% (1260 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.1% (1259 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.1% (1259 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.1% (1259 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1258 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1258 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1258 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1258 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1258 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1257 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 92.0% (1257 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.9% (1256 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.9% (1256 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.8% (1254 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.7% (1253 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.6% (1252 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.6% (1252 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.7% (1253 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.7% (1253 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.6% (1252 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.6% (1252 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 13:23:22 +02:00
ansuz
a77d0420cd
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-30 16:52:00 +05:30
ansuz
c9654a7892
remove XXX notes from forms and comment why they were there
2021-06-30 16:51:50 +05:30
yflory
5282603559
Merge branch 'dapsi' into staging
2021-06-30 12:47:17 +02:00
yflory
c7ac75d137
Fix CSV export in forms
2021-06-30 12:47:02 +02:00
yflory
87d04ed68a
Fix form CSV export
2021-06-30 12:36:24 +02:00
yflory
12c18fe7a3
Remove unused file
2021-06-30 12:36:16 +02:00
ansuz
caa69e73ca
Merge branch 'dapsi' into staging
2021-06-30 16:04:35 +05:30
ansuz
6360c2e643
Merge branch 'soon' into staging
2021-06-30 12:53:07 +05:30
Weblate
2c38383147
Translated using Weblate (German)
...
Currently translated at 99.2% (1356 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-06-30 09:21:53 +02:00
Weblate
3d22444603
Translated using Weblate (Japanese)
...
Currently translated at 91.6% (1252 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 91.3% (1248 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 90.1% (1232 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 87.8% (1200 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-30 09:21:53 +02:00
ansuz
4fc60b86c5
remove hardcoded admin panel translations
2021-06-29 16:29:49 +05:30
ansuz
d296fdf550
Merge branch 'soon' into staging
2021-06-29 16:18:13 +05:30
Weblate
ccda547682
Translated using Weblate (English)
...
Currently translated at 100.0% (1366 of 1366 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1365 of 1365 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1364 of 1364 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1363 of 1363 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1362 of 1362 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1361 of 1361 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1360 of 1360 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1359 of 1359 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1358 of 1358 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-06-29 12:44:42 +02:00
ansuz
fe4b85c98b
remove hardcoded translations for blocked images
2021-06-29 15:55:59 +05:30
ansuz
b221ed6cf9
Merge branch 'soon' into staging
2021-06-29 15:46:25 +05:30
Weblate
6b8cb9ab67
Translated using Weblate (Japanese)
...
Currently translated at 85.4% (1157 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-29 12:14:44 +02:00
Weblate
37e9e1d8ce
Translated using Weblate (English)
...
Currently translated at 100.0% (1357 of 1357 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1356 of 1356 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1355 of 1355 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-06-29 12:14:44 +02:00
ansuz
1a827db57d
Merge branch 'soon' into staging
2021-06-29 13:59:06 +05:30
Weblate
83693a18f2
Translated using Weblate (Japanese)
...
Currently translated at 84.3% (1142 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 81.6% (1106 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 76.2% (1033 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 76.2% (1033 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
Translated using Weblate (Japanese)
Currently translated at 55.4% (751 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/ja/
2021-06-29 06:02:56 +02:00
ansuz
3cbf4c9d6f
save instancePurpose choice to server from admin panel
2021-06-25 13:04:29 +05:30
ansuz
0b8239241b
integrate styles for remote images
2021-06-25 12:23:46 +05:30
ansuz
9104441eb2
prototype instance purpose radio selection
2021-06-25 11:58:05 +05:30
ansuz
4a147815f6
disable server_tokens test until an easy solution is in place
2021-06-25 11:52:24 +05:30
ansuz
ef885eed5c
leave notes for finalizing remote image warning
2021-06-25 11:51:18 +05:30
yflory
ec556ed261
Export forms
2021-06-24 15:59:38 +02:00
ansuz
a86422266e
good contrast for most of the remote image warning
2021-06-24 17:56:58 +05:30
ansuz
4dcbddd174
WIP remote image styles
2021-06-24 17:33:45 +05:30
yflory
89844455bb
Merge branch 'staging' into dapsi
2021-06-24 11:46:31 +02:00
ansuz
e5c8b6fd75
WIP block remote images
2021-06-24 15:08:09 +05:30
ansuz
0cc0118bc2
replace two empty translation files whose removal triggered errors
2021-06-24 12:51:52 +05:30
ansuz
90bfc97ecc
Merge branch 'staging' into md-inline-img
2021-06-24 12:18:35 +05:30
ansuz
c4aeddeee5
bugfixes for the less cache
2021-06-24 11:48:55 +05:30
ansuz
c2ac534f6a
archive Hindi and Telugu translations due to inactivity as well
2021-06-24 10:10:34 +05:30
ansuz
3f66b91912
archive Arabic, Bengali, and Ukrainian translation files due to inactivity
2021-06-24 10:07:16 +05:30
ansuz
c2023fe680
add Thai translation file
2021-06-24 10:03:58 +05:30
ansuz
761e27cac7
WIP: transform inline css into less and scope it to the preview pane
2021-06-23 16:19:48 +05:30
ansuz
94abd631a2
prototype suppression of markdown images
2021-06-23 09:33:39 +05:30
ansuz
6ddcbb948e
guard against markdown images with double-quotes in their href
2021-06-23 09:32:58 +05:30
ansuz
433470cf40
check that server responses don't contain 'Server' headers
...
if they do, check that the server is NGINX.
2021-06-23 07:54:28 +05:30
Weblate
881dbcd2ad
Translated using Weblate (Finnish)
...
Currently translated at 81.9% (1110 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fi/
2021-06-22 16:02:50 +02:00
yflory
5d156dd346
Fix base64 image detection in pads
2021-06-22 12:24:41 +02:00
yflory
04fc838ef3
lint compliance
2021-06-22 12:08:10 +02:00
yflory
544e5bcbfe
Add converter app
2021-06-22 12:08:03 +02:00
yflory
a4bd4e2784
Support Markdown import/export in Rich text pads
2021-06-22 12:04:56 +02:00
yflory
addc50b641
Fix allDay events on Safari
2021-06-21 16:53:35 +05:30
yflory
1002b656c1
Fix allDay event reminders on Safari
2021-06-21 16:53:35 +05:30
ansuz
d610f6ef1e
use less restrictive URL validation
2021-06-21 16:52:50 +05:30
yflory
a482d62553
Fix allDay event reminders on Safari
2021-06-17 18:12:21 +02:00
yflory
bac6641bb1
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-17 18:05:40 +02:00
yflory
3f5e3a14af
Fix allDay events on Safari
2021-06-17 18:05:25 +02:00
ansuz
b5673bf8a3
Merge branch 'soon' into staging
2021-06-17 10:27:05 +05:30
ansuz
abc9466abe
guard against invalid team info
2021-06-17 09:24:58 +05:30
ansuz
92c814e49d
construct media-tags with hyperscript instead of HTML
2021-06-17 09:24:32 +05:30
ansuz
e143873a20
display the currently set FLoC header in the checkup page's warning message.
...
Addresses #757
2021-06-17 09:09:04 +05:30
yflory
6f91272217
Add default form templates
2021-06-16 11:17:00 +02:00
yflory
8074a6191c
Add 'Help' entry in the file menu for forms
2021-06-16 10:56:51 +02:00
ansuz
f601f27435
remove some XXX notes
2021-06-16 06:23:58 +05:30
ansuz
87d4231725
Merge branch 'staging' into soon
2021-06-16 05:54:48 +05:30
Weblate
4c14d39fa5
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/
2021-06-15 16:33:35 +02:00
David Benqué
ade6db2f81
Remove unused translation
2021-06-15 15:33:07 +01:00
Weblate
13088454ea
Translated using Weblate (French)
...
Currently translated at 99.9% (1354 of 1355 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2021-06-15 16:27:06 +02:00
yflory
51c5b7d3e4
Kanban import from Trello
2021-06-15 14:48:58 +02:00
ansuz
2b642835b9
Merge branch 'soon' into staging
2021-06-15 17:47:34 +05:30
yflory
2de7c61284
Fix drag after adding a question
2021-06-15 14:13:37 +02:00
ansuz
c3a6547e09
merge WIP changelog and stashed changes
2021-06-15 17:25:23 +05:30
David Benqué
eaa02bb8b8
Add spacing to buttons in question editor
2021-06-15 11:54:28 +01:00
ansuz
2bd659a9b5
test whether the instance configured to use HTTPS for the main and sandbox domains
2021-06-15 16:05:17 +05:30
yflory
61ac8b0512
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-15 11:46:03 +02:00
yflory
8a07b66843
Add default content and default template to forms
2021-06-15 11:45:54 +02:00
yflory
1a288f5896
Submit invalid responses
2021-06-15 10:49:17 +02:00
Weblate
35016cfc8e
Translated using Weblate (German)
...
Currently translated at 100.0% (1355 of 1355 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-06-15 09:53:50 +02:00
ansuz
14949235c9
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-15 03:54:18 +05:30
ansuz
92fd7e7c80
remove extraneous log
2021-06-15 03:53:37 +05:30
David Benqué
825badea71
Fix spacing at the bottom of form pages
2021-06-14 15:21:36 +01:00
David Benqué
bba014af99
Swap update and reset buttons
2021-06-14 15:07:27 +01:00
David Benqué
dc091b81c7
Adjust list of individual responses
2021-06-14 14:16:47 +01:00
David Benqué
a577281724
Merge remote-tracking branch 'origin/staging' into staging
2021-06-14 14:06:54 +01:00
David Benqué
fa526d5618
Add spacing to form responses page
2021-06-14 14:06:48 +01:00
yflory
ea01c0c204
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-14 15:00:13 +02:00
yflory
cc06942ebd
Fix type error in forms
2021-06-14 15:00:01 +02:00
David Benqué
e2bd942a71
Add spacing under Poll hint
2021-06-14 13:26:11 +01:00
David Benqué
622a9eda17
Merge branch 'soon' into staging
2021-06-14 13:20:30 +01:00
David Benqué
602bd28428
Remove temporary translation keys
2021-06-14 13:18:00 +01:00
Weblate
b102a1860f
Translated using Weblate (English)
...
Currently translated at 100.0% (1355 of 1355 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1354 of 1354 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
2021-06-14 14:13:42 +02:00
yflory
c3c3a7aecb
Disable form settings when disconnected
2021-06-14 14:13:33 +02:00
yflory
87e81c4607
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-14 14:06:46 +02:00
yflory
a435b1c12d
Remove history and snapshots entries for participants
2021-06-14 14:06:36 +02:00
ansuz
ae2f434003
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-14 17:32:15 +05:30
ansuz
ceebb99134
sanitize your own accountName
2021-06-14 17:31:53 +05:30
yflory
79cfce1f5a
Share auditor link from drive
2021-06-14 14:00:09 +02:00
ansuz
b44bd01bc5
lint compliance
2021-06-14 17:29:53 +05:30
yflory
3cdd4dde73
Improve contetx menu in drive for forms
2021-06-14 13:42:33 +02:00
yflory
4d769ebaf5
Merge branch 'form' into staging
2021-06-14 12:30:50 +02:00
ansuz
0bc678b9dd
Merge branch 'form' into staging
2021-06-14 16:00:29 +05:30
yflory
eba2255fe9
Handle disconnection in forms and disable offline mode
2021-06-14 12:30:22 +02:00
ansuz
886b798bc3
describe intended usage of poll options in forms
2021-06-14 15:59:15 +05:30
David Benqué
f3394212c3
Use new icons
2021-06-14 11:16:06 +01:00
yflory
e7a85d576b
Fix block numbering in forms
2021-06-14 10:50:30 +02:00
yflory
369567d509
Fix onbeforeunload after submititng a form
2021-06-14 10:47:32 +02:00
yflory
9068c624ee
Fix form favicon
2021-06-14 10:33:00 +02:00
Weblate
ce7487acfb
Translated using Weblate (German)
...
Currently translated at 100.0% (1353 of 1353 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
Translated using Weblate (German)
Currently translated at 99.1% (1342 of 1353 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
Translated using Weblate (German)
Currently translated at 99.0% (1340 of 1353 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2021-06-12 03:22:26 +02:00
ansuz
8c270cc301
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
2021-06-11 21:34:13 +05:30
ansuz
7c7d6d99a5
Merge remote-tracking branch 'origin/form' into staging
2021-06-11 21:33:59 +05:30
David Benqué
d70cece94d
Small fixes to Add menu and markdown links
2021-06-11 17:03:07 +01:00
yflory
8c6e79be02
Fix scrollbar in forms
2021-06-11 17:53:52 +02:00
ansuz
e6280ac303
suppress 'undefined' tooltip by passing empty string
2021-06-11 20:48:50 +05:30
ansuz
5e707eba1a
Merge branch 'form' into staging
2021-06-11 20:06:56 +05:30
yflory
aa49e87d97
Disable creation of new polls from the old app
2021-06-11 16:15:31 +02:00
ansuz
9bdffa19d7
remove unused code
2021-06-11 17:09:28 +05:30
ansuz
09ca7fb6a2
lint compliance
2021-06-11 17:05:30 +05:30
ansuz
0a7e692989
Merge branch 'admin-network-pane' into staging
2021-06-11 17:03:59 +05:30
ansuz
17d10e3637
add translation annotations
2021-06-11 17:03:53 +05:30
ansuz
b1d2a2f112
remove hardcoded translations from admin page
...
and add annotations for generated translation keys
2021-06-11 16:51:34 +05:30
David Benqué
b557fc9b5b
Fix Add menus for light theme
2021-06-11 12:05:23 +01:00
ansuz
59b9b85ca0
Merge branch 'staging' into admin-network-pane
2021-06-11 15:44:50 +05:30
ansuz
51e35bca0c
Merge branch 'soon' into staging
2021-06-11 15:44:35 +05:30
David Benqué
62a6e99c3e
Style adjustments to "Add" menus
2021-06-11 11:13:25 +01:00
ansuz
8e158a50d4
fix a typo in a translation key name
2021-06-11 15:36:18 +05:30
ansuz
76a7b91bc2
Merge branch 'staging' into admin-network-pane
2021-06-11 15:24:50 +05:30
ansuz
f9698ae8a6
Merge branch 'soon' into staging
2021-06-11 15:24:21 +05:30