| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(command): Make method compatible with upstream class (requires 3rdparty b... | Joas Schilling | 2024-10-07 | 1 | -4/+4 |
* | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-07 | 1 | -3/+3 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -1/+3 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | chore: Code cleanup in lib/private/Console/Application | Thomas Citharel | 2024-09-10 | 1 | -10/+15 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -7/+7 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 2 | -46/+8 |
* | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 1 | -22/+15 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-02-23 | 2 | -24/+29 |
|\ |
|
| * | make failure to load app commands non-fatal | Robin Appelman | 2024-02-02 | 1 | -1/+8 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -4/+4 |
| * | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -7/+12 |
| * | Cleanup plsam issues in DB/ContactsManager and Console | Carl Schwan | 2023-09-05 | 1 | -12/+5 |
* | | Refactor `OC\Server::getThemingDefaults` | Andrew Summers | 2023-08-29 | 1 | -1/+1 |
|/ |
|
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -3/+3 |
* | feat(admin_audit): Migrate to non-deprecated IEventDispatcher | Joas Schilling | 2023-07-04 | 1 | -5/+7 |
* | fix: change maintenance mode info wording | Daniel Kesselberg | 2023-04-26 | 1 | -7/+3 |
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 1 | -3/+3 |
|\ |
|
| * | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 1 | -3/+3 |
* | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -1/+1 |
|/ |
|
* | fix(PHP8.2): Declare Symfony Application property in console application | Christoph Wurst | 2023-01-16 | 1 | -0/+1 |
* | Implement occ status command via return codes (Fixes: #35704) | Lee Garrett | 2023-01-03 | 1 | -1/+2 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -2/+4 |
* | Do not decorate the CLI output if it's explicitly turned off | Christoph Wurst | 2022-04-07 | 1 | -0/+5 |
* | Write upgrade/not-installed notices to stderr | Julius Härtl | 2021-08-18 | 1 | -3/+5 |
* | Improve maintenance mode info | szaimen | 2021-07-02 | 1 | -2/+2 |
* | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -2/+0 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 1 | -11/+6 |
* | forward query exception when fallback construction fails | Robin Appelman | 2021-02-09 | 1 | -1/+5 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -2/+1 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -4/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -5/+5 |
* | Refactor some code | Morris Jobke | 2018-08-21 | 1 | -15/+4 |
* | Adds a memory limit warning for console commands if the limit is below the re... | Michael Weimann | 2018-08-20 | 1 | -1/+29 |
* | Disables the maintenance warning for the maintenance command itself. | Michael Weimann | 2018-07-01 | 1 | -6/+29 |
* | Do not show "Not installed warning" during occ install | Morris Jobke | 2018-01-18 | 1 | -1/+1 |
* | Fixup code | Roeland Jago Douma | 2017-12-22 | 1 | -1/+5 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
* | Fixed typo | Miha Frangez | 2017-05-19 | 1 | -1/+1 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | ownC -> Nextc | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
* | maintenance warning printed on STDERR rather than STDOUT | noveens | 2017-03-19 | 1 | -1/+3 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
* | Revert unintentional log timestamp format change | Joas Schilling | 2017-01-30 | 1 | -2/+2 |