summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #41413 from nextcloud/fix/setting-app-orderBenjamin Gaussorgues2023-11-141-30/+14
|\ \ \ \ | | | | | | | | | | Fix apps search provider order
| * | | | Fix application search provider orderBenjamin Gaussorgues2023-11-131-30/+14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | fix(files): Show Collectives icon in Collectives foldersJonas2023-11-142-0/+45
| |/ / |/| | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1424-66/+174
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Change scroll container for sharing detailsJulius Härtl2023-11-132-173/+183
| | | | | | | | | | | | | | | | | | | | | | | | In order to meet accessibility requirements we cannot use a sticky footer that overlaps important interactable content. Therefore this moves to a scroll container for the details which does not include the action buttons at the bottom. Larger indentation change in SharingDetailsTab was required to have a wrapping container for the scroll area. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use background to increase overlay contrastLouis Chemineau2023-11-132-10/+5
| | | | | | | | | | | | | | And limit it to files Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
| | | | | | | - an unconditional where() condition is added right before - fixes also wrongly named methods in the Exception message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix dynamic property in CalDav testsCôme Chilliet2023-11-131-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #41407 from ↵Christoph Wurst2023-11-131-1/+0
|\ | | | | | | | | nextcloud/fix/userstatus/no-status-message-override-default-messages fix(userstatus): Do not override message timestamp for default messages
| * fix(userstatus): Do not override message timestamp for default messagesChristoph Wurst2023-11-131-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(workflow): Fix "Call to a member function getUID() on null" with appdataJoas Schilling2023-11-131-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-136-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1226-10/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-11172-258/+606
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(search): Seach for persons as event attendees and organizersChristoph Wurst2023-11-102-18/+86
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Updated visible 'Twitter' name to 'X' in Personal infoGeorge Calderon2023-11-102-2/+2
| | | | Signed-off-by: George Calderon <gcald117@gmail.com>
* Updated visible 'Twitter' name to 'X' in Personal infoGeorge Calderon2023-11-102-2/+2
| | | | Signed-off-by: George Calderon <gcald117@gmail.com>
* Merge pull request #40618 from nextcloud/feat/39162/advanced_searchBenjamin Gaussorgues2023-11-109-183/+262
|\ | | | | Advanced search: backend allows multiples terms to search
| * feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-103-31/+78
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-106-135/+96
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
| * feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-101-17/+88
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #41354 from ↵Julius Härtl2023-11-101-1/+9
|\ \ | |/ |/| | | nextcloud/bugfix/noid/chunking-v2-distributed-cache
| * fix: Validate that we have a proper distributed cache configuredJulius Härtl2023-11-091-1/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-10108-16/+370
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Display play icon over live photos' previewsLouis Chemineau2023-11-093-3/+29
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Hide .mov for live photosLouis Chemineau2023-11-094-2/+51
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #41333 from nextcloud/fix/41316/incomplete-displaynameArthur Schiwon2023-11-091-2/+2
|\ \ | | | | | | fix(LDAP): prevent incomplete displaynames…
| * | fix(LDAP): prevent incomplete displaynames…Arthur Schiwon2023-11-071-2/+2
| | | | | | | | | | | | | | | | | | … when reading users from primary groups or gidNumber-based groups Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #40615 from nextcloud/enh/automate-calendar-event-user-statusChristoph Wurst2023-11-0914-65/+2326
|\ \ \ | | | | | | | | feat(user status): automate user status for events
| * | | feat(user status): automate user status for eventsAnna Larch2023-11-0914-65/+2326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and automatically set a user status to free or busy depending on their calendar transparency, event status and availability settings Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-098-1/+321
|\ \ \ \ | |/ / / |/| | | feat: Add out-of-office message API
| * | | feat: Add out-of-office message APIChristoph Wurst2023-11-098-1/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [skipci] Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | fix(dav): Adjust snapshots for vue components updateFerdinand Thiessen2023-11-091-45/+45
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Add two more translations for `CalendarAvailability`julia.kirschenheuter2023-11-091-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #41349 from nextcloud/fix/oca-settings-api-user-actionsArthur Schiwon2023-11-092-2/+11
|\ \ \ \ | | | | | | | | | | fix(settings): Pass user object to user row actions
| * | | | fix(settings): Pass user object to user row actionsFerdinand Thiessen2023-11-082-2/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | This is required as otherwise the action has no information on which user it was called Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-09176-442/+970
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sortingChristoph Wurst2023-11-081-0/+2
|\ \ \ \ | | | | | | | | | | feat(contactsmenu): Sort by user status
| * | | | feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | If user_status is not enabled, fall back to sorting by contact name. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-085-2/+33
|\ \ \ \ | |/ / / |/| | | optimize builtin storage wrappers
| * | | optimize builtin storage wrappersRobin Appelman2023-11-085-2/+33
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #41054 from nextcloud/systemtag-childrenRobin Appelman2023-11-081-2/+4
|\ \ \ \ | | | | | | | | | | get children from dav node when preloading system tags
| * | | | get children from dav node when preloading system tagsRobin Appelman2023-11-081-2/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-087-123/+61
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-0810-49/+57
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | chore(jest): update snapshot after component updateJohn Molakvoæ2023-11-084-4/+4
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-0814-423/+522
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | feat(files): support nested actionsJohn Molakvoæ2023-11-082-18/+132
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>