winix/winixd
Tomasz Sowa e5ed1d6ae8 fix: do not use cur if login winix function if config.use_internal_loggin_mechanism is false
In the login winix function cur pointer will be null if config.use_internal_loggin_mechanism
is false, in such a case those objects are not registered as winix functions
but we have a public api
(the public api should be moved somewhere e.g. make a service layer)
2022-07-27 01:25:49 +02:00
..
core add use_internal_session_mechanism and use_internal_loggin_mechanism config options 2022-07-26 21:54:33 +02:00
db global winixd/Makefile uses now 'find' for looking for *.cpp files 2022-06-26 06:22:27 +02:00
etc set correct timetable dst for 'Sarajevo, Skopje, Warsaw, Zagreb' 2022-01-26 22:34:13 +01:00
functions fix: do not use cur if login winix function if config.use_internal_loggin_mechanism is false 2022-07-27 01:25:49 +02:00
html print components versions in uname winix function 2022-07-03 12:17:14 +02:00
locale print components versions in uname winix function 2022-07-03 12:17:14 +02:00
main allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
models update to the new morm::Finder interface 2022-07-11 17:51:50 +02:00
notify allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
plugins allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
templates allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
utils allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
Makefile allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
Makefile.dep fix(SessionIdManager): take a correct algorithm when decoding a token 2022-07-26 21:09:44 +02:00