]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Tue, 31 Jan 2023 09:19:35 +0000 (10:19 +0100)]
fix(theming): Fix query for configvalue as CLOB on OCI
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sun, 29 Jan 2023 08:40:17 +0000 (09:40 +0100)]
tests(oci): Test where statement on longtext column
Signed-off-by: Julius Härtl <jus@bitgrid.net>
test: try with just passing the type to eq which should also cast
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Tue, 31 Jan 2023 09:35:45 +0000 (10:35 +0100)]
Merge pull request #36445 from nextcloud/Valdnet-patch-4
l10n: Change admin to administrator
Richard Steinmetz [Tue, 31 Jan 2023 09:35:03 +0000 (10:35 +0100)]
Merge pull request #36440 from nextcloud/perf/autoloading/dashboard-authoritative-autoloader
perf(autoloading): Add authoritative autoloader for dashboard
Julius Härtl [Tue, 31 Jan 2023 08:54:57 +0000 (09:54 +0100)]
Merge pull request #35474 from nextcloud/feature/rich-workspace-visibility
Update rich-workspace visibility
Nextcloud bot [Tue, 31 Jan 2023 02:25:42 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Mon, 30 Jan 2023 22:13:22 +0000 (23:13 +0100)]
Merge pull request #36434 from nextcloud/techdebt/noid/drop-bootstrap
Drop bootstrap
Luka Trovic [Tue, 29 Nov 2022 05:37:32 +0000 (06:37 +0100)]
feat: update newfilemenu.js for rich-workspace
Signed-off-by: Luka Trovic <luka@nextcloud.com>
Valdnet [Mon, 30 Jan 2023 17:40:29 +0000 (18:40 +0100)]
l10n: Change administrator to administration
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Mon, 30 Jan 2023 17:21:33 +0000 (18:21 +0100)]
l10n: Change admin to administrator
Spelling unification.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Christoph Wurst [Mon, 30 Jan 2023 15:38:52 +0000 (16:38 +0100)]
perf(autoloading): Add authoritative autoloader for dashboard
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Louis [Mon, 30 Jan 2023 14:41:47 +0000 (15:41 +0100)]
Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log
fix the exif_read_data issue
Robin Appelman [Mon, 30 Jan 2023 14:40:25 +0000 (15:40 +0100)]
Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails
fix(encryption): don't throw on missing file
Joas Schilling [Mon, 30 Jan 2023 09:35:30 +0000 (10:35 +0100)]
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 30 Jan 2023 12:48:15 +0000 (13:48 +0100)]
Remove usages of bootstrap
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 30 Jan 2023 09:33:59 +0000 (10:33 +0100)]
Remove bootstrap dependency
Signed-off-by: Joas Schilling <coding@schilljs.com>
dependabot[bot] [Mon, 30 Jan 2023 10:35:01 +0000 (10:35 +0000)]
Merge pull request #36332 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-0.7.33
dependabot[bot] [Mon, 30 Jan 2023 09:45:08 +0000 (09:45 +0000)]
chore(deps): Bump ua-parser-js from 0.7.31 to 0.7.33
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Louis [Mon, 30 Jan 2023 09:40:49 +0000 (10:40 +0100)]
Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend
Allow to name a version
Richard Steinmetz [Mon, 30 Jan 2023 09:07:01 +0000 (10:07 +0100)]
fix(encryption): don't throw on missing file
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Joas Schilling [Mon, 30 Jan 2023 08:56:36 +0000 (09:56 +0100)]
Merge pull request #36348 from nextcloud/bugfix/noid/fix-primary-color-usage-in-emails-and-federation
Fix primary color usage in emails and federation
Joas Schilling [Thu, 26 Jan 2023 14:12:49 +0000 (15:12 +0100)]
fix(tests): Fix method name in unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 25 Jan 2023 09:48:28 +0000 (10:48 +0100)]
Use the default primary color instead of "randomly" the color of the user triggering the email
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 25 Jan 2023 09:41:19 +0000 (10:41 +0100)]
Use the default color and matching text color for the federation invite
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 30 Jan 2023 02:25:59 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 29 Jan 2023 02:26:57 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sat, 28 Jan 2023 10:04:17 +0000 (11:04 +0100)]
try to fix the exif_read_data issue
Signed-off-by: Simon L <szaimen@e.mail.de>
Nextcloud bot [Sat, 28 Jan 2023 02:26:02 +0000 (02:26 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Fri, 27 Jan 2023 15:59:14 +0000 (16:59 +0100)]
Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute
feat(app-framework): Add UseSession attribute to replace annotation
Christoph Wurst [Fri, 27 Jan 2023 14:43:33 +0000 (15:43 +0100)]
Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable-calendar-data
fix(caldav): Fix wrong Psalm report for nullable calendar data
Julius Härtl [Fri, 27 Jan 2023 11:35:44 +0000 (12:35 +0100)]
Merge pull request #35557 from nextcloud/enh/31667/extend-reference-api-for-frontend-picker
Simon L [Fri, 27 Jan 2023 10:55:38 +0000 (11:55 +0100)]
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair
FIX: This fill finish -> This will finish
Julius Härtl [Thu, 26 Jan 2023 21:49:48 +0000 (22:49 +0100)]
style: Fix php-cs and psalm
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 26 Jan 2023 21:46:12 +0000 (22:46 +0100)]
chore(composer): Update autoloader
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julien Veyssier [Thu, 26 Jan 2023 12:21:04 +0000 (13:21 +0100)]
improve getUserProviderTimestamps
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Thu, 26 Jan 2023 12:00:16 +0000 (13:00 +0100)]
use array_filter instead of array_map + array_search
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Thu, 26 Jan 2023 11:50:00 +0000 (12:50 +0100)]
handle and return touchProvider errors
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Thu, 26 Jan 2023 11:43:02 +0000 (12:43 +0100)]
ADiscoverableReferenceProvider implements JsonSerializable
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Thu, 12 Jan 2023 14:47:20 +0000 (15:47 +0100)]
add 'last used timestamp' management for reference providers
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Fri, 2 Dec 2022 12:06:59 +0000 (13:06 +0100)]
extend the reference API for the new link picker
- add 2 interfaces for discoverable and searchable reference providers
- new OCS route to get info on discoverable/searchable reference providers
- new abstract ADiscoverableReferenceProvider that only implements jsonSerialize
- listen to RenderReferenceEvent to inject provider list with initial state
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Joas Schilling [Fri, 27 Jan 2023 09:29:38 +0000 (10:29 +0100)]
Merge pull request #36402 from nextcloud/nickvergessen-patch-2
ci(psalm): Generate base analysis on pushes so we can compare to upda…
Joas Schilling [Fri, 27 Jan 2023 09:29:14 +0000 (10:29 +0100)]
Merge pull request #36389 from nextcloud/nickvergessen-patch-1
fix(CI): Install composer dependencies of Talk
Joas Schilling [Fri, 27 Jan 2023 09:08:53 +0000 (10:08 +0100)]
ci(psalm): Generate base analysis on pushes so we can compare to updated reports
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Christoph Wurst [Wed, 25 Jan 2023 18:26:21 +0000 (19:26 +0100)]
feat(app-framework): Add UseSession attribute to replace annotation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 26 Jan 2023 14:28:26 +0000 (15:28 +0100)]
fix(CI): Install composer dependencies of Talk
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Nextcloud bot [Fri, 27 Jan 2023 02:28:03 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Thu, 26 Jan 2023 23:40:12 +0000 (15:40 -0800)]
Merge pull request #36370 from nextcloud/fix/search-focus
Pytal [Thu, 26 Jan 2023 23:38:24 +0000 (15:38 -0800)]
Merge pull request #36371 from nextcloud/compiled-css-gitattr
Mark compiled CSS as binary
sodimel [Thu, 26 Jan 2023 20:05:01 +0000 (21:05 +0100)]
FIX: This fill finish -> This will finish
Signed-off-by: sodimel <corentin@244466666.xyz>
Christoph Wurst [Thu, 26 Jan 2023 14:17:38 +0000 (15:17 +0100)]
Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares
feat(app-framework): Add support for global middlewares
Daniel [Thu, 26 Jan 2023 13:15:47 +0000 (14:15 +0100)]
Merge pull request #36210 from nextcloud/fix/4811/principal-email
fix(dav): check if principal has email address before accessing it
Christoph Wurst [Thu, 26 Jan 2023 12:18:19 +0000 (13:18 +0100)]
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void
fix(app-framework): Specify return type of Middleware::beforeController
Christoph Wurst [Mon, 23 Jan 2023 16:11:39 +0000 (17:11 +0100)]
feat(app-framework): Add support for global middlewares
This allows apps to register middlewares that always register, not just
for the app's own requests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 26 Jan 2023 10:24:53 +0000 (11:24 +0100)]
fix(caldav): Fix wrong Psalm report for nullable calendar data
> Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy
^ is a lie
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Louis Chemineau [Mon, 23 Jan 2023 16:57:36 +0000 (17:57 +0100)]
Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 19 Jan 2023 16:47:31 +0000 (17:47 +0100)]
Handle undefined label in front-end
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 21 Dec 2022 09:16:44 +0000 (10:16 +0100)]
Add cypress tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 21 Dec 2022 10:35:13 +0000 (11:35 +0100)]
Forward branch env var to the cypress container
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 15 Dec 2022 14:35:31 +0000 (15:35 +0100)]
Fix versions restoring with S3
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 15 Dec 2022 14:30:18 +0000 (15:30 +0100)]
Use node's owner if no user is connected
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 8 Dec 2022 16:44:09 +0000 (17:44 +0100)]
Prevent storing versions with the same mtime
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 8 Dec 2022 15:40:10 +0000 (16:40 +0100)]
Fix renaming files_versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 8 Dec 2022 10:26:58 +0000 (11:26 +0100)]
Handle empty files in version creation logic
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 7 Dec 2022 14:55:36 +0000 (15:55 +0100)]
Fix hookconnector tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Mon, 12 Dec 2022 17:27:50 +0000 (18:27 +0100)]
Adapt files_versions tests to modernized hooks
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Thu, 1 Dec 2022 10:21:02 +0000 (11:21 +0100)]
User rootFolder instead of userFolder in FileEventsListener
Requesting userFolder fails during NC installation phase.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 29 Nov 2022 13:58:27 +0000 (14:58 +0100)]
Rename Hooks.php to FileEventsListener.php
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Mon, 28 Nov 2022 15:18:06 +0000 (16:18 +0100)]
Prevent expiration of named versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Wed, 23 Nov 2022 13:57:30 +0000 (14:57 +0100)]
Delete file versions entries in DB when node is deleted
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 29 Nov 2022 15:26:54 +0000 (16:26 +0100)]
Allow to delete a version through DAV
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 29 Nov 2022 13:52:02 +0000 (14:52 +0100)]
Support getting and patching version-label
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Mon, 14 Nov 2022 15:33:42 +0000 (16:33 +0100)]
Create files_versions table
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 22 Nov 2022 17:14:07 +0000 (18:14 +0100)]
Modernise hook listener of files_versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
blizzz [Thu, 26 Jan 2023 10:07:38 +0000 (11:07 +0100)]
Merge pull request #36362 from nextcloud/release/26.0.0_beta_1
26.0.0 beta 1
Vincent Petry [Thu, 26 Jan 2023 08:45:12 +0000 (09:45 +0100)]
Merge pull request #35894 from nextcloud/move-from-encryption
fix moving files of encrypted local storage to unencrypted local storage
Christoph Wurst [Thu, 26 Jan 2023 08:17:52 +0000 (09:17 +0100)]
Merge pull request #36347 from nextcloud/chore/autoloader/composer-2.5.1-autoloader-files
chore(autoloaders): Update autoloader files for Composer 2.5.1
Christopher Ng [Thu, 26 Jan 2023 02:29:11 +0000 (18:29 -0800)]
Mark compiled CSS as binary
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Nextcloud bot [Thu, 26 Jan 2023 02:25:08 +0000 (02:25 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 26 Jan 2023 01:02:51 +0000 (17:02 -0800)]
Fix focus not returning to search icon
- Remove programmatic focusing already handled by focus-trap
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Simon L [Wed, 25 Jan 2023 20:06:11 +0000 (21:06 +0100)]
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
imaginary - add tiff to supported formats
Arthur Schiwon [Wed, 25 Jan 2023 17:21:04 +0000 (18:21 +0100)]
26.0.0 beta 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Christoph Wurst [Wed, 25 Jan 2023 16:37:56 +0000 (17:37 +0100)]
Merge pull request #36298 from nextcloud/perf/app-framework/lazy-middleware-registration
perf(app-framework): Make app middleware registration even lazier
Julius Härtl [Wed, 25 Jan 2023 14:59:26 +0000 (15:59 +0100)]
Merge pull request #32798 from nextcloud/enh/sse-c
[S3] Add option to specify an SSE-C customer provided key
Daniel [Wed, 25 Jan 2023 11:44:01 +0000 (12:44 +0100)]
Merge pull request #36187 from nextcloud/psalm-ocp-since-checker
ci: migrate ocp since checker to psalm
Julius Härtl [Wed, 25 Jan 2023 11:35:24 +0000 (12:35 +0100)]
Merge pull request #35759 from nextcloud/add-app-config-for-default-template-path
Simon L [Wed, 25 Jan 2023 10:53:16 +0000 (11:53 +0100)]
imaginary - add tiff to supported formats
Signed-off-by: Simon L <szaimen@e.mail.de>
Christoph Wurst [Wed, 25 Jan 2023 09:42:34 +0000 (10:42 +0100)]
chore(autoloaders): Update autoloader files for Composer 2.5.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 25 Jan 2023 08:30:58 +0000 (09:30 +0100)]
fix(app-framework): Specify return type of Middleware::beforeController
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Mon, 23 Jan 2023 10:27:28 +0000 (11:27 +0100)]
perf(app-framework): Make the app middleware registration lazy
Before this patch, app middlewares were registered on the dispatcher for
every app loaded in a Nextcloud process. With the patch, only
middlewares belonging to the same app of a dispatcher instance are
loaded.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Wed, 25 Jan 2023 07:51:55 +0000 (08:51 +0100)]
Merge pull request #36216 from nextcloud/fix/user_status-heartbeat-response
Fix user_status heartbeat response
jld3103 [Wed, 18 Jan 2023 13:00:31 +0000 (14:00 +0100)]
Fix user_status heartbeat response
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Nextcloud bot [Wed, 25 Jan 2023 02:44:17 +0000 (02:44 +0000)]
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Wed, 25 Jan 2023 02:25:33 +0000 (18:25 -0800)]
Merge pull request #36055 from nextcloud/enh/a11y-sharing-select
Port files sharing selector
Christopher Ng [Wed, 25 Jan 2023 01:40:17 +0000 (17:40 -0800)]
Port files sharing selector
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Daniel [Tue, 24 Jan 2023 20:23:28 +0000 (21:23 +0100)]
Merge pull request #36333 from nextcloud/docs/fix-files_no_background_scan-default
Fix default value for files_no_background_scan
max-nextcloud [Tue, 24 Jan 2023 17:02:12 +0000 (18:02 +0100)]
Fix default value for files_no_background_scan
The value is read in https://github.com/nextcloud/server/blob/
b888c6146327d842e21988b0d90d6ade4f3a9435 /apps/files/lib/BackgroundJob/ScanFiles.php#L105 and the default value is false.
Signed-off-by: max-nextcloud <max@nextcloud.com>
Pytal [Tue, 24 Jan 2023 16:41:12 +0000 (08:41 -0800)]
Merge pull request #36321 from nextcloud/deps/nextcloud/vue-7.5.0
Robin Appelman [Tue, 27 Dec 2022 14:32:59 +0000 (15:32 +0100)]
fix moving files of encrypted local storage to unencrypted local storage
for example when moving encrypted files to a groupfolder
Signed-off-by: Robin Appelman <robin@icewind.nl>
Simon L [Tue, 24 Jan 2023 13:15:36 +0000 (14:15 +0100)]
Merge pull request #36326 from nextcloud/enh/29584/fix-translation
don't translate a variable
Simon L [Tue, 24 Jan 2023 09:50:18 +0000 (10:50 +0100)]
don't translate a variable
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>