1609 Commits (ed95bbb08f86c88eb216eb0c350c5e7bfe725fe0)

Author SHA1 Message Date
yflory 48898c97e5 Merge branch 'master' of github.com:xwiki-labs/cryptpad 8 years ago
yflory ce5cdce917 Fix an issue where the username was lost on websocket reconnect 8 years ago
ansuz 1d4d4cffdb correct some copypasted code 8 years ago
ansuz 2b4f503aff Merge branch 'master' of github.com:xwiki-labs/cryptpad 8 years ago
ansuz 4a104052b4 handle errors in file 8 years ago
yflory b818fd8a37 Fix 'undefined' error with the context menu 8 years ago
yflory c34c1cb07c Press enter to open a folder 8 years ago
ansuz 7da01d0862 unlist removed examples 8 years ago
ansuz ea3dc8a852 remove file upload test 8 years ago
ansuz 42dcfb9661 unceremoniously kick web clients when you 'log out everywhere' 8 years ago
yflory 1547063b7f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory a20a319a7a Fix focus issues in the CryptDrive search bar 8 years ago
ansuz 36ab38f3ac Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 9206d89531 Fix lint errors 8 years ago
yflory bbc08bbcfd Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 5a883d5a57 Use the new toolbar and move the userlist code in a separate file 8 years ago
yflory 6847906ac9 Move the userlist code in a separate file 8 years ago
ansuz 6471b572eb correct off-by-one 8 years ago
ansuz 3a338e0890 fix undefined reference 8 years ago
ansuz a173e4c7a0 add 'log out everywhere' functionality in settings 8 years ago
yflory 5a5b02b82b Don't store in the drive pads without a hash 8 years ago
ansuz c07d3e6162 update version strings for upcoming release 8 years ago
ansuz 3e118c6a38 allow instance-wide custom salt for login 8 years ago
ansuz 6a00d11a15 fix undefined reference 8 years ago
ansuz c3d1554e8c Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz 660cda6573 set title when uploading 8 years ago
yflory 706120ae5b Display images uploaded in the File app with the Media app 8 years ago
yflory 28cb40d7ee Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 1b6fae4dd2 Update mediatag 8 years ago
ansuz a0c420af8e jshint compliance 8 years ago
ansuz 1864dac84f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz 78b11584f8 remove unused variables 8 years ago
yflory 4335b050af Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory a190c99426 Toolbar refactoring 8 years ago
ansuz 5739c3d973 blow up if you ever run out of nonce-space 8 years ago
ansuz 2232518c64 set title after uploading 8 years ago
ansuz f644dc6c0b WIP support encrypted file upload via base64 chunks 8 years ago
ansuz 7573b86946 call back with error if an RPC is made while disconnected 8 years ago
ansuz 410a9dfb17 temporary solution for testing pin limits 8 years ago
yflory cd98fc6eab Increase the z-index of the select area in the drive 8 years ago
yflory 80115d0071 Fix an 'undefined' variable error in the drive 8 years ago
yflory c9d89debba Fix lint errors 8 years ago
yflory 79365a7a82 Use the shift key to select multiple files in CryptDrive 8 years ago
yflory 3262787244 Update the icon mode in CryptDrive 8 years ago
yflory d52e9fba43 Use the arrow keys to change the selection in the drive 8 years ago
yflory ef89451a83 Display the storage limit in the drive 8 years ago
yflory 1d3b8188b3 Add mobile support in the slide app 8 years ago
yflory d2e46d1378 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 092b98d235 Fix the offset of the drag&select feature in the drive 8 years ago
ansuz f2672d587a fix variable redefinition 8 years ago
ansuz 0e7eeb285c Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory f414d480a9 Add the history mode to the CryptDrive 8 years ago
ansuz cf4dee28f7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz 28e4ef1b13 WIP RPC code 8 years ago
yflory afb0061d7b Fix an issue with anonymous user unable to store new pads 8 years ago
yflory 56aaeea003 Fix the drive toolbar not displaying the displayName 8 years ago
yflory 538e85c080 Fix the context menu in the drive flowing off the screen if too long 8 years ago
ansuz 841c9ee9de don't close popup dialog when hitting enter if textarea has focus 8 years ago
ansuz 3fa0a73025 prevent using string methods on undefined variable 8 years ago
ansuz 1b3ce5aa96 fix typo 8 years ago
yflory a51a35da70 Fix an issue with hashes ending with a slash 8 years ago
yflory d9b5eb8a97 Fix an issue with the right click triggering the select area 8 years ago
yflory ef58120819 Prevent multiple concurrent clicks to get the history 8 years ago
ansuz 38a115d8f8 feedback on anonymous drive 8 years ago
yflory 16f6ab813c Make it clear that the number is the history represents a version 8 years ago
yflory 0ee228666b Replace the IRC link by the Matrix one 8 years ago
yflory c820b3485c Fix function undefined when loading a template 8 years ago
yflory 0ef1c14d7f Fix lint errors 8 years ago
yflory fc760b4820 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory a165332c15 Don't store a pad in the drive if the limit has been reached 8 years ago
ansuz e51c7f9cf0 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz e132ccf94a prepare for upload 8 years ago
yflory bf7c7c45d0 Add the storage limit warning in the toolbar 8 years ago
yflory 197b366712 Ability to drag&select in the drive 8 years ago
ansuz e2942f959b add crypto for decrypting a chunked file 8 years ago
ansuz aedc46bdaf Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz a97e7223f1 implement getBlobPathFromHex 8 years ago
yflory 520dabe094 Remove the unsorted files category 8 years ago
yflory f50aa5c29b Move the mediatag viewer into a media app 8 years ago
yflory 6a8274518b Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 9882a3a923 Add support for the file applicaiton in the drive 8 years ago
ansuz 12898b3358 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz 74bcec8b31 programming is hard okay 8 years ago
yflory 2a417ddae8 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory d985b144cc Add a new hash version for the file viewer 8 years ago
ansuz 3309087277 send feedback if isArray is not supported 8 years ago
ansuz f196b836db fix undefined reference 8 years ago
ansuz 48973bccd6 add tests to assert for hash parsing 8 years ago
ansuz 5194677443 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory c9c7d61ad1 Media tag viewer 8 years ago
ansuz 729d1460b9 Merge branch 'master' into staging 8 years ago
ansuz a840fb9e85 add example hashes and start working on hash v2 8 years ago
ansuz d1fa68e30d build UCF Media Tag 8 years ago
ansuz cc33c4abe9 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz a5ca461a73 update footer for new version 8 years ago
yflory fdd51ec18d Don't remove a folder moved into unsorted or into itself 8 years ago
ansuz 4b95a1da48 unbreak assert/translations 8 years ago
ansuz 4fdc5f897e only feedback migration if user had legacy store 8 years ago
ansuz 218f2ff76c feedback when logging in or registering 8 years ago
yflory 4c3e842664 Fix focus issues with the history input in ckeditor 8 years ago