Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.0.19v5.0.19 | Frank Karlitschek | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 2 | -4/+7 |
| | |||||
* | 5.0.19 RC1 | Frank Karlitschek | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | 5.0.18 | Frank Karlitschek | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | logging changes | Craig Morrissey | 2014-11-07 | 1 | -0/+3 |
| | |||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-23 | 2 | -43/+50 |
| | | | | Backport of #11032 to stable5 | ||||
* | replace % in pattern with .* and surround with ^$ to get a real regex pattern | Jörn Friedrich Dreyer | 2014-06-26 | 1 | -1/+2 |
| | |||||
* | 5.0.17v5.0.17 | Frank Karlitschek | 2014-06-24 | 1 | -2/+2 |
| | |||||
* | 5.0.17 beta 1v5.0.17beta1 | Frank Karlitschek | 2014-06-17 | 1 | -2/+2 |
| | |||||
* | Add deprecation notice to load* functions | Lukas Reschke | 2014-06-16 | 1 | -7/+20 |
| | | | | | | This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Backport of https://github.com/owncloud/core/pull/9033 | ||||
* | Merge pull request #8306 from owncloud/case_insensitive_search_oracle_stable5 | Jörn Friedrich Dreyer | 2014-06-03 | 1 | -7/+16 |
|\ | | | | | Case insensitive search oracle stable5 | ||||
| * | on oracle use regex_like to make filename search case insensitive | Jörn Friedrich Dreyer | 2014-04-22 | 1 | -7/+16 |
| | | |||||
* | | 5.0.16v5.0.16 | Frank Karlitschek | 2014-04-29 | 1 | -2/+2 |
| | | |||||
* | | Clarify the trusted_domain error page | Lukas Reschke | 2014-04-27 | 1 | -1/+1 |
| | | | | | | | | Backport of https://github.com/owncloud/core/pull/8372 | ||||
* | | 5.0.16 RC1v5.0.16RC1 | Frank Karlitschek | 2014-04-23 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #8298 from owncloud/backport_6290_to_stable5 | Thomas Müller | 2014-04-23 | 4 | -6/+47 |
|\ \ | | | | | | | Backport #6290 to stable5 | ||||
| * | | backport #6290 to stable5 | Jörn Friedrich Dreyer | 2014-04-22 | 4 | -6/+47 |
| |/ | |||||
* | | Backport of #8197 to stable6 | Robin Appelman | 2014-04-23 | 3 | -99/+156 |
| | | |||||
* | | Backport of #8183 to stable6 | Robin Appelman | 2014-04-23 | 3 | -24/+29 |
| | | |||||
* | | Backport of #7682 to stable5 | Lukas Reschke | 2014-04-18 | 1 | -1/+2 |
| | | |||||
* | | Verify that a file exists before we share it | Robin Appelman | 2014-04-17 | 1 | -0/+11 |
|/ | |||||
* | backport of the FilesPlugin to stable5 | Thomas Müller | 2014-04-16 | 2 | -0/+119 |
| | |||||
* | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-10 | 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. Backport of 4f11786 from master | ||||
* | Improve phpdoc | Robin Appelman | 2014-04-03 | 1 | -1/+3 |
| | |||||
* | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-04-03 | 2 | -5/+28 |
| | |||||
* | Merge pull request #7610 from owncloud/stable5-fix-updater | Vincent Petry | 2014-03-28 | 1 | -1/+1 |
|\ | | | | | Backport of https://github.com/owncloud/core/pull/7609 | ||||
| * | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | Revert "Use $installedVersion instead of $currentVersion" | Lukas Reschke | 2014-03-06 | 1 | -1/+1 |
| | | | | | | | | This reverts commit aef1e5112f0f4a64f814d78fccd738a842bd5730. | ||||
| * | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7229 from owncloud/stable5-fix-5828-backport | blizzz | 2014-03-28 | 1 | -2/+13 |
|\ \ | | | | | | | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5 | ||||
| * | | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5 | tomneedham | 2014-02-17 | 1 | -2/+13 |
| | | | |||||
* | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 1 | -0/+4 |
| | | | |||||
* | | | fixing method names | Thomas Müller | 2014-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 1 | -3/+30 |
| | | | | | | | | | | | | | | | Conflicts: lib/api.php | ||||
* | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -1/+18 |
| | | | |||||
* | | | Disable XML entities when parsing XML | Vincent Petry | 2014-03-10 | 2 | -4/+14 |
| | | | |||||
* | | | Fixed X-Forwarded-Host parsing | Vincent Petry | 2014-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | Backport of d7163c9 from stable6 | ||||
* | | | Added localhost as trusted domain | Vincent Petry | 2014-03-06 | 1 | -0/+5 |
| | | | | | | | | | | | | Backport of f1b948d from stable6 | ||||
* | | | Show warning page when accessing server from an untrusted domain | Vincent Petry | 2014-03-06 | 2 | -18/+72 |
| |/ |/| | | | | | | | | | | | Added early check for the requested domain host and show a warning page if the domain is not trusted. Backport of 9b6b02a from stable6 | ||||
* | | increase internal version number once more | Frank Karlitschek | 2014-03-03 | 1 | -1/+1 |
| | | |||||
* | | 5.0.15v5.0.15 | Frank Karlitschek | 2014-03-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #7463 from owncloud/stable5-webdav-logexceptions | Thomas Müller | 2014-02-28 | 3 | -1/+88 |
|\ \ | | | | | | | [stable5] Backport exception logger for Sabre connector | ||||
| * | | Backported sabre exception logger | Vincent Petry | 2014-02-27 | 2 | -1/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial backport of 11ef12a Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | ||||
| * | | Backported logException from stable6 | Vincent Petry | 2014-02-27 | 1 | -0/+37 |
| | | | |||||
* | | | Merge pull request #7169 from owncloud/storage-cleanup-stable5 | Vincent Petry | 2014-02-28 | 2 | -0/+25 |
|\ \ \ | |/ / |/| | | Remove the filecache for a users home storage when the user is deleted | ||||
| * | | Also remove home storages | Robin Appelman | 2014-02-27 | 1 | -1/+2 |
| | | | |||||
| * | | Remove the filecache for a users home storage when the user is deleted | Robin Appelman | 2014-02-12 | 2 | -0/+24 |
| |/ | |||||
* | | 5.0.15 RC1v5.0.15RC1 | Frank Karlitschek | 2014-02-25 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #7387 from owncloud/stable5-fixhostnamewithport | Vincent Petry | 2014-02-25 | 1 | -1/+1 |
|\ \ | | | | | | | Fix case where port is missing | ||||
| * | | Fix case where port is missing | Vincent Petry | 2014-02-25 | 1 | -1/+1 |
| | | |