summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-262-11/+20
| * | Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-261-7/+11
* | | 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
|/
* Merge pull request #19942 from owncloud/backport-19918Lukas Reschke2015-10-221-0/+6
|\
| * 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
|\
| * 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
|\ \
| * | 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 itJoas Schilling2015-10-141-2/+2
* | | Merge pull request #19765 from owncloud/backport-19580Morris Jobke2015-10-202-0/+40
|\ \ \
| * | | 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
|\ \ \
| * | | 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
| | |/ | |/|
* | | Merge pull request #19766 from owncloud/stable8.2-proppatch-lastmodifiedMorris Jobke2015-10-201-3/+3
|\ \ \
| * | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"Vincent Petry2015-10-141-3/+3
| | |/ | |/|
* | | Merge pull request #19800 from owncloud/backport-19731Thomas Müller2015-10-202-7/+27
|\ \ \ | |_|/ |/| |
| * | 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
|/
* Merge pull request #19677 from owncloud/silently-fail-app-upgrade-exceptions-...Thomas Müller2015-10-132-10/+12
|\
| * 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
* | Merge pull request #19683 from owncloud/repair-donotrepairfoldermimetypesThomas Müller2015-10-121-2/+11
|\ \
| * | Do not update mime types for folders with extensionVincent Petry2015-10-091-2/+11
* | | 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 transportLukas Reschke2015-10-081-1/+4
* | | | [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 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 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 apiJörn Friedrich Dreyer2015-10-082-18/+22