summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-16141-152/+1373
* Merge pull request #15654 from owncloud/enc2_header_system_keysMorris Jobke2015-04-152-2/+4
|\
| * make sure that encrypted private keys always have a headerBjoern Schiessle2015-04-152-2/+4
* | Merge pull request #15644 from owncloud/sftp-defaultport-storageidMorris Jobke2015-04-152-1/+66
|\ \
| * | Add visibility for methodMorris Jobke2015-04-151-1/+1
| * | Fix SFTP storage id to be compatible with older idsVincent Petry2015-04-152-1/+66
* | | Merge pull request #15638 from owncloud/primary-button-disabledMorris Jobke2015-04-151-3/+4
|\ \ \
| * | | add disabled state to primary action buttonJan-Christoph Borchardt2015-04-151-3/+4
* | | | Merge pull request #15632 from owncloud/remove-tooltip-fadeJan-Christoph Borchardt2015-04-154-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | remove slow fade animation for remaining tipsy tooltipsJan-Christoph Borchardt2015-04-154-4/+4
* | | | Merge pull request #15626 from owncloud/remove-tooltip-fadeVincent Petry2015-04-152-11/+11
|\| | | | |/ / |/| |
| * | remove slow fade animation for tipsy tooltipJan-Christoph Borchardt2015-04-152-11/+11
* | | Merge pull request #15613 from owncloud/allow-files-nav-iconsThomas Müller2015-04-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Allow files app nav entries to have a different icon classMorris Jobke2015-04-141-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-1568-0/+92
* | | Merge pull request #12006 from owncloud/dav-put-storageMorris Jobke2015-04-152-44/+86
|\ \ \
| * | | Keep phpdoc updated.Robin Appelman2015-04-141-1/+1
| * | | pass a stream to the testsRobin Appelman2015-04-142-11/+13
| * | | rewind and update error messageRobin Appelman2015-04-131-1/+2
| * | | use our own stream copy insteadRobin Appelman2015-04-131-1/+1
| * | | update testsRobin Appelman2015-04-092-26/+45
| * | | Work directly on the storage when uploading over webdavRobin Appelman2015-04-081-23/+43
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-142-0/+2
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-14696-5646/+4852
* | | | Merge pull request #15597 from oparoz/another-fallback-for-findbinarypathThomas Müller2015-04-151-1/+6
|\ \ \ \
| * | | | Adding a final fallback for findBinaryPathOlivier Paroz2015-04-141-1/+6
* | | | | Merge pull request #15592 from owncloud/fix-15590-masterThomas Müller2015-04-152-2/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove unneeded commentsMorris Jobke2015-04-141-13/+0
| * | | | Avoid php message "Invalid argument supplied for foreach()" - refs #15590Thomas Müller2015-04-142-2/+39
* | | | | Merge pull request #15612 from owncloud/fix-transifex-masterVincent Petry2015-04-141-2/+2
|\ \ \ \ \
| * | | | | files_encryption -> encryptionThomas Müller2015-04-141-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15598 from owncloud/fix-enc-file-size-masterBjörn Schießle2015-04-147-51/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove calculateUnencryptedSize() - not neededThomas Müller2015-04-145-42/+2
| * | | | return size from cache in case the cache entry is marked as encryptedThomas Müller2015-04-141-8/+10
| * | | | preserve filesize on rename after uploadThomas Müller2015-04-141-0/+3
| * | | | fix reading of private keyThomas Müller2015-04-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-1410-105/+373
|\ \ \ \ | |/ / / |/| | |
| * | | a bit more phpdocRobin Appelman2015-04-141-0/+6
| * | | fix rebase issueRobin Appelman2015-04-131-2/+2
| * | | add missing return for sharedRobin Appelman2015-04-131-2/+2
| * | | Properly handle copy/move failures in cross storage copy/moveRobin Appelman2015-04-132-8/+24
| * | | Detect storage full when doing cross storage copy/moveRobin Appelman2015-04-131-2/+37
| * | | properly return false if we cant delete the source fileRobin Appelman2015-04-132-6/+7
| * | | Make getSourcePath accessible for storage wrappersRobin Appelman2015-04-131-1/+1
| * | | Fix testRobin Appelman2015-04-131-2/+8
| * | | Implement move/copyFromStorage for shared storageRobin Appelman2015-04-132-6/+86
| * | | Improve cross storage copy between local storagesRobin Appelman2015-04-132-2/+103
| * | | Move cross storage copy logic to the storageRobin Appelman2015-04-134-74/+97
| * | | Small cleanup of rename codeRobin Appelman2015-04-131-14/+14
* | | | Merge pull request #15566 from owncloud/fix-filepickerThomas Müller2015-04-143-5/+28
|\ \ \ \