Commit Graph

888 Commits

Author SHA1 Message Date
Tomasz Sowa 53991e54e1
update uikit to 3.17.11 2023-11-21 18:59:51 +01:00
Tomasz Sowa df7ae1c6ea
update uikit to 3.17.9 2023-11-16 23:10:51 +01:00
Tomasz Sowa d1f5d9aa88
(winixcli): add a --sort-tables option
while here:
- add a fil_max_size filter for putting a space if the inner stream is greater than x characters
2023-11-09 10:57:11 +01:00
Tomasz Sowa a54d70bed4
add a 422 Header status - Unprocessable Entity 2023-11-08 17:59:40 +01:00
Tomasz Sowa bcde5c628a
update uikit to 3.17.8 2023-11-07 03:56:45 +01:00
Tomasz Sowa f241eb0a18
update htmx to 1.9.7 2023-11-06 04:43:20 +01:00
Tomasz Sowa 74c0c936f6
make depend 2023-11-02 05:15:30 +01:00
Tomasz Sowa 79babc916a
add a Request::raw_post buffer
This buffer is used when a Function::NeedToCopyRawPost() method returned true.

while here:
- remove WINIX_POST_PARAMS and WINIX_RAW_POST_STRING plugin messages
2023-11-02 05:14:48 +01:00
Tomasz Sowa a08bf9f804
update uikit to 3.17.5 2023-10-24 21:36:25 +02:00
Tomasz Sowa 966577cd58
add QT Creator files to .gitignore 2023-10-22 23:38:38 +02:00
Tomasz Sowa 8f20c8f67c
update uikit to 3.17.1 2023-10-10 13:42:49 +02:00
Tomasz Sowa f6c04b2d00
downgrade ckeditor to 4.22.1 as 4.23.0 requires a license key 2023-09-30 01:03:54 +02:00
Tomasz Sowa 0474c76a3d
update ckeditor to 4.23.0 2023-09-30 00:27:59 +02:00
Tomasz Sowa 7a29a072be
update jquery to 3.7.1 2023-09-30 00:13:28 +02:00
Tomasz Sowa 24c2ecb8dd
update htmx to 1.9.6 2023-09-30 00:06:57 +02:00
Tomasz Sowa 7a1cea63bf
update uikit to 3.17.0 2023-09-30 00:02:00 +02:00
Tomasz Sowa e600aebaae
add a RequestJobBase base class for requests jobs 2023-09-28 07:47:06 +02:00
Tomasz Sowa 5e45ad3417
fix(Http): send body content for PATCH, DELETE and OPTIONS methods if exists
while here:
- use CURLOPT_UPLOAD instead of CURLOPT_PUT as the latter is depracated
2023-09-26 23:02:34 +02:00
Tomasz Sowa 79e971cb76
parse the input body for the PUT and PATCH methods too 2023-09-15 10:04:25 +02:00
Tomasz Sowa edee581ecf
update uikit to 3.16.26 2023-08-31 02:01:47 +02:00
Tomasz Sowa f7e077a7c5
add a TimeZone::PrintOffset(...) method 2023-08-29 15:02:37 +02:00
Tomasz Sowa 6a9504fd5f
update htmx to 1.9.5 2023-08-26 00:16:06 +02:00
Tomasz Sowa 6d256e6512
fix: correctly set a Request::RunState::job_run flag to the background request
The flag should be set to the task.request and not to the cur->request.
The cur->request could have been already changed by the main thread.
2023-08-25 16:24:27 +02:00
Tomasz Sowa cf383fa026
update easepick to 1.2.1 2023-08-21 13:31:02 +02:00
Tomasz Sowa c86536d660
update htmx to 1.9.4 2023-08-09 22:45:59 +02:00
Tomasz Sowa dba87d6213
update uikit to 3.16.24 2023-08-06 18:00:25 +02:00
Tomasz Sowa 52f9d399ca
add a Header::text_xml and text_xml_utf8 types 2023-07-31 17:31:22 +02:00
Tomasz Sowa 7b7a962f19
update uikit to 3.16.23 2023-07-30 22:47:36 +02:00
Tomasz Sowa c37722c29a
update ckeditor to 4.22.1 and jquery to 3.7.0 2023-07-23 14:40:13 +02:00
Tomasz Sowa ca509d3a86
update htmx to 1.9.3 2023-07-16 21:37:04 +02:00
Tomasz Sowa bf79e46411
add a GetUTF8File(...) method with a pt::WTextStream & content to the misc 2023-07-04 22:59:57 +02:00
Tomasz Sowa 08821eb440
update uikit to 3.16.22 2023-06-23 01:47:51 +02:00
Tomasz Sowa d7878b5564
update uikit to 3.16.21 2023-06-14 03:13:44 +02:00
Tomasz Sowa 0b52ae80dd
update uikit to 3.16.19 2023-05-27 17:27:42 +02:00
Tomasz Sowa 3e46d8b4b4
update uikit to 3.16.18 2023-05-23 14:48:28 +02:00
Tomasz Sowa 1655ae3562
fix: correctly clear after a request when an exception has been thrown 2023-05-16 15:31:13 +02:00
Tomasz Sowa dda325bbbf
allow to compile with gcc 12 2023-05-13 16:12:02 +02:00
Tomasz Sowa c326c2a095
update uikit to 3.16.17 2023-05-11 08:22:12 +02:00
Tomasz Sowa bf386e2286
add a Http::set_smtp_ssl_mode(long mode) method for selecting the ssl mode 2023-05-10 14:00:33 +02:00
Tomasz Sowa e822e13dc8
add support for sending emails in Http class 2023-05-10 09:01:30 +02:00
Tomasz Sowa cc2c008bfd
update htmx to 1.9.2 2023-05-08 06:01:20 +02:00
Tomasz Sowa b8a8013d4c
update uikit to 3.16.15 2023-04-15 23:50:18 +02:00
Tomasz Sowa 12ed77aeb1
update htmx to 1.9.0 2023-04-13 21:45:39 +02:00
Tomasz Sowa 7476048da6
make depend 2023-04-12 17:21:42 +02:00
Tomasz Sowa 8a307790c0
update jquery to 3.6.4 2023-04-09 14:25:11 +02:00
Tomasz Sowa a49b10ed2d
allow to upload files from the ckeditor
while here:
- update ckeditor to 4.21.0
- add a Sourcedialog plugin to the ckeditor
2023-04-09 14:10:21 +02:00
Tomasz Sowa 6a2da642b0
update uikit to 3.16.14 2023-04-08 09:48:12 +02:00
Tomasz Sowa b836c77950
update uikit to 3.16.13 2023-04-06 07:52:03 +02:00
Tomasz Sowa 2aa4eee20d
update uikit to 3.16.12 2023-03-28 07:37:15 +02:00
Tomasz Sowa 9ada82c4aa
update uikit to 3.16.6 2023-03-12 13:50:50 +01:00