summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Fix updating with appsJoas Schilling2021-11-112-2/+2
* Merge pull request #29383 from nextcloud/backport/29304/stable22John Molakvoæ2021-11-041-1/+1
|\
| * Patch for master-branchJanBartels2021-10-221-1/+1
* | Merge pull request #29506 from nextcloud/backport/29281/stable22John Molakvoæ2021-11-042-6/+14
|\ \
| * | Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-11-012-12/+14
| * | Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-11-011-8/+14
* | | Fix resource usages in OC_ImageCôme Chilliet2021-11-025-22/+25
|/ /
* | Merge pull request #29475 from nextcloud/backport/29115/stable22Carl Schwan2021-10-302-1/+9
|\ \
| * | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-302-1/+9
* | | Merge pull request #29415 from nextcloud/backport/27440/stable22MichaIng2021-10-301-4/+4
|\ \ \ | |/ / |/| |
| * | Handle files with is_file instead of file_existsacsfer2021-10-231-4/+4
* | | Merge pull request #29391 from nextcloud/backport/29220/stable22MichaIng2021-10-232-2/+9
|\ \ \
| * | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-221-1/+8
| * | | s3 external storage listing reworkRobin Appelman2021-10-221-1/+1
| | |/ | |/|
* | | Make the route name error more helpfulChristoph Wurst2021-10-222-2/+2
| |/ |/|
* | Prevent duplicate auth token activity updatesChristoph Wurst2021-10-222-2/+40
|/
* Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* Merge pull request #29288 from nextcloud/backport/28768/stable22John Molakvoæ2021-10-211-1/+1
|\
| * Simplify :)acsfer2021-10-181-1/+1
| * Replace `file_exists()` method by `is_file()`acsfer2021-10-181-1/+1
| * Get `filesize()` if `file_exists()`acsfer2021-10-181-1/+1
* | Merge pull request #29301 from nextcloud/backport/29259/stable22Joas Schilling2021-10-191-8/+10
|\ \
| * | Fix app upgradeJoas Schilling2021-10-181-8/+10
| |/
* | Merge pull request #29183 from nextcloud/backport/29028/stable22John Molakvoæ2021-10-191-3/+13
|\ \ | |/ |/|
| * add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-121-3/+13
* | Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-10-131-1/+1
* | Merge pull request #29196 from nextcloud/backport/29020/stable22blizzz2021-10-132-5/+18
|\ \
| * | Keep group restrictions when reenabling apps after an updateJoas Schilling2021-10-132-5/+18
| |/
* / Fix translated app detailsJoas Schilling2021-10-132-6/+5
|/
* Merge pull request #29160 from nextcloud/backport/24185/stable22Julius Härtl2021-10-121-0/+1
|\
| * Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-10-111-0/+1
* | Merge pull request #29129 from nextcloud/backport/27886/stable22MichaIng2021-10-122-0/+10
|\ \
| * | add spaces around operatorsTobias Assmann2021-10-082-2/+2
| * | draft to prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-10-082-0/+10
* | | Merge pull request #29133 from nextcloud/backport/28907/stable22Julius Härtl2021-10-112-3/+7
|\ \ \
| * | | explicitly close source stream on encryption storageDaniel Kesselberg2021-10-081-2/+3
| * | | explicitly close source stream on local storageDaniel Kesselberg2021-10-081-1/+4
| |/ /
* | / Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-111-1/+1
| |/ |/|
* | Merge pull request #29124 from nextcloud/backport/29123/stable22John Molakvoæ2021-10-081-1/+1
|\ \
| * | Set associative = true for cleanup jobDaniel Kesselberg2021-10-071-1/+1
| |/
* / generate a better optimized query for path prefix search filtersRobin Appelman2021-10-077-9/+175
|/
* Merge pull request #29086 from nextcloud/backport/29082/stable22MichaIng2021-10-061-0/+21
|\
| * consider some config keys under 'objectstore_multibucket' as sensitiveJulien Veyssier2021-10-061-0/+21
* | Merge pull request #29062 from nextcloud/backport/28939/stable22Julius Härtl2021-10-061-0/+6
|\ \ | |/ |/|
| * Don't further setup disabled users when logging in with apacheJoas Schilling2021-10-041-0/+6
* | Avoid usage of Nextcloud API, use PHP functionacsfer2021-10-041-1/+1
* | Fix path of `file_get_contents`acsfer2021-10-041-1/+1
|/
* Fix Lots of Error: file_exists(): open_basedir restriction in effect. in LogKarel Hink2021-10-014-5/+9
* Prevent empty base URL during installationLouis Chemineau2021-09-291-1/+2
* Merge pull request #28954 from nextcloud/backport/28933/stable22Vincent Petry2021-09-271-6/+6
|\