aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Integrity
Commit message (Expand)AuthorAgeFilesLines
* fix(occ): Revise output conditionSeungmin Kim2024-12-171-1/+1
* fix(occ): Cosmetic editsSeungmin Kim2024-12-171-1/+1
* fix(occ): Modify IAppManagerSeungmin Kim2024-12-171-1/+1
* fix(occ): Add condition for isShippedSeungmin Kim2024-12-171-1/+3
* fix(occ): Fix linting issuesSeungmin Kim2024-12-171-1/+4
* fix(occ): Fix `occ integrity:check-app` and Admin panel "rescan" deliver inco...Seungmin Kim2024-12-171-7/+16
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-264-88/+16
* Moves single constructor parameters to new lines.Faraz Samapoor2023-06-202-2/+6
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-204-25/+11
* Update core to PHP 7.4 standardCarl Schwan2022-05-204-28/+7
* Make integrity commands verboseJoas Schilling2021-07-082-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-4/+0
* Add a warning when trying to run integrity:check-core on gitJoas Schilling2021-01-181-0/+5
* Force run the verification of the signature on occJoas Schilling2021-01-181-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
* Add return value to all commandsJoas Schilling2020-06-264-10/+12
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-11/+10
* Update license headersChristoph Wurst2019-12-054-4/+8
* Some php-cs fixesRoeland Jago Douma2019-11-222-3/+4
* Fix appid argument for integrity:check-appGeorg Ehrke2019-06-251-2/+2
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-062-0/+2
* Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-7/+16
|\
| * Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-7/+16
* | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
|/
* Fix othersJoas Schilling2016-07-214-4/+8
* Update license headersLukas Reschke2016-05-264-2/+4
* Rename files to be PSR-4 compliantLukas Reschke2016-04-064-0/+338