Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use table prefix in metadata migration | Louis Chemineau | 2024-03-04 | 1 | -1/+5 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Move oc_file_metadata.metadata migration to a background job | Louis Chemineau | 2024-02-22 | 1 | -0/+70 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ffe27ce14ca74b509c8721c9fba7c759498fa471) | ||||
* | Add tasks::last_updated column and vacate tasks after a week | Marcel Klehr | 2023-08-09 | 1 | -0/+47 |
| | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit cb0f918d2101bf7644d7d84f811b37e3e672f091) | ||||
* | shorten oauth2 client names before resizing the column | Julien Veyssier | 2023-07-10 | 1 | -0/+21 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | drop the oauth2_clients trusted column, delete unsupported clients and their ↵ | Julien Veyssier | 2023-07-10 | 1 | -0/+34 |
| | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Clear generated avatar caches | jld3103 | 2023-05-15 | 1 | -3/+4 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 18 | -25/+25 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(OCC): Don't throw in the repair step for phone validation | Joas Schilling | 2023-02-23 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Avoid extra parenthesis around SQL in IN expressions | Côme Chilliet | 2023-02-21 | 1 | -1/+1 |
| | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 23 | -23/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #35176 from bjornfor/add-asciidoc-mime-type | Carl Schwan | 2022-12-07 | 1 | -0/+13 |
|\ | | | | | Add text/asciidoc mimetype | ||||
| * | Add text/asciidoc mimetype | Bjørn Forsman | 2022-11-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | Ref https://docs.asciidoctor.org/asciidoc/latest/faq/#whats-the-media-type-aka-mime-type-for-asciidoc This is step 1 towards allowing editing of AsciiDoc files in Nextcloud. Step 2 is adding support in https://github.com/nextcloud/text. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> | ||||
* | | Fix PHP lint CI failure | Christopher Ng | 2022-11-24 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Add repair job that will ensure that secret and passwordsalt are set | Carl Schwan | 2022-11-23 | 1 | -0/+64 |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | unbundle files_videoplayer and clean up a little | Arthur Schiwon | 2022-09-29 | 1 | -0/+53 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix default value for updatedirectory setting | Arthur Schiwon | 2022-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Move avatar clearing in the background | Carl Schwan | 2022-09-26 | 2 | -3/+44 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | remove InstallCoreBundle repair step | Arthur Schiwon | 2022-09-22 | 1 | -79/+0 |
| | | | | | | | - core bundle was empty and thus removed - all former apps installed this way are shipped Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update avatars on update | Carl Schwan | 2022-09-09 | 1 | -13/+7 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #33692 from nextcloud/update-dir | blizzz | 2022-09-02 | 1 | -2/+2 |
|\ | | | | | Document and use the new updateDirectory if set | ||||
| * | Introduce $updateDir to move updates outside $dataDir | Git'Fellow | 2022-08-25 | 1 | -2/+2 |
| | | | | | | | | | | To be merged after https://github.com/nextcloud/updater/pull/420 Signed-off-by: Git'Fellow <carlos@reendex.com> | ||||
* | | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Declare strict types in all new Event classes | Côme Chilliet | 2022-08-25 | 7 | -0/+21 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 7 | -0/+270 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add back TokenCleanupJob to invalidate old temporary tokens | Thomas Citharel | 2022-08-25 | 1 | -0/+47 |
|/ | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
| | | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/private` Signed-off-by: luz paz <luzpaz@github.com> | ||||
* | feat: add docxf and form mimetypes | Luka Trovic | 2022-06-07 | 1 | -0/+13 |
| | | | | signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -6/+2 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Remove SCSSCacher | John Molakvoæ | 2022-05-13 | 1 | -9/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migration | Joas Schilling | 2022-03-31 | 1 | -13/+24 |
|\ | | | | | Wrap oauth2 migrations inside conditions | ||||
| * | Wrap oauth2 migrations inside conditions | Louis Chemineau | 2022-03-31 | 1 | -13/+24 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 3 | -25/+18 |
|\ \ | |/ |/| | Migrate from ILogger to LoggerInterface in lib/private | ||||
| * | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 3 | -25/+18 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add oauth2_clients migration for Owncloud | Louis Chemineau | 2022-03-24 | 1 | -0/+113 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Don't convert tables to COMPRESSED | acsfer | 2021-12-07 | 1 | -5/+0 |
| | |||||
* | Bump doctrine/dbal from 3.0.0 to 3.1.3 | Christoph Wurst | 2021-10-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add OpenDocument flat mimetypes and x-office/drawing alias | Julius Härtl | 2021-10-12 | 1 | -0/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 34 | -64/+37 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Refine version comparision for repair job for major version updates | Morris Jobke | 2021-05-19 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #26834 from nextcloud/enh/only_run_once | Joas Schilling | 2021-05-19 | 1 | -1/+2 |
|\ | | | | | Inject the repair job only once | ||||
| * | Inject the repair job only once | Roeland Jago Douma | 2021-04-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Since we backproted we should do a better check. Else we run the code again for everybody upgrading to 22. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Repair job to use public AccoutManager API | Arthur Schiwon | 2021-05-12 | 1 | -12/+10 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Do not try to contact lookup server if not needed | Roeland Jago Douma | 2021-04-28 | 1 | -0/+62 |
| | | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | bump applicable version due to an intermediate release | Arthur Schiwon | 2021-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | show suggestion to clean up possible invalid shares later | Arthur Schiwon | 2021-01-29 | 1 | -0/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add repair job for unencoded calendars | Arthur Schiwon | 2021-01-29 | 1 | -0/+132 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 3 | -13/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |