summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* fix repairing non user shares when repairing all sharesRobin Appelman2022-11-081-10/+33
* split repairing into two stages to prevent long open transactionRobin Appelman2022-11-081-32/+66
* update shares directly in dbRobin Appelman2022-11-081-13/+17
* More verbose output for repair share ownership cmdVincent Petry2022-11-081-2/+3
* move share owner repair to occ commandRobin Appelman2022-11-081-0/+134
* Merge pull request #34798 from nextcloud/backport/33405/stable24Marcel Klehr2022-10-271-0/+16
|\
| * DB mounts table: Add index for mount_provider_classMarcel Klehr2022-10-271-0/+16
* | Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39Daniel Kesselberg2022-10-251-7/+5
|/
* Update ConvertFilecacheBigInt.phptimm2k2022-09-151-0/+1
* Fix undefined when no tagsDaniel Kesselberg2022-06-291-2/+4
* Allow to autocomplete user and group ids in commandsJoas Schilling2022-04-0811-10/+205
* Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g...blizzz2022-04-051-1/+1
|\
| * Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-1/+1
* | Merge pull request #31687 from nextcloud/enhancement/passwordless-app-passwordsChristoph Wurst2022-04-041-10/+12
|\ \ | |/ |/|
| * Allow app passwords without login password for occ user:add-app-passwordChristoph Wurst2022-03-231-10/+12
* | Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyrightCôme Chilliet2022-03-291-0/+24
|\ \
| * | migration generator also includes copyright sectionArthur Schiwon2022-03-281-0/+24
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-10/+8
|\ \ \ | |/ / |/| |
| * | Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-10/+8
| |/
* / Don't create cards_abiduri it if already existsLouis Chemineau2022-03-241-5/+9
|/
* Allow creating app passwords without validating the user's password againJoas Schilling2022-03-141-4/+1
* Merge pull request #31511 from nextcloud/bugfix/noid/allow-installing-unstabl...Joas Schilling2022-03-111-1/+7
|\
| * Allow installing unstable versionsJoas Schilling2022-03-101-1/+7
* | Validate the password before generating an apptokenJoas Schilling2022-03-101-2/+4
* | Trigger an event to log an activity when an administrator generates an app pa...Joas Schilling2022-03-101-6/+11
|/
* Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-283-37/+130
|\
| * Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-243-37/+130
* | Improve performance when converting between DBsCarl Schwan2022-02-161-15/+25
|/
* Add index for direct editing cleanup jobJulius Härtl2022-02-071-0/+13
* Fixes occ user:info when the user never logged inCôme Chilliet2022-01-271-1/+5
* Use the new function in user:setting occ commandCôme Chilliet2022-01-241-21/+7
* Merge pull request #30275 from nextcloud/bugfix/noid/add-version-of-disabled-...Vincent Petry2022-01-141-2/+2
|\
| * Add version of disabled apps when availableJoas Schilling2021-12-151-2/+2
* | Check style updateCarl Schwan2022-01-136-8/+7
* | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-123-4/+4
* | Add missing index for propertypath only queries against propertiesChristoph Wurst2021-12-231-0/+13
|/
* Allow to delete non-migrated previews instead of moving themJohn Molakvoæ2021-12-091-6/+25
* Add an index for selecting the next jobJoas Schilling2021-12-011-0/+13
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+1
* Do not print verbose info about app updates if there are noneChristoph Wurst2021-11-181-6/+0
* Merge pull request #28541 from nextcloud/path-prefix-index2Robin Appelman2021-10-191-0/+8
|\
| * disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+2
| * add a prefix index to filecache.pathRobin Appelman2021-10-081-0/+7
* | Adjust namespace and print a message when the job was skippedJoas Schilling2021-10-141-5/+14
* | Move queries to the joblistJoas Schilling2021-10-141-23/+2
* | Add a command to show info about a background job and force-execute itJoas Schilling2021-10-141-0/+168
|/
* add better index for finding unindexed pathsRobin Appelman2021-10-071-0/+7
* Merge pull request #28492 from nextcloud/bugfix/occ-statusCarl Schwan2021-09-301-4/+24
|\
| * Align occ status with status.phpJulius Härtl2021-08-261-4/+24
* | use specific email getter where necessaryArthur Schiwon2021-09-092-2/+2
|/