summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23639 from nextcloud/version/noid/20.0.1v20.0.1Roeland Jago Douma2020-10-241-2/+2
|\ | | | | 20.0.1
| * 20.0.1Morris Jobke2020-10-221-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-10-2482-252/+366
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-2322-12/+142
|/
* Merge pull request #23621 from nextcloud/backport/23613/stable20Morris Jobke2020-10-221-6/+7
|\ | | | | [stable20] Disable unreliable app-files.feature:108
| * Disable unreliable app-files.feature:108Morris Jobke2020-10-221-6/+7
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #23622 from nextcloud/backport/23614/stable20Daniel Calviño Sánchez2020-10-221-42/+43
|\ \ | |/ |/| [stable20] Disable unreliable app-files-sharing.feature:108
| * Disable unreliable app-files-sharing.feature:108Morris Jobke2020-10-221-42/+43
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-10-2218-2/+114
|
* Merge pull request #23570 from nextcloud/backport/23566/stable20blizzz2020-10-213-12/+43
|\ | | | | [stable20] LDAP: when nesting is not enabled, the group filter can be applied right away
| * tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-192-7/+42
| | | | | | | | | | | | | | | | - helps performance, but skipping unnecessary entries - reduces reoccuring info-level log output against groups that do not qualify ("no or empty name") Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-10-21150-632/+984
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-2026-8/+268
|/
* Merge pull request #23474 from nextcloud/version/noid/20.0.1RC1v20.0.1RC1Morris Jobke2020-10-192-81/+69
|\ | | | | 20.0.1 RC 1
| * Update CA bundleMorris Jobke2020-10-191-79/+67
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * 20.0.1 RC 1Morris Jobke2020-10-191-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #23205 from nextcloud/backport/23012/stable20Morris Jobke2020-10-193-3/+15
|\ | | | | [stable20] Make BeforeTemplateRenderedEvent aware of the actual response
| * Update @since tag Morris Jobke2020-10-191-1/+1
| | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-10-052-2/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Only load user status script when neededJulius Härtl2020-10-051-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #23514 from nextcloud/backport/23508/stable20Morris Jobke2020-10-191-1/+1
|\ \ | | | | | | [stable20] fixes potential passing of null to getUserGroupIds
| * | fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #23422 from nextcloud/backport/23295/stable20Morris Jobke2020-10-191-3/+6
|\ \ \ | | | | | | | | [stable20] Fix undefined index and consequential damages in versions code
| * | | Return all keys in getAllVersions() insteadMorris Jobke2020-10-131-4/+7
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user has no space and there are no versions, there won't be an `all` index in the versions entry. Hence this triggers a warning and becomes `null`, afterwards `count`, `foreach` and friends will happily throw even more warnings and errors because they don't want to play with `null`. Thus adding a fallback to an empty array. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #23426 from nextcloud/backport/23021/stable20Morris Jobke2020-10-191-14/+56
|\ \ \ \ | | | | | | | | | | [stable20] allow using saved login credentials for notify
| * | | | also give storage backend it's change to manipulate the configRobin Appelman2020-10-131-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | allow using saved login credentials for notifyRobin Appelman2020-10-131-14/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when only the user is provided, we use to provided user to try and get saved login credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #23438 from nextcloud/disable-notify-self-check-20Morris Jobke2020-10-191-1/+10
|\ \ \ \ \ | | | | | | | | | | | | [20] add option to disable notify self check
| * | | | | add option to disable notify self checkRobin Appelman2020-10-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #23548 from nextcloud/backport/23264/stable20blizzz2020-10-191-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable20] Add local version of escapeHTML
| * | | | | | Add local version of escapeHTMLDaniel Kesselberg2020-10-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-10-1918-10/+34
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-10-1820-2/+80
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-10-172-6/+6
| | | | | |
* | | | | | Merge pull request #23513 from nextcloud/backport/23478/stable20Morris Jobke2020-10-164-3/+30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [stable20] Clear cached app config while waiting for the SCSSCache lock to return
| * | | | | Clear cached app config while waiting for the SCSSCache to finish processing ↵Morris Jobke2020-10-164-3/+30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | the file Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #23510 from nextcloud/backport/23488/stable20Morris Jobke2020-10-161-1/+0
|\ \ \ \ \ | | | | | | | | | | | | [stable20] SCSSCacher - Lock should not be removed
| * | | | | SCSSCacher - Lock should not be removedMorris Jobke2020-10-161-1/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is within the failed lock acquiring branch. So the lock is free by another process and should not be removed because the cached file (that was created by the process having the lock) appeared on the filesystem. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #23503 from nextcloud/backport/23490/stable20Morris Jobke2020-10-161-10/+25
|\ \ \ \ \ | | | | | | | | | | | | [stable20] Provide log statements for SCSS cache
| * | | | | Provide log statements for SCSS cacheMorris Jobke2020-10-161-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #23480 from nextcloud/backport/23401/stable20Morris Jobke2020-10-164-125/+1142
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable20] Use own psalm instead of a global one
| * | | | | | Do not fail on changes to baseline.xml Morris Jobke2020-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Update psalm-baselineMorris Jobke2020-10-161-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Update the baselineChristoph Wurst2020-10-161-37/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | Use own psalm instead of a global oneChristoph Wurst2020-10-164-93/+1008
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #23498 from nextcloud/backport/23492/stable20Morris Jobke2020-10-161-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable20] SharedMountTest.php:367 is unreliable
| * | | | | | | SharedMountTest.php:367 is unreliableMorris Jobke2020-10-161-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #23472 from nextcloud/backport/23464/stable20Morris Jobke2020-10-162-12/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [stable20] Add psalm types for the migration schema closure