aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-152-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be done as soon as changed, as the value is not passed to API but needs to be tracked internally (e.g. if you quickly press "save"). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(files_sharing): Stop overwriting the share expiration date with the ↵provokateurin2025-01-151-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default expiration date Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(systemtags): objecttype index registrationfix/index-systemtagsskjnldsv2025-01-152-13/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | | | fix: Remove duplicate propfind callLouis Chemineau2025-01-153-32/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also was an XHR call which is not going through the end to end encryption proxy Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #49534 from ↵Stephan Orbaugh2025-01-157-17/+224
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/23308/create-new-favorite-dashboard-widget feature: added new FavouriteWidget to display favorite files in dashboard widget
| * | | | | | fix(dashboard): Correctly handle non-rounded icons for dashboard widgetsFerdinand Thiessen2025-01-143-17/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | feat(dashboard): added new FavouriteWidget to display favorite files in ↵yemkareems2025-01-144-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dashboard widget * Added widget star icon * run build/autoloaderchecker.sh * removed unwanted IWidget and usersession * renamed id * renamed class to FavoriteWidget * removed limit logic * removed IAPIWidget * ui fixes to remove rounded corners and make the ui/ux similar to recommendation widget. * cs fix + composer fix no dev and review comments from Joas and Côme addressed * added count and removed slice Signed-off-by: yemkareems <yemkareems@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
* | | | | | | fix: Show full template nameJulius Knorr2025-01-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1598-98/+98
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #50130 from nextcloud/feat/rich-profile-biographyPytal2025-01-142-8/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat: Allow rich formatting of profile text
| * | | | | | feat: Allow rich formatting of profile textChristopher Ng2025-01-102-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | fix(settings): Fix mail server settings formprovokateurin2025-01-141-29/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(dashboard): don't initially load items of hidden api widgetsfix/dashboard/dont-load-hidden-widgets-initiallyRichard Steinmetz2025-01-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | fix(systemtags): color picker open/close eventsskjnldsv2025-01-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | fix(apps): Add back `<main>` element to dashboard and settingsFerdinand Thiessen2025-01-142-4/+4
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1416-2/+54
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #50100 from nextcloud/feat/ocp/attendee-availability-apiRichard Steinmetz2025-01-131-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat(ocp): add calendar api to retrieve availability of attendees
| * | | | | | feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #50077 from ↵Kate2025-01-1315-8/+169
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/files_trashbin/allow-preventing-trash-permanently
| * | | | | | | fix(files_trashbin): Only emit files:node:deleted events if deleting all ↵provokateurin2025-01-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trash was successful Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | | | | feat(files_trashbin): Allow preventing trash to be deleted permanentlyprovokateurin2025-01-1315-6/+166
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(files_sharing): Fix sharee search result typesprovokateurin2025-01-132-19/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(files_sharing): Gracefully handle fetching non-existent shareprovokateurin2025-01-131-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | fix(files_sharing): Handle null userIdprovokateurin2025-01-132-11/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1328-78/+228
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1214-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #50034 from ↵Richard Steinmetz2025-01-112-9/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/rename-deleted-default-calendar-in-trashbin fix(caldav): rename default calendar to keep it in the trashbin instead of purging it
| * | | | | fix(caldav): rename default calendar to keep it in the trashbin instead of ↵rename-deleted-default-calendar-in-trashbinThomas Citharel2025-01-062-9/+21
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | purging it When doing a PROPFIND on default-calendar-url, if the current default calendar (fallbacking on personal uri) is in the trashbin, it's being purged so that it's recreated. This leads to loss of data. We can simply rename the calendar URI and add a unique suffix so that it doesn't conflict with the new calendar being created. Shares are fine because they reference the resourceid and not the calendar URI. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-11116-28/+280
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(files): rename actions submenu back entrybackport/50123/masterskjnldsv2025-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | fix(files): close submenu on main actions state changeskjnldsv2025-01-101-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #50076 from Koc/bugfix/fix-enforce-theme-for-public-linksStephan Orbaugh2025-01-101-1/+4
|\ \ \ \ \ | | | | | | | | | | | | fix: Apply enforce theme config for anonymous users as well
| * | | | | fix: Apply enforce theme config for anonymous users as wellKostiantyn Miakshyn2025-01-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | | | | | Merge pull request #50111 from nextcloud/fix/dashboard/skip-hidden-widgetsRichard Steinmetz2025-01-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(dashboard): don't reload hidden widgets
| * | | | | | fix(dashboard): don't reload hidden widgetsfix/dashboard/skip-hidden-widgetsRichard Steinmetz2025-01-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | Merge pull request #50113 from nextcloud/setupChecksMoveFromBinaryGit'Fellow2025-01-101-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(SetupChecks): Don't test caches using binary data
| * | | | | | | fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinaryGit'Fellow2025-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-104-8/+66
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #50108 from nextcloud/artonge/fix/sidebar_davpathLouis2025-01-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix: Do not duplicate `/` in davPath
| * | | | | | | fix: Do not duplicate `/` in davPathartonge/fix/sidebar_davpathLouis Chemineau2025-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `davRootPath` already contains a leading `/` Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #49977 from ↵Josh2025-01-091-10/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/jtr-perf-checks-connectivity-https-proto perf(settings): Speed up InternetConnectivity setup check
| * | | | | | | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-protoJosh2025-01-071-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | | | Merge pull request #50107 from nextcloud/artonge/fix/displayname_in_sidebarJohn Molakvoæ2025-01-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix: Use `displayname` as sidebar titleartonge/fix/displayname_in_sidebarLouis Chemineau2025-01-091-2/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the fallback with this.fileInfo as this.node could be null Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-serverskjnldsv2025-01-0914-612/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | feat(federatedfilesharing): improve admin docs and settingsskjnldsv2025-01-095-18/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | chore(federation): add trusted server auto accept integration testsskjnldsv2025-01-096-36/+1858
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | fix(federation): settings layout and error handlingskjnldsv2025-01-095-47/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | | feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-0912-40/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>