aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44485 from ↵Louis2024-05-232-10/+17
|\ | | | | | | | | nextcloud/44219-share-server-respect-empty-expiry-date Respect empty `expiryDate` value in server
| * fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-232-10/+17
| | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix(dav): Replaces "Time:" with "Date and time:" in calendar invite emailJérôme Herbinet2024-05-231-1/+1
|/ | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-usersCôme Chilliet2024-05-237-8/+39
|\ | | | | feat: Add back searching in disabled user list
| * fix: Update openapi spec for provisioning_api appCôme Chilliet2024-05-232-0/+18
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
| | | | | | | | | | | | To match what is done for Database backend for enabled users Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * feat: Add back searching in disabled user listCôme Chilliet2024-05-235-8/+20
| | | | | | | | | | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat(files): refresh preview on etag changeskjnldsv2024-05-232-2/+8
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Debounce does not return a function so it should be used as computedFerdinand Thiessen2024-05-231-9/+10
| | | | | | This also fixes hacky solution to `this` access Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Use translation function directly instead of calling the ↵Ferdinand Thiessen2024-05-231-13/+13
| | | | | | instance method Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Fix typing issues with dataFerdinand Thiessen2024-05-231-11/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Fix naming issue for reserved Vue property namesFerdinand Thiessen2024-05-231-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Add some strict checking for userIdFerdinand Thiessen2024-05-211-1/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-218-76/+34
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Return mean color of background image on setFerdinand Thiessen2024-05-212-8/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Always populate `--image-background`Ferdinand Thiessen2024-05-212-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: cleanup theming app codeFerdinand Thiessen2024-05-215-30/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Make background selector be responsive to user changesFerdinand Thiessen2024-05-2113-199/+275
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-2111-122/+200
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Also apply new background colors to guest viewFerdinand Thiessen2024-05-214-18/+25
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Allow users to configure their primary colorFerdinand Thiessen2024-05-214-11/+156
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Also reset background color settings when updating global ↵Ferdinand Thiessen2024-05-214-86/+94
| | | | | | background image Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Allow to configure primary color separate from background in ↵Ferdinand Thiessen2024-05-2113-125/+197
| | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust dashboard and header menu to use new background colorsFerdinand Thiessen2024-05-211-2/+2
| | | | | | fix(UnifiedSearch): Adjust to new background color Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Separate background and primary colorFerdinand Thiessen2024-05-215-47/+81
| | | | | | | | | | | While the primary color is intended to highlight elements, it can not always be used as the background color. So now primary is independent from background a user set, the background color is, if not set directly, calculated as the mean color of the background image. That color is then used as a fallback if the background image could not be loaded and for calculating the color of the text used on the app menu and dashboard (they render directly on the background). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Also set default background color ("primary") for custom imagesFerdinand Thiessen2024-05-212-2/+67
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(settings): Rename "User backend" to "Account backend"Christopher Ng2024-05-171-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(settings): Change "username" to "account name"Christopher Ng2024-05-173-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #44460 from nextcloud/remove-non-shallow-in-folderRobin Appelman2024-05-173-17/+33
|\ | | | | refactor: remove non-shallow getSharesInFolder
| * refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-013-17/+33
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-171-16/+16
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | perf(deleteAction): Queue delete requestsfenn-cs2024-05-151-1/+16
| | | | | | | | | | | | | | | | | | | | When multiple files are deleted at once, all the requests bombard the server simultaneously, causing performance issues. This commit adds queuing that limits the concurrency of these requests to 5 at a time. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix(deleteAction): Remove unused nc l10n importfenn-cs2024-05-151-1/+1
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix: Remove reminder action from trashChristopher Ng2024-05-143-5/+22
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat: Split display name and username columnsChristopher Ng2024-05-143-8/+17
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(caldav): loop through all events for busy eventsAnna Larch2024-05-141-12/+9
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | 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>