Tomasz Sowa
5972b2bb39
update uikit to 3.15.22
1 week ago
Tomasz Sowa
f182978ea5
update htmx to 1.8.5
1 week ago
Tomasz Sowa
ebb8132808
update uikit to 3.15.21
2 weeks ago
Tomasz Sowa
1bd1762258
update uikit to 3.15.20
3 weeks ago
Tomasz Sowa
00b0e251f4
update uikit to 3.15.19
4 weeks ago
Tomasz Sowa
14e32df8c9
fix(Http): use uninitialize_curl() in begin() method
1 month ago
Tomasz Sowa
aa938f05ca
add methods to set a client certificate/key and the CA in the Http class
1 month ago
Tomasz Sowa
4583ab28ed
add primary keys definition to migration rules
1 month ago
Tomasz Sowa
9c0cd6eb5e
add Http::set_ssl_version() to set the available TLS version to use
1 month ago
Tomasz Sowa
32c30cf536
update uikit to 3.15.18
1 month ago
Tomasz Sowa
a8b7a9e122
update uikit to 3.15.17
2 months ago
Tomasz Sowa
d07ff5b881
update uikit to 3.15.15
2 months ago
Tomasz Sowa
66fae598c2
parse winixjson_* environment variables as json config options
2 months ago
Tomasz Sowa
589e889822
update uikit to 3.15.14
2 months ago
Tomasz Sowa
89249f1297
add Http::fetch(...) methods
2 months ago
Tomasz Sowa
2bd56c87e4
update uikit to 3.15.13
2 months ago
Tomasz Sowa
204688464e
rename Http:put() to Http:post() and add a separate Http:put()
2 months ago
Tomasz Sowa
1d0956abab
update to the new pikotools api: change converting functions to the snake case
2 months ago
Tomasz Sowa
c2013ff47f
do not use the ezc engine when sending a static file
...
while here:
- in send_file_mode=0 return a 404 if a static file was not correctly read
2 months ago
Tomasz Sowa
624bf47c8d
update htmx to 1.8.4
3 months ago
Tomasz Sowa
cdd395efa5
update uikit to 3.15.12
3 months ago
Tomasz Sowa
47f6e2234c
update htmx to 1.8.2
3 months ago
Tomasz Sowa
1648092cd5
update uikit to 3.15.11
3 months ago
Tomasz Sowa
99fbf6ca27
add WINIX_STARTED plugin message
3 months ago
Tomasz Sowa
f050fc2316
make more virtual functions is BaseThread
3 months ago
Tomasz Sowa
1015baf111
make depend
3 months ago
Tomasz Sowa
04f0a2f808
add MoveHelper for moving winix files - copied from Mv function
3 months ago
Tomasz Sowa
1da240afb9
check notitle parameter in upload winix function
3 months ago
Tomasz Sowa
77a00f5989
fix: return a correct status from Dirs::AddDirectory()
3 months ago
Tomasz Sowa
f3d6494ae5
add the easepick - a date and time picker
4 months ago
Tomasz Sowa
8edd0ef07a
fix: use the base_url as a domain when creating a session cookie if a cookie domain is empty
4 months ago
Tomasz Sowa
3855ea9fa7
add /usr/include/postgresql to includes paths
4 months ago
Tomasz Sowa
a81839fd9c
make depend
4 months ago
Tomasz Sowa
03035f038f
use PT_HAS_MORM_LIBRARY macro when building too
...
while here:
- use some conditionals in the Makefile
4 months ago
Tomasz Sowa
baa870edbd
update to uikit 3.15.10
4 months ago
Tomasz Sowa
c8bc23312b
update uikit to 3.15.8
4 months ago
Tomasz Sowa
d5e6fb7c54
add Access-Control-Expose-Headers to normal cors requests too
4 months ago
Tomasz Sowa
6138497fe0
change how origin header is treated
...
Now check whether the origin is in allowed_origins table,
and if not check allow_all_origins config parameter.
While here:
- add are_cors_preflight_requests_available - if true then preflight
requests are available (default false)
5 months ago
Tomasz Sowa
05ecac8426
add support for more cookie flags in Request::AddCookie() method
...
changed in config options:
- renamed: http_session_id_name to session_cookie_name
- add config options: session_cookie_path, session_cookie_domain, session_cookie_same_site,
session_cookie_http_only, session_cookie_secure
5 months ago
Tomasz Sowa
222a1c8a1f
refactor the algorithm for testing the cors
...
while here:
- send cors headers even if the status is 404
- add: access_control_expose_headers config option - list of additional headers sent in Access-Control-Expose-Headers
- add: access_control_allow_credentials config option - if true return Access-Control-Allow-Credentials header equal "true"
5 months ago
Tomasz Sowa
04164ff967
add Access-Control-Allow-Credentials for simple requests too
5 months ago
Tomasz Sowa
9f64692ede
set Access-Control-Allow-Credentials if available
5 months ago
Tomasz Sowa
8b9ad5d079
make depend
5 months ago
Tomasz Sowa
bff435db9a
add WINIX_SAVE_FILELOG plugin message
5 months ago
Tomasz Sowa
e09a93bd72
update uikit to 3.15.6
5 months ago
Tomasz Sowa
e378fcfe3b
remove not used variables from Request
5 months ago
Tomasz Sowa
a7a338f28e
fix(Request): allow to prepare integer headers
5 months ago
Tomasz Sowa
a19158cb62
add config options for testing the Origin header in cors requests
...
- allow_all_cors_origins - whether or not to allow all origins
- allowed_cors_origins - a list of allowed origins (used if allow_all_cors_origins is false)
5 months ago
Tomasz Sowa
778ed01a55
make depend
5 months ago
Tomasz Sowa
217f42b7c6
add support for preflight requ (cors)
5 months ago