Commit graph

4872 commits

Author SHA1 Message Date
yflory
02cd15882b Fix reset pin with teams 2019-09-17 16:33:13 +02:00
yflory
74d7c00134 Store team chat keys in the user proxy 2019-09-17 16:24:48 +02:00
yflory
9cf99a8b65 Remove more handlers when closing the drive 2019-09-17 11:57:30 +02:00
yflory
a7c274e6ae Merge branch 'staging' into team 2019-09-17 11:34:03 +02:00
yflory
fb22a4a792 Merge branch 'chat3' into team 2019-09-17 11:33:26 +02:00
yflory
f17cdcda9f Ability to remove window handlers added from the drive 2019-09-17 11:33:09 +02:00
ansuz
2c0e03a3d4 add nodejs support to pinpad.js 2019-09-17 11:28:38 +02:00
ansuz
be8b014b36 WIP roster implementation 2019-09-17 11:28:22 +02:00
yflory
b58b6fa691 Fix back button in teams 2019-09-17 11:09:40 +02:00
yflory
81c2df389a Team chat 2019-09-17 11:05:32 +02:00
yflory
08b105bc10 Remove dead code 2019-09-16 17:27:52 +02:00
yflory
938a42aae8 lint compliance 2019-09-16 16:49:21 +02:00
yflory
641b69446d Fix issues and replace chat module 2019-09-16 16:48:32 +02:00
yflory
c6a4f78097 Chat V3 2019-09-16 15:56:50 +02:00
yflory
450c920b84 Don't try to get files metadata 2019-09-13 17:25:51 +02:00
yflory
799d93eb48 Prevent sharing a pad with a team from this team's drive 2019-09-13 16:55:48 +02:00
yflory
b76cef9660 Store a pad in a team drive 2019-09-13 16:45:07 +02:00
yflory
be85efcb21 Fix decodeBase64 error with thumbnails 2019-09-13 15:44:35 +02:00
yflory
489bec6285 Use console.debug in userObject 2019-09-13 15:34:33 +02:00
yflory
353da76808 Improve share modal UI 2019-09-12 18:51:03 +02:00
yflory
306fc6cdb9 Create and store pads in a team 2019-09-12 17:54:50 +02:00
ansuz
abaf4c7371 escapeKeyCharacters is now a common utility 2019-09-12 17:24:40 +02:00
yflory
6c70bf62b1 Don't pull the entire css twice 2019-09-12 14:04:57 +02:00
yflory
7f0dd4f576 Load shared folder and register change events in teams 2019-09-11 18:01:48 +02:00
yflory
fa2d148df4 Display a team drive 2019-09-11 16:24:04 +02:00
ansuz
c17a28cced WIP roster definition 2019-09-11 15:41:50 +02:00
ansuz
152284e443 implement util.bake and polyfill btoa and atob 2019-09-11 15:39:22 +02:00
ansuz
bcbe561bbf implement Util.both 2019-09-11 10:54:21 +02:00
yflory
222ea650d1 lint compliance 2019-09-10 18:37:11 +02:00
yflory
1b31d8f7c6 Create a team 2019-09-10 18:32:12 +02:00
yflory
798296489a Merge branch 'staging' into team 2019-09-10 15:32:05 +02:00
yflory
7e238245e6 Fix pad not stored in drive when accepting ownership 2019-09-10 15:30:36 +02:00
yflory
16549f40bb Add a way to restore broken spreadsheets 2019-09-10 14:02:29 +02:00
yflory
f5444e5d3d Add notification icon 2019-09-10 13:13:08 +02:00
yflory
39eefec50a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-10 11:23:10 +02:00
yflory
fc3c487421 Disable transfer ownership for shared folders and files 2019-09-10 11:23:00 +02:00
Weblate
285eb055f9 Translated using Weblate (German)
Currently translated at 100.0% (1066 of 1066 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2019-09-10 08:29:50 +00:00
ansuz
532ba9b9fd update XXX comments which are no longer valid or can wait 2019-09-10 10:29:08 +02:00
yflory
2bd8c2d363 Fix onreconnect in cursor 2019-09-09 18:56:49 +02:00
yflory
29075b7898 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-09 18:47:46 +02:00
yflory
c19ff5958c Fix duplicate join in cursor.js 2019-09-09 18:47:34 +02:00
ansuz
9f9bce7ac5 create the 'what is cryptpad' pad as owned when you register 2019-09-09 18:12:05 +02:00
ansuz
6f9d438d4d fix hacky detection of secure context 2019-09-09 18:12:05 +02:00
yflory
8c8f7e4605 Fix 'document' not defined in the worker context 2019-09-09 18:11:27 +02:00
yflory
e7f56ca236 lint compliance... 2019-09-09 18:10:20 +02:00
yflory
d92122347f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-09 17:43:04 +02:00
yflory
b84c4be69c Display OS notifications when receiving a notification on CryptPad 2019-09-09 17:37:11 +02:00
ansuz
26faf72df8 make it easier to filter clientside logs 2019-09-09 17:23:35 +02:00
ansuz
56ec91ff27 update util.once to add a handler for multiple callbacks 2019-09-09 16:31:57 +02:00
yflory
2d7f7b895d Fix team inner.js 2019-09-09 16:30:28 +02:00
ansuz
c9be2fae36 avoid triggering a warning when using the Notifications API in an insecure context 2019-09-09 15:59:56 +02:00
ansuz
c7cea7fae3 identify cause of 'channel ready without callback' and handle reconnection more gracefully 2019-09-09 15:56:01 +02:00
ansuz
8e4b6a6383 change the log type on noisy messages for easier filtering 2019-09-09 15:52:04 +02:00
yflory
dbe63f254a Merge branch 'staging' into team 2019-09-09 15:39:28 +02:00
yflory
d993827c7e Fix expiration time not updated properly on accept ownership 2019-09-09 15:31:59 +02:00
yflory
5e5d1ecddb Update local metadata when fetching latest values from the server 2019-09-09 14:59:40 +02:00
yflory
ed2ae72c11 lint compliance 2019-09-09 14:53:37 +02:00
yflory
84249a92b5 Keep only one getPadMetadata in outer 2019-09-09 14:47:57 +02:00
yflory
bb0365622b re-encrypt the mailbox field when changing a pad password 2019-09-09 14:13:27 +02:00
yflory
0a5bf7a5c2 Update atime when updating the owners of a pad 2019-09-09 12:19:29 +02:00
yflory
f8bc5343d5 Improve french translation 2019-09-09 12:18:57 +02:00
yflory
634d24b46c Team APP UI 2019-09-06 18:47:18 +02:00
yflory
15387af020 Merge branch 'staging' into team 2019-09-06 15:46:19 +02:00
yflory
834e12fcba Teams: async-store refactoring 2019-09-06 15:45:56 +02:00
yflory
2b57d82e8a Optimize findStronger in common-hash 2019-09-06 15:07:27 +02:00
ansuz
cb3df0552b generate new txids when resending RPC commands and prevent unintended fallthrough in handler 2019-09-06 14:59:32 +02:00
ansuz
d375ee8107 fix some reference errors that weren't triggered unless disconnected 2019-09-06 14:08:25 +02:00
ansuz
ee3ac1cd56 drop unnecessary lint compliance 2019-09-06 13:36:59 +02:00
ansuz
dc078c1ca1 test mailboxes and RPCs from the command line, fix some minor errors 2019-09-06 13:35:36 +02:00
ansuz
75b655e1e8 refactor rpc with support for multiple authenticated sessions 2019-09-06 10:30:13 +02:00
yflory
1d53e7d8a1 Teams: listAllTags and getTemplates 2019-09-05 19:03:42 +02:00
yflory
35a429d30c Teams: setPadAttribute and getPadAttribute 2019-09-05 18:25:14 +02:00
ansuz
53142c91e7 fix broken requirejs support for common-hash 2019-09-05 18:02:00 +02:00
yflory
4c339afc6c Refactoring part2 2019-09-05 17:55:23 +02:00
ansuz
ed82936610 add nodejs support to common-hash 2019-09-05 15:28:20 +02:00
yflory
6049e67795 Fix remove yourself as owner with a new-ish account 2019-09-05 14:18:56 +02:00
yflory
7222d34dc0 Refactor async-store to make it work with teams 2019-09-05 13:56:47 +02:00
ansuz
096b0fb44a move 'getDefaultName' out of 'common-hash' 2019-09-05 12:22:30 +02:00
yflory
a2edf5be64 Preparations for the Team refactoring 2019-09-04 17:59:44 +02:00
yflory
fd7567188b Clean some code 2019-09-04 17:54:32 +02:00
yflory
670d845262 Move the shared folder loader to the new module 2019-09-04 17:46:52 +02:00
yflory
05caf86033 Merge branch 'staging' into team 2019-09-04 17:19:28 +02:00
yflory
dda115a6aa lint compliance 2019-09-04 17:19:10 +02:00
yflory
8ff4e2fd8e Test all shared folders with getDeletedPads because of editable metadata 2019-09-04 17:18:30 +02:00
yflory
7658dbcaeb Add shared folder module 2019-09-04 17:14:44 +02:00
yflory
3745bb76dc Add Team module 2019-09-04 16:37:52 +02:00
yflory
1a8f47d558 Add Team app 2019-09-04 16:08:53 +02:00
yflory
e9785c7ef6 Merge branch 'staging' into team 2019-09-04 16:01:09 +02:00
yflory
37b3c2f10c Split drive inner.js and less 2019-09-04 16:00:16 +02:00
ansuz
41c86bb6bc Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-04 11:19:47 +02:00
ansuz
12dd647a46 lint compliance 2019-09-04 11:13:17 +02:00
yflory
08c38e757e Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-03 18:42:44 +02:00
yflory
c5903ffb9d Add XXX 2019-09-03 18:42:31 +02:00
Weblate
aff09ffe42 Translated using Weblate (German)
Currently translated at 99.0% (1055 of 1066 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/de/
2019-09-03 16:32:27 +00:00
Weblate
7b38d7f9ec Translated using Weblate (French)
Currently translated at 100.0% (1066 of 1066 strings)

Translation: CryptPad/App
Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/
2019-09-03 16:32:27 +00:00
ansuz
082f367248 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-03 18:26:47 +02:00
yflory
0b7221efe6 Ability to dismiss notifications about a support answer 2019-09-03 18:09:48 +02:00
ansuz
cdb98ee27f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-03 18:08:11 +02:00
yflory
6cea8dc01b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 2019-09-03 17:59:13 +02:00
yflory
a8ec344203 Fix UI and rendering issues in the notifications panel 2019-09-03 17:58:56 +02:00