14 Commits (b39a53b1b9d9e6db93bf36617b026de9ad3dc379)

Author SHA1 Message Date
Georg Hopp f6a3eade38 remove old deactivated json request for logout 12 years ago
Georg Hopp a1350d7591 added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly 12 years ago
Georg Hopp 4825831ca7 now use one layout file and load even the content as a partial 12 years ago
Georg Hopp f6ce303d7b load partials via javascript, so I do not need the server at all. closes #35 12 years ago
Georg Hopp eaeaf47374 make login, signup and logout available on all pages 12 years ago
Georg Hopp a1e5811def reflect current changes in main.html (and styles and javascript) 12 years ago
Georg Hopp 711dc28fc5 show taskrambler version in Frontend 12 years ago
Georg Hopp 3c132acc64 signup works...only logout has to be added then the new version is complete. refs #36 12 years ago
Georg Hopp 8d7ed2cdaa login via ldap and gdbm now works. Signup stores the user account as well as the credentials but still returns a 500 and I have a memory leak most likely within the queue code. To reproduce this one has to start the server and send two requests via telnet to the server...no keep-alive just a single GET. refs #36 12 years ago
Georg Hopp 19c59fd0c6 use user class to load and get user informations. 12 years ago
Georg Hopp 42f7ad7400 login via ldap and gdbm now works. Signup stores the user account as well as the credentials but still returns a 500 and I have a memory leak most likely within the queue code. To reproduce this one has to start the server and send two requests via telnet to the server...no keep-alive just a single GET. refs #36 12 years ago
Georg Hopp 4cef3afa5c use user class to load and get user informations. 12 years ago
Georg Hopp bfbb95bb7c fixed linking in example section 12 years ago
Georg Hopp 7ba8e72588 some additions to the project page 12 years ago
Georg Hopp e2763fea94 ent 12 years ago
Georg Hopp 61f8dc58e1 add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago