Commit Graph

47 Commits

Author SHA1 Message Date
d78a82c14c
sync timezone for mysql session
All checks were successful
soko-web/pipeline/head This commit looks good
2025-02-20 22:54:12 +01:00
d504f1d5bb
encode and decode parameters in routes
All checks were successful
soko-web/pipeline/head This commit looks good
2024-11-08 12:21:54 +01:00
5534f10cee
use RFC3986 for query parameter encoding 2024-11-08 12:21:13 +01:00
c1fe1bb0e0
do not encode query parameters 2024-11-08 12:20:30 +01:00
ee7d9623a3
set redirect_after_login in query parameter as well
All checks were successful
soko-web/pipeline/head This commit looks good
2024-10-24 22:15:22 +02:00
ecec258a64
allow starttls and smtps for mailing 2024-10-19 22:44:51 +02:00
66040d69db
use IRouteCollection for HttpResponse
All checks were successful
soko-web/pipeline/head This commit looks good
2024-10-18 18:18:13 +02:00
fc2de8e1ab
do not use $_ENV vars for mail template 2024-10-18 18:05:53 +02:00
e67afc401b
implement cors
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2024-08-02 01:42:30 +02:00
2226b88a88
adapt signature of DatabaseSessionHandler::gc to the parent class
Some checks failed
soko-web/pipeline/pr-master There was a failure building this commit
2023-09-27 21:46:32 +02:00
2d48f20aed
log erros that were already caught
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-09-27 00:04:26 +02:00
bccee89c13
lazy create mysql connecion
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-09-16 13:18:42 +02:00
74cb576a2e
where should accept $relation as null
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-07-08 14:36:22 +02:00
fc4c3234a7
implement multi relation loading
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-06-17 14:15:46 +02:00
1dcab1abe2
RVRNEXT-31 change logic of checking external assets
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-28 21:00:43 +02:00
f037de014e
Revert "fix the case when relation is set to null"
All checks were successful
soko-web/pipeline/pr-master This commit looks good
This reverts commit 25548176bb.
2023-05-28 15:54:54 +02:00
da2801560d
iterate in $data until fields for empty relation are over
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-28 15:47:35 +02:00
25548176bb
fix the case when relation is set to null
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-28 15:46:13 +02:00
346b1a0ca9
generated unique slug should be part of diff
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-28 15:45:19 +02:00
754a23706a
MAPG-238 include view with @include
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-27 10:56:20 +02:00
6989e1dcf3
call static instead of self in Model
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-07 01:51:20 +02:00
1288a33ff6
handle slugs in persistent data manager 2023-05-07 01:51:20 +02:00
a5bfc61db8
add class that handles model with slug 2023-05-07 01:51:20 +02:00
a17db2c79c
use the correct table alias in joins 'on clause'
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-02 18:04:35 +02:00
72fc78220f
check session validity by DatabaseSessionHandler
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-02 12:37:31 +02:00
c57d1d40d4
fixup! remove unnecessary "pass by reference" variables from Request
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-02 12:02:30 +02:00
6a35344210
pass Session object to Request
Some checks failed
soko-web/pipeline/pr-master There was a failure building this commit
2023-05-02 11:47:08 +02:00
9ade08d8bd
session handler should receive table name in the constructor 2023-05-02 10:52:22 +02:00
a982be6645
remove unnecessary "pass by reference" variables from Request 2023-05-02 10:36:04 +02:00
70a9e492e3
make left joins really work
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-05-01 18:56:36 +02:00
e9bfe4e4ad
use the table name is column names if table is not specified 2023-05-01 18:56:36 +02:00
cf329a20e5
make it possible to use the same table in multiple joins 2023-05-01 18:56:36 +02:00
e37ea7c09c
make PersistentDataManager::$fillWithData private
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-30 19:21:04 +02:00
ad7ea0de9d
withRelations in methods of PersistentDataManager should contain relation names instead of types 2023-04-30 19:19:00 +02:00
7650b33cd2
make auditlogger optional in persistent data manager
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-20 00:23:14 +02:00
4fe463fcc5
do not use app container in classes
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-19 23:26:24 +02:00
0f87a9c6e3
add interfaces for route and route collection 2023-04-19 22:15:49 +02:00
831433f9d8
implement audit logger 2023-04-18 23:15:06 +02:00
ad7b8c3eda
handle errors and exceptions in controllers
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-18 22:43:21 +02:00
51801d4228
execute every db command in a transaction in controllers 2023-04-18 22:22:02 +02:00
f43121769b
turn on mysqli exceptions
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-17 20:42:22 +02:00
635b68ab46
add generic HttpResponse
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-16 20:46:16 +02:00
427426bebe
unify url handling for routes and redirect
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-16 20:33:22 +02:00
298a1e34ac
add interface IAuthenticationRequired
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-16 16:43:53 +02:00
9d4cb86d41
fix check in PersistentDataManager
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-16 15:59:47 +02:00
fda796ab18
get and serve headers in Request
All checks were successful
soko-web/pipeline/pr-master This commit looks good
2023-04-16 15:52:50 +02:00
a17a88e9d4
initial commit for soko-web
All checks were successful
soko-web/pipeline/head This commit looks good
2023-04-07 19:32:15 +02:00