Add getter setter for settings in upload service#1348
Closed
einpraegsam wants to merge 67 commits intomasterfrom
Closed
Add getter setter for settings in upload service#1348einpraegsam wants to merge 67 commits intomasterfrom
einpraegsam wants to merge 67 commits intomasterfrom
Conversation
This is the last EXT:powermail release before starting the work for TYPO3 v13 compatibility. But don't fear: The TYPO3 v12 compatible version has full support (bugfixes and features). For details see https://github.com/in2code-de/powermail/blob/typo3-v12/Documentation/DevelopmentModel.md Information about the EAP: https://www.in2code.de/en/agency/typo3-extensions/early-access-program/
…for assistive technologies Related: #962
…t their containers Related: #962
…orm control (WIP) Related: 962
…ror messages appear Related: #962
To allow typo3's documentation tool to work with the documentation in this repository some small configuration is needed.
Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
- provide docs rendered on docs.typo3.org - improve accessibility
After activating the feature, editors are now able to decide, whether uploads should be sent to sender and / or receiver.
The html structure changed slightly due to the accessibility improvements. These changes make tests green again.
The last release only contained the docs the new feature. php code and templates were still missing
On access restricted pages an exception is thrown as the user is null. (If logged in via backend)
As all filter requests are forwarded from the dispatch action to the list action, the request is evaluated as "invalid" and submitted form values are used by default. To ensure the current (new) field uids for an export are taken into account, the corresponding attribute "respectSubmittedDataValue" needs to be set.
Github is dropping support for old images. So we update to the latest ubuntu lts images.
In event FormControllerFormActionEvent, make it possible to assign variables to view. Related: #1198
It was possible to download an arbitrary file from a TYPO3 installation using the download link in the powermail module. This commits adds a hmac to the link and validates it before starting the download.
This release fixes an issue in the backend, where it was possible to download files from the server, to which an editor did not have propper access permissions.
The $mail argument needs to be optional so we can act if the object is not given. fixes #969
Add more methods to the event FormControllerFormActionEvent. It is now possible to also retrieve the view and request from this event. This makes it possible to - for example - add variables to the view.
In case a file without extension is uploaded (e.g. a filename without a dot, like "pdf") an exception occurs, in all other cases a graceful false generates clear error messages. This simple fix should prevent the exception.
(and update phpstan baseline with reduced errors) Related: #1247
…t feature Resolves: #1260
Some small bugfixes and enhancements. See release page on github for details: https://github.com/in2code-de/powermail/releases/
Related: #1233
Related: #1233
Seems that the used action for ts linting is not available anymore. So we switch to composer based linting. (cherry picked from commit bf15344)
Flexform just needs the foreign_table configuration Resolves: #1331
this feature allows to change settings when using event UploadServicePreflightEvent Related: https://projekte.in2code.de/issues/77205
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature allows to change settings when using event UploadServicePreflightEvent.
In my case I want to change allowed file types for upload per Plugin.
Usage would be somehting like: