Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 2 | -34/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Fix a bunch of deprecation in the phpunit for core | Carl Schwan | 2023-01-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Phpunit | John Molakvoæ | 2022-04-21 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Make AppsEnableTest and AppsDisableTest independet of the app version number | Daniel Kesselberg | 2021-10-01 | 2 | -22/+22 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix unit tests | Joas Schilling | 2021-09-29 | 2 | -16/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix app version check | Joas Schilling | 2021-06-25 | 2 | -27/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix core tests command for app enabling/disabling | Vincent Petry | 2021-03-23 | 2 | -17/+17 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 2 | -18/+18 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Updated test to check for already enabled apps | Sander Ruitenbeek | 2020-04-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl> | ||||
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix: Using assertContains() with string haystacks is deprecated and will not ↵ | Daniel Kesselberg | 2019-12-08 | 2 | -8/+12 |
| | | | | | | be supported in PHPUnit 9. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make appstore app:enable test more robust by using only shipped apps | Morris Jobke | 2019-03-14 | 1 | -3/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use contacts instead of logreader | Daniel Kesselberg | 2019-02-19 | 1 | -3/+3 |
| | | | | | | Logreader is not distributed by app store because shipped by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Strict Types, Return Types | Daniel Kesselberg | 2019-02-19 | 2 | -4/+9 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Disable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -0/+84 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -0/+89 |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |