summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25871 from nextcloud/backport/25758/stable21Roeland Jago Douma2021-03-021-0/+25
|\ | | | | [stable21] Include RichObject for forms
| * Include RichObject for formsJonas Rittershofer2021-03-021-0/+25
| | | | | | | | | | | | Ref. https://github.com/nextcloud/forms/pull/789 Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
* | Fix namespacingAnna Larch2021-03-021-1/+1
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-022-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-02-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-262-2/+6
|
* Register service aliases und parameters just onceChristoph Wurst2021-02-251-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-02-252-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-02-244-118/+0
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-02-214-2/+110
|
* [tx-robot] updated from transifexNextcloud bot2021-02-192-0/+6
|
* Merge pull request #25701 from nextcloud/backport/25697/stable21blizzz2021-02-181-1/+1
|\ | | | | [stable21] bump applicable version due to an intermediate release
| * bump applicable version due to an intermediate releaseArthur Schiwon2021-02-171-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25702 from nextcloud/backport/25700/stable21Roeland Jago Douma2021-02-181-1/+1
|\ \ | | | | | | [stable21] Initialize \OCP\AppFramework\Http\ZipResponse::$resources
| * | Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / [tx-robot] updated from transifexNextcloud bot2021-02-184-0/+32
|/
* Cache the user backend info for 300sJoas Schilling2021-02-171-1/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-02-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-02-124-22/+26
|
* Fix WebP availability checkRoeland Jago Douma2021-02-111-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-102-0/+2
|
* Merge pull request #25450 from nextcloud/backport/25393/stable21Roeland Jago Douma2021-02-094-1/+143
|\ | | | | [stable21] add repair job for unencoded group share uris
| * show suggestion to clean up possible invalid shares laterArthur Schiwon2021-02-021-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add repair job for unencoded calendarsArthur Schiwon2021-02-024-1/+137
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-02-094-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-088-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-0712-6/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-062-2/+2
| |
* | Merge pull request #25496 from nextcloud/backport/25487/stable21Roeland Jago Douma2021-02-051-0/+8
|\ \ | | | | | | [stable21] Log deprecation notice of GenericEventWrapper just once
| * | Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #25451 from nextcloud/backport/24700/stable21Roeland Jago Douma2021-02-051-1/+5
|\ \ \ | |/ / |/| | [stable21] Resolves #24699, Support ES2 and ECS instance providers for S3 buckets
| * | Fix failing testsJames Letendre2021-02-021-1/+1
| | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Add web identity provider to S3 connection chainJames Letendre2021-02-021-13/+4
| | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Replace defaultProvider with explicit calls to exclude user home directory ↵James Letendre2021-02-021-1/+15
| | | | | | | | | | | | | | | | | | lookup Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2021-02-021-2/+1
| |/ | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-054-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-042-0/+6
|/
* Avoid template creators being registered multiple timesJulius Härtl2021-02-021-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #25444 from nextcloud/bug/25415/move-generic-errors-to-endChristoph Wurst2021-02-021-13/+13
|\ | | | | Check for generic errors at last.
| * Check for generic errors at last.Daniel Kesselberg2021-02-021-13/+13
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-02-02164-1062/+138
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-012-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-318-38/+468
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3012-0/+36
| |
* | 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>
* | | 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>