Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-23 | 112 | -224/+224 |
| | |||||
* | Merge pull request #26375 from ↵ | Morris Jobke | 2021-04-22 | 3 | -38/+35 |
|\ | | | | | | | | | nextcloud/techdebt/noid/symfony-component-translation-pluralization-rules-is-deprecated "Symfony\Component\Translation\PluralizationRules" is deprecated | ||||
| * | Fix PHP CS | Joas Schilling | 2021-04-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correclty use plural for share exception | Joas Schilling | 2021-04-20 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correctly replace all PHP placeholders with the parameters | Joas Schilling | 2021-04-20 | 1 | -5/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix languages that miss a string in the translation | Joas Schilling | 2021-04-20 | 1 | -7/+16 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add a check for the pipe character | Joas Schilling | 2021-04-20 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | "Symfony\Component\Translation\PluralizationRules" is deprecated | Joas Schilling | 2021-04-20 | 2 | -40/+23 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | remove undefined parameter, add description | Arthur Schiwon | 2021-04-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #25714 from ↵ | Morris Jobke | 2021-04-22 | 1 | -3/+19 |
|\ \ | | | | | | | | | | | | | nextcloud/fix/23197/explicitly_check_hex2bin_input Explicitly check hex2bin input | ||||
| * | | Explicitly check hex2bin input | Roeland Jago Douma | 2021-02-18 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | For #23197 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 6 | -24/+20 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-21 | 2 | -0/+4 |
| | | | |||||
* | | | Move 2fa backupscode to new registration | Roeland Jago Douma | 2021-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 3 | -2/+49 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #26617 from ↵ | Roeland Jago Douma | 2021-04-20 | 1 | -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 migrations | Christoph Wurst | 2021-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #26647 from nextcloud/bugfix/noid/empty-filename | Roeland Jago Douma | 2021-04-20 | 1 | -0/+3 |
|\ \ \ \ | |_|_|/ |/| | | | Fail when creating new files with an empty path | ||||
| * | | | Fail when creating new files with an empty path | Julius Härtl | 2021-04-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | ignore mail shares of related remote share results | Arthur Schiwon | 2021-04-20 | 3 | -2/+62 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-20 | 2 | -0/+2 |
| |/ / |/| | | |||||
* | | | Deprecate the old way | Roeland Jago Douma | 2021-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Allow registering NotifierServices trough IBootstrap | Roeland Jago Douma | 2021-04-16 | 3 | -1/+68 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Fix constraint violation detection in QB Mapper | Joas Schilling | 2021-04-16 | 1 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Separate settings for remote share expiration | Vincent Petry | 2021-04-15 | 2 | -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 shares | Vincent Petry | 2021-04-15 | 1 | -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 transifex | Nextcloud bot | 2021-04-15 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #26551 from nextcloud/fix/noid/redis-exists-bool | Roeland Jago Douma | 2021-04-14 | 2 | -2/+2 |
|\ \ | | | | | | | ensure redis returns bool for hasKey | ||||
| * | | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #26529 from J0WI/getSystemValue-type | Roeland Jago Douma | 2021-04-14 | 4 | -5/+5 |
|\ \ \ | | | | | | | | | Use correct getSystemValue type | ||||
| * | | | Use correct getSystemValue type | J0WI | 2021-04-12 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-14 | 4 | -0/+16 |
| |/ / |/| | | |||||
* | | | Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-audit | Joas Schilling | 2021-04-13 | 3 | -0/+87 |
|\ \ \ | | | | | | | | | Allow apps to log actions into the audit_log | ||||
| * | | | Fix version | Joas Schilling | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Move to another namespace and class name | Joas Schilling | 2021-04-09 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Allow apps to log actions into the audit_log | Joas Schilling | 2021-04-09 | 3 | -0/+87 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-13 | 2 | -6/+6 |
| |/ / |/| | | |||||
* | | | Merge pull request #26266 from nextcloud/future-proof-networking | Roeland Jago Douma | 2021-04-12 | 8 | -42/+342 |
|\ \ \ | |/ / |/| | | Improve networking checks | ||||
| * | | Strictify null check | Lukas Reschke | 2021-04-06 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Generate autoload files | Lukas Reschke | 2021-04-06 | 2 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Improve networking checks | Lukas Reschke | 2021-04-06 | 6 | -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 transifex | Nextcloud bot | 2021-04-09 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #26439 from nextcloud/increase-subnet-matcher | Roeland Jago Douma | 2021-04-08 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Increase subnet matcher | ||||
| * | | | Increase subnet matcher | Lukas Reschke | 2021-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Limit size of properties to 2048 characters | Lukas Reschke | 2021-04-08 | 1 | -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 transifex | Nextcloud bot | 2021-04-07 | 6 | -2/+68 |
| | | | |||||
* | | | Merge pull request #24966 from nextcloud/jknockaert-patch-1 | Lukas Reschke | 2021-04-06 | 1 | -13/+12 |
|\ \ \ | |/ / |/| | | avoid fread on directories and unencrypted files | ||||
| * | | fix even more brackets | Jasper Knockaert | 2021-01-16 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Jasper Knockaert jasper@knockaert.nl | ||||
| * | | fix brakcets | Jasper Knockaert | 2021-01-16 | 1 | -1/+0 |
| | | | |||||
| * | | consolidation of boolean expression | Jasper Knockaert | 2021-01-16 | 1 | -5/+2 |
| | | |