Test for existing BDB files (not used yet)
[citadel.git] / webcit / webcit.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
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 CancroFinally removed the cached/hashed static directory...
2021-09-06 Art CancroFinished the WebCit screen for the Global Alias Table.
2021-08-13 Art CancroSkeleton code for the Global Email Aliases tab. To...
2021-02-27 Art CancroFixed a bug in StrBufReadBLOBBuffered() that would...
2021-02-27 Art CancroThere can be only two.
2018-04-05 Art CancroRenderers cleanup part 1
2015-12-31 Wilfried GoesgensParametrize the escaping of the IMPORTANTMESSAGE token.
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensFix error handling to avoid XSS attacks.
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-11 Wilfried Goesgenssilence lnog noise.
2015-01-06 Wilfried GoesgensGzip stream chunked encoding is working now.
2013-12-08 Wilfried Goesgensno need to duplicate BSTRs just for getting a StrBuf...
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-10-05 Wilfried GoesgensRemove false cookies from the browser to avoid endless...
2013-07-16 Art CancroUpdated all version numbers to 8.20 in preparation...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2013-02-05 Wilfried GoesgensSyslog: adjust loglevels to sane values.
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-07-23 Wilfried GoesgensGuest-login: always check the servinfo pointer before...
2012-07-08 Wilfried GoesgensImportantMessage: flush on session detach, not on first...
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...
next