26 Commits (master)

Author SHA1 Message Date
Georg Hopp ae898e44df prepare release 0.1.8 12 years ago
Georg Hopp d0f4b77db7 update user informations when session timeouts 12 years ago
Georg Hopp 5e596ad3ac remove obsolete file 12 years ago
Georg Hopp 06c15c2b3c basic user update functionality 12 years ago
Georg Hopp 3ab1cc3ebb some work on the javascript...still I think it's not very good, but better than before. 12 years ago
Georg Hopp 717b037dc4 add jQuery ui touch-punch for draggable support on mobile devices. Thanks to Dave Furfero. 12 years ago
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 5897c437b4 make signup and login popup visually more fitting to the rest of the pages. 12 years ago
Georg Hopp cc23d732ab make login and signup div draggable and cast shadows 12 years ago
Georg Hopp 83389e5d89 add jquery ui for nice ui effects 12 years ago
Georg Hopp f95c7f2fae display lines of code in page footer 12 years ago
Georg Hopp 45dc79e210 generalise user handling more so that not only signup and login is possible but also password or userdata changes and further administration. 12 years ago
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