summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0426-10/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36452 from nextcloud/perf/share-availability-checkVincent Petry2023-02-032-11/+16
|\ | | | | perf(federation): Only request root share info for checking availability
| * chore: Add return typesJulius Härtl2023-01-311-5/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-312-9/+13
| | | | | | | | | | | | Otherwise this would request a full recursive dirctory listing while the result is never being used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #36508 from nextcloud/enh/allow-no-routeJoas Schilling2023-02-031-1/+0
|\ \ | | | | | | Allow settings navigation items with no route entry
| * | Remove extraneous user status route entryChristopher Ng2023-02-021-1/+0
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #36409 from ↵Simon L2023-02-031-2/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/noid/dont-automatically-open-sidebar-on-mobile Do not open the sidebar automatically on small widths
| * | | Do not open the sidebar automatically on small widthsSimon L2023-02-021-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-03224-1280/+1284
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36498 from nextcloud/bug/dashboard-widgetsJulius Härtl2023-02-021-0/+1
|\ \ \ | |/ / |/| | Some Dashboard widgets are larger than others
| * | Some Dashboard widgets are larger than othershamza2212023-02-021-0/+1
| | | | | | | | | | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* | | Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-emailblizzz2023-02-028-703/+1711
|\ \ \ | | | | | | | | Include more information in iMIP email and show diff information on updating an event
| * | | Use recurrence instance to build iMip emailAnna Larch2023-02-028-703/+1711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of the main VEVENT of a repeating event Fixes part of https://github.com/nextcloud/calendar/issues/3919 Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-026-219/+352
|\ \ \ \ | | | | | | | | | | Allow to register public share template provider
| * | | | Pluggable share providerLouis Chemineau2023-02-026-219/+352
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #36450 from nextcloud/fix/clipboard-copySimon L2023-02-025-25/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard
| * | | | Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-015-25/+31
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Migrate to Symfony MailerCôme Chilliet2023-02-026-40/+9
| |/ / |/| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #36487 from ↵Joas Schilling2023-02-022-2/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-query-builder-usage-in-dav-account-deletion Do not reuse query builder objects in DAV account deletion
| * | | Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0222-0/+86
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36444 from ↵Christoph Wurst2023-02-0113-0/+1148
|\ \ | | | | | | | | | | | | nextcloud/perf/autoloading/weather-status-authoritative-autoloader perf(autoloading): Add authoritative autoloader for weather-status
| * | perf(autoloading): Add authoritative autoloader for weather-statusChristoph Wurst2023-01-3013-0/+1148
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0174-70/+582
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36453 from nextcloud/bugfix/noid/oci-longtextJulius Härtl2023-01-311-1/+2
|\ \ \ | | | | | | | | Fix MigrateBackgroundImages on oracle
| * | | fix(theming): Fix query for configvalue as CLOB on OCIJulius Härtl2023-01-311-1/+2
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #36331 from tpayen/fix/globalNewButtonLouis2023-01-311-1/+1
|\ \ \ | |/ / |/| | fix(files) Call .action of local element instead of global page
| * | fix(files) Call .action of local elementThomas P2023-01-301-1/+1
| | | | | | | | | | | | | | | | | | When calling .action from the global page, newButton may conflict with other app-content which is similar to app-content-files Signed-off-by: Thomas Payen <thomas.payen@i-carre.net>
* | | Merge pull request #36445 from nextcloud/Valdnet-patch-4John Molakvoæ2023-01-311-5/+5
|\ \ \ | | | | | | | | l10n: Change admin to administrator
| * | | l10n: Change administrator to administrationValdnet2023-01-301-5/+5
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | | l10n: Change admin to administratorValdnet2023-01-301-5/+5
| | |/ | |/| | | | | | | | | | Spelling unification. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Merge pull request #36440 from ↵Richard Steinmetz2023-01-3113-0/+1146
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/perf/autoloading/dashboard-authoritative-autoloader perf(autoloading): Add authoritative autoloader for dashboard
| * | | perf(autoloading): Add authoritative autoloader for dashboardChristoph Wurst2023-01-3013-0/+1146
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #35474 from nextcloud/feature/rich-workspace-visibilityJulius Härtl2023-01-311-6/+17
|\ \ \ | | | | | | | | Update rich-workspace visibility
| * | | feat: update newfilemenu.js for rich-workspaceLuka Trovic2023-01-301-6/+17
| |/ / | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-31202-432/+506
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backendLouis2023-01-3027-340/+1457
|\ \ | | | | | | Allow to name a version
| * | Handle undefined label in front-endLouis Chemineau2023-01-261-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Add cypress testsLouis Chemineau2023-01-262-2/+3
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix versions restoring with S3Louis Chemineau2023-01-262-5/+57
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Use node's owner if no user is connectedLouis Chemineau2023-01-261-15/+25
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Prevent storing versions with the same mtimeLouis Chemineau2023-01-261-2/+3
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix renaming files_versionsLouis Chemineau2023-01-263-11/+8
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Handle empty files in version creation logicLouis Chemineau2023-01-267-31/+133
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix hookconnector testsLouis Chemineau2023-01-261-30/+5
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-264-22/+51
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | User rootFolder instead of userFolder in FileEventsListenerLouis Chemineau2023-01-261-13/+26
| | | | | | | | | | | | | | | | | | Requesting userFolder fails during NC installation phase. Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Rename Hooks.php to FileEventsListener.phpLouis Chemineau2023-01-264-13/+14
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Prevent expiration of named versionsLouis Chemineau2023-01-261-1/+22
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Delete file versions entries in DB when node is deletedLouis Chemineau2023-01-262-0/+10
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>