Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: don't count failed CSRF as failed login attempt | Benjamin Gaussorgues | 2024-07-11 | 1 | -1/+0 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | test: run tests in child process | Daniel Kesselberg | 2024-07-10 | 1 | -0/+8 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(tests): Strong type property $router in RouterTest | Côme Chilliet | 2024-07-10 | 1 | -2/+1 |
| | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle ↵ | Steve Mokris | 2024-07-10 | 1 | -5/+15 |
| | | | | | | redirected root Signed-off-by: Steve Mokris <steve@kosada.com> | ||||
* | test: update DummyJobList | Robin Appelman | 2024-07-10 | 1 | -4/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(tests): Remove output when running tests | Joas Schilling | 2024-07-03 | 1 | -0/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federation): Fix missing protocol on CloudID remote | Joas Schilling | 2024-06-27 | 2 | -16/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat: add setup check for needed mimetype migrations | Robin Appelman | 2024-06-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #44977 from nextcloud/backport/44745/stable29 | Arthur Schiwon | 2024-06-12 | 1 | -3/+6 |
|\ | | | | | [stable29] fix(auth): Keep redirect URL during 2FA setup and challenge | ||||
| * | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-23 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #45821 from nextcloud/backport/45811/stable29 | Daniel | 2024-06-12 | 1 | -0/+78 |
|\ \ | | | | | | | [stable29] test: add tests for ProfilePageController | ||||
| * | | test: add tests for ProfilePageController | Daniel Kesselberg | 2024-06-12 | 1 | -0/+78 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #45809 from nextcloud/fix/noid/fix-new-token-scope-name | Arthur Schiwon | 2024-06-12 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [stable29] fix(Token): make new scope future compatible | ||||
| * | | fix(Token): make new scope future compatible | Arthur Schiwon | 2024-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - "password-unconfirmable" is the effective name for 30, but a draft name was backported. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | fix(files_sharing): dark avatar support | skjnldsv | 2024-06-12 | 1 | -2/+13 |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-11 | 2 | -1/+63 |
| | | | | | | | | | | | | | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix(Mailer): Allow to enforce strict email format | Ferdinand Thiessen | 2024-06-07 | 2 | -9/+33 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #44894 from nextcloud/backport/44644/stable29 | John Molakvoæ | 2024-06-07 | 1 | -0/+15 |
|\ \ | |||||
| * | | fix(appconfig): format app values | Maxence Lange | 2024-04-17 | 1 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | fix(session): Do not update authtoken last_check for passwordless | Christoph Wurst | 2024-06-03 | 1 | -0/+78 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix(db): Prevent two connections for single node databases | Christoph Wurst | 2024-05-28 | 1 | -0/+101 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-05-16 | 2 | -5/+37 |
| | | | | | | | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | | fix: Extend SVG reference check | Joas Schilling | 2024-05-16 | 1 | -0/+29 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | test: adjust test to new permissions check logic | Robin Appelman | 2024-05-13 | 1 | -6/+17 |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #44737 from nextcloud/backport/stable29/44736 | Andy Scherzinger | 2024-04-17 | 1 | -0/+16 |
|\ | | | | | [stable29] fix: Fix avatar images | ||||
| * | test: Update tests | Christopher Ng | 2024-04-11 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | fix(tests): Fix tests when daytime saving time change happened recently | Côme Chilliet | 2024-04-11 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | test: add test for jail watcher | Robin Appelman | 2024-04-09 | 1 | -0/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 11 | -12/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(federation): ICloudId->getRemote() should contain the protocol | Joas Schilling | 2024-04-02 | 1 | -5/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #44438 from nextcloud/feat/login-form-timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -19/+9 |
|\ | | | | | feat(login): Clear login form (password) after IDLE timeout | ||||
| * | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 1 | -19/+9 |
| | | | | | | | | | | | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(federation): Fix creating local cloudIds with http:// protocol | Joas Schilling | 2024-03-25 | 1 | -6/+10 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(config): Make sure user keys are strings | Christoph Wurst | 2024-03-19 | 1 | -0/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵ | Ferdinand Thiessen | 2024-03-19 | 1 | -0/+133 |
| | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: add check for app_api_system session flag to bypass rate limit | Florian Klinger | 2024-03-18 | 1 | -1/+5 |
| | | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 2 | -2/+3 |
|\ | | | | | feat(mimetypes): Add mimetype for ReStructuredText | ||||
| * | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 2 | -2/+3 |
| | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManager | John Molakvoæ | 2024-03-15 | 2 | -2/+3 |
|\ \ | |||||
| * | | Refactor `OC\Server::getCommentsManager` | Andrew Summers | 2024-03-15 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | feat(files_sharing): allow to specify allowed groups to share instead of ↵ | Corentin Damman | 2024-03-15 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com> | ||||
* | | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 3 | -5/+8 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 202 | -14136/+6929 |
| |\| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 3 | -7/+10 |
| | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | Merge pull request #40138 from summersab/refactor/OC-Server-getHasher | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Refactor `OC\Server::getHasher` | Andrew Summers | 2024-03-15 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | Merge pull request #40123 from summersab/refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 3 | -6/+7 |
|\ \ \ | |||||
| * | | | Merge branch 'master' into refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 123 | -1651/+5288 |
| |\| | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | Refactor `OC\Server::getRootFolder` | Andrew Summers | 2023-11-10 | 3 | -6/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> |