Commit Graph

7353 Commits (1da662687f6deaa8f39c53a3107b610dc9271279)
 

Author SHA1 Message Date
yflory ae1e221bdc Remove useless X in the download table
yflory 3c6e127831 Improve upload table UI
ansuz b82c0a420a merge latest staging
ansuz 84e1057153 address remaining notes in the storage api
ansuz 204f6b3af1 remove some comments
ansuz c9f569b109 optimize getIndex so identical indexes are never computed concurrently
ansuz 096c8eb2ba check that the user-supplied validateKey is actually before doing any more work
ansuz 71e44f46c7 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 337e0bd141 update the server's cache whenever we write metadata
ansuz 53f04d096d update the server's cache whenever we write metadata
ansuz 347b7a639b update XXX comment
yflory fc72861721 Prevent users from opening a pad with the wrong app
yflory dadcc519b7 lint compliance
ansuz a63bea1f59 remove invalid callback which would totally break channelBytes
ansuz 3c1aadd6c1 archive metadata even if there is no corresponding channel log
ansuz 55ea7f13fd fix invalid conditional which would block task scheduling
ansuz 338f967149 restructure onChannelMessage
ansuz 8af7308da4 set a default value and describe disableIntegratedTasks in the example config
ansuz c17938a8e3 cache the metadata to save a few lookups
ansuz c5de4164bc make sure getIndex is always async in historyKeeper
ansuz 255f208a4a always enable tasks, but allow for admins to disable the integrated loop in the main server process
ansuz d30470f1aa correct an invalid comment
ansuz cdfbaf5ad9 write tasks along with metadata
ansuz 9623efd10b fix another non-standard instance of checking for metadata
ansuz b360d79a76 simplify 'isNewChannel' rpc
ansuz 7e13f7e3ca validate owners against amended metadata when removing channels
ansuz 31f7c4b90a validate owners against amended metadata when clearing channels
ansuz 8c92d3dc02 move metadata to the top of the file with all the other imports
ansuz c5ca82f0e1 throw errors if you try to update expiration times, as this isn't implemented yet
ansuz 0a0c64d240 only increment the metadata line index if you can parse the line
ansuz 1c37ec7aee prevent duplicated owners in metadata amendments
ansuz a3a7bcbe35 add comments for lots of functions
ansuz d6d7f4f601 include the size of the metadata log in the computed size of a channel
ansuz 2aebadcff3 use the correct path for channel data when restoring logs from the archive
ansuz 238d547a46 Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
ansuz 50a6479854 merge latest staging into editable metadata
yflory f966a479de Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 24ea640397 Kill the testworker to save memory usage
ansuz 30671cd570
Merge pull request from ClemDee/responsiveContextMenu
Make context submenus don't overflow on Y axis
Clément Desableau e1477bd32e Make context submenus don't overflow on Y axis
ansuz 1521220560 fix loading screen spinner color to match CryptPad icon
yflory 06809fd3ba Update codemirror settings in realtime
yflory 92a41f84f7 Fix wrong owner in the properties modal
yflory c608bdd2dc Merge branch 'off' into staging
yflory 656b129543 Ability to remove handlers from worker-channel and metadata-manager
yflory c1656d7b5b Merge branch 'unifiedMetadata' into staging
ansuz aedc92362a update chainpad-listmap dependency version
yflory 6f0062d023 Add comments and timeout errors
yflory 3dba20776f Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
yflory 7988a30338 Fix folder upload UI