Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #52822 from nextcloud/feat/mime-names | John Molakvoæ | 5 days | 2 | -3/+14 |
|\ | |||||
| * | feat(core): add human readable mimes | John Molakvoæ (skjnldsv) | 5 days | 2 | -3/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | refactor: Extend rector to core/refactor/rector-core | provokateurin | 5 days | 2 | -2/+4 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app | Côme Chilliet | 2025-02-27 | 1 | -1/+1 |
|\ | | | | | fix: Replace OC_App calls by IAppManager | ||||
| * | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 1 | -1/+1 |
|/ | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 2 | -0/+8 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Make `maintenance:mode` description more accurate + add helpjtr/occ-maintenance-mode-desc | Josh | 2025-01-01 | 1 | -1/+2 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | fix(maintenance): Show a success message on data-fingerprint command | Joas Schilling | 2024-12-02 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -10/+10 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: optimise getWrongShareOwnership query | Hamza Mahjoubi | 2024-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -14/+14 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 10 | -217/+33 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -3/+3 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | chore: Cleanup Installer class as well | Côme Chilliet | 2024-01-29 | 1 | -3/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -13/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -5/+5 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | document error | Simon L | 2023-11-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -1/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Moves single constructor parameters to new lines. | Faraz Samapoor | 2023-06-19 | 2 | -2/+6 |
| | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | Uses PHP8's constructor property promotion in core/Command/Maintenance classes. | Faraz Samapoor | 2023-06-19 | 8 | -51/+21 |
| | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | list supported databases when provided db isn't supported | Robin Appelman | 2023-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fail the repair command when an error happened | Joas Schilling | 2023-02-23 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #36271 from nextcloud/fix/fix-codestyle | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
|\ | | | | | Fix codestyle using codesniffer | ||||
| * | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(occ): Fix comment formatting of maintenance:repair command | Christoph Wurst | 2023-01-20 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(PHP8.2): Fix deprecated string interpolation syntax | Christoph Wurst | 2023-01-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Rename canInstallExists method and add new method for removal | Alex Harpin | 2023-01-10 | 1 | -1/+1 |
| | | | | | | | | Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it. Add new method to detect if this file exists during web based installation. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk> | ||||
* | Log a warning to CLI install command if CAN_INSTALL is not removed | Alex Harpin | 2023-01-10 | 1 | -0/+3 |
| | | | | | | Log a warning for the CLI install command if the CAN_INSTALL file still exists at the end of the installation. This matches the warning logged by the web installer. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk> | ||||
* | fix repairing non user shares when repairing all shares | Robin Appelman | 2022-11-08 | 1 | -10/+33 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split repairing into two stages to prevent long open transaction | Robin Appelman | 2022-11-08 | 1 | -32/+66 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update shares directly in db | Robin Appelman | 2022-11-08 | 1 | -13/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | More verbose output for repair share ownership cmd | Vincent Petry | 2022-11-08 | 1 | -2/+3 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | move share owner repair to occ command | Robin Appelman | 2022-11-08 | 1 | -0/+134 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-empty | Louis | 2022-10-11 | 1 | -7/+5 |
|\ | | | | | Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 | ||||
| * | Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 | Daniel Kesselberg | 2022-06-28 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Surround cli output with appropriate xml tags | Côme Chilliet | 2022-08-25 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -38/+34 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+1 |
|/ | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 7 | -45/+16 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -12/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix unit tests | Joas Schilling | 2021-04-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | make repair errors more visible | Robin Appelman | 2021-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |