summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-262-11/+20
| | | | | | | | | | | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint.
| * | Ensure the password is only hashed in case it's changed on the client - ↵Thomas Müller2015-10-261-7/+11
| | | | | | | | | | | | fixes #19950
* | | Dont lock /$user/filesRobin Appelman2015-10-261-1/+1
|/ /
* | Expose syslog tag in the configurationVolker Fröhlich2015-10-261-1/+1
| |
* | Make `getCurrentUser` behaviour similar to `auth`Lukas Reschke2015-10-231-0/+6
|/ | | | If DAV_AUTHENTICATED is a null value this is a valid web session and we should return the user name as we also do in `auth`.
* Merge pull request #19942 from owncloud/backport-19918Lukas Reschke2015-10-221-0/+6
|\ | | | | [8.2] Update: state which step we are going to start and warn if it might b…
| * Update: state which step we are going to start and warn if it might be slowJoas Schilling2015-10-211-0/+6
| |
* | Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME']Lukas Reschke2015-10-211-1/+13
| |
* | Remove dependency on ICrypto + use XORLukas Reschke2015-10-213-21/+15
|/
* Merge pull request #19882 from owncloud/backport-ceph-stop-script-changesThomas Müller2015-10-213-10/+14
|\ | | | | Backport objectstore fixes to 8.2
| * fix objectstore files having create permissionsRobin Appelman2015-10-201-2/+2
| |
| * detect object homestorage in share codeRobin Appelman2015-10-201-1/+3
| |
| * don't move files in cache twice, fixes renaming for objectstoresJörn Friedrich Dreyer2015-10-201-7/+9
| |
* | Merge pull request #19893 from owncloud/locking_exception_8.2Morris Jobke2015-10-201-1/+1
|\ \ | | | | | | [stable8.2] catch all exception if table doesn't exists
| * | catch all exception if table doesn't existsBjörn Schießle2015-10-201-1/+1
| |/
* | Merge pull request #19777 from owncloud/backport-19764Morris Jobke2015-10-201-2/+2
|\ \ | | | | | | Variables don't have a class, so we can't use toString() on it
| * | Variables don't have a class, so we can't use toString() on itJoas Schilling2015-10-141-2/+2
| | |
* | | Merge pull request #19765 from owncloud/backport-19580Morris Jobke2015-10-202-0/+40
|\ \ \ | | | | | | | | [8.2.1] Make sure that remote shares use the correct uid casing
| * | | Make sure that remote shares use the correct uid casingJoas Schilling2015-10-142-0/+40
| |/ /
* | | Merge pull request #19876 from owncloud/backport-19820-stable8.2Morris Jobke2015-10-201-4/+7
|\ \ \ | | | | | | | | [stable8.2] When sharing with the owner show the path
| * | | Check for error when resharingRoeland Jago Douma2015-10-191-4/+4
| | | |
| * | | When sharing with the owner show the pathRoeland Jago Douma2015-10-191-1/+4
| | |/ | |/| | | | | | | | | | The error message should contain the path that is being shared not the numeric id.
* | | Merge pull request #19766 from owncloud/stable8.2-proppatch-lastmodifiedMorris Jobke2015-10-201-3/+3
|\ \ \ | | | | | | | | [stable8.2] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"
| * | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry2015-10-141-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again.
* | | Merge pull request #19800 from owncloud/backport-19731Thomas Müller2015-10-202-7/+27
|\ \ \ | |_|/ |/| | [8.2] Update list of deprecated methods
| * | update deprecation messageMorris Jobke2015-10-151-1/+1
| | |
| * | Update list of deprecated methodsJoas Schilling2015-10-152-7/+27
| |/
* | The full name has to be tested if it's a dir - fixes #19854Thomas Müller2015-10-191-1/+1
| |
* | Return path instead of itemsourceRoeland Jago Douma2015-10-141-2/+2
|/ | | | | | Fixes #19678 Errors should contain paths and not internal ids
* Merge pull request #19677 from ↵Thomas Müller2015-10-132-10/+12
|\ | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions
| * Always pass in ILoggerThomas Müller2015-10-092-4/+2
| |
| * Clean codeThomas Müller2015-10-091-2/+2
| |
| * Catch exceptions during app upgrade - fixes #16240Thomas Müller2015-10-091-4/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-132-0/+2
| |
* | Strip directory from scriptNameLukas Reschke2015-10-121-5/+5
| | | | | | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes.
* | Merge pull request #19683 from owncloud/repair-donotrepairfoldermimetypesThomas Müller2015-10-121-2/+11
|\ \ | | | | | | Do not update mime types for folders with extension
| * | Do not update mime types for folders with extensionVincent Petry2015-10-091-2/+11
| | | | | | | | | | | | | | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step.
* | | also detect files in a .part folder as part fileBjoern Schiessle2015-10-121-0/+4
| | |
* | | Merge pull request #19657 from owncloud/setup-transportThomas Müller2015-10-121-1/+4
|\ \ \ | | | | | | | | Setup sendmail transport
| * | | Setup sendmail transportLukas Reschke2015-10-081-1/+4
| | | | | | | | | | | | | | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-112-0/+4
| |_|/ |/| |
* | | Merge pull request #19654 from owncloud/db-locking-no-scan-transactionRobin Appelman2015-10-091-2/+8
|\ \ \ | |_|/ |/| | Dont use a transaction in the scanner while using db based locking
| * | Dont use a transaction in the scanner while using db based lockingRobin Appelman2015-10-081-2/+8
| | |
* | | fix IE8 user agent detectionMorris Jobke2015-10-092-14/+1
| | |
* | | Fix uploading avatar and root certs in IE8Vincent Petry2015-10-092-1/+21
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-092-2/+8
| | |
* | | Merge pull request #19034 from owncloud/http-request-warningThomas Müller2015-10-081-1/+3
|\ \ \ | | | | | | | | Prevent warning decoding content
| * | | Prevent warning decoding contentRobin McCorkell2015-09-141-1/+3
| | | |
* | | | Merge pull request #19651 from owncloud/recursive_mkdir_for_objectstoresThomas Müller2015-10-082-18/+22
|\ \ \ \ | |_|_|/ |/| | | make mkdir recursive, add phpdoc to api
| * | | make mkdir recursive, add phpdoc to apiJörn Friedrich Dreyer2015-10-082-18/+22
| | | |