summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Implement file reference wigetJulius Härtl2023-03-021-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(translations): Add translation provider APIJulius Härtl2023-02-275-0/+229
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+94
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-081-2/+2
|\
| * fix testsRobin Appelman2023-02-071-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-072-1/+3
|\ \ | | | | | | Make the container fully fulfill PSR container interface
| * | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface ↵Ferdinand Thiessen2023-02-062-1/+3
| |/ | | | | | | | | | | if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-072-2/+8
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Removed catch of ValueError as we cannot know if it’s >2038 or <1970Côme Chilliet2023-02-071-1/+1
| | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-073-3/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix 32bits bigint support in Util/OC_HelperCôme Chilliet2023-02-071-13/+13
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-0/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-072-8/+2
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-023-0/+87
|\ | | | | Allow to register public share template provider
| * Pluggable share providerLouis Chemineau2023-02-023-0/+87
| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | remove depraction of validateEmailAddressArthur Schiwon2023-02-021-2/+0
| | | | | | | | | | | | | | for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+1
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-0/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-271-0/+37
|\ | | | | feat(app-framework): Add UseSession attribute to replace annotation
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | style: Fix php-cs and psalmJulius Härtl2023-01-271-2/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | handle and return touchProvider errorsJulien Veyssier2023-01-271-2/+2
| | | | | | | | 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-271-1/+21
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | extend the reference API for the new link pickerJulien Veyssier2023-01-274-0/+151
|/ | | | | | | | | - 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 #36310 from nextcloud/feat/app-framework/global-middlewaresChristoph Wurst2023-01-261-1/+3
|\ | | | | feat(app-framework): Add support for global middlewares
| * feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-261-1/+3
| | | | | | | | | | | | | | 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 #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>
* | ci: migrate ocp since checker to psalmDaniel Kesselberg2023-01-244-0/+10
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* composer run cs:fixCôme Chilliet2023-01-20335-352/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
| | | | | | Removing @method in Entity brings even more errors. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* docs: document types flag for search optionsDaniel Kesselberg2023-01-191-1/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #35970 from nextcloud/perf/noid/exception-serializerJulius Härtl2023-01-161-0/+9
|\
| * perf(logging): Return early when log level does not match before serializing ↵Julius Härtl2023-01-161-0/+9
| | | | | | | | | | | | an exception Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #36073 from nextcloud/fix/fix-background-job-listblizzz2023-01-161-9/+9
|\ \ | |/ |/| Use a Generator for job list to fix background-job:list command
| * Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-2/+12
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Remove deprecated method getAll instead of breaking API on deprecated methodCôme Chilliet2023-01-121-10/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-4/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboardJulius Härtl2023-01-1010-1571/+0
|\ \ | |/ |/|
| * chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-0310-1571/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add a const for the max user password lengthJoas Schilling2023-01-041-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-042-0/+85
|\ \ | | | | | | Adding option to set Auto-Submitted email header
| * | fix missing class in NewUserMailHelper and static code analysis errorsBennet Becker2023-01-032-2/+2
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-032-6/+15
| | | | | | | | | | | | | | | | | | header name to constants Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | use constant as default value in value getterBennet Becker2022-12-261-1/+1
| | | | | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * | Update PHPDoc annotation in lib/public/Mail/IMessage.phpBennet B2022-12-231-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Bennet B <bennet0496@users.noreply.github.com>