Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show version from appinfo on occ app:list | Julius Härtl | 2022-11-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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> | ||||
* | | properly typehint generated migrations | Roeland Jago Douma | 2022-10-09 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Update ConvertFilecacheBigInt.php | timm2k | 2022-09-14 | 1 | -0/+1 |
| | | | | | | Signed-off-by: timm2k <timm2k@gmx.de> | ||||
* | | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 2 | -2/+2 |
| | | | | | | | | 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> | ||||
* | | Add void return types to callables | Côme Chilliet | 2022-08-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 2 | -90/+80 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 1 | -23/+25 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 1 | -1/+0 |
| | | | | | | | | | | | | See commit a2f3077ee802b4b291ba4f846bfceb69ec0f225f from PR #24384 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 | 2 | -14/+14 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 1 | -4/+4 |
| | | | | | | | | | | | | It seems checkTable is actually never dispatched? Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classes | Carl Schwan | 2022-08-08 | 2 | -4/+7 |
|\ \ | | | | | | | Remove OCP\App and OCP\BackgroundJob | ||||
| * | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | DB mounts table: Add index for mount_provider_class | Marcel Klehr | 2022-08-01 | 1 | -0/+13 |
|/ / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Fix background-job:execute command for QueuedJob instances | Côme Chilliet | 2022-07-11 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Format the datetime for last run in ATOM format | Côme Chilliet | 2022-07-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Use symfony console table to render the job list properly | Côme Chilliet | 2022-07-11 | 2 | -3/+24 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Code cleaning of Background/ListCommand | Côme Chilliet | 2022-07-11 | 1 | -14/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add command to list jobs | Côme Chilliet | 2022-07-11 | 1 | -0/+95 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix undefined when no tags | Daniel Kesselberg | 2022-06-28 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix importing float value | Carl Schwan | 2022-06-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 87 | -714/+240 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison | Joas Schilling | 2022-05-02 | 1 | -1/+1 |
|\ | | | | | Fix strict comparison | ||||
| * | Fix strict comparison | Joas Schilling | 2022-04-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove deprecated occ app:check-code command | Côme Chilliet | 2022-04-28 | 1 | -72/+0 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix type fixing | Joas Schilling | 2022-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Give hints on correct migration versioning | Joas Schilling | 2022-04-25 | 1 | -0/+32 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Additional index on oc_preferences to make sure that gettingh values without ↵ | Julius Härtl | 2022-04-19 | 1 | -0/+13 |
| | | | | | | a user filter is fast Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow to autocomplete user and group ids in commands | Joas Schilling | 2022-04-08 | 11 | -10/+205 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #31661 from ↵ | blizzz | 2022-04-05 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/enh/user_ldap-add-command-to-unmap-groups Add ldap:reset-group command to unmap groups from LDAP | ||||
| * | Add ldap:reset-group command to unmap groups from LDAP | Côme Chilliet | 2022-04-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #31687 from nextcloud/enhancement/passwordless-app-passwords | Christoph Wurst | 2022-04-04 | 1 | -10/+12 |
|\ \ | |/ |/| | Allow app passwords without login password for occ user:add-app-password | ||||
| * | Allow app passwords without login password for occ user:add-app-password | Christoph Wurst | 2022-03-23 | 1 | -10/+12 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyright | Côme Chilliet | 2022-03-29 | 1 | -0/+24 |
|\ \ | | | | | | | migration generator also includes copyright section | ||||
| * | | migration generator also includes copyright section | Arthur Schiwon | 2022-03-28 | 1 | -0/+24 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 1 | -10/+8 |
|\ \ \ | |/ / |/| | | Migrate from ILogger to LoggerInterface in lib/private | ||||
| * | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 1 | -10/+8 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | Don't create cards_abiduri it if already exists | Louis Chemineau | 2022-03-24 | 1 | -5/+9 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Allow creating app passwords without validating the user's password again | Joas Schilling | 2022-03-14 | 1 | -4/+1 |
| | | | | | | Aparently the idea behind the command was exactly to do this. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #31511 from ↵ | Joas Schilling | 2022-03-11 | 1 | -1/+7 |
|\ | | | | | | | | | nextcloud/bugfix/noid/allow-installing-unstable-versions Allow installing unstable app versions based on channel and with `--allow-unstable` just like on updates | ||||
| * | Allow installing unstable versions | Joas Schilling | 2022-03-10 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Validate the password before generating an apptoken | Joas Schilling | 2022-03-10 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Trigger an event to log an activity when an administrator generates an app ↵ | Joas Schilling | 2022-03-10 | 1 | -6/+11 |
|/ | | | | | | password Signed-off-by: Joas Schilling <coding@schilljs.com> |