Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Allow CSRF on CORS routes | Jonas Rittershofer | 2022-09-21 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #34147 from nextcloud/bugfix/noid/fix-avatar-cleanup-on-us... | Joas Schilling | 2022-09-20 | 2 | -8/+8 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|/ / / | ||||||
* / / | 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 | 118 | -878/+1302 | |
| |\ \ | ||||||
| * | | | Disable ~/.aws/config access by S3ConnectionTrait | Jasper Weyne | 2022-06-07 | 1 | -0/+2 | |
* | | | | 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 | |
* | | | | | | | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -3/+3 | |
* | | | | | | | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -4/+4 | |
* | | | | | | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2 | Vincent Petry | 2022-09-15 | 2 | -4/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | set defaultEnabled in shipped.json | Maxence Lange | 2022-09-15 | 2 | -4/+21 | |
* | | | | | | | | Merge pull request #33718 from nextcloud/seekable-http-fseek-end | Vincent Petry | 2022-09-15 | 1 | -21/+60 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix using FSEEK_END with SeekableHttpStream to get file size | Robin Appelman | 2022-09-15 | 1 | -21/+60 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #34009 from andrey-utkin/safe-config-update | Côme Chilliet | 2022-09-15 | 1 | -25/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make config file saving safe against write failures | Andriy Utkin | 2022-09-09 | 1 | -25/+29 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-id | Maxence Lange | 2022-09-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | rtrim url earlier | Maxence Lange | 2022-09-01 | 1 | -2/+2 | |
* | | | | | | | | Add accessibility entry in user menu | Vincent Petry | 2022-09-14 | 1 | -5/+16 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #34019 from nextcloud/fix/quota-type | Vincent Petry | 2022-09-12 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix quota type to int | Carl Schwan | 2022-09-12 | 2 | -4/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #33921 from nextcloud/fix/fix-config-file-emptied | Côme Chilliet | 2022-09-12 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Do not empty config.php file if reading failed for any reason | Côme Chilliet | 2022-09-06 | 1 | -0/+4 | |
* | | | | | | | Update avatars on update | Carl Schwan | 2022-09-09 | 2 | -19/+13 | |
* | | | | | | | Dark theme for guest avatar | Carl Schwan | 2022-09-09 | 3 | -8/+8 | |
* | | | | | | | Avatar new style | Carl Schwan | 2022-09-09 | 2 | -30/+53 | |
* | | | | | | | Merge pull request #33788 from nextcloud/improve-recent | Carl Schwan | 2022-09-08 | 1 | -27/+55 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Filter out old files when trying to get recent files | Carl Schwan | 2022-09-05 | 1 | -27/+55 | |
* | | | | | | | | Merge pull request #33906 from nextcloud/fix/fix-calendar-tests-getTimestamp | blizzz | 2022-09-08 | 1 | -1/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix various errors in iMIP logic | Anna Larch | 2022-09-08 | 1 | -1/+16 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #33600 from nextcloud/lazy-quota | blizzz | 2022-09-07 | 2 | -24/+55 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | get quota for user only when needed | Robin Appelman | 2022-09-01 | 2 | -24/+55 | |
* | | | | | | | | | Merge pull request #33813 from nextcloud/fix/infinite_email_change_notification | Louis | 2022-09-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | I dug into it again, and the issue is much simpler than I previously though. | Louis Chemineau | 2022-09-06 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #29881 from nextcloud/fix/setting/accessibility-title | Carl Schwan | 2022-09-06 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into fix/setting/accessibility-title | Carl Schwan | 2022-09-02 | 178 | -1496/+3293 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve accessibility of the title of the settings | Carl Schwan | 2022-05-16 | 1 | -0/+7 |