Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / webcit / auth.c
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-24 Art CancroRemoved the "fix_scrollbarbug" div and all references...
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-16 Wilfried Goesgens* make xgettext copy coments over into the po files.
2010-09-08 Art CancroNew global variable 'site_prefix' which replaces the...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens * move some sv* into more modern templating
2010-08-19 ichminor HTML validation fixes, only cases, typos, superfl...
2010-08-15 Wilfried Göesgens* do_login(): if we're already logged in, don't show...
2010-08-12 Wilfried Göesgens* templatize the room creation form
2010-08-11 Wilfried Göesgens* we don't have newmsgs anymore.
2010-08-05 Wilfried Göesgens* initialize_axdefs() call me via the init hooks
2010-05-25 Art Cancro* added some missing license declarations
2010-01-16 Wilfried Göesgens* memset(0) the folders, else we might struggle...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-07-17 Art Cancro* Repaired an OpenID login screen that was damaged...
2009-06-23 Art Cancro* return_to logic in do_edit_vcard() and submit_vcard...
2009-06-23 Art Cancro* do_edit_vcard() accept arbitrary url's for return_to...
2009-06-22 Art Cancro* NewStrBufPlain(HKEY(foo))
2009-06-22 Art Cancro* -1 instead of 256 when allocating strbuf
2009-06-22 Art Cancro* grr ... I did this wrong ... more fixes to come
2009-06-22 Art Cancro* Noted where I need to make some fixes
2009-06-19 Art Cancro* locate_user_vcard_in_this_room() lost the ability...
2009-06-19 Art Cancro* More style cleanup
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-17 Art Cancro* more temporary logging messages
2009-06-16 Art Cancro* Changed default start page to dotskip?room=_BASEROOM_
2009-06-11 Art Cancro* Added an extra logging message to try to figure out...
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-31 Wilfried Göesgens* start moving the hdr struct up, and add detach callba...
2009-05-24 Wilfried Göesgens* check for WC in conditionals...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* free header vars from auth
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-20 Art Cancro* Handle bad cookies without crashing
2009-05-19 Wilfried Göesgens* fix basic auth
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-18 Wilfried Göesgens* fix session connecting
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-14 Art Cancro* Removed 'close window' link from logout screen becaus...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-02-21 Wilfried Göesgens* check whether serv_info is present before dereferenci...
2009-02-11 Wilfried Göesgens* fix language preferences backing; now we should realy...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-31 Art Cancro* Corrected strbuf errors in auth.c, this appears to...
2009-01-31 Art Cancro* Removed the 'New User' button from openid_login;...
2009-01-31 Matt* fix preview_pane scroll memory bug
2009-01-26 Matt* fix some fallout from last commit: iconbar now in...
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-05 Art Cancro* locate_user_vcard() wasn't using either of its suppli...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-29 Wilfried Göesgens* make param const char *
2008-07-29 Wilfried Göesgens* fallback to /knrooms after login if the user doesn...
2008-07-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-24 Art Cancro* Applied matt's latest patches
2008-06-23 Wilfried Göesgens* rather let webcit rate password than layer 9
2008-06-07 Art CancroAdded a link on the OpenID login page, that points...
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-03 Art Cancroopenid blah blah blah
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art Cancromore openid work
2008-06-02 Art CancroExport format has changed due to the addition of a new
2008-05-31 Art CancroSuccess! We can now log in an existing user with OpenID.
2008-05-31 Art CancroRe-enable OpenID development code
2008-05-30 Art CancroTemporarily disable OpenID functionality for release
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-28 Dave WestI there are users requiring validation when an Aide...
2008-05-23 Art CancroBegin caching OpenID data in the session; we'll need...
2008-05-23 Art CancroIn order to circumvent AOL's broken OpenID server,...
next