aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(SetupChecks): Add reasoning/clarity to outdated PHP checkcheck-phpoutdatedJosh Richards2024-05-121-1/+1
| | | | 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>
* | | | Merge pull request #45138 from nextcloud/smb-notify-test-retryJohn Molakvoæ2024-05-021-0/+17
|\ \ \ \
| * | | | test: retry smb notify test a few timesRobin Appelman2024-05-011-0/+17
| | |/ / | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-0222-2/+52
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-05-01144-260/+296
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor(trashbin): Move columns into separate fileChristopher Ng2024-04-302-115/+146
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(trashbin): Show user who deleted a fileChristopher Ng2024-04-302-0/+61
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat: include file id in audit logsyemkareems2024-04-302-101/+194
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | fix: Avoid useless reference usage in user_ldapCôme Chilliet2024-04-303-2/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Fix incorrect phpdoc typing in dav appCôme Chilliet2024-04-301-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-304-9/+15
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(theming): Fix erronous phpdoc typingCôme Chilliet2024-04-301-5/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-04-301-1/+3
| | | | | | | | | | | | | | | | This was broken by last codestyle update, maybe even before because of operator precedence. Now using vars to make it readable and correct at the same time. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>