aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(cron): Reset the reserved_at when force executing from CLIJoas Schilling2023-12-201-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #42298 from nextcloud/readOnlyFSFalseGit'Fellow2023-12-191-0/+4
|\ | | | | Don't write back .htaccess file on a RO filesystem
| * Read Only FS return falseGit'Fellow2023-12-151-0/+4
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-194-2/+24
|\ \
| * | Update autoloadersMarcel Klehr2023-12-192-0/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵Marcel Klehr2023-12-192-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Update autoloadersMarcel Klehr2023-12-192-2/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | cs:fixMarcel Klehr2023-12-191-3/+3
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-19500-2616/+10296
|\| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Add global accessibility switchLouis Chemineau2023-12-192-3/+4
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | fix(manager): removed dead codeEduardo Morales2023-12-181-7/+1
| | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
| * | fix(ooo): add new ooo status with new emojiAnna Larch2023-12-181-0/+6
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-186-10/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-172-10/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-162-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | fix(joblist): also reset last_run timestamp on updating an existing jobAnna Larch2023-12-151-0/+1
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
| * feat(comments): Add a meta data column for commentsJoas Schilling2023-12-145-37/+61
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Rename "global search" to "unified search"fenn-cs2023-12-121-2/+2
| | | | | | | | | | | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Fix(l10n): Update translations from TransifexNextcloud bot2023-12-112-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * Merge pull request #42093 from nextcloud/fix/l10n/init-race-conditionArthur Schiwon2023-12-081-2/+14
| |\ | | | | | | fix(l10n): fix translations for init scripts
| | * fix(l10n): fix translations for init scriptsJohn Molakvoæ2023-12-081-2/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | enh(NavigationManager): Use ID as fallback for `app` property of entriesFerdinand Thiessen2023-12-061-2/+8
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * Merge pull request #42011 from ↵Andy Scherzinger2023-12-061-1/+0
| |\ | | | | | | | | | | | | nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query fix(metadata): Fix copy-paste doc block throws
| | * fix(metadata): Fix copy-paste doc block throwsJoas Schilling2023-12-041-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Merge pull request #41927 from nextcloud/perf/login-with-email-tokenJulius Härtl2023-12-052-4/+22
| |\ \
| | * | fix: Only apply cast if needed when searching users for valueJulius Härtl2023-11-301-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| | * | perf: Use more performant way to obtain and check the email as a login name ↵Julius Härtl2023-11-301-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | with token login Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-timeJoas Schilling2023-12-052-1/+29
| |\ \ \ | | | | | | | | | | fix(dav): Make current ooo info time-dependent
| | * | | fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-052-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * If there is an out of office absence info and it happens now -> return data * Else: return no data Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | +files_metadata_installedMaxence Lange2023-12-051-2/+26
| | |_|/ | |/| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | fix(metadata): Allow to load metadata of multiple files at onceJoas Schilling2023-12-043-1/+60
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Merge pull request #41999 from ↵Joas Schilling2023-12-041-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/handle-idn_to_utf8-returning-false fix(security): Handle idn_to_utf8 returning false
| | * | | fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | fixes #39266 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-042-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-024-2/+28
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Merge pull request #40169 from nextcloud/enh/load-disabled-users-directlyPytal2023-12-011-1/+1
| |\ \ \ | | |/ / | |/| | enh(settings): Load from disabled users endpoint
| | * | Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
| | |/ | | | | | | | | | | | | | | | | | | This matches what was done in the calls and so fixes getting disabled user list when there are several backends returning disabled users. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(TextProcessing): Make task type template param covariantMarcel Klehr2023-12-012-9/+7
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | Merge pull request #41931 from nextcloud/techdebt/noid/add-typingJoas Schilling2023-12-011-6/+6
| |\ \ | | |/ | |/| techdebt(Middleware): Add more specific array types so its clickable in IDEs
| | * techdebt(Middleware): Add more specific array types so its clickable in IDEsJoas Schilling2023-11-301-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Enable new global search by defaultfenn-cs2023-11-301-5/+2
| |/ | | | | | | | | | | | | | | The new global search would now be activated by default and users, have the option to revert to the old unified search by setting `unified_search.enabled` to true in the NC `config.php` file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * Merge pull request #41765 from nextcloud/artonge/feat/sync_live_photosLouis2023-11-303-2/+48
| |\ | | | | | | Synchronize operation on live photo files
| | * Synchronize operation on live photo filesLouis Chemineau2023-11-293-2/+48
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-302-4/+4
| |/ | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * fix: change mime type for msg fileDaniel Kesselberg2023-11-291-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * fix: add mimetype for eml and msgDaniel Kesselberg2023-11-281-0/+13
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Merge pull request #41460 from nextcloud/feat/migrate-database-missing-checksCôme Chilliet2023-11-283-8/+8
| |\ | | | | | | Migrate database missing checks
| | * Migrate missing primary key database check to new APICôme Chilliet2023-11-271-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>