| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 2 | -3/+3 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -9/+14 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -5/+5 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 8 | -28/+28 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 7 | -23/+23 |
* | fix(federation): always set server status to OK after successful runs | Pablo Zimdahl | 2024-08-22 | 1 | -0/+31 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 10 | -223/+38 |
* | fix(federation): give some time to prepare both servers | Arthur Schiwon | 2024-04-11 | 1 | -3/+5 |
* | fix: Add bruteforce protection to federation endpoint | Joas Schilling | 2024-02-21 | 1 | -2/+18 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -1/+1 |
* | chore: Remove last uses of IJob::execute method | Côme Chilliet | 2024-02-08 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -4/+4 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 2 | -5/+3 |
* | Migrate federation application to LoggerInterface | Côme Chilliet | 2023-06-26 | 1 | -20/+20 |
* | Merge pull request #33104 from nextcloud/enhancement/add-logging-federation | blizzz | 2022-10-01 | 1 | -5/+11 |
|\ |
|
| * | Add logging to federation | Anna Larch | 2022-07-27 | 1 | -5/+11 |
* | | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -7/+6 |
|/ |
|
* | Fix many issues with the tests | Carl Schwan | 2022-06-28 | 5 | -106/+80 |
* | Cleanup CardDav SyncService | Carl Schwan | 2022-06-24 | 1 | -3/+3 |
* | Summer cleanup of the federation app | Carl Schwan | 2022-06-24 | 2 | -36/+26 |
* | Add support for Delegation Settings for more apps | Carl Schwan | 2021-10-15 | 1 | -1/+3 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 3 | -4/+4 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 10 | -11/+1 |
* | More cleaning after auto-add removal | Joas Schilling | 2021-04-27 | 3 | -124/+0 |
* | Drop all dead packages | Christoph Wurst | 2020-12-23 | 2 | -75/+0 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -10/+40 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 9 | -0/+9 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 10 | -53/+53 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -17/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -4/+4 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 8 | -8/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -10/+10 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -12/+15 |
* | TO REVERT LATER: disable some DbHandlerTest | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 10 | -15/+18 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 10 | -11/+11 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 10 | -10/+2 |
* | Remove deprecated functions from SecureRandom | Roeland Jago Douma | 2018-12-07 | 1 | -1/+0 |
* | improve error reporting and move format parameter to the options | Bjoern Schiessle | 2018-04-25 | 3 | -57/+18 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -6/+4 |
* | Catch the errors related to untrusted self signed certificates for federation | Roeland Jago Douma | 2017-12-11 | 2 | -0/+76 |
* | Actually set the status so we don't cause another exception | Roeland Jago Douma | 2017-11-29 | 2 | -0/+76 |
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -0/+13 |
* | Use ITimeFactory | Roeland Jago Douma | 2017-08-01 | 4 | -71/+181 |
* | we don't need to remove the job manually here, even if we ask once more the o... | Bjoern Schiessle | 2017-08-01 | 1 | -2/+0 |
* | update unit tests | Bjoern Schiessle | 2017-08-01 | 2 | -12/+34 |
* | expire requestSharedSecret job after 30 days | Bjoern Schiessle | 2017-08-01 | 1 | -2/+3 |