summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make names mandatoryJoas Schilling2019-03-014-20/+62
* Allow to create collectionsJoas Schilling2019-03-011-0/+8
* Provider functionalityJoas Schilling2019-03-013-0/+96
* Add a controller with the most important methodsJoas Schilling2019-03-011-4/+3
* Basic implementation of resource and collection handlingJoas Schilling2019-03-013-0/+304
* Merge pull request #14254 from sparrowjack63/masterRoeland Jago Douma2019-03-011-4/+7
|\
| * Bucket name - Alert in debug modeS. Cat2019-03-011-1/+1
| * Correct code indentS. Cat2019-03-011-5/+5
| * Warning on S3 not compatible DNS bucket nameS. Cat2019-03-011-4/+11
| * Dont check Bucket Name in NextcloudSebastien Cat2019-03-011-4/+0
* | Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke2019-02-286-11/+25
|\ \
| * | add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-276-11/+25
* | | Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-5/+21
* | | Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-itemsMorris Jobke2019-02-272-5/+17
|\ \ \
| * | | Generate id for navigation itemDaniel Kesselberg2019-02-251-2/+2
| * | | Parse multiple navigation itemsDaniel Kesselberg2019-02-222-4/+16
* | | | Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-1/+1
| |/ / |/| |
* | | Merge pull request #14346 from tomaski/masterMorris Jobke2019-02-261-0/+1
|\ \ \
| * | | changed order of methodsTomasz Paluszkiewicz2019-02-261-1/+1
| * | | fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz2019-02-241-0/+1
| |/ /
* | | Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke2019-02-261-8/+29
|\ \ \
| * | | Use more precise regexDaniel Kesselberg2019-02-141-1/+1
| * | | Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-5/+8
| * | | Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-7/+25
* | | | allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-252-0/+15