Activity
From 2013-09-08 to 2013-10-07
2013-10-04
-
15:57 Revision dac79bb0: [BUGFIX] Skip csrf protection for authenticate action
- As the authenticate action is usually called by a
POST request, this request is considered a non safe
request. Howeve... -
15:57 Revision c7ecbacb: Merge "[BUGFIX] Skip csrf protection for authenticate action"
-
15:53 Revision de5ed467: [BUGFIX] "Required option" flag in AbstractValidator works correct
- This fix adds a boolean condition to the "Required option" flag
condition. With this fix the flag can also be FALSE.
... -
15:53 Revision 3f45b399: Merge "[BUGFIX] "Required option" flag in AbstractValidator works correct"
-
15:53 Revision 9e5f2e40: [BUGFIX] "Required option" flag in AbstractValidator works correct
- This fix adds a boolean condition to the "Required option" flag
condition. With this fix the flag can also be FALSE.
... -
15:23 Revision 02d5c019: [BUGFIX] Skip csrf protection for authenticate action
- As the authenticate action is usually called by a
POST request, this request is considered a non safe
request. Howeve... -
11:15 Revision 5518aadd: [BUGFIX] Do not calculate effective privileges, if runtime evaluations are in place
- In this case the effective privileges can not be calculated.
Therefore we have to skip it.
Change-Id: Ifa82fe6b44484... -
10:13 Revision f5fcc776: [BUGFIX] Security has to be bypassed if testableSecurity is disabled
- If testable security is not switched on in a functional test, skip any
checks by overriding in the AccessDecisionMana...
2013-10-03
-
19:16 Revision 5686807c: Merge "[TASK] initializeAction methods have to be protected"
-
19:07 Revision 6b0a3b19: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody"" into 2.0
-
19:02 Revision 539f3079: Merge "[BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles"
-
17:17 Revision 7ebecd48: [TASK] initializeAction methods have to be protected
- Change-Id: I791d71289a81b81f385ab5d279308c4ebc4a9753
Releases: master -
16:55 Revision 85b1d10c: [!!!][TASK] Add method "hasAccessToResource" to the access decision manager
- This is a convenience method to avoid a try/catch in userland code.
Breaking only for those who implemented AccessDe... -
16:38 Revision 0591fcd1: [!!!][TASK] Refactor and clarify the database exception handling
- This change differentiates between connection errors and missing
tables in the database which were before handled equ... -
16:37 Revision 4e6ce442: [TASK] Replace some leftover FLOW3 in tests
- Change-Id: Ie3856f4c8beb8139b2215f01fc1be177bf8faf72
Migration: TYPO3.Flow-201209251426
Releases: master, 2.0 -
15:47 Revision 308e09da: [TASK] Warn that a package is not available on (de)activate
- Flow now specifically warns about a package not being available
when the activate or deactivate command for a package... -
15:47 Revision 95d547b2: Merge "[TASK] Warn that a package is not available on (de)activate"
-
15:47 Revision c9776cf1: [TASK] Warn that a package is not available on (de)activate
- Flow now specifically warns about a package not being available
when the activate or deactivate command for a package... -
12:43 Revision a60ef3c8: [TASK] Refactor router caching logic into a service
- This change removes most of the logic from the
RouterCachingAspect and introduces it in the form of a new
RouterCachi... -
10:50 Revision 95a7d3ac: Merge "[BUGFIX] Fix validation if nested properties of same type are present"
-
10:08 Revision 963ecb32: [BUGFIX] Fix case resolving for methods in security commands
- We are now using reflection classes to resolve the
case sensitive method names, as this more reliably
includes really... -
10:08 Revision 0adfb887: [FEATURE] Add command to list methods matched by a policy resource
- Using this command one can list methods that are included in a resource
definition::
./flow security:showmethodsfo...
2013-10-02
-
23:02 Revision d95e1c0c: [FEATURE] Add Package Filtering by Path and Type
- This makes getting a particular kind of package, by path or type, or
first class Flow feature. The docs say that you ... -
19:05 Revision d56e646a: [BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles
- To be able to use real role based authorization with the
FileBasedSimpleKeyProvider, we have to authenticate an
accou... -
19:03 Revision d3f504f7: [BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles
- To be able to use real role based authorization with the
FileBasedSimpleKeyProvider, we have to authenticate an
accou... -
19:01 Revision 26ee5d83: [BUGFIX] Transient Properties should not be serialized
- Properties annotated with the \TYPO3\Flow\Annotations\Transient
annotation should not be serialized in the autogenera... -
17:52 Revision 09756f36: [BUGFIX] Fix validation if nested properties of same type are present
- The performance optimization in #46340
changed the isValid() method of the
GenericObjectValidator to use the result
p... -
17:47 Revision 3e22de51: Merge "[FEATURE] New Doctrine data type "objectarray""
-
17:09 Revision 85556d0d: [TASK] Make code migration checking roles in policies more robust
- The migration checking for the use of globally defined roles identifier
was a bit too eager in working on packages wi... -
17:08 Revision 8725c163: Merge "[TASK] Make code migration checking roles in policies more robust"
-
16:50 Revision 77e8282f: [FEATURE] Add policy analysis commands
- With the new commands it is possible to check for unprotected commands
and see the effective policy rules for a given... -
15:52 Revision 7e9e3d79: [TASK] Clarify Configuration subdirectory usage
- Change-Id: I1de7069e392163a836ff5b58385d9accc6ea2bec
Releases: master -
13:37 Revision 8a99cc3d: Merge "[BUGFIX] Transient Properties should not be serialized"
-
10:15 Revision b6768ccf: [BUGFIX] Allow access to resources GRANTED to "Everybody"
- PolicyEnforcement does no longer throw an AccessDenied exception
if not logged in before checking the actual ACLs for... -
10:13 Revision 2b19a262: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody""
-
09:37 Revision 791b5704: [BUGFIX] Transient Properties should not be serialized
- Properties annoated with the \TYPO3\Flow\Annotations\Transient
annotation should not be serialized in the autogenerat...
2013-10-01
-
12:19 Revision 0dd80fb8: [TASK] Allow package installer actions / scripts
- Allow packages to register scripts and resources to be executed or
installed upon composer install and update.
Chang... -
10:26 Revision bdebde07: [TASK] PhpFrontend has a method to return original code
- With this change the PhpFrontend has the added method
getWrappend(), which returns the code including the
automatical...
2013-09-26
-
18:42 Revision 52b18622: [BUGFIX] UUID Validator rejects too long UUIDs
- Now the validation regex has start- and end of string
boundaries, hence rejecting strings which only
contain a valid ... -
17:29 Revision 3f314f47: [TASK] Remove arbitrary limit on Resource filename/extension
- The DB columns for those properties are VARCHAR(255), so the validation
limit of 100 makes no sense.
Change-Id: Ia26...
2013-09-25
-
09:32 Revision d06901fd: [BUGFIX] unpublishPersistentResource deletes only intended Resource
- When calling ``unpublishPersistentResource``, now only the actually
intended Resource gets deleted, rather than the w... -
09:32 Revision be7b184a: [BUGFIX] ReflectionService works for non-Entity inheritance members
- As soon as a class which is *not* an entity was present as an
ancestor of an Entity (with at least one Entity descend...
2013-09-24
-
17:40 Revision 9b0a1a37: [TASK] Remove arbitrary limit on Resource filename/extension
- The DB columns for those properties are VARCHAR(255), so the validation
limit of 100 makes no sense.
Change-Id: Ia26...
2013-09-23
-
13:02 Revision 69bd32c6: [FEATURE] Flexible array sorter
- Introduces a new utility class ``PositionalArraySorter`` that can be used to sort
an array based on a "position strin... -
12:06 Revision ebd66125: [BUGFIX] Dynamic RouteParts should be urldecoded
- This makes sure that request path segments are urldecoded
during matching and urlencoded during resolving of Routes.
... -
11:36 Revision b3333fa1: Merge "[FEATURE] Add AnsiConsoleBackend for logging"
2013-09-20
-
16:31 Revision 1b556fd6: Merge "[BUGFIX] Fix resolving of relative namespaces in parent classes"
-
15:11 Revision d1eb07e5: Merge "[TASK] More meaningful error message for connection errors"
-
08:59 Revision 637d1736: [FEATURE] Add AnsiConsoleBackend for logging
- Taken from TYPO3.Surf.
Change-Id: I3e4d4ed9345ef3d8ecabbd2625ce897b97c690ed
Releases: master
2013-09-19
-
17:07 Revision b4c6e7ed: [BUGFIX] Dynamic RouteParts should be urldecoded
- This makes sure that request path segments are urldecoded
during matching and urlencoded during resolving of Routes.
... -
12:48 Revision 751b4b55: [BUGFIX] Fix resolving of relative namespaces in parent classes
- With I28fd7c7993ea79714cc62032fcc332ac8cf9d4bc the ReflectionService
resolves relative and aliased namespaces automat... -
09:22 Revision eca1d1eb: [BUGFIX] Treat namespaces with underscores correctly
- The actual classloading does not handle the presence of underscores in namespaces
correctly.
Change-Id: I589f687adf2...
2013-09-16
2013-09-13
-
19:36 Revision ca8e622d: Merge "[FEATURE] Improve rendering of large exceptions"
-
19:35 Revision 92b2602e: Merge "[BUGFIX] BooleanConverter considers "false" TRUE"
-
15:00 Revision f4f107c7: Merge "[BUGFIX] Ignore unreflectable classes"
2013-09-12
-
14:52 Revision 5cf85e24: Merge "Revert "[BUGFIX] Published resources don't support symlinks""
-
14:37 Revision b7ac599a: Revert "[BUGFIX] Published resources don't support symlinks"
- This reverts commit 64480cd47066458bfd9a15a9a10f1760e5a0a3b4
Change-Id: I762320407bc1cb624ee4ca1c51216f61831e1546
2013-09-11
-
14:41 Revision 2c1f998f: Merge "[BUGFIX] ReflectionService works for non-Entity inheritance members"
2013-09-10
-
16:49 Revision 35936c58: [TASK] More meaningful error message for connection errors
- This patch provides more meaning full exception messages for
database connection errors. Now the message distinguishe... -
15:13 Revision 88dd9edb: [FEATURE] Let cache:warmup warm up every configured configuration type
- When having done a flow:cache:warmup, the Configuration Manager only cached
the configurations which were necessary d...
2013-09-09
-
15:37 Revision ad7fbeb9: [BUGFIX] Ignore unreflectable classes
- Classes that cannot be reflected will make the automatic configuration choke.
This happens quite often when using 3rd...
Also available in: Atom