summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37953 from moan0s/reword-disabled-login-formJohn Molakvoæ2024-03-191-4/+4
|\
| * feat: Reword login form disabled warning #37949Julian-Samuel Gebühr2024-03-171-4/+4
| | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
* | Merge pull request #33546 from adam-blakey/show-enabled-and-disabled-appsJohn Molakvoæ2024-03-191-12/+40
|\ \
| * | style: Fixed style from composer cs:fixAdam Blakey2024-03-181-2/+2
| | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
| * | Update core/Command/App/ListApps.phpAdam Blakey2024-03-181-16/+2
| | | | | | | | | | | | | | | | | | refactor: changed overcomplicated if statement into two shorter lines Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Adam Blakey <adam@blakey.family>
| * | Merge branch 'master' into show-enabled-and-disabled-appsJohn Molakvoæ2024-03-15755-48758/+42298
| |\ \ | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Fixed logic issue where checking for wrong optionAdam Blakey2022-08-151-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
| * | | added --enabled and --disabled options to occ app:listAdam Blakey2022-08-151-12/+55
| | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-182-2/+2
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-172-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16108-110/+130
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #41684 from nextcloud/feat/rst-mimetypeAnupam Kumar2024-03-151-1/+3
|\ \ \ | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText
| * | | feat(mimetypes): Add mimetype for ReStructuredTextAnupam Kumar2024-03-151-1/+3
| | |/ | |/| | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheckJohn Molakvoæ2024-03-152-69/+0
|\ \ \ | |/ / |/| |
| * | fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-142-69/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15100-438/+438
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheckCôme Chilliet2024-03-142-741/+0
|\ \ | | | | | | Migrate header check to setupcheck API
| * | feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-132-262/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-409/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-70/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #39669 from nooblag/lastseen-allJoas Schilling2024-03-141-16/+43
|\ \ \ | | | | | | | | occ: Add `--all` support to `user:lastseen`
| * | | fix: Use IUserManager::callForAllUsers() to save memoryJoas Schilling2024-03-141-5/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | feat(occ): Add --all option for occ user:lastseenJordan Brown2024-03-131-18/+24
| |/ / | | | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc>
* | | Merge pull request #41189 from HolonProduction/webroot-setupJohn Molakvoæ2024-03-141-1/+1
|\ \ \
| * | | fix: Respect custom webroot in setup formHolonProduction2024-03-131-1/+1
| |/ / | | | | | | | | | Signed-off-by: HolonProduction <holonproduction@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-03-142-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-131-5/+8
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-132-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Suppress psalm errors about deprecated execute method, we have to use ↵Côme Chilliet2024-03-121-1/+1
| | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Call execute until it is removed for Job classCôme Chilliet2024-03-121-1/+2
| | | | | | | | | | | | | | Because if an application extends execute it will change behavior without warning otherwise. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1222-0/+58
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1142-42/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: login page now correctly shows email LDAP settingsEduardo Morales2024-03-102-1/+18
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: added login's initial possible email-statesEduardo Morales2024-03-101-0/+31
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08100-244/+424
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor: use TypeScript for unified-search boostrap filefenn-cs2024-03-071-1/+10
| | | | | | | | | | | | | | This would allow us to type guard what is sent to`registerFilterAction` for unified search, so that incompatibilties are caught quickly. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-appsJosh2024-03-071-1/+1
|\ \ | | | | | | fix(db): db-convert supports disabled apps but not removed ones
| * | fix(db): db-convert supports disabled apps but not removed onesJosh2024-02-251-1/+1
| | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | Merge pull request #43939 from nextcloud/enh/migrate-frontend-setupcheck-v2Côme Chilliet2024-03-072-129/+0
|\ \ \ | | | | | | | | feat(settings): Migrate `.well-known` tests to `SetupCheck`
| * | | fix(settings): Remove migrated SetupCheck from legacy JS codeFerdinand Thiessen2024-03-072-129/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | feat: Ship downloadlimitChristopher Ng2024-03-071-0/+2
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix: Positioning and active state of viewer componentsJulius Härtl2024-03-072-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #44007 from nextcloud/feat/rename-teamsJulius Härtl2024-03-062-1/+2
|\ \ \ | | | | | | | | feat: Rename circles to teams
| * | | feat: Rename circles to teamsJulius Härtl2024-03-062-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #43997 from nextcloud/fix/url_regexJonas2024-03-061-1/+1
|\ \ \ \ | | | | | | | | | | fix: Make URL pattern regexes match localhost and URLs with ports
| * | | | fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. the file reference widget should work with links to Nextcloud on localhost. This adjusts the URL pattern regexes in server to be in sync with the ones in `@nextcloud/vue`. See nextcloud-libraries/nextcloud-vue#5176 for further details. Signed-off-by: Jonas <jonas@freesources.org>
* | | | Merge pull request #43189 from nextcloud/42914-search-in-single-talk-roomF. E Noel Nfebe2024-03-064-10/+124
|\ \ \ \ | |/ / / |/| | | Feat: Create filter-plugin architecture for unified search
| * | | refactor: migrate from vuex to piniafenn-cs2024-03-064-44/+24
| | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | feat(core): create filter-plugin architecture for unified searchfenn-cs2024-03-065-10/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces the mechanism for apps out of the call, to add search filters to the unified search "Places" filter selector. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #43998 from ↵Joas Schilling2024-03-062-5/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers fix(migrations): Help developers to add description and copyright info