summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14684 from nextcloud/long-etag-davRoeland Jago Douma2019-03-141-1/+5
|\
| * handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
* | add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
|/
* Do not allow invalid users to be createdRoeland Jago Douma2019-03-141-0/+14
* Remove sensitive SMB arguments from exception logMorris Jobke2019-03-121-0/+6
* Add a message about disabled global routesJoas Schilling2019-03-111-0/+8
* Make sure urlParams are correctly injected in global routesJoas Schilling2019-03-111-1/+15
* Merge pull request #14548 from nextcloud/bugfix/noid/avoid-duplicate-containe...Morris Jobke2019-03-081-3/+17
|\
| * Make the file strictJoas Schilling2019-03-051-4/+5
| * Avoid duplicate App container creationJoas Schilling2019-03-051-0/+13
* | Merge pull request #14425 from cowai/fix-multiple-incomplete-foldersMorris Jobke2019-03-084-8/+32
|\ \
| * | Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-064-8/+32
* | | Remove Google+ from Social Sharing Bundle (2)Marius Blüm2019-03-071-1/+0
* | | Merge pull request #14568 from nextcloud/techdebt/noid/cleanup-code-leftoversRoeland Jago Douma2019-03-066-19/+2
|\ \ \
| * | | Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-066-19/+2
* | | | Merge pull request #14424 from nextcloud/fix/13554/swift_to_tmpRoeland Jago Douma2019-03-061-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Use a tmp file for swift writesRoeland Jago Douma2019-03-041-1/+10
* | | | Merge pull request #13327 from nextcloud/allow-bracket-notation-for-remove-ip...Morris Jobke2019-03-061-0/+3
|\ \ \ \
| * | | | Allow bracket IPv6 address format inside IPAdress NormalizerThomas Citharel2019-01-031-0/+3
* | | | | Merge pull request #14175 from skydiablo/masterMorris Jobke2019-03-051-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update SwiftFactory.phpVolker2019-02-131-0/+1
* | | | | Merge pull request #14302 from nextcloud/enhancement/noid/fulltextsearch-fina...Morris Jobke2019-03-054-0/+1911
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fixing phpdocMaxence Lange2019-03-041-21/+21
| * | | | cleaning the excerpts managmentMaxence Lange2019-03-041-11/+6
| * | | | moving final class to private, new interface in publicMaxence Lange2019-03-044-0/+1916
| | |_|/ | |/| |
* / | | Remove the upload and memory settingJoas Schilling2019-03-043-141/+1
|/ / /
* | | Load auth tokens with the initial state APIChristoph Wurst2019-03-011-2/+63
* | | Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl2019-03-011-2/+6
* | | Listen to IUser::postDeleteJulius Härtl2019-03-011-1/+1
* | | Access for a collection can only become trueJoas Schilling2019-03-011-0/+1
* | | Register providers via class namesJoas Schilling2019-03-011-5/+26
* | | Add a listener for the eventsJoas Schilling2019-03-011-0/+66
* | | Add dispatcher events to User and Group objectsJoas Schilling2019-03-016-87/+113
* | | Also cache the resource type because it is part of the identifierJoas Schilling2019-03-011-1/+24
* | | Fix unused variable $accessJoas Schilling2019-03-011-2/+1
* | | Fix doc blockJoas Schilling2019-03-011-2/+1
* | | Don't throw on UniqueConstraintViolationException since a written value is ok...Joas Schilling2019-03-011-2/+8
* | | Cache the access manually tooJoas Schilling2019-03-011-0/+51
* | | Fix SQL statement and provider method callJulius Härtl2019-03-011-13/+13
* | | Make sure the results are always sorted the sameJoas Schilling2019-03-011-0/+1
* | | Improve searchCollections()Joas Schilling2019-03-011-6/+20
* | | Further work on the access cacheJoas Schilling2019-03-013-68/+252
* | | Start implementing access cacheJoas Schilling2019-03-013-8/+102
* | | Fix doc blocksJoas Schilling2019-03-013-25/+27
* | | Implement search and rename in backendJulius Härtl2019-03-011-0/+44
* | | Add link to resource providerJulius Härtl2019-03-012-0/+32
* | | Only call resource provider if type matchesJulius Härtl2019-03-011-10/+27
* | | Allow apps to register resource providersJulius Härtl2019-03-011-4/+11
* | | Add iconClass to resourcesJulius Härtl2019-03-012-0/+31
* | | Insert new collection into databaseJulius Härtl2019-03-011-1/+4