aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix(files): rename actions submenu back entrybackport/50123/masterskjnldsv2025-01-101-1/+1
* fix(files): close submenu on main actions state changeskjnldsv2025-01-101-0/+7
* Merge pull request #50076 from Koc/bugfix/fix-enforce-theme-for-public-linksStephan Orbaugh2025-01-101-1/+4
|\
| * fix: Apply enforce theme config for anonymous users as wellKostiantyn Miakshyn2025-01-081-1/+4
* | Merge pull request #50111 from nextcloud/fix/dashboard/skip-hidden-widgetsRichard Steinmetz2025-01-101-0/+4
|\ \
| * | fix(dashboard): don't reload hidden widgetsfix/dashboard/skip-hidden-widgetsRichard Steinmetz2025-01-091-0/+4
* | | Merge pull request #50113 from nextcloud/setupChecksMoveFromBinaryGit'Fellow2025-01-101-2/+2
|\ \ \
| * | | fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinaryGit'Fellow2025-01-091-2/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-104-8/+66
|/ / /
* | | Merge pull request #50108 from nextcloud/artonge/fix/sidebar_davpathLouis2025-01-091-1/+1
|\ \ \
| * | | fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpathLouis Chemineau2025-01-091-1/+1
* | | | Merge pull request #49977 from nextcloud/jtr-perf-checks-connectivity-https-p...Josh2025-01-091-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-protoJosh2025-01-071-10/+10
* | | | Merge pull request #50107 from nextcloud/artonge/fix/displayname_in_sidebarJohn Molakvoæ2025-01-091-2/+2
|\ \ \ \
| * | | | fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebarLouis Chemineau2025-01-091-2/+2
| | |/ / | |/| |
* | | | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-serverskjnldsv2025-01-0914-612/+495
* | | | feat(federatedfilesharing): improve admin docs and settingsskjnldsv2025-01-095-18/+73
* | | | chore(federation): add trusted server auto accept integration testsskjnldsv2025-01-096-36/+1858
* | | | fix(federation): settings layout and error handlingskjnldsv2025-01-095-47/+61
* | | | feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-0912-40/+101
* | | | fix(files_sharing): external share parsingskjnldsv2025-01-092-0/+47
* | | | fix(federation): comply to `sharing.federation.allowSelfSignedCertificates`skjnldsv2025-01-097-7/+37
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0928-4/+394
* | | Merge pull request #50074 from nextcloud/chore/deps/nextcloud-vue-8.22.0Richard Steinmetz2025-01-081-38/+38
|\ \ \
| * | | chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0chore/deps/nextcloud-vue-8.22.0Richard Steinmetz2025-01-081-38/+38
* | | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codesKate2025-01-083-11/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix(settings): Fix log file download return typeprovokateurin2025-01-073-11/+17
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-08188-444/+612
| |_|/ |/| |
* | | fix(files): updateAll methodMax Schmit2025-01-071-1/+1
* | | Merge pull request #49377 from nextcloud/enh/add-first-login-timestampPytal2025-01-0711-7/+103
|\ \ \
| * | | fix(tests): Fix getLastLogin expectation in UsersControllerTestCôme Chilliet2025-01-071-3/+3
| * | | chore: Update openapi.json filesCôme Chilliet2025-01-073-6/+21
| * | | fix(users): Adapt UI code to new timestamp fields namesCôme Chilliet2025-01-071-7/+7
| * | | fix: Return timestamps in unix format rather than millisecondsCôme Chilliet2025-01-073-5/+10
| * | | feat: Show first login date in user listChristopher Ng2025-01-075-0/+44
| * | | fix(tests): Adapt tests to firstLogin new featureCôme Chilliet2025-01-071-0/+15
| * | | chore: Update openapi specsCôme Chilliet2025-01-073-0/+15
| * | | feat: Add first login timestamp of each user to oc_preferences and user:info ...Côme Chilliet2025-01-072-0/+2
| |/ /
* | | Merge pull request #49891 from nextcloud/refactor/settings/mail-settings-para...John Molakvoæ2025-01-072-25/+28
|\ \ \
| * | | refactor(settings): Use parameters explicitly when setting mail settingsrefactor/settings/mail-settings-parametersprovokateurin2025-01-062-25/+28
* | | | Merge pull request #49670 from nextcloud/feat/allow-oauth-grant-bypassArthur Schiwon2025-01-072-19/+92
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Rename config option to skipAuthPickerApplications to match what it doesfeat/allow-oauth-grant-bypassCôme Chilliet2025-01-072-4/+4
| * | | feat(oauth2): Add a test for skipping auth pageCôme Chilliet2025-01-071-0/+48
| * | | chore: Adapt tests to added constructor parametersCôme Chilliet2025-01-071-13/+17
| * | | feat(oauth2): Skip page before login as well for authorized applicationsCôme Chilliet2025-01-071-6/+27
* | | | Merge pull request #49988 from nextcloud/jtr-locale-personal-infoJoas Schilling2025-01-071-1/+1
|\ \ \ \
| * | | | fix(settings): show the correct initial locale in Personal infojtr-locale-personal-infoJosh2024-12-291-1/+1
* | | | | chore: Bump Hub 9 -> Hub 10Andy Scherzinger2025-01-071-1/+1
* | | | | feat: expose tag color via webdavdavTagColortobiasKaminsky2025-01-071-0/+1
| |/ / / |/| | |
* | | | Merge pull request #49966 from nextcloud/block-dav-move-parentStephan Orbaugh2025-01-071-0/+5
|\ \ \ \