summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-05-046-0/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-05-022-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-04-302-0/+2
|
* Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-294-1/+70
| | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-292-4/+4
|
* Fail when creating new files with an empty pathJulius Härtl2021-04-281-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #26789 from nextcloud/backport/26718/stable21Joas Schilling2021-04-282-15/+10
|\ | | | | [stable21] Fix ratelimit template
| * Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix ratelimit templateJoas Schilling2021-04-271-14/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-286-2/+6
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-274-6/+6
|
* Merge pull request #26760 from nextcloud/backport/26259/stable21Roeland Jago Douma2021-04-261-0/+30
|\ | | | | [stable21] Validate the website field input to be a valid URL
| * Validate the website field input to be a valid URLJoas Schilling2021-04-261-0/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26759 from nextcloud/backport/26747/stable21Roeland Jago Douma2021-04-261-4/+11
|\ \ | | | | | | [stable21] Fix installer deprecation warnings for PHP 8
| * | PHP 8+ deprecates openssl_free_keyacsfer2021-04-261-1/+4
| | |
| * | Only use libxml_disable_entity_loader on PHP<8acsfer2021-04-261-3/+7
| |/
* | Log deprecation only as debugJoas Schilling2021-04-261-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Respect the error level when loggingJoas Schilling2021-04-261-2/+17
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* private cannot be finalMaxence Lange2021-04-261-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-256-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-04-2412-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-04-23112-224/+224
|
* remove undefined parameter, add descriptionArthur Schiwon2021-04-221-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Explicitly check hex2bin inputRoeland Jago Douma2021-04-221-3/+19
| | | | | | For #23197 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-212-0/+4
|
* Merge pull request #26639 from nextcloud/backport/26551/stable21Roeland Jago Douma2021-04-201-1/+1
|\ | | | | [stable21] ensure redis returns bool for hasKey
| * ensure redis returns bool for hasKeyArthur Schiwon2021-04-191-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #26625 from ↵Morris Jobke2021-04-201-2/+7
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-sharemail-empty-password-check [stable21] Fix empty password check for mail shares
| * | Fix empty password check for mail sharesVincent Petry2021-04-191-2/+7
| |/ | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / [tx-robot] updated from transifexNextcloud bot2021-04-202-0/+2
|/
* Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-144-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-132-6/+6
|
* Limit size of properties to 2048 charactersLukas Reschke2021-04-121-0/+11
| | | | | | | | | It is unreasonable to expect that one of these fields would be longer than 2048 characters. Whilst some have definitely lower limits (such as for phone numbers or domain names), a upper bound as sanity check makes sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Increase subnet matcherLukas Reschke2021-04-121-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2021-04-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-076-2/+68
|
* Merge pull request #26400 from nextcloud/backport/26061/stable21Lukas Reschke2021-04-063-12/+23
|\ | | | | [stable21] Log and continue when failing to update encryption keys during for individual files
| * Fix phpcs issues in encryption updateVincent Petry2021-04-011-3/+0
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Log and continue when failing to update encryption keys during for ↵Julius Härtl2021-04-013-12/+26
| | | | | | | | | | | | individual files Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-04-066-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-044-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-038-0/+8
| |
* | 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
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Get the parent directory before creating a file from a templateJulius Härtl2021-04-012-2/+12
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-026-2/+14
| | |