summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Fix missing exception class importChristoph Wurst2021-07-281-0/+1
* Revert "[stable21] Fix constraint violation detection in QB Mapper"Christoph Wurst2021-06-301-6/+3
* Fix a usort comparison function returning a boolean instead of an integerRichard de Boer2021-06-071-1/+1
* Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
* Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
* typodartcafe2021-05-211-1/+1
* fix #25813dartcafe2021-05-211-1/+1
* remove undefined parameter, add descriptionArthur Schiwon2021-04-221-1/+1
* Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
* make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-04-011-1/+1
* Allow apps to write/update account dataJoas Schilling2021-04-011-0/+10
* Map old account scope properties to new namesVincent Petry2021-03-291-3/+3
* Add new v2-private account scopeVincent Petry2021-03-291-3/+46
* handle ordering in folder searchRobin Appelman2021-03-231-0/+12
* only require user to be set in a query that handles tagsRobin Appelman2021-03-231-1/+1
* Make psalm happyRoeland Jago Douma2021-03-221-1/+1
* Fix parameter types in docsJoas Schilling2021-03-221-2/+2
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-223-1/+56
* Merge pull request #26124 from nextcloud/backport/25533/stable21Morris Jobke2021-03-191-0/+50
|\
| * send share notification instead of erroring on duplicate shareRobin Appelman2021-03-151-0/+50
* | Merge pull request #26122 from nextcloud/backport/26004/stable21Roeland Jago Douma2021-03-181-1/+1
|\ \
| * | Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-151-1/+1
| |/
* | Merge pull request #26146 from nextcloud/backport/26013/stable21Morris Jobke2021-03-171-0/+11
|\ \
| * | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-161-0/+11
| |/
* | Merge pull request #25943 from nextcloud/backport/25659/stable21Morris Jobke2021-03-171-2/+2
|\ \ | |/ |/|
| * catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-051-2/+2
* | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-111-0/+8
* | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-111-0/+8
|/
* Merge pull request #25871 from nextcloud/backport/25758/stable21Roeland Jago Douma2021-03-021-0/+25
|\
| * Include RichObject for formsJonas Rittershofer2021-03-021-0/+25
* | Fix namespacingAnna Larch2021-03-021-1/+1
|/
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
* Make whole Template class finalJulius Härtl2021-01-281-10/+16
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-283-8/+18
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-3/+20
* Add templatedirectory config value to let admins have their custom templates ...Julius Härtl2021-01-282-2/+18
* Add ratio to template creatorsJulius Härtl2021-01-281-1/+29
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
* files: Create files from template APIJulius Härtl2021-01-285-0/+350
* Merge pull request #25273 from nextcloud/enhancement/hide-two-factor-settings...Morris Jobke2021-01-221-1/+1
|\
| * Do not show 2FA settings if the user has no providers availableChristoph Wurst2021-01-221-1/+1
* | Fully deprecate the old initial state interface, not just the methodsChristoph Wurst2021-01-221-0/+4
* | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-221-7/+17
|\ \ | |/ |/|
| * adjust since blizzz2021-01-221-1/+1
| * extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-7/+17
* | Compare and store the login name via the eventJoas Schilling2021-01-201-1/+12
* | Merge pull request #25141 from nextcloud/bugfix/noid/add-a-hint-about-priorityMorris Jobke2021-01-152-3/+6
|\ \ | |/ |/|
| * Add a hint about the direction of priorityJoas Schilling2021-01-152-3/+6
* | Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst2021-01-143-3/+163
|\ \ | |/ |/|
| * Add our own DB exception abstractionChristoph Wurst2021-01-123-3/+163