summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): Fix method name in unit testsJoas Schilling2023-01-301-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the default primary color instead of "randomly" the color of the user ↵Joas Schilling2023-01-301-3/+3
| | | | | | triggering the email Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-303-23/+46
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-3044-74/+200
| | | | 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-286-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-2710-72/+189
|\ | | | | feat(app-framework): Add UseSession attribute to replace annotation
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-2710-72/+189
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | 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>
* | | Merge pull request #35557 from ↵Julius Härtl2023-01-2713-3/+405
|\ \ \ | | | | | | | | | | | | nextcloud/enh/31667/extend-reference-api-for-frontend-picker
| * | | style: Fix php-cs and psalmJulius Härtl2023-01-274-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | chore(composer): Update autoloaderJulius Härtl2023-01-272-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | improve getUserProviderTimestampsJulien Veyssier2023-01-271-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | use array_filter instead of array_map + array_searchJulien Veyssier2023-01-271-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | handle and return touchProvider errorsJulien Veyssier2023-01-273-10/+8
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | ADiscoverableReferenceProvider implements JsonSerializableJulien Veyssier2023-01-271-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | add 'last used timestamp' management for reference providersJulien Veyssier2023-01-276-7/+99
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | extend the reference API for the new link pickerJulien Veyssier2023-01-279-0/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | Merge pull request #36395 from corentinbettiol/fix/typo-occ-repairSimon L2023-01-271-1/+1
|\ \ \ \ | |/ / / |/| | | FIX: This fill finish -> This will finish
| * | | FIX: This fill finish -> This will finishsodimel2023-01-261-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: sodimel <corentin@244466666.xyz>
* | | | Merge pull request #36402 from nextcloud/nickvergessen-patch-2Joas Schilling2023-01-271-0/+4
|\ \ \ \ | | | | | | | | | | ci(psalm): Generate base analysis on pushes so we can compare to upda…
| * | | | ci(psalm): Generate base analysis on pushes so we can compare to updated reportsJoas Schilling2023-01-271-0/+4
| | |_|/ | |/| | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | Merge pull request #36389 from nextcloud/nickvergessen-patch-1Joas Schilling2023-01-271-1/+6
|\ \ \ \ | |/ / / |/| | | fix(CI): Install composer dependencies of Talk
| * | | fix(CI): Install composer dependencies of TalkJoas Schilling2023-01-271-1/+6
|/ / / | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2718-16/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36370 from nextcloud/fix/search-focusPytal2023-01-263-5/+3
|\ \ \
| * | | Fix focus not returning to search iconChristopher Ng2023-01-253-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Remove programmatic focusing already handled by focus-trap Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #36371 from nextcloud/compiled-css-gitattrPytal2023-01-261-0/+1
|\ \ \ \ | |_|/ / |/| | | Mark compiled CSS as binary
| * | | Mark compiled CSS as binaryChristopher Ng2023-01-251-0/+1
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewaresChristoph Wurst2023-01-268-12/+95
|\ \ \ | | | | | | | | feat(app-framework): Add support for global middlewares
| * | | feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-268-12/+95
| | |/ | |/| | | | | | | | | | | | | | | | 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>
* | | 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>
* | | | Merge pull request #36341 from ↵Christoph Wurst2023-01-261-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix/app-framework/middleware-before-controller-returns-void fix(app-framework): Specify return type of Middleware::beforeController
| * | | fix(app-framework): Specify return type of Middleware::beforeControllerChristoph Wurst2023-01-251-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #36362 from nextcloud/release/26.0.0_beta_1v26.0.0beta1blizzz2023-01-261-2/+2
|\ \ \ \ | | | | | | | | | | 26.0.0 beta 1
| * | | | 26.0.0 beta 1Arthur Schiwon2023-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #35894 from nextcloud/move-from-encryptionVincent Petry2023-01-261-5/+13
|\ \ \ \ \ | | | | | | | | | | | | fix moving files of encrypted local storage to unencrypted local storage
| * | | | | fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | for example when moving encrypted files to a groupfolder Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #36347 from ↵Christoph Wurst2023-01-2651-398/+651
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/chore/autoloader/composer-2.5.1-autoloader-files chore(autoloaders): Update autoloader files for Composer 2.5.1
| * | | | | chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-2551-398/+651
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2686-98/+48
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiffSimon L2023-01-251-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | imaginary - add tiff to supported formats
| * | | | imaginary - add tiff to supported formatsSimon L2023-01-251-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #36298 from ↵Christoph Wurst2023-01-255-41/+61
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/perf/app-framework/lazy-middleware-registration perf(app-framework): Make app middleware registration even lazier
| * | | | perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-255-41/+61
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32798 from nextcloud/enh/sse-cJulius Härtl2023-01-252-5/+38
|\ \ \ \ | | | | | | | | | | [S3] Add option to specify an SSE-C customer provided key
| * | | | feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-242-5/+38
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #36187 from nextcloud/psalm-ocp-since-checkerDaniel2023-01-258-126/+126
|\ \ \ \ | | | | | | | | | | ci: migrate ocp since checker to psalm