Commit Graph

264 Commits (ae1b59b2c14a86ab9a777cac68e0b4e6caceaff3)

Author SHA1 Message Date
yflory 54d63df1cf Ability to change the password of a pad
yflory 4896fe81fe Merge branch 'serviceworker' into staging
yflory 089e0361b6 Detect new version
yflory e39c77e162 Merge branch 'staging' into serviceworker
yflory 921e6eb3c3 Fix wrong pad title in drive
yflory b0311ccec1 Don't create file duplicates in the drive
yflory 21366c252d Merge branch 'donkey' into staging
yflory cc163f83c7 Fix an issue creating duplicate files in the drive
yflory b9f5a0f52b Move async store in a webworker!
yflory a6bac8ae41 Fix password prompt issue when the password was wrong in the file app
ansuz 2170fcb9ad Merge branch 'kanban' into staging
yflory ef735d6fe6 Fix an issue when trying to create a pad with a password from a template
yflory 65a2083afc Suggest tags based on existing ones. Display existing tags in the drive.
yflory 2d2701596a Loading message and loading bar for migration
yflory 64c85fe548 Don't return channel in parsePadUrl
yflory 43d046406f Store the channel id as pad attribute
yflory b26ae67df5 Fix issues with channel ID when using a password
yflory 1879c1829c Add passwod prompt to access protected pads
yflory 811463b870 Add support for version 2 hashes needed for password-protected pads
yflory 9f5e5786f3 Merge branch 'pcs' into staging
yflory 206ac14438 Prevent users from creating a pad when visiting a deleted profile (read-only mode)
yflory ec0fc85b9f Sort templates by usage in the PCS
yflory e1473dff79 Fix tests
yflory e37aab492b Validate messages not coming from history-keeper
ansuz b323989347 remove extraneous console statements
yflory db9eee383c Owned profile
yflory a718603b36 Automatic account deletion
ansuz a794efe931 Merge branch 'staging' into oo
yflory c9ed6d6bf8 New pad creation screen
ansuz 7944bc1a82 merge staging branch
yflory 5c53868c3b Delete pads after 3 months of inactivity
yflory 61dbf94f2d Fix pad attributes not working for readonly pads if you know the edit hash
yflory 7ff9bbe2b0 Fix share modal with new pads
yflory 5c1e5a3f49 Merge branch 'staging' into oo
yflory 037a6ccc35 Fix INVALID_RESPONSE error in the file app
yflory bdafc101c9 Ability to remove owned channels from the drive
yflory 5827905dbd Import OnlyOffice code from the 'onlyoffice' branch and sframe it
yflory a4b35728dc Todo app has a hash in the omnibar
yflory daef08a9b3 Add an advanced new pad modal
yflory 8c9490868b improve owned pads management in the drive
yflory 071d385850 Remove an unnecessary websocket connection
yflory 0cea5f4596 Create an owned pad and view owned pads in the drive
ansuz 869909b101 implement more reliable check for whether a channel on the server is new
ansuz b6430d640e temporary measure to address infinite reload loop due to inaccurate inNewFile condition
ansuz d1d75f2f25 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory c18d4297e1 Fix friend requests from the userlist
Caleb James DeLisle 6ac4fa4689 wip
yflory 6bcc72ff83 Fix pads using an old URL
yflory a863011a0c Fix profile in read-only mode
yflory b1765c6ae3 Fix pad creation screen with anonymous users
yflory c269929319 Fix creation page not displayed in pad and slide
yflory 362104ec09 lint compliance
yflory 1922dbfd75 Creation page with mobile support
yflory e96d54e655 Add a pad creation page
yflory 9eb33e39e6 Enable change events in the drive
yflory 17636769e4 Remove the second network created for the drive
yflory 52712c4bb9 Use the network from the async store for pads
yflory 4903bd0757 Enable messenger in async store
yflory bd85f1b003 Fix file upload and remove unnecessary dependencies
yflory 664625a6ef Fix more async store issues
yflory 5c3237e093 Fix issues with the async store
yflory b3688db202 Use async store
yflory 0840570fbf Async store part 1
yflory 280a7c2765 Clean cryptpad-common
ansuz 585f9d2e4e repair broken 'clear channel' button
yflory 7f88d1d43a Improve drive loading speed
yflory a96e49d55a Fix filepicker creating a new netflux network when initialized
yflory 7cfe64fc5b Remove cryptpad-common dependency for some inner apps
yflory 1514ad5df3 Move the 'logged out' screen inside the sframe
yflory 5a2afb5c95 Remove Realtime and Messaging from common
yflory 30c8c253dd Remove util and hash from common
yflory c9e1de042c Remove common-interface dependency from cryptpad-common
yflory 354c63bd64 Clean old code
yflory 101482b8cc Migrate settings to use a sandboxed iframe
yflory 6b9ffe8dd1 Make thumbnails more secure
yflory 2a3a5c4342 Ability to disable thumbnails
ansuz 288e141c1f add missing sframe method
yflory c25be21138 Fix the upgrade button in the drive
yflory 6926d42292 Autoload template picker to make it faster to appear when used
yflory 95ad25973e Ability to delete a stronger pad from readonly mode
yflory b28c1537e8 Fix history in readonly mode
yflory ab3648a30a Merge branch 'newpoll' into staging
ansuz d85db64939 add tags from drive
yflory 5cf86bf74a Update UI in poll and remove old code
ansuz 09c0a473e2 fix function signatures
ansuz 351b95d6a9 resolve merge conflicts
ansuz 6c7b135f91 lint compliance
ansuz 94c392b79f secure messaging
yflory cdeac00633 Merge branch 'staging' into newdrive
yflory 4049931924 Lint
yflory 47fe7b1c53 Drive in sandboxed iframe
yflory dfdeb7b113 Fix style and race condition for history mode
yflory a810d7bd85 Fix style and race condition for history mode
yflory 456370b1aa Base for Drive in sandboxed iframe
yflory 8a09e39f46 Enable tags in pads
yflory 1131ef0172 Fix language selection in sandboxed iframes
Caleb James DeLisle 8a32b72ffc 1. implement cryptpadCache which has put() and get() functions that can be used like a localStorage that auto-flushes when a new version is released
2. change loading.js to use packaged css in order to get the loading screen up as quick as possible.
3. change LessLoader to cache less in cryptpadCache
yflory 437f50fd4a Migrate the file to a sandboxed iframe
Caleb James DeLisle 041071e61c manual merge
Caleb James DeLisle 7334173b4a Hopefully fix infinite spinner whenever there is a disconnect (pad)
yflory 514bff7065 Add slide number in the title in slide2
yflory c3a07e879c Merge branch 'staging' into slide2
yflory fc069dac48 Ask the user before loading the template picker
yflory 290d668ceb Fix race condition preventing slide to work on Edge
yflory f2aaaa9751 Move slide to secure iframe
yflory 04a04aef2b Add setAttribute/getAttribute in secure iframes. Store attributes in settings
yflory e85b34f127 Add embed options in the secure pad hashes
yflory 53eb9bb541 Remove the logo from the filepicker loading screen
yflory d2787e3eff Make code2 the default code app
yflory f12f4bb925 Integrate filepicker secure iframe in the code2 app
yflory 89b7b644f3 Enable drag & upload in code2 and prepare filepicker
yflory b8971cdc23 Add previewMode settings to code2
yflory 0d008aaa2e Add indent settings to code2
yflory a2ed266048 Move the code app in a secure iframe