Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 3 | -56/+6 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 1 | -0/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Document throwing behavior of SetupResult upon invalid rich object | Côme Chilliet | 2024-01-29 | 1 | -0/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Document new throw possibility in SetupResult | Côme Chilliet | 2024-01-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Validate rich objects passed to SetupResult | Côme Chilliet | 2024-01-11 | 1 | -0/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add RichObject support for SetupChecks descriptions | Côme Chilliet | 2024-01-11 | 1 | -8/+26 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add $name property in SetupResult and improve API | Côme Chilliet | 2023-11-07 | 2 | -0/+34 |
| | | | | | | | Keys for check results are not locale dependent anymore, the name of the setup check is instead stored in the setup result object. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Change SetupResult API to named constructors | Côme Chilliet | 2023-10-19 | 1 | -1/+34 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add OCP interface for SetupCheckManager | Côme Chilliet | 2023-10-19 | 1 | -0/+37 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add missing licences and copyright in SetupCheck | Côme Chilliet | 2023-10-19 | 2 | -0/+46 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix PHPDoc in OCP for new SetupResult class | Côme Chilliet | 2023-10-19 | 1 | -0/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix docblock and types for new public API | Côme Chilliet | 2023-10-19 | 2 | -25/+22 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Progress | Carl Schwan | 2023-10-19 | 1 | -0/+5 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add api to register setup checks | Carl Schwan | 2023-10-19 | 2 | -0/+89 |
Signed-off-by: Carl Schwan <carl@carlschwan.eu> |