summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-066-19/+2
* 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 #14502 from nextcloud/feature/noid/add-activities-for-grou...Morris Jobke2019-03-052-0/+4
|\ \ \
| * | | Dump autoloaderMorris Jobke2019-03-052-0/+4
* | | | Merge pull request #14302 from nextcloud/enhancement/noid/fulltextsearch-fina...Morris Jobke2019-03-0515-231/+1497
|\ \ \ \
| * | | | fixing phpdocMaxence Lange2019-03-044-63/+73
| * | | | fixing INDEX_DONEMaxence Lange2019-03-041-3/+2
| * | | | cleaning the excerpts managmentMaxence Lange2019-03-041-11/+6
| * | | | cleaningMaxence Lange2019-03-042-987/+3
| * | | | moving final class to private, new interface in publicMaxence Lange2019-03-0415-124/+2370
| |/ / /
* / / / 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
* | | Update autoloaderJoas Schilling2019-03-012-2/+4
* | | Access for a collection can only become trueJoas Schilling2019-03-011-0/+1
* | | Register providers via class namesJoas Schilling2019-03-012-7/+29
* | | Add a listener for the eventsJoas Schilling2019-03-012-0/+71
* | | 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-012-1/+37
* | | Fix unused variable $accessJoas Schilling2019-03-011-2/+1
* | | Fix doc blockJoas Schilling2019-03-012-4/+2
* | | Add invalidation methods to the interfaceJoas Schilling2019-03-011-0/+19
* | | 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-017-80/+293
* | | Start implementing access cacheJoas Schilling2019-03-013-8/+102
* | | Fix doc blocksJoas Schilling2019-03-019-51/+61
* | | Implement search and rename in backendJulius Härtl2019-03-012-0/+52
* | | Add link to resource providerJulius Härtl2019-03-014-0/+47
* | | Only call resource provider if type matchesJulius Härtl2019-03-012-10/+36
* | | Allow apps to register resource providersJulius Härtl2019-03-012-4/+15
* | | Add iconClass to resourcesJulius Härtl2019-03-014-0/+46
* | | Insert new collection into databaseJulius Härtl2019-03-011-1/+4
* | | Make names mandatoryJoas Schilling2019-03-018-21/+93
* | | Allow to create collectionsJoas Schilling2019-03-013-0/+20
* | | Provider functionalityJoas Schilling2019-03-016-0/+144
* | | Add a controller with the most important methodsJoas Schilling2019-03-015-6/+34
* | | Basic implementation of resource and collection handlingJoas Schilling2019-03-018-0/+503
* | | 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