Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8181 from owncloud/fix_wrong_webdav_warning | Thomas Müller | 2014-04-14 | 2 | -0/+15 |
|\ | | | | | Fix a wrong WebDAV Warning with self-signed-certs | ||||
| * | Fix a wrong WebDAV Warning with self-signed-certs | kondou | 2014-04-13 | 2 | -0/+15 |
| | | | | | | | | Occuring in the admin interface | ||||
* | | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 1 | -102/+132 |
|\ \ | | | | | | | Thumbnail fixes | ||||
| * | | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 1 | -49/+49 |
| | | | |||||
| * | | fixing typos/spellings | Thomas Müller | 2014-04-04 | 1 | -4/+11 |
| | | | |||||
| * | | fix float comparison for negative results | Jörn Friedrich Dreyer | 2014-04-03 | 1 | -2/+2 |
| | | | |||||
| * | | extract more methods | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -46/+63 |
| | | | |||||
| * | | extract method isCachedBigger | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -14/+33 |
| | | | |||||
| * | | remove unnecessary code | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -16/+2 |
| | | | |||||
| * | | compare floats with epsilon | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #8156 from owncloud/fix-middleware-container | Thomas Müller | 2014-04-14 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fix the middleware registration process in the container | ||||
| * | | | use references for middleware to fix problems on 5.3 | Bernhard Posselt | 2014-04-11 | 1 | -2/+3 |
| | | | | |||||
| * | | | fix the middleware registration process in the container | Bernhard Posselt | 2014-04-10 | 1 | -3/+2 |
| | | | | |||||
* | | | | p() and print_unescaped() also take arrays as parameter | Lukas Reschke | 2014-04-13 | 1 | -4/+5 |
| | | | | | | | | | | | | This fixes some scrutinizer issues. | ||||
* | | | | [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 |
| | | | | | | | | | | | | | | | There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded. This may fix issues like https://github.com/owncloud/calendar/pull/394 | ||||
* | | | [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 to... | ||||
| * | | register middleware as string to not force request to be instantiated too ↵ | Bernhard Posselt | 2014-04-09 | 2 | -5/+5 |
| | | | | | | | | | | | | early and thus not having url parameters | ||||
* | | | 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 | ||||
| * | | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-09 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. | ||||
* | | | | Merge pull request #8137 from owncloud/routeing-requirements | Thomas Müller | 2014-04-10 | 1 | -1/+9 |
|\ \ \ \ | | | | | | | | | | | add requirements to routing | ||||
| * | | | | 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... | ||||
| * | | | | To isolate the variable scope used inside the $file it is required in it's ↵ | Thomas Müller | 2014-04-09 | 1 | -1/+9 |
| |/ / / | | | | | | | | | | | | | own method | ||||
* | | | | Merge pull request #8027 from owncloud/routes-ocs | Tom Needham | 2014-04-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Load all routes when matching an ocs route | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | OC_OCS_Result Class, Only accept 100 code as success | ||||
| * | | | | 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 streams when generating hashes of remote files | ||||
| * | | | | 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 | ||||
| * | | | | | 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 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | There parameter was removed when the code was cleaned up: {"app":"PHP","message":"Undefined index: storage at E:\\ownCloud\\owncloud\\lib\\private\\share\\share.php#1160", "level":0,"time":"2014-04-09T12:56:23+00:00"} | ||||
* | | | | [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 | ||||
| * | | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | Chainable Response in AppFramework | ||||
| * | | | | 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 ↵ | Thomas Müller | 2014-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | value is null isset is returning false | ||||
* | | | | | 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... | ||||
| * | | | | | reduce code duplication, fix parse error, prevent page reload on hitting ↵ | Thomas Müller | 2014-04-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | enter while changing the display name - refs #8085 | ||||
* | | | | | | Merge pull request #8083 from owncloud/fix-link-to-sync | Thomas Müller | 2014-04-07 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove wrong whitespace from URL and use HTTPS | ||||
| * | | | | | Switch to HTTPS | Lukas Reschke | 2014-04-06 | 1 | -1/+1 |
| | | | | | |