summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 5.0.19v5.0.19Frank Karlitschek2015-02-161-2/+2
|
* Normalize before processingLukas Reschke2015-02-062-4/+7
|
* 5.0.19 RC1Frank Karlitschek2015-02-061-2/+2
|
* 5.0.18Frank Karlitschek2014-11-071-2/+2
|
* logging changesCraig Morrissey2014-11-071-0/+3
|
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-232-43/+50
| | | | Backport of #11032 to stable5
* replace % in pattern with .* and surround with ^$ to get a real regex patternJörn Friedrich Dreyer2014-06-261-1/+2
|
* 5.0.17v5.0.17Frank Karlitschek2014-06-241-2/+2
|
* 5.0.17 beta 1v5.0.17beta1Frank Karlitschek2014-06-171-2/+2
|
* Add deprecation notice to load* functionsLukas Reschke2014-06-161-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_stable5Jörn Friedrich Dreyer2014-06-031-7/+16
|\ | | | | Case insensitive search oracle stable5
| * on oracle use regex_like to make filename search case insensitiveJörn Friedrich Dreyer2014-04-221-7/+16
| |
* | 5.0.16v5.0.16Frank Karlitschek2014-04-291-2/+2
| |
* | Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
| | | | | | | | Backport of https://github.com/owncloud/core/pull/8372
* | 5.0.16 RC1v5.0.16RC1Frank Karlitschek2014-04-231-2/+2
| |
* | Merge pull request #8298 from owncloud/backport_6290_to_stable5Thomas Müller2014-04-234-6/+47
|\ \ | | | | | | Backport #6290 to stable5
| * | backport #6290 to stable5Jörn Friedrich Dreyer2014-04-224-6/+47
| |/
* | Backport of #8197 to stable6Robin Appelman2014-04-233-99/+156
| |
* | Backport of #8183 to stable6Robin Appelman2014-04-233-24/+29
| |
* | Backport of #7682 to stable5Lukas Reschke2014-04-181-1/+2
| |
* | Verify that a file exists before we share itRobin Appelman2014-04-171-0/+11
|/
* backport of the FilesPlugin to stable5Thomas Müller2014-04-162-0/+119
|
* Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-101-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 phpdocRobin Appelman2014-04-031-1/+3
|
* Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-04-032-5/+28
|
* Merge pull request #7610 from owncloud/stable5-fix-updaterVincent Petry2014-03-281-1/+1
|\ | | | | Backport of https://github.com/owncloud/core/pull/7609
| * Use $installedVersion instead of $currentVersionLukas Reschke2014-03-061-1/+1
| |
| * Revert "Use $installedVersion instead of $currentVersion"Lukas Reschke2014-03-061-1/+1
| | | | | | | | This reverts commit aef1e5112f0f4a64f814d78fccd738a842bd5730.
| * Use $installedVersion instead of $currentVersionLukas Reschke2014-03-061-1/+1
| |
* | Merge pull request #7229 from owncloud/stable5-fix-5828-backportblizzz2014-03-281-2/+13
|\ \ | | | | | | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5
| * | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5tomneedham2014-02-171-2/+13
| | |
* | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-0/+4
| | |
* | | fixing method namesThomas Müller2014-03-121-1/+1
| | |
* | | set content-type on ocs exceptionsThomas Müller2014-03-121-3/+30
| | | | | | | | | | | | | | | Conflicts: lib/api.php
* | | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-1/+18
| | |
* | | Disable XML entities when parsing XMLVincent Petry2014-03-102-4/+14
| | |
* | | Fixed X-Forwarded-Host parsingVincent Petry2014-03-061-1/+2
| | | | | | | | | | | | Backport of d7163c9 from stable6
* | | Added localhost as trusted domainVincent Petry2014-03-061-0/+5
| | | | | | | | | | | | Backport of f1b948d from stable6
* | | Show warning page when accessing server from an untrusted domainVincent Petry2014-03-062-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 moreFrank Karlitschek2014-03-031-1/+1
| |
* | 5.0.15v5.0.15Frank Karlitschek2014-03-011-2/+2
| |
* | Merge pull request #7463 from owncloud/stable5-webdav-logexceptionsThomas Müller2014-02-283-1/+88
|\ \ | | | | | | [stable5] Backport exception logger for Sabre connector
| * | Backported sabre exception loggerVincent Petry2014-02-272-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 stable6Vincent Petry2014-02-271-0/+37
| | |
* | | Merge pull request #7169 from owncloud/storage-cleanup-stable5Vincent Petry2014-02-282-0/+25
|\ \ \ | |/ / |/| | Remove the filecache for a users home storage when the user is deleted
| * | Also remove home storagesRobin Appelman2014-02-271-1/+2
| | |
| * | Remove the filecache for a users home storage when the user is deletedRobin Appelman2014-02-122-0/+24
| |/
* | 5.0.15 RC1v5.0.15RC1Frank Karlitschek2014-02-251-2/+2
| |
* | Merge pull request #7387 from owncloud/stable5-fixhostnamewithportVincent Petry2014-02-251-1/+1
|\ \ | | | | | | Fix case where port is missing
| * | Fix case where port is missingVincent Petry2014-02-251-1/+1
| | |