aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* chore: Compile assetsFerdinand Thiessen2024-05-132-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #45262 from nextcloud/check-HttpsUrlGenerationCôme Chilliet2024-05-131-5/+12
|\ | | | | fix(SetupChecks): Detect CLI mode in HTTPS / URL generator check
| * fix(SetupChecks): Detect CLI mode in HTTPS / URL generator checkJosh Richards2024-05-121-5/+12
| | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Merge pull request #45242 from nextcloud/check-memcache-memcachedDaniel2024-05-131-4/+5
|\ \ | | | | | | fix(setupCheck): Only warn when memcache present w/o memcached
| * | fix(setupCheck): Only warn when memcache present w/o memcachedJosh Richards2024-05-091-4/+5
| | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | fix: Move hint about firewall issues to common helper stringFerdinand Thiessen2024-05-132-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Josh <josh.t.richards@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #45272 from nextcloud/check-db-missing-indicesJulius Härtl2024-05-131-3/+11
|\ \ \ | | | | | | | | feat(SetupChecks): Refactor DatabaseHasMissingIndices
| * | | feat(SetupChecks): Refactor DatabaseHasMissingIndicesJosh Richards2024-05-111-3/+11
| | |/ | |/| | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | Merge pull request #45241 from nextcloud/checks-db-versionsAndy Scherzinger2024-05-111-7/+13
|\ \ \ | | | | | | | | fix(setupChecks): update db version checks
| * | | fix: oops vendor string embedded in versionJosh Richards2024-05-101-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | | fix: only compare major version of pgsqlJosh Richards2024-05-101-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | | fix: refactor postgresql check to match mariadb/mysqlJosh Richards2024-05-101-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | | fix: only compare minor mariadb version differencesJosh Richards2024-05-101-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
| * | | fix(setupChecks): update db version checksJosh Richards2024-05-101-6/+6
| |/ / | | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* / / refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-113-42/+68
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore: Add SPDX headerAndy Scherzinger2024-05-104-72/+7
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | refactor(dashboard): Use attributes for routingprovokateurin2024-05-104-90/+59
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat(dashboard): Add endpoints to get the layout and statusesprovokateurin2024-05-107-15/+237
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | refactor(dashboard): Let the statuses and layout endpoints use a saner formatprovokateurin2024-05-104-26/+46
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | refactor(dashboard): Migrate saving layout and statuses to OCSprovokateurin2024-05-105-25/+188
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore(dashboard): Delete unused LayoutApiControllerprovokateurin2024-05-103-58/+0
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0912-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0816-42/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-0718-29/+585
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0714-44/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45055 from nextcloud/fix/revert-user-status-exceptionAnna2024-05-061-2/+25
|\ | | | | fix(userstatus): catch unique constrain violation on revert
| * fix(userstatus): catch unique constrain violation on revertAnna Larch2024-05-061-2/+25
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #45178 from nextcloud/fix/style-importsFerdinand Thiessen2024-05-063-6/+2
|\ \ | |/ |/| fix: Do not import styles that are already included in server bundle
| * fix: Do not import styles that are already included in server bundleFerdinand Thiessen2024-05-063-6/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
|/ | | | | | | This prevents one HTTP request for most situations (301 from `apps/files` to `apps/files/`) and helps users with faulty reverse-proxy configuration. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-062-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-058-2/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45098 from nextcloud/fix/issue-45081Sebastian Krupinski2024-05-043-39/+95
|\ | | | | Do not load IMipPlugin before user session is initialized also use userSession instead of userId in constructor.
| * fix(caldav): Fixed formatting to comply with php-csSebastianKrupinski2024-05-031-6/+3
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
| * fix(caldav): Fixed phpUnit to use userSession instead of userId and userManagerSebastianKrupinski2024-05-021-17/+67
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
| * fix(caldav): Test if user object is not null and trim senderNameSebastianKrupinski2024-05-011-3/+6
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
| * fix(caldav): Use userSession instead of userIdSebastianKrupinski2024-04-302-21/+16
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
| * fix(caldav): Do not load IMipPlugin before user auth and session is createdSebastianKrupinski2024-04-291-4/+15
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0446-74/+146
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45159 from nextcloud/fix/tests-deprecatedBenjamin Gaussorgues2024-05-031-16/+30
|\ \
| * | fix(tests): Replace deprecated methods in `FileTest`Ferdinand Thiessen2024-05-021-16/+30
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0394-172/+252
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): Add missing properties and fix Typescript errors in `FileEntryName`Ferdinand Thiessen2024-05-021-21/+33
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #38670 from nextcloud/Jerome-Herbinet-ui-colour-conceptJohn Molakvoæ2024-05-021-2/+2
|\ \ | | | | | | Wordings : Enhancement of background and UI color change thanks to better title and description
| * | fix(theming): better background and UI color change descriptionskjnldsv2024-05-021-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #45136 from nextcloud/feat/webauthn/submit-device-nameRichard Steinmetz2024-05-021-8/+11
|\ \ \ | | | | | | | | feat(webauthn): submit device name by pressing enter
| * | | feat(webauthn): submit device name by pressing enterRichard Steinmetz2024-05-011-8/+11
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | fix(files): apply the renaming when leaving the input fieldRaphaël Jakse2024-05-021-1/+1
| |/ / |/| | | | | | | | | | | | | | Refs: #42689 Signed-off-by: Raphaël Jakse <raphael.git@jakse.fr>
* | | Merge pull request #45131 from nextcloud/chore/location-path-prefixPytal2024-05-021-2/+2
|\ \ \ | | | | | | | | chore: Remove All files prefix from original location
| * | | chore: Remove All files prefix from original locationChristopher Ng2024-04-301-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>