aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-0134-38/+1048
|
* [tx-robot] updated from transifexNextcloud bot2021-01-3130-70/+1164
|
* Merge pull request #25405 from ↵Roeland Jago Douma2021-01-301-4/+0
|\ | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * Update psalm baselineNextcloud-PR-Bot2021-01-301-4/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #25402 from nextcloud/dependabot/npm_and_yarn/sinon-9.2.4dependabot-preview[bot]2021-01-302-11/+11
|\
| * Bump sinon from 9.2.3 to 9.2.4dependabot-preview[bot]2021-01-302-11/+11
| | | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.3 to 9.2.4. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.3...v9.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | [tx-robot] updated from transifexNextcloud bot2021-01-3038-292/+958
|/
* Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma2021-01-292-2/+10
|\ | | | | Properly handle SMB ACL blocking scanning a directory
| * Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-292-2/+10
| | | | | | | | | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #25302 from mziech/patch-2Christoph Wurst2021-01-291-1/+1
|\ \ | | | | | | Use RFC-compliant URL encoding for cookies
| * | Use RFC-compliant URL encoding for cookiesMarco Ziech2021-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | PHP 7.4.2 changed the way how cookies are decoded, applying RFC-compliant raw URL decoding. This leads to a conflict Nextcloud's own cookie encoding, breaking the remember-me function if the UID contains a space character. Fixes #24438 Signed-off-by: Marco Ziech <marco@ziech.net>
* | | Merge pull request #25377 from nextcloud/bugfix/noid/template-skeletonRoeland Jago Douma2021-01-291-4/+9
|\ \ \ | | | | | | | | Fix initializing the template directory on first login
| * | | Use proper path for scannerJulius Härtl2021-01-291-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Obtain the user language from the passed in user idJulius Härtl2021-01-291-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Normalize compared path to avoid renaming to the same directoryJulius Härtl2021-01-291-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #25218 from ↵Christoph Wurst2021-01-291-2/+18
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/fix/25213/do-no-remove-vali-dav-group-shares do not remove valid group shares
| * | | do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst2021-01-292-1/+45
|\ \ \ \ | |_|/ / |/| | | LDAP: make actually use of batch read known groups
| * | | really use known groupsArthur Schiwon2021-01-122-1/+45
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #25369 from nextcloud/fix/query_str_arrays_as_str_arrayChristoph Wurst2021-01-291-1/+1
|\ \ \ \ | | | | | | | | | | The objectid is a string
| * | | | The objectid is a stringRoeland Jago Douma2021-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the query to use the index. Else it has to resort on scanning all the rows. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25372 from ↵Roeland Jago Douma2021-01-291-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-01-291-2/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-01-2930-64/+1102
|/ / / /
* | | | Merge pull request #25245 from nextcloud/version/21/beta8v21.0.0beta8Roeland Jago Douma2021-01-281-2/+2
|\ \ \ \ | | | | | | | | | | 21 beta8
| * | | | 21 beta8Roeland Jago Douma2021-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-2852-26/+858
|\ \ \ \ \ | | | | | | | | | | | | Update all composer autoloader files
| * | | | | Update all composer autoloader filesChristoph Wurst2021-01-2852-26/+858
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #25361 from nextcloud/fix/noid/typehint-break-fpRoeland Jago Douma2021-01-281-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix parameter provided as string not array
| * | | | | | fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #25090 from nextcloud/enh/file-templatesRoeland Jago Douma2021-01-2839-16/+1782
|\ \ \ \ \ \ | |/ / / / / |/| | | | | File templates
| * | | | | Bump bundlesJulius Härtl2021-01-288-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Fix button sizeJulius Härtl2021-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Make whole Template class finalJulius Härtl2021-01-281-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Move TemplateProvider registration to boot context and make template type ↵Julius Härtl2021-01-288-29/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Hide new template directory entry after creating and allow setting existing ↵Julius Härtl2021-01-282-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directories Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Only create template directory if it is present in the default skeletonJulius Härtl2021-01-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-2814-104/+294
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl2021-01-285-16/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add ratio to template creatorsJulius Härtl2021-01-281-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add template pickerJohn Molakvoæ (skjnldsv)2021-01-2811-5/+666
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | files: Create files from template APIJulius Härtl2021-01-2816-1/+721
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2834-24/+986
| | | | |
* | | | | Merge pull request #25348 from nextcloud/test/compare-version-testRoeland Jago Douma2021-01-271-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add negative version comparison test for version suffixes
| * | | | | Add negative version comparison test for version suffixesChristoph Wurst2021-01-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #25189 from nextcloud/file-tree-repairRoeland Jago Douma2021-01-274-0/+135
|\ \ \ \ \ \ | | | | | | | | | | | | | | add command to repair broken filesystem trees
| * | | | | | cast intsRobin Appelman2021-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | handle the cache where a cache entry with the correct path has already been ↵Robin Appelman2021-01-271-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recreated Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | also repair storage idRobin Appelman2021-01-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add command to repair broken filesystem treesRobin Appelman2021-01-274-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>