aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_trashbin): Remove unnecessary scanner logic when getting versions ↵Julius Härtl2023-02-021-24/+0
| | | | | | from trash Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: Limit trashbin restore/delete to 2 concurrent request to avoid locking ↵Julius Härtl2023-02-021-12/+12
| | | | | | in the backend Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
| * | Allow to delete a version through DAVLouis Chemineau2023-01-267-6/+74
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Support getting and patching version-labelLouis Chemineau2023-01-2618-178/+756
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Create files_versions tableLouis Chemineau2023-01-266-1/+227
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Modernise hook listener of files_versionsLouis Chemineau2023-01-262-55/+88
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Use the default color and matching text color for the federation inviteJoas Schilling2023-01-302-23/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-3038-74/+122
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-292-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-284-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36380 from ↵Christoph Wurst2023-01-271-1/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/caldav/reminder-service-nullable-calendar-data fix(caldav): Fix wrong Psalm report for nullable calendar data
| * | | fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | > Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy ^ is a lie Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2714-12/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36210 from nextcloud/fix/4811/principal-emailDaniel2023-01-261-2/+2
|\ \ \ | |/ / |/| | fix(dav): check if principal has email address before accessing it
| * | fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
| | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>