Commit graph

997 commits

Author SHA1 Message Date
ansuz
0d9939c894 minor teams proxy optimization 2022-03-24 12:45:03 +05:30
ansuz
0a92c968d7 Merge branch 'staging' into soon 2022-03-14 19:21:03 +05:30
yflory
84844097dd Fix noWorker mode 2022-03-14 14:42:53 +01:00
yflory
c86ffead3c Fix duplicate pads in teams 2022-03-07 15:24:44 +01:00
ansuz
df0881ffb1 lint compliance 2022-02-28 19:21:29 +05:30
yflory
afa799867a Fix 'store in cryptdrive' displayed when creating a pad from the drive 2022-02-28 14:31:10 +01:00
yflory
ac7409f7ef Fix other duplicate pad issue 2022-02-28 14:19:16 +01:00
ansuz
f9de034404 correctly detect when a pad is already stored in your personal drive
to avoid creating duplicates
2022-02-28 17:46:51 +05:30
ansuz
5f757fd21f possible fix for pads being duplicated in team drives 2022-02-28 14:42:52 +05:30
ansuz
c0b379b535 apply strict controls for postMessage and tighten up blob CSP 2022-02-11 19:22:03 +05:30
yflory
2476a2ca2a Allow calendar edition for guests 2022-01-05 17:03:09 +01:00
yflory
8f0543c3f3 Prepare possible OO migration 2021-11-02 12:42:44 +01:00
yflory
9ef6cd90e5 Fix infinite spinner when converting odt triggers errors 2021-10-28 13:45:02 +02:00
yflory
0b7844b523 Fix premium plan detection 2021-10-20 11:21:50 +02:00
ansuz
b35c3e44ad guard against QuotaExceeded DOMExceptions when writing to localStorage 2021-10-18 17:54:28 +05:30
yflory
a56cdfe38f Prepare new apps early access 2021-10-11 16:55:56 +02:00
yflory
eebf94b084 Fix ooslide export 2021-10-07 17:15:01 +02:00
yflory
605a250966 Export PDF from the convert app 2021-10-04 16:06:21 +02:00
yflory
bef8f131d9 Fix forms results with conditional sections 2021-09-28 15:46:13 +02:00
ansuz
7ae5654b83 guard against type errors in contextual chat while in no-drive mode 2021-09-27 15:24:53 +05:30
yflory
3f1480a847 Merge branch 'exportSheet' into exportForm 2021-09-24 15:53:50 +02:00
yflory
ca95af082d Fix scrambled data in sheets on reconnect 2021-09-23 13:27:34 +02:00
ansuz
a2ad37a8ad stop supporting IE
1. stop polyfilling promises
2. use named defines for chainpad-listmap and its dependencies while we're at it

use 'bower update' for things to work
2021-09-03 20:00:31 +05:30
ansuz
c416303e1d set uid in cursor object in outer scope
rather than within each app that uses cursors
2021-08-27 18:23:07 +05:30
ansuz
15b935eadc change an XXX to a FIXME 2021-08-18 15:07:23 +05:30
yflory
99572cbb6e Load fonts from browser cache when converting office documents 2021-08-17 10:28:32 +02:00
yflory
d547c90168 Fix SharedArrayBuffer cross-origin issues for X2T 2021-08-16 17:44:13 +02:00
ansuz
c1f9d11333 delay working on some flagged issues till next release 2021-08-16 18:32:34 +05:30
ansuz
e4879b5117 guard against possibly undefined team data in 'setPadMetadata' 2021-08-12 19:15:52 +05:30
ansuz
44688026d6 exclude ids with invalid lengths from our list of owned documents 2021-08-10 19:53:56 +05:30
ansuz
d960c10a31 clear login token when deleting your account and before logging in 2021-08-10 18:46:10 +05:30
ansuz
854a635c5f remove hardcoded translations and defer non-blocking issues till the next release 2021-07-27 03:40:03 +05:30
ansuz
403d922ddd replace two XXX notes with comments 2021-07-26 16:30:49 +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
9ca3682df9 fix an accidentally flipped boolean 2021-07-26 14:10:32 +05:30
ansuz
8200f579a8 Merge branch 'link' into staging 2021-07-26 13:07:38 +05:30
ansuz
2019e1d70a implement minor fixes and add comments following code review 2021-07-26 13:05:47 +05:30
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
0a5614b79f Fix team invitation link #774 2021-07-21 11:37:44 +02:00
yflory
0fc2269a3a Create links in the drive 2021-07-20 10:40:40 +02:00
ansuz
5b3dcde28c disable cache usage for form results 2021-07-09 16:43:17 +05:30
yflory
1b50efe7ac Add more debugging metadata to support tickets 2021-07-06 11:13:42 +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
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
yflory
e60206a5ba Add 'Store in drive' entry in file menu when the pad is only stored in a team #744 2021-06-09 14:54:55 +02:00
ansuz
3965af1992 handle suspected source of errors
atime update on cache entries blocked calendar event creation for me once
seemingly due to an unhandled DOMException triggered by localForage.
This is the only place I expect it could have come from, but the error message wasn't very helpful
so I could be wrong
2021-06-08 16:25:44 +05:30
ansuz
ff5ba8eb1c Merge branch 'form' into staging 2021-06-07 17:46:11 +05:30
yflory
4cc84b8c80 Fix forms issues and allow answers in no drive mode 2021-06-02 16:49:18 +02:00