summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Limit size of properties to 2048 charactersLukas Reschke2021-04-121-0/+11
* Increase subnet matcherLukas Reschke2021-04-121-2/+2
* Merge pull request #26400 from nextcloud/backport/26061/stable21Lukas Reschke2021-04-063-12/+23
|\
| * Fix phpcs issues in encryption updateVincent Petry2021-04-011-3/+0
| * Log and continue when failing to update encryption keys during for individual...Julius Härtl2021-04-013-12/+26
* | Merge pull request #26406 from nextcloud/backport/26396/stable21John Molakvoæ2021-04-022-5/+15
|\ \
| * | Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl2021-04-011-3/+3
| * | Get the parent directory before creating a file from a templateJulius Härtl2021-04-012-2/+12
* | | make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-04-012-3/+48
|/ /
* / Allow apps to write/update account dataJoas Schilling2021-04-011-0/+14
|/
* Merge pull request #26377 from nextcloud/backport/25500/stable21kesselb2021-03-311-1/+2
|\
| * revert(comment)Samuel2021-03-301-1/+0
| * revert(exception): keep throwing an exception for nowSamuel2021-03-301-2/+3
| * fix(translation): replace static error messageSamuel2021-03-301-2/+3
* | Merge pull request #26376 from nextcloud/backport/25804/stable21Julius Härtl2021-03-311-1/+1
|\ \
| * | Properly end iterating over the file once the target has been reachedJulius Härtl2021-03-301-1/+1
| |/
* | Merge pull request #26379 from nextcloud/backport/25924/stable21Christoph Wurst2021-03-311-2/+4
|\ \
| * | Only mark migrations as installed after executionJoas Schilling2021-03-301-2/+4
| |/
* / gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
|/
* Add known user check in avatar when v2-private scopeVincent Petry2021-03-293-13/+30
* Added PlaceholderAvatar with own cached imagesVincent Petry2021-03-293-10/+191
* Add property scope tests for AccountManagerVincent Petry2021-03-291-6/+13
* OCS allow reading and writing account property scopesVincent Petry2021-03-292-2/+33
* Map old account scope properties to new namesVincent Petry2021-03-292-10/+28
* Add new v2-private account scopeVincent Petry2021-03-292-2/+38
* Merge pull request #26291 from nextcloud/backport/21484/stable21Roeland Jago Douma2021-03-261-8/+4
|\
| * show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-251-8/+4
* | Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
|/
* Merge pull request #26257 from nextcloud/backport/26198/stable21Morris Jobke2021-03-246-89/+190
|\
| * use node search api for legacy file search endpointRobin Appelman2021-03-232-23/+32
| * handle ordering in folder searchRobin Appelman2021-03-232-35/+52
| * folder filtering in sqlRobin Appelman2021-03-231-16/+20
| * cleanup fileinfo creationRobin Appelman2021-03-231-9/+16
| * formatRobin Appelman2021-03-231-1/+0
| * handle limit and offset in folder file searchRobin Appelman2021-03-231-6/+51
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-232-8/+12
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-231-45/+61
* | Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/
* Make psalm happyRoeland Jago Douma2021-03-221-2/+3
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-221-1/+20
* Fix parameter types in docsJoas Schilling2021-03-222-4/+4
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-223-2/+84
* Merge pull request #26211 from nextcloud/backport/23718/stable21Morris Jobke2021-03-191-3/+5
|\
| * expand 'path is already shared' error messageRobin Appelman2021-03-191-3/+5
* | Merge pull request #26204 from nextcloud/backport/26200/stable21Morris Jobke2021-03-191-5/+5
|\ \
| * | Update user share must use correct expiration validationVincent Petry2021-03-191-5/+5
| |/
* | Merge pull request #26119 from nextcloud/backport/26003/stable21Vincent Petry2021-03-191-0/+4
|\ \ | |/ |/|
| * Add getID function to the simplefile implementationRoeland Jago Douma2021-03-151-0/+4
* | Merge pull request #26124 from nextcloud/backport/25533/stable21Morris Jobke2021-03-191-63/+69
|\ \
| * | send share notification instead of erroring on duplicate shareRobin Appelman2021-03-151-63/+69
| |/