Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #37953 from moan0s/reword-disabled-login-form | John Molakvoæ | 2024-03-19 | 1 | -4/+4 |
|\ | |||||
| * | feat: Reword login form disabled warning #37949 | Julian-Samuel Gebühr | 2024-03-17 | 1 | -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-apps | John Molakvoæ | 2024-03-19 | 1 | -12/+40 |
|\ \ | |||||
| * | | style: Fixed style from composer cs:fix | Adam Blakey | 2024-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | ||||
| * | | Update core/Command/App/ListApps.php | Adam Blakey | 2024-03-18 | 1 | -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-apps | John Molakvoæ | 2024-03-15 | 755 | -48758/+42298 |
| |\ \ | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | Fixed logic issue where checking for wrong option | Adam Blakey | 2022-08-15 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | ||||
| * | | | added --enabled and --disabled options to occ app:list | Adam Blakey | 2022-08-15 | 1 | -12/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: Adam Blakey <adam@blakey.family> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-18 | 2 | -2/+2 |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 108 | -110/+130 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText | ||||
| * | | | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 1 | -1/+3 |
| | |/ | |/| | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | | | Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheck | John Molakvoæ | 2024-03-15 | 2 | -69/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 2 | -69/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-15 | 100 | -438/+438 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheck | Côme Chilliet | 2024-03-14 | 2 | -741/+0 |
|\ \ | | | | | | | Migrate header check to setupcheck API | ||||
| * | | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 2 | -262/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -409/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Fix Security headers setup check behavior | Côme Chilliet | 2024-03-13 | 1 | -70/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #39669 from nooblag/lastseen-all | Joas Schilling | 2024-03-14 | 1 | -16/+43 |
|\ \ \ | | | | | | | | | occ: Add `--all` support to `user:lastseen` | ||||
| * | | | fix: Use IUserManager::callForAllUsers() to save memory | Joas Schilling | 2024-03-14 | 1 | -5/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | feat(occ): Add --all option for occ user:lastseen | Jordan Brown | 2024-03-13 | 1 | -18/+24 |
| |/ / | | | | | | | | | | Signed-off-by: Jordan Brown <code@jore.cc> | ||||
* | | | Merge pull request #41189 from HolonProduction/webroot-setup | John Molakvoæ | 2024-03-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix: Respect custom webroot in setup form | HolonProduction | 2024-03-13 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: HolonProduction <holonproduction@gmail.com> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-14 | 2 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 1 | -5/+8 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-13 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Suppress psalm errors about deprecated execute method, we have to use ↵ | Côme Chilliet | 2024-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | it for now Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Call execute until it is removed for Job class | Côme Chilliet | 2024-03-12 | 1 | -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 Transifex | Nextcloud bot | 2024-03-12 | 22 | -0/+58 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-11 | 42 | -42/+42 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: login page now correctly shows email LDAP settings | Eduardo Morales | 2024-03-10 | 2 | -1/+18 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | feat: added login's initial possible email-states | Eduardo Morales | 2024-03-10 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 100 | -244/+424 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | refactor: use TypeScript for unified-search boostrap file | fenn-cs | 2024-03-07 | 1 | -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-apps | Josh | 2024-03-07 | 1 | -1/+1 |
|\ \ | | | | | | | fix(db): db-convert supports disabled apps but not removed ones | ||||
| * | | fix(db): db-convert supports disabled apps but not removed ones | Josh | 2024-02-25 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #43939 from nextcloud/enh/migrate-frontend-setupcheck-v2 | Côme Chilliet | 2024-03-07 | 2 | -129/+0 |
|\ \ \ | | | | | | | | | feat(settings): Migrate `.well-known` tests to `SetupCheck` | ||||
| * | | | fix(settings): Remove migrated SetupCheck from legacy JS code | Ferdinand Thiessen | 2024-03-07 | 2 | -129/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | feat: Ship downloadlimit | Christopher Ng | 2024-03-07 | 1 | -0/+2 |
|/ / / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | fix: Positioning and active state of viewer components | Julius Härtl | 2024-03-07 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #44007 from nextcloud/feat/rename-teams | Julius Härtl | 2024-03-06 | 2 | -1/+2 |
|\ \ \ | | | | | | | | | feat: Rename circles to teams | ||||
| * | | | feat: Rename circles to teams | Julius Härtl | 2024-03-06 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #43997 from nextcloud/fix/url_regex | Jonas | 2024-03-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | fix: Make URL pattern regexes match localhost and URLs with ports | ||||
| * | | | | fix: Make URL pattern regexes match localhost and URLs with ports | Jonas | 2024-03-06 | 1 | -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-room | F. E Noel Nfebe | 2024-03-06 | 4 | -10/+124 |
|\ \ \ \ | |/ / / |/| | | | Feat: Create filter-plugin architecture for unified search | ||||
| * | | | refactor: migrate from vuex to pinia | fenn-cs | 2024-03-06 | 4 | -44/+24 |
| | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
| * | | | feat(core): create filter-plugin architecture for unified search | fenn-cs | 2024-03-06 | 5 | -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 Schilling | 2024-03-06 | 2 | -5/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers fix(migrations): Help developers to add description and copyright info |