Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-13 | 1 | -1/+3 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-12 | 1 | -7/+7 |
* | Only encode dangerous dangerous characters | Lukas Reschke | 2014-04-11 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-11 | 2 | -1/+4 |
* | Merge pull request #8139 from owncloud/fix-middleware-registration | Bernhard Posselt | 2014-04-10 | 2 | -5/+5 |
|\ | |||||
| * | register middleware as string to not force request to be instantiated too ear... | Bernhard Posselt | 2014-04-09 | 2 | -5/+5 |
* | | Merge pull request #8107 from owncloud/dav-negativetimestampfix | Thomas Müller | 2014-04-10 | 1 | -3/+6 |
|\ \ | |||||
| * | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
* | | | Merge pull request #8137 from owncloud/routeing-requirements | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | add requirements to routing | Bernhard Posselt | 2014-04-09 | 1 | -1/+9 |
| | |/ | |/| | |||||
* | | | Merge pull request #8138 from owncloud/allow-app-in-routes.php | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | To isolate the variable scope used inside the $file it is required in it's ow... | Thomas Müller | 2014-04-09 | 1 | -1/+9 |
| |/ / | |||||
* | | | Merge pull request #8027 from owncloud/routes-ocs | Tom Needham | 2014-04-10 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Load all routes when matching an ocs route | Robin Appelman | 2014-04-03 | 1 | -1/+1 |
* | | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100 | Vincent Petry | 2014-04-10 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Only accept success as 100 like the OCS spec does | tomneedham | 2014-04-02 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #7825 from owncloud/hash-stream | Vincent Petry | 2014-04-10 | 1 | -3/+5 |
|\ \ \ \ | |||||
| * | | | | use binary safe read | Robin Appelman | 2014-04-02 | 1 | -1/+1 |
| * | | | | Use streams when generating hashes of remote files | Robin Appelman | 2014-04-02 | 1 | -3/+5 |
* | | | | | Merge pull request #8053 from owncloud/preview-hook-root | Vincent Petry | 2014-04-10 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Pass the correct root to the preview on post_write | Robin Appelman | 2014-04-04 | 1 | -1/+1 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-10 | 48 | -47/+177 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Fix Undefined index: storage in share.php | Joas Schilling | 2014-04-09 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 2 | -9/+18 |
* | | | | Merge pull request #8117 from owncloud/fix-hard-coded-uman-str | Thomas Müller | 2014-04-08 | 1 | -5/+6 |
|\ \ \ \ | |||||
| * | | | | Make hardcoded exception messages translatable | Volkan Gezer | 2014-04-08 | 1 | -5/+6 |
* | | | | | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 3 | -0/+22 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add @return PHPDocs | Thomas Tanghus | 2014-03-10 | 3 | -0/+7 |
| * | | | | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 3 | -0/+15 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-08 | 2 | -0/+17 |
* | | | | | using array_key_exists() instead of isset() - required because in case the va... | Thomas Müller | 2014-04-07 | 1 | -1/+1 |
* | | | | | fixing undefined exception classes | Thomas Müller | 2014-04-07 | 1 | -3/+3 |
* | | | | | Merge pull request #8088 from owncloud/fix-personal.js | Thomas Müller | 2014-04-07 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | reduce code duplication, fix parse error, prevent page reload on hitting ente... | Thomas Müller | 2014-04-07 | 1 | -0/+1 |
* | | | | | | Merge pull request #8083 from owncloud/fix-link-to-sync | Thomas Müller | 2014-04-07 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Switch to HTTPS | Lukas Reschke | 2014-04-06 | 1 | -1/+1 |
| * | | | | | Remove wrong whitespace from URL and use HTTPS | Lukas Reschke | 2014-04-06 | 1 | -1/+1 |
* | | | | | | Merge pull request #8017 from Raydiation/master | blizzz | 2014-04-07 | 1 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove dependency on container, removing service locator antipattern | Bernhard Posselt | 2014-04-02 | 1 | -7/+7 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 1 | -0/+6 |
* | | | | | | Merge pull request #8064 from owncloud/remove-not-existing-functions | Lukas Reschke | 2014-04-06 | 1 | -27/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Removed two unused functions | Lukas Reschke | 2014-04-04 | 1 | -27/+0 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-06 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #8055 from owncloud/getfileinfo-exists | icewind1991 | 2014-04-04 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | dont scan not existing files in View->getFileInfo | Robin Appelman | 2014-04-04 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #8039 from owncloud/chunking-removeexpireinhaskey | Vincent Petry | 2014-04-04 | 1 | -5/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Do not expire chunks while checking for their existence | Vincent Petry | 2014-04-03 | 1 | -5/+0 |
| |/ / / | |||||
* | | | | Merge pull request #8015 from owncloud/storageinfo-reuse | Vincent Petry | 2014-04-04 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Allow reusing FileInfo for getStorageInfo | Robin Appelman | 2014-04-02 | 1 | -3/+6 |
| |/ / / | |||||
* | | | | Merge pull request #7476 from owncloud/type-hinting | Thomas Müller | 2014-04-03 | 15 | -32/+26 |
|\ \ \ \ | |/ / / |/| | | |