Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2016-02-11[tx-robot] updated from transifexJenkins for ownCloud
2016-02-10Revert back to non-webdav download link for public URLsVincent Petry
2016-02-10Merge pull request #22276 from owncloud/harden-updater-authThomas Müller
2016-02-10Merge pull request #22269 from owncloud/issue-22243-avoid-deadlock-with-lots-...Thomas Müller
2016-02-10Merge pull request #22273 from owncloud/versions-fixpathasrecipientThomas Müller
2016-02-10Harden updater authenticationLukas Reschke
2016-02-10Merge pull request #22267 from owncloud/fix_encryption2Thomas Müller
2016-02-10Merge pull request #20073 from owncloud/files-should-add-download-dispositionThomas Müller
2016-02-10Merge pull request #22270 from owncloud/use-cache-directlyThomas Müller
2016-02-10Merge pull request #22263 from owncloud/fix-group-principalsThomas Müller
2016-02-10Use full path of known file when handling versionsVincent Petry
2016-02-10Remove path from versions responseVincent Petry
2016-02-10remember signature version and only set it on update to make sure that otherBjoern Schiessle
2016-02-10Chunk the queries to make sure they don't time outJoas Schilling
2016-02-10Use cache directly instead of QBLukas Reschke
2016-02-10use the version of the original file if we write the part file to have a prop...Bjoern Schiessle
2016-02-10 Fix group principalThomas Müller
2016-02-10Fix oracle by using less quotesJoas Schilling
2016-02-10Listen to the notification event to reload the file listJoas Schilling
2016-02-10Mark the accept button as primaryJoas Schilling
2016-02-10Create the actions with the correct IDJoas Schilling
2016-02-10Make sure the share ID is an integerJoas Schilling
2016-02-10Fix action pathsJoas Schilling
2016-02-10Bring the messages inlineJoas Schilling
2016-02-10Fix the notification API usageJoas Schilling
2016-02-10Revert "Disable the remote sharing notifications until they work properly"Joas Schilling
2016-02-10[tx-robot] updated from transifexJenkins for ownCloud
2016-02-10Add tests for setVersionLukas Reschke
2016-02-10Use cache update instead of put for encryption versionVincent Petry
2016-02-10Use cache and add testsLukas Reschke
2016-02-10don't decrease ->version for part files but only a local variable, otherwise ...Bjoern Schiessle
2016-02-10realPath should contain the path to the file we want to read, e.g. the versio...Bjoern Schiessle
2016-02-10Use database for keeping track of the versionLukas Reschke
2016-02-10Use number of chunk for HMAC as wellLukas Reschke
2016-02-10Keep track of file versionLukas Reschke
2016-02-10Clarify documentationLukas Reschke
2016-02-10Use hash with appended "a" of the original password for the authenticationLukas Reschke
2016-02-10fixing unit testsBjörn Schießle
2016-02-10Use random_bytes instead OpenSSLLukas Reschke
2016-02-10meta data are at the end of the fileBjörn Schießle
2016-02-10always use default cipher for write operations, no matter how the file was en...Björn Schießle
2016-02-10make it backward compatible to work with signed and un-signed filesBjörn Schießle
2016-02-10sign all encrypted blocks and check signature on decryptBjörn Schießle
2016-02-10Add note about the addPadding functionLukas Reschke
2016-02-10Use an actual 16 byte long IVLukas Reschke
2016-02-10Use AES-256-CTR as defaultLukas Reschke
2016-02-10Merge pull request #22255 from owncloud/add-sso-for-updatecheckerThomas Müller
2016-02-10Merge pull request #22251 from owncloud/smb-105Thomas Müller
2016-02-10Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque
2016-02-10Merge pull request #22252 from owncloud/consolidate-user-set-quotaC. Montero Luque