Commit Graph

4789 Commits (2d761388c1e6d1c4dfa24ed3cc0086fee0465f21)

Author SHA1 Message Date
ansuz 2d761388c1 always return errors as strings when sending roster messages. fix getLastCheckpointHash logic 2019-09-23 11:43:28 +02:00
ansuz c8389ba657 implement roster.getLastCheckpointHash 2019-09-23 11:07:18 +02:00
ansuz 321df2234d export 'response.clear' to avoid typeErrors 2019-09-19 13:55:35 +02:00
ansuz 047d64a3c2 clone objects passed to roster commands to avoid mutating the passed value 2019-09-19 13:44:48 +02:00
ansuz ce5c841a42 implement auto-checkpoint logic 2019-09-19 09:18:07 +02:00
ansuz 7230ee71a8 fix json.sortify in browser contexts. lint compliance 2019-09-18 16:31:23 +02:00
ansuz 4269cb1ec7 fixed a few roster bugs 2019-09-18 16:27:01 +02:00
ansuz 073543fe3d more WIP for roster 2019-09-18 15:04:08 +02:00
ansuz 84518c0775 a few more helpers in common-util 2019-09-18 15:03:14 +02:00
ansuz e5b7c052bd export the rpc's 'destroy' method via pinpad 2019-09-18 15:02:32 +02:00
ansuz 5c984854c7 WIP 2019-09-17 18:49:49 +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
ansuz abaf4c7371 escapeKeyCharacters is now a common utility 2019-09-12 17:24:40 +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 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
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 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
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