1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 11:39:02 +01:00
Commit graph

19 commits

Author SHA1 Message Date
Yann
eef54f2aad Begin session handling with cookies in webui 2016-08-24 17:35:18 +02:00
Yann
1453cf49f9 Plug together Ui <-> client <-> session <-> plugin + bugfixes
Created a new class LodelSession to handle session datas
Created an automatic wrapper to acces to session handler plugin function throug SessionHandlerPlugin class methods
Bugfixes done for plugins. The plugin type is store in __plugin_type___ and not in __type__
2016-08-24 15:09:32 +02:00
Yann
eae2f83891 Connection between WebUi Client & Session started 2016-08-24 15:09:32 +02:00
Yann
ba244bdd82 Modified filesystem_session plugin + start using sessions in client 2016-08-19 17:16:40 +02:00
Yann
ed4d2858b9 Starting again implementation of Auth/Client/Session global handling 2016-08-19 16:26:51 +02:00
Roland Haroutiounian
2cf23a50c8 Changed method types in session module 2016-07-25 08:49:48 +02:00
Roland Haroutiounian
a0818fe410 Changed the sessions management layout 2016-07-22 17:20:43 +02:00
Roland Haroutiounian
fd153057df If a session is not found , None is now returned instead of an empty dict 2016-07-20 14:45:17 +02:00
Roland Haroutiounian
81c20d7b97 Restructured the SessionStore Abstract class 2016-07-13 11:51:16 +02:00
Roland Haroutiounian
e25929d2a9 An abstract SessionStore and the FileSystemSessionStore classes are implemented 2016-07-13 11:39:18 +02:00
Yann
921ec3c25a Unresolved conflict in previous rebase commit 2016-07-07 17:42:49 +02:00
Yann
d2eef44ca7 Plug webui to auth
- Implemeting Client in plugins/webui/client.py
- Calling client in run.py
2016-07-07 17:41:56 +02:00
Roland Haroutiounian
0bd9aeb21f Small fixes on auth 2016-07-07 17:12:24 +02:00
Roland Haroutiounian
bdcb08e466 Fixed a method syntax in auth.py 2016-07-07 16:47:56 +02:00
Yann
82f12d95ec Authentication handlers implementation
- implements a Client abstract singleton class designed to be implemented by UI to be able to register clients informations
- implements a Auth singleton class. Kind of interface between Client singleton and session hanlder plugin
2016-07-07 16:25:24 +02:00
Roland Haroutiounian
e14416470e turned the Authentication Exceptions to classes 2016-07-07 15:47:55 +02:00
Yann
4b0c8ae0be Adding more exceptions 2016-07-07 15:32:26 +02:00
Roland Haroutiounian
231b3d89af Deleted a useless file 2016-07-07 14:05:25 +02:00
Roland Haroutiounian
35e5fc754a First writing of the auth/session functions 2016-07-06 16:00:35 +02:00