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
AgeCommit message (Expand)Author
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-26Merge branch 'master' into encryption_initial_enc_indicatorBjoern Schiessle
2013-11-26added a small version of the dark loading gif, looks nicer on the blue backgr...Bjoern Schiessle
2013-11-26[tx-robot] updated from transifexJenkins for ownCloud
2013-11-26use POST instead of GETBjoern Schiessle
2013-11-26fix typo in var nameBjoern Schiessle
2013-11-26[tx-robot] updated from transifexJenkins for ownCloud
2013-11-26remove debug outputBjoern Schiessle
2013-11-26show a message at the log-in screen if inital encryption take placeBjoern Schiessle
2013-11-25Merge branch 'encryption_work_with_public_gallery' of github.com:owncloud/cor...Bjoern Schiessle
2013-11-25fix typo in commentBjoern Schiessle
2013-11-25Merge branch 'master' into encryption_work_with_public_galleryThomas Mueller
2013-11-24[tx-robot] updated from transifexJenkins for ownCloud
2013-11-21[tx-robot] updated from transifexJenkins for ownCloud
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21check HTTP Referer to check if we come from public.php or from a internal page.Bjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21fix getFileKey() callBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle
2013-11-21Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle
2013-11-21better distinction between userID and keyIdBjoern Schiessle
2013-11-21public upload now also works with encryption enabledBjoern Schiessle
2013-11-21adapt tests to the new codeBjoern Schiessle
2013-11-21make sure that we always use the correct user idBjoern Schiessle
2013-11-21fix some getShareKey() and getFileKey() callsBjoern Schiessle
2013-11-20[wip] make encryption work with public gallery sharingBjoern Schiessle
2013-11-20Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry
2013-11-20Fix for extstorage + encryption where unencrypted size is not keptVincent Petry
2013-11-20check if it is a cached file or a version to resolve the correct path to the ...Bjoern Schiessle
2013-11-20only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle
2013-11-19make sure that the owners home is mounted correctlyBjoern Schiessle
2013-11-18Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry
2013-11-17call error page with session as parameterBjoern Schiessle
2013-11-16[tx-robot] updated from transifexJenkins for ownCloud
2013-11-15Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle
2013-11-15tests addedBjoern Schiessle
2013-11-14instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle
2013-11-14remove debug outputBjoern Schiessle
2013-11-14test encryptAll() and decryptAll() to make sure that mtime and etag stay the ...Bjoern Schiessle
2013-11-13Merge branch 'master' into encryption_fixesBjoern Schiessle
2013-11-13Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry
2013-11-12fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle
2013-11-12only update file cache if the file is already indexed to avoid that we create...Bjoern Schiessle
2013-11-12make sure that we keep the correct timestamp and etag after encryoption/decry...Bjoern Schiessle
2013-11-12missed some replacements... now tests should workBjoern Schiessle
2013-11-12fixing tests for the new part file handlingBjoern Schiessle
2013-11-11let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle
2013-11-09[tx-robot] updated from transifexJenkins for ownCloud