ansuz
c8b0907fbe
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
ansuz
0edcdcb1b8
oups! fix a missing callback that's been here for a while...
5 years ago
yflory
04009bf9bb
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
yflory
d48cecf28e
Load mailboxes after teams
5 years ago
David Benqué
72564a7cfe
Merge remote-tracking branch 'origin/staging' into staging
5 years ago
Weblate
70b87f31dd
Translated using Weblate (French)
...
Currently translated at 100.0% (1213 of 1213 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
5 years ago
Weblate
7cf9758428
Translated using Weblate (English)
...
Currently translated at 100.0% (1213 of 1213 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1212 of 1212 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1211 of 1211 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1210 of 1210 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1209 of 1209 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1208 of 1208 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1207 of 1207 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1206 of 1206 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1205 of 1205 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1204 of 1204 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1203 of 1203 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
Translated using Weblate (English)
Currently translated at 100.0% (1202 of 1202 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/
5 years ago
Weblate
9943e3be78
Translated using Weblate (Italian)
...
Currently translated at 41.6% (500 of 1201 strings)
Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/it/
5 years ago
yflory
d6c3ad1597
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
yflory
f04a6056ae
Fix race condition with team access rights #497
5 years ago
David Benqué
99949ce838
Merge remote-tracking branch 'origin/staging' into staging
5 years ago
David Benqué
1f99c185f6
add new error key
5 years ago
David Benqué
64964e1f80
remove XXXs related to keys
5 years ago
ansuz
ecce654ca6
add 'resource:' to script-src to enable shared-worker debugging in firefox
5 years ago
ansuz
626a031115
resolve conflict with master/staging
5 years ago
ansuz
ff73e96cb8
reimplement the trim history fix from staging
5 years ago
ansuz
79f1280cf3
Merge branch 'soon' into staging
5 years ago
ansuz
b56367414b
don't overwrite cached indices when new users join a channel
5 years ago
ansuz
e8949168ec
lint compliance
5 years ago
ansuz
5dff6535ed
add a simple guard against unparsed messages when trimming history
5 years ago
ansuz
f86196e40a
implement shared environment between historyKeeper and RPC
5 years ago
ansuz
8700345ccc
add missing connect-src directives to example nginx conf
5 years ago
ansuz
1fc8c1de16
add missing connect-src directives to example nginx conf
5 years ago
ansuz
d9ab8d3f62
lint compliance
5 years ago
ansuz
3f606d8c75
remove some duplicated code
5 years ago
ansuz
d274be6de4
remove ancient import script
5 years ago
ansuz
725d10fc60
nest storage directory inside './lib'
5 years ago
ansuz
58193a1969
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
ansuz
38c1700173
Respond to pinning RPCs as soon as possible
...
(instead of waiting until you've read an unbounded number
of pin logs while queries back up in memory)
Also replace instances of 'publicKey' with 'safeKey' or 'unsafeKey'
to clearly and correctly indicate their format.
5 years ago
yflory
10f97354fe
Fix text duplication bug #352
5 years ago
ansuz
cded52f83f
replicate existing pinned.load API correctly
5 years ago
yflory
adc64f0c6e
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
yflory
1d24c85ca4
Add author and time of patches in debug app
5 years ago
ansuz
65f88617cf
add support for an optional handler for each pin log
...
great for analyzing which files are most in need of optimization
5 years ago
ansuz
a172bad30f
drop unnecessary reference to 'window' in Util.throttle
5 years ago
ansuz
3dc789cbca
replace pinned.js with low-profile streaming implementation
5 years ago
ansuz
609eddc9e1
reimplement the the Pinned.load API
...
* recurse into directories on demand
* optimized for lower memory consumption
* less parallelism than before
5 years ago
ansuz
2345323f0d
lint compliance
5 years ago
ansuz
2d6626234b
yet another async scheduler, this time supporting flexible runtime control flow based on declarative priority levels
5 years ago
yflory
b7b2685f14
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
yflory
723ed5248f
Fix double tippy in drive elements
5 years ago
ansuz
4b66899956
Merge branch 'soon' into staging
5 years ago
ansuz
06d3ed93e8
finish changelog for 3.11.0 (LabradorDuck)
5 years ago
yflory
f8ddb6b7bc
Fix anchor link in code
5 years ago
yflory
a6e3208dff
lint compliance
5 years ago
yflory
d58244b4c4
Support relative url and anchor url in code
5 years ago
yflory
bba769ef77
Use throttle to link to support tickets
5 years ago
yflory
a9e4af1d12
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
5 years ago
yflory
5d1e1c975c
Link to a support ticket
5 years ago
ansuz
672725629c
Merge branch 'communities-trim' into merge-trim
5 years ago