aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-23112-224/+224
|
* Merge pull request #26375 from ↵Morris Jobke2021-04-223-38/+35
|\ | | | | | | | | nextcloud/techdebt/noid/symfony-component-translation-pluralization-rules-is-deprecated "Symfony\Component\Translation\PluralizationRules" is deprecated
| * Fix PHP CSJoas Schilling2021-04-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correclty use plural for share exceptionJoas Schilling2021-04-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly replace all PHP placeholders with the parametersJoas Schilling2021-04-201-5/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix languages that miss a string in the translationJoas Schilling2021-04-201-7/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a check for the pipe characterJoas Schilling2021-04-201-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * "Symfony\Component\Translation\PluralizationRules" is deprecatedJoas Schilling2021-04-202-40/+23
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | remove undefined parameter, add descriptionArthur Schiwon2021-04-221-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25714 from ↵Morris Jobke2021-04-221-3/+19
|\ \ | | | | | | | | | | | | nextcloud/fix/23197/explicitly_check_hex2bin_input Explicitly check hex2bin input
| * | Explicitly check hex2bin inputRoeland Jago Douma2021-02-181-3/+19
| | | | | | | | | | | | | | | | | | For #23197 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-216-24/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-212-0/+4
| | |
* | | Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-201-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-203-2/+49
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26617 from ↵Roeland Jago Douma2021-04-201-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/oracle-column-check-unrelated-migrations Do not check Oracle column constraints in unrelated migrations
| * | | Do not check Oracle column constraints in unrelated migrationsChristoph Wurst2021-04-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #26647 from nextcloud/bugfix/noid/empty-filenameRoeland Jago Douma2021-04-201-0/+3
|\ \ \ \ | |_|_|/ |/| | | Fail when creating new files with an empty path
| * | | Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | ignore mail shares of related remote share resultsArthur Schiwon2021-04-203-2/+62
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-202-0/+2
| |/ / |/| |
* | | Deprecate the old wayRoeland Jago Douma2021-04-161-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-163-1/+68
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Separate settings for remote share expirationVincent Petry2021-04-152-8/+57
| | | | | | | | | | | | | | | | | | | | | Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Implement expiration date for federated sharesVincent Petry2021-04-151-1/+10
|/ / | | | | | | | | | | | | | | | | Add expiration date field in UI. Save expiration date when creating or updating federated share. Read expiration date from DB in federated share provider. Applies to both federated user and group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-152-0/+2
| |
* | Merge pull request #26551 from nextcloud/fix/noid/redis-exists-boolRoeland Jago Douma2021-04-142-2/+2
|\ \ | | | | | | ensure redis returns bool for hasKey
| * | ensure redis returns bool for hasKeyArthur Schiwon2021-04-132-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #26529 from J0WI/getSystemValue-typeRoeland Jago Douma2021-04-144-5/+5
|\ \ \ | | | | | | | | Use correct getSystemValue type
| * | | Use correct getSystemValue typeJ0WI2021-04-124-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-144-0/+16
| |/ / |/| |
* | | Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-auditJoas Schilling2021-04-133-0/+87
|\ \ \ | | | | | | | | Allow apps to log actions into the audit_log
| * | | Fix versionJoas Schilling2021-04-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Move to another namespace and class nameJoas Schilling2021-04-093-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow apps to log actions into the audit_logJoas Schilling2021-04-093-0/+87
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-132-6/+6
| |/ / |/| |
* | | Merge pull request #26266 from nextcloud/future-proof-networkingRoeland Jago Douma2021-04-128-42/+342
|\ \ \ | |/ / |/| | Improve networking checks
| * | Strictify null checkLukas Reschke2021-04-061-2/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Generate autoload filesLukas Reschke2021-04-062-0/+6
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Improve networking checksLukas Reschke2021-04-066-42/+335
| | | | | | | | | | | | | | | | | | Whilst we currently state that SSRF is generally outside of our threat model, this is something where we should invest to improve this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-092-2/+2
| | |
* | | Merge pull request #26439 from nextcloud/increase-subnet-matcherRoeland Jago Douma2021-04-081-2/+2
|\ \ \ | | | | | | | | Increase subnet matcher
| * | | Increase subnet matcherLukas Reschke2021-04-071-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Limit size of properties to 2048 charactersLukas Reschke2021-04-081-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>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-076-2/+68
| | |
* | | Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
|\ \ \ | |/ / |/| | avoid fread on directories and unencrypted files
| * | fix even more bracketsJasper Knockaert2021-01-161-1/+1
| | | | | | | | | Signed-off-by: Jasper Knockaert jasper@knockaert.nl
| * | fix brakcetsJasper Knockaert2021-01-161-1/+0
| | |
| * | consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| | |