11 Commits (75b3ca4a484e15a2af0e412dc3d0bc2d9fcfc24c)

Author SHA1 Message Date
Georg Hopp ed5dc629a2 add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 12 years ago
Georg Hopp 080add7222 remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
Georg Hopp b2cc25f50c add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 12 years ago
Georg Hopp 8710078a03 build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
Georg Hopp eb39587c69 return NULL if storage is NULL 12 years ago
Georg Hopp 7005c8860a make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago
Georg Hopp 8ae57a9091 some more changes for documentation generation 12 years ago
Georg Hopp 6bc2df8686 use dragonegg config 12 years ago
Georg Hopp f1a1399db7 now signup and login with storage of a hashed password works. 12 years ago
Georg Hopp 70c5edfde9 put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs #36 12 years ago
Georg Hopp 02872e4995 add first user class and persistence experiments. refs #36 12 years ago
Georg Hopp 9cd89f97cf now signup and login with storage of a hashed password works. 12 years ago
Georg Hopp 6139e8f03a put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs #36 12 years ago
Georg Hopp e58739bd63 add first user class and persistence experiments. refs #36 12 years ago