Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Validate the website field input to be a valid URL | Joas Schilling | 2021-04-22 | 1 | -0/+30 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #26747 from nextcloud/php8-libxml | Lukas Reschke | 2021-04-26 | 1 | -4/+11 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | PHP 8+ deprecates openssl_free_key | acsfer | 2021-04-25 | 1 | -1/+4 | |
| * | | | | | | Only use libxml_disable_entity_loader on PHP<8 | acsfer | 2021-04-25 | 1 | -3/+7 | |
* | | | | | | | Merge pull request #26721 from nextcloud/fix/noid/final-private | Roeland Jago Douma | 2021-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | private cannot be final | Maxence Lange | 2021-04-23 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-26 | 2 | -0/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-25 | 6 | -0/+12 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-24 | 12 | -2/+14 | |
* | | | | | | Guard against null phone number value | Daniel Calviño Sánchez | 2021-04-23 | 1 | -0/+3 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-23 | 112 | -224/+224 | |
* | | | | | | Merge pull request #26375 from nextcloud/techdebt/noid/symfony-component-tran... | Morris Jobke | 2021-04-22 | 3 | -38/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix PHP CS | Joas Schilling | 2021-04-20 | 1 | -1/+1 | |
| * | | | | | | Correclty use plural for share exception | Joas Schilling | 2021-04-20 | 1 | -2/+2 | |
| * | | | | | | Correctly replace all PHP placeholders with the parameters | Joas Schilling | 2021-04-20 | 1 | -5/+4 | |
| * | | | | | | Fix languages that miss a string in the translation | Joas Schilling | 2021-04-20 | 1 | -7/+16 | |
| * | | | | | | Add a check for the pipe character | Joas Schilling | 2021-04-20 | 1 | -0/+6 | |
| * | | | | | | "Symfony\Component\Translation\PluralizationRules" is deprecated | Joas Schilling | 2021-04-20 | 2 | -40/+23 | |
* | | | | | | | remove undefined parameter, add description | Arthur Schiwon | 2021-04-22 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #25714 from nextcloud/fix/23197/explicitly_check_hex2bin_i... | Morris Jobke | 2021-04-22 | 1 | -3/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Explicitly check hex2bin input | Roeland Jago Douma | 2021-02-18 | 1 | -3/+19 | |
* | | | | | | | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 6 | -24/+20 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | [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 | |
* | | | | | | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 3 | -2/+49 | |
* | | | | | | Merge pull request #26617 from nextcloud/fix/oracle-column-check-unrelated-mi... | Roeland Jago Douma | 2021-04-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not check Oracle column constraints in unrelated migrations | Christoph Wurst | 2021-04-19 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | 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 | Julius Härtl | 2021-04-20 | 1 | -0/+3 | |
* | | | | | | ignore mail shares of related remote share results | Arthur Schiwon | 2021-04-20 | 3 | -2/+62 | |
* | | | | | | [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 | |
* | | | | | Allow registering NotifierServices trough IBootstrap | Roeland Jago Douma | 2021-04-16 | 3 | -1/+68 | |
* | | | | | Fix constraint violation detection in QB Mapper | Joas Schilling | 2021-04-16 | 1 | -3/+6 | |
* | | | | | Separate settings for remote share expiration | Vincent Petry | 2021-04-15 | 2 | -8/+57 | |
* | | | | | Implement expiration date for federated shares | Vincent Petry | 2021-04-15 | 1 | -1/+10 | |
|/ / / / | ||||||
* | / / | [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 | Arthur Schiwon | 2021-04-13 | 2 | -2/+2 | |
* | | | | Merge pull request #26529 from J0WI/getSystemValue-type | Roeland Jago Douma | 2021-04-14 | 4 | -5/+5 | |
|\ \ \ \ | ||||||
| * | | | | Use correct getSystemValue type | J0WI | 2021-04-12 | 4 | -5/+5 | |
* | | | | | [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 | |
|\ \ \ \ | ||||||
| * | | | | Fix version | Joas Schilling | 2021-04-12 | 1 | -1/+1 | |
| * | | | | Move to another namespace and class name | Joas Schilling | 2021-04-09 | 3 | -4/+4 | |
| * | | | | Allow apps to log actions into the audit_log | Joas Schilling | 2021-04-09 | 3 | -0/+87 | |
* | | | | | [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 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Strictify null check | Lukas Reschke | 2021-04-06 | 1 | -2/+3 | |
| * | | | Generate autoload files | Lukas Reschke | 2021-04-06 | 2 | -0/+6 |