summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * escape like parameter in cache moveRobin Appelman2015-11-101-1/+2
| * define escape character for like statements on oracleRobin Appelman2015-11-101-0/+1
| * define escape character for like statements on sqliteRobin Appelman2015-11-101-0/+1
* | Merge pull request #20308 from owncloud/stable8.2-backport-use-actual-mimetyp...Morris Jobke2015-11-101-9/+9
|\ \ | |/ |/|
| * Use actual mimetype detection instead of extensionLukas Reschke2015-11-041-9/+9
* | Merge pull request #20392 from owncloud/storage_not_available_8.2Vincent Petry2015-11-101-1/+16
|\ \
| * | use a HintException to have some useful user output in case of an errorBjörn Schießle2015-11-101-1/+16
* | | Fix Error message when sharing outside of groupRoeland Jago Douma2015-11-101-2/+2
|/ /
* | Merge pull request #20387 from owncloud/backport-20348-integer-group-namesVincent Petry2015-11-091-1/+3
|\ \
| * | Make sure that group names are strings not integersJoas Schilling2015-11-091-1/+3
* | | Merge pull request #20326 from owncloud/getfileinfo-locking82Vincent Petry2015-11-092-39/+62
|\ \ \
| * | | when a file is locked use old cache dataRobin Appelman2015-11-051-29/+37
| * | | only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-051-22/+18
| * | | only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-051-18/+16
| * | | Split checkUpdateRobin Appelman2015-11-051-19/+40
* | | | Merge pull request #20331 from owncloud/fix_20234_8.2Vincent Petry2015-11-091-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-051-1/+13
| |/ /
* / / Backport translations for 8.2Joas Schilling2015-11-052-2/+4
|/ /
* / include the final update in the transaction when moving a folder in the cacheRobin Appelman2015-10-291-2/+6
|/
* Add a repair step that checks for group membership on sharesJoas Schilling2015-10-292-0/+130
* Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+32
* Verify the src exists in webdav MOVERoeland Jago Douma2015-10-271-0/+4
* Merge pull request #19976 from owncloud/db-keep-shared-locks-82Thomas Müller2015-10-262-18/+107
|\
| * Keep shared locks until the end of the request so we can reuse themRobin Appelman2015-10-222-18/+107
* | Merge pull request #20041 from owncloud/backport-fix-link-sharing-regression-...Thomas Müller2015-10-262-11/+24
|\ \
| * | 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
|\ \ \ | |_|/ |/| |