Mailing list header changes (fuck you Google)
[citadel.git] / webcit / auth.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-06-04 Art Cancroauth.c: removed unneeded prototype for hashlittle()
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2021-12-27 Art CancroBIG CHANGES: PAY ATTENTION
2021-12-27 Art CancroRemoved the obsolete 'setup' utility. It is not used...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-23 Wilfried GoesgensGuest-login: always check the servinfo pointer before...
2012-03-25 Wilfried Goesgensfmout: removed.
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-12-05 Art CancroBegan replacing the FSF's street address with their
2011-12-05 Art CancroImportant fixes to session matching and reuse logic.
2011-10-18 Art CancroChanged the naming convention of the setup wizard filename
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Art CancroThe monitoring page plays really stupid games with...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgensmove beginbox & endbox to box_* so we can tidy up our...
2011-09-04 Art CancroFor sites in guest mode, redirect to the landing page...
2011-09-04 Art CancroNew URL 'monitor' to be used by monitoring scripts
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroValidate new users screen now uses the main room banner
2011-09-04 Art CancroFlush the cached room list when logging in or out.
2011-09-04 Art CancroSwitching languages now works again
2011-09-04 Art CancroFixed a backwards conditional in the openid_manual_crea...
2011-09-04 Art CancroOpenID manual create is now functionally complete.
2011-09-04 Art CancroFinished everything except the openid_manual_create...
2011-09-04 Art CancroBegin working on OpenID manual screen name selection...
2011-09-04 Art CancroRestored the ability to associate an OpenID with an...
2011-09-04 Art CancroWhen registering a new user during an inline login...
2011-09-04 Art CancroSend the correct data to become_logged_in() during...
2011-09-04 Art CancroBegin working new user registration into the login...
2011-09-04 Art Cancrominor comments cleanup
2011-09-04 Art CancroInitial version of 'register new user' dialog
2011-09-04 Art CancroCOND:AIDE now observes logged in semantics
2011-09-04 Art CancroDisabled the old login screen.
2011-09-04 Art Cancroauthpopup now returns the parent to the pushed_destination
2011-09-04 Art Cancrologin popout is working, along with non edge case openI...
2011-09-04 Art CancroBegan implementation of authpopout
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroRemoved parts of OpenID from the traditional login...
2011-09-04 Art CancroFor closed systems, still handle login through the...
2011-09-04 Art CancroThe 'gotofirst' key is now called 'go' for brevity
2011-09-04 Art CancroGetLoggedInFirst() now goes directly to destination_url...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroThe 'Log in' button now routes to GetLoggedInFirst...
2011-09-04 Art CancroSmooth transition between logged-in and not-logged...
2011-09-04 Art CancroInitial version of modal login is now working.
2011-09-04 Art CancroWrote the initial version of the 'ajax_login_username_p...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2011-09-04 Art CancroFixed bugs related to last three commits
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-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
next