winix/winixd/templates
Tomasz Sowa 979ef907fe allow a request to be processed in a job
Now we allow a request to be passed into a job queue,
and after the job finishes the request is passed into
a controller again. In order to achieve this we have
a requests queue in System, when we put a request
to the job this Request structure is preserved in the
queue and for a new request a new Request is added to
the queue.

while here:
- remove App::Lock()/Unlock(), use scoped locking
- fix: Plugin now has a Call method which takes ModelConnector
  and a logger (used in multithreaded environment)
- BaseThread has a main_model_connector pointer
  to the main (from the main thread) model connector
- the FastCGI structure fcgi_request moved from App to Request
- some methods for handling requests moved from App to Request
- small refactoring in main.cpp
- add Http class (a http client)
2022-07-25 14:21:21 +02:00
..
adduser.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
antispam.cpp added: antispam mechanism 2018-07-02 11:16:36 +00:00
changepatterns.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
changepatterns.h some work on dependency injection 2018-11-21 17:51:15 +00:00
config.cpp fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
currentdate.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
dir.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
doc.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
filters.cpp added fil_json_escape filter 2021-10-21 13:42:41 +02:00
generic.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
htmltextstream.cpp HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
htmltextstream.h change HtmlTextStream iterators type to pt::WTextStream::iterator 2022-02-03 20:57:38 +01:00
indexpatterns.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
indexpatterns.h some work on dependency injection 2018-11-21 17:51:15 +00:00
insert.cpp HtmlTextStream has now pt::Stream as a based class and uses pt::WTextStream as a buffer 2021-07-16 18:17:57 +02:00
ipban.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
last.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
locale.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
locale.h fix: use TextStreamBase::to_str() instead of to_string() 2022-04-25 22:05:34 +02:00
localefilter.cpp some work on dependency injection 2018-11-21 17:51:15 +00:00
localefilter.h some work on dependency injection 2018-11-21 17:51:15 +00:00
login.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
ls.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
man.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
misc.cpp some methods from templates/item.cpp moved to ItemContent 2021-06-20 21:22:08 +02:00
misc.h updated to the new ezc api (Generator has three additional parameters now) 2021-07-13 01:46:07 +02:00
mount.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
passwd.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
patterncacher.cpp removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterncacher.h removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterns.cpp removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
patterns.h removed config options: ezc_error_prefix and ezc_error_postfix 2021-06-19 20:33:35 +02:00
priv.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
rebus.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
server.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
slog.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
stat.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
sys.cpp print components versions in uname winix function 2022-07-03 12:17:14 +02:00
template.cpp added: generic html template: index_generic.html 2021-01-27 18:31:48 +01:00
templates.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
templates.h print components versions in uname winix function 2022-07-03 12:17:14 +02:00
textextstream.cpp namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
textextstream.h namespace PT renamed to pt 2021-05-20 20:59:12 +02:00
upload.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
uptime.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
user.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
who.cpp - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
winix.cpp allow lang ezc function get more than one parameter 2022-05-11 14:22:46 +02:00