removed a bunch of blank comment lines
[citadel.git] / webcit / webcit.c
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-20 Art CancroRemoved the nonstandard banner option from output_headers()
2012-03-15 Art CancroUpgraded the convenience_page() function to the new...
2012-03-15 Art Cancroupdated copyright notice in webcit.c and cleaned up...
2012-03-13 Art Cancroall ImportantMessage deliveries are now done through...
2012-02-11 Art CancroI think this restores the previous REST-like behavior...
2012-02-09 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-09 Art CancroWhen the root page is requested, replace it with a...
2012-02-08 Art Cancrooff-by-one fix in siteconfig
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Wilfried GoesgensRefreshing: set cookie, so a user switching to a new...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-26 Wilfried GoesgensIf we disconnect the server, clean up thoroughly, so...
2011-12-05 Art CancroImportant fixes to session matching and reuse logic.
2011-12-05 Art Cancrosneaking up on that bug like a cat prowling in the...
2011-12-05 Art Cancroclosing in on the dav problem ... not quite there yet
2011-12-05 Art CancroRemoved trailing newlines from syslog format screens...
2011-12-05 Art CancroRenamed all groupdav_() functions to dav_()
2011-11-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Wilfried Goesgenstemplatize the summary (half baked)
2011-09-04 Art CancroThe 'static redirects' file may now contain a special...
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 Wilfried GoesgensFix Crash; don't access pointers before checking them...
2011-09-04 Art CancroWhen registering a new user during an inline login...
2011-09-04 Art CancroBegin working new user registration into the login...
2011-09-04 Art CancroLink to citadel.org/doku.php/faq:generalquestions:webci...
2011-09-04 Art CancroReinstate the 'read more...' link when issuing a 503
2011-09-04 Art CancroPrototype 1.7 seems to need ajax parameters wrapped...
2011-09-04 Art Cancroajax_servcmd() logging now displays the g_cmd being...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art Cancro'go' and 'gotofirst' are both accepted
2011-09-04 Art CancroGot rid of all of the .m.html templates and is_mobile...
2011-09-04 Art CancroFor closed systems, still handle login through the...
2011-09-04 Art Cancrominor cleanup
2011-09-04 Art Cancromore logging for previous commit
2011-09-04 Art CancroThe 'gotofirst' key is now called 'go' for brevity
2011-09-04 Art Cancropush/pop destination_url instead of passing it through...
2011-09-04 Art CancroAdd new member 'PushedDestination' to wcsession. This...
2011-09-04 Art CancroCleanup of previous commit
2011-09-04 Art Cancro503 Service Unavailable when we can't connect to citserver
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroSummary page displays site name instead of user name...
2011-09-04 Art CancroSmoother navigation and restricted iconbar for guest...
2011-09-04 Art CancroWhen we 503, do it in HTML
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensHunt for mime_parser bugs...
2010-11-15 Wilfried GoesgensMemleak: put request local strings into the http-header...
2010-09-15 Art CancroRevert "No more robots.txt, we now welcome spiders"
2010-09-14 Art CancroNo more robots.txt, we now welcome spiders
2010-09-08 Art CancroRemoved tmplput_HOST_DISPLAYNAME
2010-09-03 Art CancroAdded the ability to handle Base64-encoded URL's. ...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-10 Wilfried Göesgens* embed_room_banner() remove own goto code, use the...
2010-08-10 Wilfried Göesgens* the navbar style isn't used, remove it.
2010-07-29 Wilfried Göesgens* AppendImportantMessage(): upsi, git remembers what...
2010-07-29 Wilfried Göesgens* AppendImportantMessage(): api function to set Importa...
2010-07-22 Wilfried Göesgens* tmplput_HOST_DISPLAYNAME() to output our current...
2010-04-10 Wilfried Göesgens* ReadPostData(): abort if we fail to read the whole...
2010-02-27 Wilfried Göesgens* put is_https into a COND:IS_HTTPS
2010-02-25 Wilfried Göesgens* remove header of a function which was moved to libcit...
2010-02-18 Wilfried Göesgens* display_login doesn't need parameters.
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2009-11-24 Wilfried Göesgens* free the complete handler struct, the added stuff...
2009-11-23 Wilfried Göesgens* fix the server cookie feature.
2009-11-10 Wilfried Göesgens* don't end the header, end_burst does this for us.
2009-11-02 Wilfried Göesgens* close tag, thanks to the_mgt to find out
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-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-07 Wilfried Göesgens* don't leak post data
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-14 Art Cancro* Patch to sequence handler
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-08-29 Wilfried Göesgens* implement paging hooks in a templated way so it can...
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-08-20 Wilfried Göesgens* kill 401 sessions instantly, since we won't find...
2009-07-15 Wilfried Göesgens* log-anounce a little less alarming that we don't...
2009-07-12 Wilfried Göesgens* fix typo in calculation of static directory / local css
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-06-18 Wilfried Göesgens* save more memory
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-21 Wilfried Göesgens* don't send cookies with static data; we don't know...
2009-05-21 Wilfried Göesgens* streamline gettext plugin
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Wilfried Göesgens* move end-of-session-save prefs to session detach...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
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...
next