summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Bump Hub 6 -> Hub 7Andy Scherzinger2023-11-161-1/+1
| | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #41519 from nextcloud/fix/files-sortingFerdinand Thiessen2023-11-161-16/+35
|\ | | | | fix(files): Ensure folders and favorites are sorted first regardless of sorting mode
| * fix(files): Ensure favorites and folders are sorted first regardless or ↵Ferdinand Thiessen2023-11-161-16/+35
| | | | | | | | | | | | | | | | sorting order Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41491 from nextcloud/fix/merge-comments-activity-v2Ferdinand Thiessen2023-11-1615-149/+447
|\ \ | | | | | | feat(comments): Plug in comments into activity sidebar tab if available
| * | Fix property nameJoas Schilling2023-11-163-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(comments): Provide `resourceType` as property instead of mixinFerdinand Thiessen2023-11-1612-64/+74
| | | | | | | | | | | | | | | | | | Also fix typos where `ressource` instead of `resource` was used. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | feat(comments): Use activity tab to mount comments sidebar section if availableFerdinand Thiessen2023-11-1610-98/+386
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41512 from ↵Christoph Wurst2023-11-163-2/+38
|\ \ | | | | | | | | | | | | nextcloud/fix/userstatus/no-message-no-message-timestamp fix(userstatus): Only track message timestamp for values
| * | fix(userstatus): Only track message timestamp for valuesChristoph Wurst2023-11-163-2/+38
| |/ | | | | | | | | | | | | Do not track status messages that are empty, e.g. DND outside of availability. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #41518 from nextcloud/nullGetUidLouis2023-11-161-2/+6
|\ \ | |/ |/| fix(files_versions): don't call getUid() on null
| * Don't call getUid() on nullGit'Fellow2023-11-161-2/+6
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #41485 from nextcloud/bugfix/noid/sort-asc-by-defaultJoas Schilling2023-11-161-1/+1
|\ \ | | | | | | fix(files): Sort list ASC by default
| * | fix(files): Sort list ASC by defaultJoas Schilling2023-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(workflows): Finish password confirmationJoas Schilling2023-11-163-4/+11
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | enh(systemtags): Add accessible system tags formChristopher Ng2023-11-152-0/+425
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(systemtags): Cast tag display name to stringChristopher Ng2023-11-153-5/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore(systemtags): Use files systemtags serviceChristopher Ng2023-11-151-22/+17
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore(systemtags): Export default base tagChristopher Ng2023-11-151-1/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore(systemtags): Replace php markup with vueChristopher Ng2023-11-155-260/+34
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore(systemtags): Add services for global tags and files-specific tagsChristopher Ng2023-11-153-39/+114
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1612-2/+22
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41489 from ↵Ferdinand Thiessen2023-11-151-13/+13
|\ | | | | | | | | nextcloud/fix/41463-Move_delete_share_button_into_the_scrolling_container Move delete share button into the scrolling container
| * Move delete share button into the scrolling containerjulia.kirschenheuter2023-11-151-13/+13
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #41501 from nextcloud/feat/dav/show-ooo-ui-by-defaultChristoph Wurst2023-11-151-5/+3
|\ \ | | | | | | feat(dav): Enable OOO UI and expose enabled via OCP
| * | feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-5/+3
| |/ | | | | | | | | | | | | | | | | | | | | Makes the feature opt-out now that we have meaningful integrations based on OOO data. Allows instances still to turn the feature off. For apps like Mail that build on top of this feature we need to know if the instance has the feature turned on or off. This is exposed as OCP API, too. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / refactor(caldav): Use even earlier return and SQL's WHERE INChristoph Wurst2023-11-151-13/+6
|/ | | | | | | * Early return can operate on the input array * SQL can check be used to check for address book ID inclusion Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #41439 from ↵Grigorii K. Shartsev2023-11-155-38/+29
|\ | | | | | | | | nextcloud/fix/41310-Create_possibility_to_open_an_app_details_via_keyboard Add link for opening app details
| * Add link for opening app detailsjulia.kirschenheuter2023-11-155-38/+29
| | | | | | | | | | | | Add `alt` for `AppScore` image Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Adapt "advanced settings" button for accordion buttonjulia.kirschenheuter2023-11-151-2/+12
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-154-2/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41341 from nextcloud/fix/apporder-on-closuresArthur Schiwon2023-11-143-12/+11
|\ | | | | fix: Allow to set app order on navigation entries added by closures
| * Fix apporder when an application has several menu itemsCôme Chilliet2023-11-141-4/+6
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix(theming): Adjust app order settings for backend changesFerdinand Thiessen2023-11-142-8/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Improve shared status buttonMarco2023-11-141-1/+14
| | | | | | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* | Merge pull request #41457 from nextcloud/feat/contacts/advanced-searchArthur Schiwon2023-11-142-1/+13
|\ \ | |/ |/| feat(search): allow contacts person search
| * feat(search): allow contacts person searchhamza2212023-11-142-1/+13
| | | | | | | | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #41432 from nextcloud/fix/white-user-icon-searchBenjamin Gaussorgues2023-11-144-1/+4
|\ \ | | | | | | Fix search providers icons
| * | Add missing icons for settings providersBenjamin Gaussorgues2023-11-142-0/+2
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * | Fix user search provider iconBenjamin Gaussorgues2023-11-142-1/+2
| |/ | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #41390 from nextcloud/enh/noid/limit-proppatch-metadataAndy Scherzinger2023-11-141-44/+110
|\ \ | |/ |/| Metadata must be set a editable for PROPPATCH
| * metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-44/+110
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #41340 from nextcloud/feat/caldav/ooo-eventChristoph Wurst2023-11-149-5/+819
|\ \ | |/ |/| feat(caldav): Create personal event for out-of-office messages
| * feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-149-5/+819
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(files): Use color-primary-element-text for files/folders overlay iconsJonas2023-11-141-1/+1
|/ | | | Signed-off-by: Jonas <jonas@freesources.org>
* Merge pull request #41446 from nextcloud/fix/noid/moving-metadataqueryArthur Schiwon2023-11-141-1/+1
|\ | | | | moving IMetadataQuery
| * moving metadataqueryMaxence Lange2023-11-131-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #41086 from nextcloud/feat/migrate-memory-limit-setup-checkCôme Chilliet2023-11-146-21/+62
|\ \ | | | | | | Migrate memory_limit check to new SetupCheck API
| * | Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-136-21/+62
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #41447 from ↵Joas Schilling2023-11-141-1/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-spam-users-with-reminders fix(backupcodes): Remove old notifications before creating a new remi…
| * | | fix(backupcodes): Remove old notifications before creating a new reminderJoas Schilling2023-11-141-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>