aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Expand)AuthorAgeFilesLines
* chore: update RepairMimeTypes migrationfeat/zstJohn Molakvoæ (skjnldsv)2024-09-171-30/+72
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-281-8/+9
* fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-259-33/+33
* fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-0/+32
* chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-021-60/+0
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+1
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-171-0/+71
* feat: support excalidraw fileHoang Pham2024-07-041-23/+97
* feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-181-27/+51
* chore: Add SPDX headerAndy Scherzinger2024-05-2447-921/+104
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+1
* fix: Add RemoveOldTasksBackgroundJob to repair step that instantiates itMarcel Klehr2024-05-141-1/+3
* feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-0/+12
* feat(appconfig): repair step to migrate lazy config valuesMaxence Lange2024-03-111-0/+62
* Add .aac mime type mappingUnpublished2024-02-271-0/+12
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-50/+31
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-082-31/+50
* chore: Migrate away from internal Job classesCôme Chilliet2024-02-082-50/+31
* fix: change mime type for msg fileDaniel Kesselberg2023-11-291-2/+2
* fix: add mimetype for eml and msgDaniel Kesselberg2023-11-281-0/+13
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2314-24/+24
* Merge pull request #41540 from nextcloud/artonge/feat/add_metadata_generation...Louis2023-11-211-6/+6
|\
| * Add metadata generation jobLouis Chemineau2023-11-161-6/+6
* | Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-161-0/+11
|\ \ | |/ |/|
| * feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-131-0/+11
* | Add migration from the old to new metadata tablesLouis Chemineau2023-11-161-0/+43
|/
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-3/+5
* fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-061-100/+0
* refactor: Use DBAL's executeQuery instead of query (deprecated)Christoph Wurst2023-09-271-1/+1
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-1/+1
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-071-0/+47
* shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-061-0/+21
* drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-061-0/+34
* chore: Drop dead private methods in /libChristoph Wurst2023-06-061-9/+0
* Clear generated avatar cachesjld31032023-05-151-3/+4
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-0518-25/+25
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* fix(OCC): Don't throw in the repair step for phone validationJoas Schilling2023-02-231-1/+2
* Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-1/+1
* composer run cs:fixCôme Chilliet2023-01-2023-23/+0
* Merge pull request #35176 from bjornfor/add-asciidoc-mime-typeCarl Schwan2022-12-071-0/+13
|\
| * Add text/asciidoc mimetypeBjørn Forsman2022-11-151-0/+13
* | Fix PHP lint CI failureChristopher Ng2022-11-241-1/+0
* | Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-231-0/+64
|/
* unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-291-0/+53
* fix default value for updatedirectory settingArthur Schiwon2022-09-281-1/+1
* Move avatar clearing in the backgroundCarl Schwan2022-09-262-3/+44
* remove InstallCoreBundle repair stepArthur Schiwon2022-09-221-79/+0