Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -11/+17 |
| | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 9 | -27/+27 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 63 | -279/+279 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 18 | -78/+78 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix: Fix failing test for group listing | Julius Härtl | 2024-08-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | chore(tests): Adapt tests to the group:list change | Côme Chilliet | 2024-08-06 | 1 | -28/+32 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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> | ||||
* | Merge pull request #45811 from nextcloud/add-test-for-profile-page-controller | Daniel | 2024-06-12 | 1 | -0/+78 |
|\ | | | | | 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> | ||||
* | | fix(files_sharing): dark avatar support | skjnldsv | 2024-06-12 | 1 | -2/+13 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 68 | -1177/+169 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-19 | 1 | -3/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | 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> | ||||
* | chore: update logincontroller tests | Eduardo Morales | 2024-03-10 | 1 | -5/+12 |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | Revert change in TwoFactorAuth CleanupTest.php | Louis Chemineau | 2024-03-06 | 1 | -6/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 1 | -1/+6 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | add generate-password option and flow fixes | Anupam Kumar | 2024-02-24 | 1 | -40/+82 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | new user password email option, improved on #29368 | Anupam Kumar | 2024-02-24 | 1 | -27/+29 |
| | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | Enable adding E-Mail addresses to new user accounts using the CLI | Philip Gatzka | 2024-02-24 | 1 | -0/+126 |
| | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org> | ||||
* | feat(core): Add OCS endpoint for confirming the user password | provokateurin | 2024-02-20 | 1 | -1/+19 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 2 | -23/+44 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(tests): Fix remaining tests | Joas Schilling | 2024-01-09 | 1 | -1/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix tests after slow logout fix | Louis Chemineau | 2024-01-08 | 1 | -1/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Cancel PR #37405, remove regression code | Gaspard d'Hautefeuille | 2024-01-05 | 1 | -4/+25 |
| | | | | Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -4/+4 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 2 | -6/+0 |
|\ | | | | | Stop sending deprecated Pragma header | ||||
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 2 | -6/+0 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix Dynamic property timeFactory in ClientFlowLoginControllerTest | Côme Chilliet | 2023-10-09 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | make oauth2 authorization code expire after 10 minutes | Julien Veyssier | 2023-10-05 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Remove last calls to deprecated at matcher in tests/Core | Côme Chilliet | 2023-09-18 | 9 | -106/+92 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #40026 from lhsazevedo/auth-token-commands | Joas Schilling | 2023-08-29 | 1 | -0/+170 |
|\ \ | | | | | | | feat: Add auth token list and delete commands | ||||
| * | | Add tests for occ user:auth-tokens:delete | Lucas Azevedo | 2023-08-25 | 1 | -0/+170 |
| |/ | | | | | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com> | ||||
* / | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): preview phpunit | John Molakvoæ | 2023-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Fixes testcase error. | Faraz Samapoor | 2023-06-24 | 1 | -1/+6 |
| | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | fix(tests): Adjust unit tests | Joas Schilling | 2023-05-15 | 1 | -8/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 2 | -0/+2 |
| | | | | | | | Symfony has added type hints on the `OutputFormatterInterface`, so we must adjust our type hints to match with Symfony. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | Add some tests for input trimming in LostController.php | Joshua Trees | 2023-04-05 | 1 | -0/+36 |
| | | | | Signed-off-by: Joshua Trees <me@jtrees.io> | ||||
* | Fix tests | Git'Fellow | 2023-03-28 | 1 | -25/+4 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #36489 from ↵ | Joas Schilling | 2023-02-06 | 1 | -0/+1 |
|\ | | | | | | | | | nextcloud/bugfix/noid/brute-force-protection-password-reset Add bruteforce protection to password reset page | ||||
| * | fix(CI): Adjust expected result | Joas Schilling | 2023-02-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(client-login-flow): Handle missing stateToken gracefully | Christoph Wurst | 2023-02-06 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix tests failures (number of calls differed with last rebase) | Côme Chilliet | 2023-01-24 | 1 | -15/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix a bunch of deprecation in the phpunit for core | Carl Schwan | 2023-01-24 | 6 | -52/+51 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix broken user:setting command unit test | Joas Schilling | 2023-01-23 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 35 | -37/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |