aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Expand)AuthorAgeFilesLines
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-13/+13
* Update license headersChristoph Wurst2020-12-301-0/+1
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1618-24/+25
* Merge pull request #24488 from zzkt/patch-1Julius Härtl2020-12-151-0/+13
|\
| * repair text/org MIME typesnik gaffney2020-12-111-0/+13
* | Properly migrate from new owncloud avatar locationJulius Härtl2020-12-091-73/+42
* | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-096-0/+595
* | Drop fk constraints on locks tableJulius Härtl2020-12-091-0/+9
* | Fix PHP code styleJoas Schilling2020-12-081-1/+1
* | Add a repairstep to validate the phone numbersJoas Schilling2020-12-071-0/+89
* | Also handle legacy cipher support when encryption is disabled but an old mast...Julius Härtl2020-12-032-2/+4
|/
* Harden EncryptionLegacyCipher a bitRoeland Jago Douma2020-11-202-0/+8
* Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-061-52/+42
* Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-031-0/+61
* Add cleanup job for old brutefoce attemptsRoeland Jago Douma2020-10-081-0/+49
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-163-3/+0
* Update repair step apply new opendocument template mimesJulius Härtl2020-09-041-0/+15
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-3/+5
* Add repair step to remove old dashboard app configJulius Härtl2020-08-241-0/+53
* New SSE key formatRoeland Jago Douma2020-08-201-0/+62
* Make legacy cipher opt inRoeland Jago Douma2020-08-191-0/+62
* Update share type constant usageJoas Schilling2020-06-241-2/+2
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Remove obsolete repair steps for logo and updater channelMorris Jobke2020-04-242-187/+0
* Add visibility to all constantsChristoph Wurst2020-04-102-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-15/+6
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-263-11/+11
* Always set the generated flag to false when an avatar is being setJoas Schilling2019-12-201-0/+64
* Update license headersChristoph Wurst2019-12-0521-32/+66
* Some php-cs fixesRoeland Jago Douma2019-11-2211-10/+8
* Kill repair step for cypress testsDaniel Kesselberg2019-09-021-86/+0
* Keep cypress if gitDaniel Kesselberg2019-09-011-0/+4
* Add a repair step to clear the projects access cacheJoas Schilling2019-08-211-0/+58
* Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exce...Roeland Jago Douma2019-07-161-0/+4
|\
| * Log RuntimeException in CleanupCardDAVPhotoCacheMorris Jobke2019-07-151-1/+4
| * Add catch for RuntimeExceptionDaniel Kesselberg2019-05-171-1/+2
* | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logoRoeland Jago Douma2019-07-151-0/+117
|\ \
| * | Add enterprise logoMorris Jobke2019-07-151-0/+117
* | | Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncl...Roeland Jago Douma2019-07-111-2/+22
|\ \ \ | |/ / |/| |
| * | Drop foreign key before trying to drop the accounts tableJoas Schilling2019-07-111-2/+22
* | | Enterprise update channelMorris Jobke2019-07-101-0/+60
|/ /
* | Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repai...Roeland Jago Douma2019-07-084-570/+0
|\ \
| * | Remove one time repair steps that have already run when updating to 17Morris Jobke2019-07-084-570/+0
* | | Try to delete the cypress folder of the viewer appMorris Jobke2019-07-081-0/+82
|/ /
* | Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-111-1/+1
* | Don't notify admins if no potentially over exposing links foundDaniel Kesselberg2019-05-261-7/+7
|/