Commit Graph

30476 Commits (df7280a3c7c84671aa0596146503e7a13213b862)
 

Author SHA1 Message Date
Vincent Chan 06b2f11e57 refactoring code 10 years ago
Thomas Müller 5c89cf9565 Merge pull request #22267 from owncloud/fix_encryption2 10 years ago
Thomas Müller 159a0eb597 Merge pull request #20073 from owncloud/files-should-add-download-disposition 10 years ago
Thomas Müller c4d2f6bb25 Merge pull request #22270 from owncloud/use-cache-directly 10 years ago
Thomas Müller 9e07fe289d Merge pull request #22274 from owncloud/fix_21710 10 years ago
Thomas Müller c1d21cf873 Merge pull request #22263 from owncloud/fix-group-principals 10 years ago
Roeland Jago Douma c201982598 Updated davclient.js 10 years ago
Vincent Petry 63b99b614c Merge pull request #22266 from owncloud/fix_21726 10 years ago
Vincent Petry 1b9e291913 Use full path of known file when handling versions 10 years ago
Vincent Petry a6f997ddae Remove path from versions response 10 years ago
Bjoern Schiessle 9dc759b4dc remember signature version and only set it on update to make sure that other 10 years ago
Joas Schilling 0ebb205010 Chunk the queries to make sure they don't time out 10 years ago
Vincent Chan e7859f705c Remember previous state of remember login checkbox 10 years ago
Lukas Reschke 762636efcd Use cache directly instead of QB 10 years ago
Roeland Jago Douma 630bee749b Only show link spinner if the share exists 10 years ago
Bjoern Schiessle 43ed86313c use the version of the original file if we write the part file to have a proper version if we move the file over to the original location 10 years ago
Thomas Müller 2e94d34dfd Fix group principal 10 years ago
Thomas Müller 9a2c517ca8 Merge pull request #22253 from owncloud/notifications-for-remote-shares 10 years ago
Thomas Müller a8d9eb5320 Merge pull request #22256 from owncloud/hide-updater-secret 10 years ago
Joas Schilling fa893762a2 Fix oracle by using less quotes 10 years ago
Joas Schilling 75d552b29e Listen to the notification event to reload the file list 10 years ago
Joas Schilling 65e1e4a202 Mark the accept button as primary 10 years ago
Joas Schilling c769f5775d Create the actions with the correct ID 10 years ago
Joas Schilling 31cf3b8288 Make sure the share ID is an integer 10 years ago
Joas Schilling cb8024ca14 Fix action paths 10 years ago
Joas Schilling 49dd693d8f Bring the messages inline 10 years ago
Joas Schilling a4a7cf40a1 Fix the notification API usage 10 years ago
Joas Schilling 3ff88c8c84 Revert "Disable the remote sharing notifications until they work properly" 10 years ago
Jenkins for ownCloud 9ebcc4ce31 [tx-robot] updated from transifex 10 years ago
Lukas Reschke 53d57bffed Merge pull request #21557 from owncloud/use-hmac-over-encryption 10 years ago
Lukas Reschke ca350294a6 Add tests for setVersion 10 years ago
Vincent Petry 45c78476f5 Use cache update instead of put for encryption version 10 years ago
Lukas Reschke 6724f76573 Use cache and add tests 10 years ago
Bjoern Schiessle 377d7fb8a8 don't decrease ->version for part files but only a local variable, otherwise it can happen that we decrease it twice and end up with the wrong value 10 years ago
Vincent Petry 3736f13826 Check if partial cache entry or not in encryption wrapper 10 years ago
Bjoern Schiessle 966eb4b084 realPath should contain the path to the file we want to read, e.g. the version and not the original file 10 years ago
Lukas Reschke 5ccb9dfa7e Use database for keeping track of the version 10 years ago
Lukas Reschke 3badf5caf5 Use number of chunk for HMAC as well 10 years ago
Lukas Reschke b5824f024a Keep track of file version 10 years ago
Lukas Reschke d5c1596887 Clarify documentation 10 years ago
Lukas Reschke 3b62459c41 Use hash with appended "a" of the original password for the authentication 10 years ago
Björn Schießle 9bb97c714b fixing unit tests 10 years ago
Lukas Reschke b9ff16498b Use random_bytes instead OpenSSL 10 years ago
Björn Schießle 61dd191253 meta data are at the end of the file 10 years ago
Björn Schießle e7ff84df5c always use default cipher for write operations, no matter how the file was encrypted before 10 years ago
Björn Schießle cf3a8f274f make it backward compatible to work with signed and un-signed files 10 years ago
Björn Schießle 40a5ba72fc sign all encrypted blocks and check signature on decrypt 10 years ago
Lukas Reschke db8f267647 Add note about the addPadding function 10 years ago
Lukas Reschke 59ebad0b53 Use an actual 16 byte long IV 10 years ago
Lukas Reschke d25b8dacb3 Use AES-256-CTR as default 10 years ago