Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Correctly handle Redis::keys returning false | Côme Chilliet | 2022-09-29 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-https | Julius Härtl | 2022-09-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Only match http(s) URLs for references | Joas Schilling | 2022-09-29 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 13 | -778/+480 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | unbundle files_videoplayer and clean up a little | Arthur Schiwon | 2022-09-29 | 4 | -4/+60 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #34306 from nextcloud/fix/noid/step-file-not-moved | blizzz | 2022-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix default value for updatedirectory setting | Arthur Schiwon | 2022-09-28 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #34152 from nextcloud/bugfix/noid/db-password-install | Vincent Petry | 2022-09-28 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Do not store generated mysql password if it was not used | Julius Härtl | 2022-09-20 | 1 | -0/+3 | |
* | | | | | | | Merge pull request #34142 from nextcloud/move-background-clearing | Joas Schilling | 2022-09-27 | 5 | -14/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move avatar clearing in the background | Carl Schwan | 2022-09-26 | 5 | -14/+56 | |
| | |_|/ / / / | |/| | | | | | ||||||
* / | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-27 | 2 | -0/+8 | |
|/ / / / / / | ||||||
* | | | | | | Add since | Joas Schilling | 2022-09-26 | 1 | -9/+97 | |
* | | | | | | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 6 | -6/+6 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-25 | 2 | -2/+2 | |
* | | | | | | Merge pull request #34220 from nextcloud/fix-php-cs-setup | John Molakvoæ | 2022-09-24 | 1 | -1/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make phpcs happy and remove unused setup thing | Vincent Petry | 2022-09-23 | 1 | -1/+0 | |
| | |_|_|/ / | |/| | | | | ||||||
* / | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-24 | 2 | -0/+102 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-23 | 8 | -2/+214 | |
* | | | | | update autoloader | Arthur Schiwon | 2022-09-22 | 2 | -4/+0 | |
* | | | | | remove getDefaultInstallationBundle | Arthur Schiwon | 2022-09-22 | 2 | -31/+4 | |
* | | | | | remove InstallCoreBundle repair step | Arthur Schiwon | 2022-09-22 | 2 | -86/+0 | |
* | | | | | remove Core Bundle | Arthur Schiwon | 2022-09-22 | 2 | -43/+0 | |
* | | | | | Merge pull request #34160 from nextcloud/fix/detect-weird-local-ips | Vincent Petry | 2022-09-22 | 2 | -15/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix tests for nested v4 in v6 | Côme Chilliet | 2022-09-20 | 1 | -14/+6 | |
| * | | | | | Use new dependency to normalize IPs | Côme Chilliet | 2022-09-20 | 1 | -0/+13 | |
| * | | | | | Add missing urldecode and idn_to_utf8 calls to local address checker | Côme Chilliet | 2022-09-20 | 2 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-22 | 6 | -4/+6 | |
* | | | | | Allow CSRF on CORS routes | Jonas Rittershofer | 2022-09-21 | 2 | -1/+5 | |
* | | | | | Merge pull request #34147 from nextcloud/bugfix/noid/fix-avatar-cleanup-on-us... | Joas Schilling | 2022-09-20 | 4 | -10/+10 | |
|\ \ \ \ \ | ||||||
| * | | | | | Rebuild autoloader | Joas Schilling | 2022-09-20 | 2 | -2/+2 | |
| * | | | | | Fix avatar cleanup on user delete | Joas Schilling | 2022-09-19 | 2 | -8/+8 | |
* | | | | | | Fix FFMPEG preview manager | Joas Schilling | 2022-09-20 | 1 | -3/+3 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-20 | 4 | -0/+4 | |
|/ / / / | ||||||
* / / / | Revert "Make config file saving safe against write failures" | Joas Schilling | 2022-09-19 | 1 | -29/+25 | |
|/ / / | ||||||
* | | | Merge pull request #32740 from jasperweyne/patch-2 | Carl Schwan | 2022-09-19 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' into patch-2 | Jasper Weyne | 2022-08-11 | 227 | -1270/+2503 | |
| |\ \ \ | ||||||
| * | | | | Disable ~/.aws/config access by S3ConnectionTrait | Jasper Weyne | 2022-06-07 | 1 | -0/+2 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-19 | 8 | -4/+20 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-18 | 6 | -0/+24 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-17 | 138 | -548/+558 | |
* | | | | | Merge pull request #34073 from nextcloud/login-email-filter | Vincent Petry | 2022-09-16 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | dont try email login if the provider username is not a valid email | Robin Appelman | 2022-09-14 | 1 | -0/+3 | |
* | | | | | | Merge pull request #24596 from kofemann/dcache-worm | Vincent Petry | 2022-09-16 | 1 | -0/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | config: add a switch to control truncate before update | Tigran Mkrtchyan | 2022-09-16 | 1 | -6/+12 | |
| * | | | | | | files: remove destination file before copying new content (WORM) | Tigran Mkrtchyan | 2022-09-16 | 1 | -0/+2 | |
| * | | | | | | files: make OC\Files\Storage\Local WORM friendly | Tigran Mkrtchyan | 2022-08-25 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #34020 from nextcloud/logical-op | Vincent Petry | 2022-09-16 | 1 | -18/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Switch logical operators (and|or) | Git'Fellow | 2022-09-12 | 1 | -18/+12 | |
* | | | | | | | | Merge pull request #33658 from nextcloud/dashboard-api-widgets | Vincent Petry | 2022-09-16 | 7 | -0/+269 | |
|\ \ \ \ \ \ \ \ |