226 Commits (85400ea0fb2772762d3fe5692fc4b9fa420cfa11)

Author SHA1 Message Date
yflory b26ae67df5 Fix issues with channel ID when using a password 7 years ago
yflory 811463b870 Add support for version 2 hashes needed for password-protected pads 7 years ago
yflory 52d6c9d468 New colortheme for alertify logs and modals 7 years ago
yflory 5ee5a93513 New tippy everywhere 7 years ago
ansuz ee46a4e862 remove some unnecessary checks for file-crypto and make encryption properly async 7 years ago
yflory 4288f536f1 Use requireCSS to load FontAwesome 7 years ago
yflory 12bfcbe701 Add fixed order for rightside icons in the toolbar 7 years ago
yflory fb192a2c45 Add a configurable background color in the file app in view mode 7 years ago
ansuz 3858aa976a better warning in case of errors in /file/ 7 years ago
yflory cfc9ce33d6 Hide the tags button for anonymous users 7 years ago
Caleb James DeLisle 617c4b6044 CSS refactorings and pad-is-not-pinned work 7 years ago
Caleb James DeLisle ba74f9d37a Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 7 years ago
Caleb James DeLisle c702a23c77 Initial work on the 'pad will expire' logic 7 years ago
yflory c59c6072f3 Remove jquery from outer 7 years ago
yflory 5c3237e093 Fix issues with the async store 7 years ago
yflory 30c8c253dd Remove util and hash from common 7 years ago
yflory c9e1de042c Remove common-interface dependency from cryptpad-common 7 years ago
yflory dc207393fd Separate UI elements from cryptpad-common 7 years ago
yflory 1c8e1a36e8 Add file type in the pad attributes for existing files 7 years ago
yflory aa744567ed Fix thumbnails in sframe apps 7 years ago
ansuz f15ec4efe9 add tagging to whiteboard and file apps 7 years ago
yflory 456370b1aa Base for Drive in sandboxed iframe 7 years ago
yflory 1131ef0172 Fix language selection in sandboxed iframes 7 years ago
Caleb James DeLisle 5f0383ae99 update version of sframe-boot because it was changed 7 years ago
yflory d360e2d0f4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 7 years ago
yflory ab64bf9e59 Use less2 for the loading screen 7 years ago
Caleb James DeLisle 710418f42f Make LessLoader able to cache even inside of the sandbox iframe and don't load less compiler unless needed 7 years ago
Caleb James DeLisle 789a923792 Change font-awesome to be pulled through LessLoader which will rewrite the font file URLs to use ver= parameter 7 years ago
yflory 437f50fd4a Migrate the file to a sandboxed iframe 7 years ago
yflory 729c013af7 Get mediatag embed code from the file app 7 years ago
ansuz acaf45a0e0 drop thumbnails if metadata is too large 7 years ago
ansuz b1a1f4ba13 add encrypted thumbnails to metadata for images.
correct decryption logic
7 years ago
Caleb James DeLisle 2ad9fcee17 Manual merge of notify.js 7 years ago
Caleb James DeLisle b081603455 Update requirejs 7 years ago
ansuz a4dbf39c4a fix pdf display problems in chrome 7 years ago
ansuz 4e62f79594 stop referring to deleted file as background image 7 years ago
Pierre Bondoerffer 34ba673cd3
improve file upload UI 7 years ago
Pierre Bondoerffer be29236af1
fix pdfjs styles 7 years ago
yflory 7f5c301734 Add display name in the settings useradmin menu 7 years ago
yflory 16d0527e92 Add a page title in drive, settings and file 7 years ago
ansuz 9f6ecea5d9 fix nacl reference error in media tag 7 years ago
ansuz a59853f9c2 use new media tag 7 years ago
yflory 81c8949aee Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 991cb896bd Fix avatar in /pad 8 years ago
ansuz 4a9a564913 don't try to handle error thta never happens anymore 8 years ago
Caleb James DeLisle c25f2df721 Added caching versions to some of the images which are loaded by js 8 years ago
ansuz bbf9916a91 fixes for file app 8 years ago
ansuz 9b8866ed72 handle RPC_NOT_READY error for logged out users 8 years ago
ansuz fca1ef4d36 hide unstyled content until the loading screen is displayed 8 years ago
ansuz 7de2683169 make all apps use clientside templates 8 years ago
ansuz e9bfaa9a60 compile less clientside. remove compiled css 8 years ago
yflory 8f2db44793 Remove getTitle from the file app 8 years ago
yflory 36ef4178dc Remove the editable title from the file app 8 years ago
yflory 2710279904 Use the new share button in the file app 8 years ago
yflory 5a248db267 Merge branch 'staging' into newCk 8 years ago
ansuz d822dfe37a add forget button to file app 8 years ago
ansuz 7fd36a72f3 re-add download button for file app 8 years ago
ansuz f02a381e32 avoid horizontal scrollbars 8 years ago
ansuz cc5d5d4f1d make pdfs in file app big 8 years ago
yflory 3a36040ba7 lint 8 years ago
yflory 5bfd8470cb Display the file size before downloading it 8 years ago
yflory cbe21959b4 Update UI for the file/media app 8 years ago
yflory c2c04bd5d8 Lint 8 years ago
yflory 2068a8b85b Embed the mediatag library in the file app 8 years ago
yflory 497ddeee6d Upload files with drag&drop in the drive 8 years ago
yflory f9c26645cf Upload images using the slide app 8 years ago
yflory a57f8679c5 Fix a race condition in the file app 8 years ago
yflory 11e2226f1a Fix lint errors 8 years ago
yflory 803bad1421 Move the file upload code in a separate file 8 years ago
yflory 376b60c21c New toolbar temp 8 years ago
ansuz 0c957989d2 add link to upload table when complete 8 years ago
ansuz fe2fef5e4c support dragging and dropping multiple files 8 years ago
ansuz 65233c2464 remove unused variable 8 years ago
ansuz 8f7aaecc1c cache some selectors and decrease memory demands 8 years ago
ansuz f631973f1f optimize file upload 8 years ago
ansuz 76c530037b enable donate button in all apps 8 years ago
ansuz 3915b30055 provide a register button on login
also direct users from file to login
8 years ago
ansuz dac9d0647d Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 40b99e7bbf Get the file name before downloading the entire file 8 years ago
ansuz 6dc3c62ba4 check for src before trying to ajax 8 years ago
yflory 90a9764fa4 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 346c289204 Fix lint errors 8 years ago
ansuz 0b6c587e2b fetch and decrypt metadata with range requests 8 years ago
yflory eb31d0323c Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
ansuz a99080fb74 push the rest of the code 8 years ago
yflory 408a4dad94 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 3964f4feee Display the progress when downloading a file 8 years ago
ansuz dd73ad2dd5 add decryptMetadata function 8 years ago
ansuz 5179252d3b fix merge conflicts 8 years ago
ansuz 4ee42b87d4 make file crypto great again 8 years ago
yflory c45f08f147 Use a download button instead of downloading a file automatically 8 years ago
yflory 0c2f84058b Improve css for the file app 8 years ago
ansuz 03da870a7a jshint compliance 8 years ago
yflory 67a04a16ec Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging 8 years ago
yflory 1ab6eb3c5d Add a queue for multiple uploads in the file app 8 years ago
ansuz bcd0303821 style /file/ with .less 8 years ago
ansuz 310909dc9e handle new error codes 8 years ago
ansuz d324a054f2 add progress bar to file upload 8 years ago
ansuz 80479fdc90 use rpc calls from cryptpad common 8 years ago
ansuz 827233dcba new translation keys for file upload 8 years ago