Commit Graph

10 Commits

Author SHA1 Message Date
Kamil Tekiela
c3b55f1965 Refactor TokenRequestParamChecking
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-11-11 23:09:26 +00:00
Maurício Meneghini Fauth
99ad89e07d
Remove null handling from Http\Handler\ApplicationHandler
A Response object is always returned by InvocableController.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-22 15:35:08 -03:00
Maurício Meneghini Fauth
5e429ffc7d
Extract Footer::setHistory() into a middleware
This is always done after a response, so is better to extract it into a
middleware instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-08 17:11:57 -03:00
Maurício Meneghini Fauth
98b3eda545
Remove ResponseRenderer::disable from UrlRedirector class
Creates a new Response object instead of using the response from
ResponseRenderer class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-03 18:04:02 -03:00
Maurício Meneghini Fauth
9b25d12e01
Extract recent table handling from Header into a middleware
This removes the recent visited table handling from the Header class and
moves it to a new middleware.

This also removes a duplicated update via front-end.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-04-14 17:19:26 -03:00
Kamil Tekiela
4e8c62f885 Fix initialization of Relation and Tracker
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-01-09 18:09:39 +01:00
Maurício Meneghini Fauth
a858f08fec Move error related classes to the Error namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-01-05 13:28:23 -03:00
Maurício Meneghini Fauth
74054cb4d3
Extract container builder logic to ContainerBuilder class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-22 19:22:18 -03:00
Maurício Meneghini Fauth
5f7d70b536
Move the Middleware namespace into the Http namespace
Middleware is directly related to HTTP.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-02 20:18:59 -03:00
Maurício Meneghini Fauth
c2955cc2b2
Rename the directory libraries/classes/ to src/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-30 15:59:28 -03:00