* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / webcit.c
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-07 Art Cancro* Calendar events in the summary view are now clickable.
2009-01-07 Art Cancro* Eliminated an extra, unecessary call to begin_burst
2009-01-07 Art Cancro* Any URL may now contain a parameter called 'gotofirst...
2009-01-07 Art Cancro* Some of the 'security check failed' errors need an...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-12-02 Wilfried Göesgens* fix self service account button
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-05 Mattadd begin_burst to "citadel version too low" failure
2008-10-05 Art CancroCleaned up some templated HTML:
2008-10-03 Art CancroFinished the trailing_javascript API and moved a few...
2008-10-03 Wilfried Göesgenssamjam: adds 2 more url handlers for:
2008-10-03 Art CancroAdded a StrBuf that will eventually contain all of the
2008-09-27 Wilfried Göesgens* rename urlstring parser
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-24 Wilfried Göesgens* cut all left of webcit= from cookies
2008-09-23 Wilfried Göesgens* add the mimeheader length to the number of bytes...
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-22 Art Cancro/static/webcit.css was being grabbed by the code
2008-09-15 Wilfried Göesgens* move stuff in header and subst.c arround to be better...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-12 Wilfried Göesgens* fix leak in message citing
2008-09-11 Wilfried Göesgens* give the URL params into the templates with BSTR...
2008-09-10 Wilfried Göesgens* Fix URL Debugging code to work with StrBuf
2008-09-08 Wilfried Göesgens* HAIL MELD!
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-09-04 Wilfried Göesgens* fix memleak in msgescputs; temporary StrBuf needs...
2008-09-02 Wilfried Göesgens* close sockets on error, and abort execution
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-31 Wilfried Göesgens* make who is online view via templates
2008-08-26 Wilfried Göesgens* don't call begin/end ajax response twice
2008-08-24 Wilfried Göesgens* fix leak in URL handler
2008-08-24 Wilfried Göesgens* fix Nullpointer Access in msgescputs
2008-08-19 Wilfried Göesgens* this does fancy stuff
2008-08-19 Wilfried Göesgens* upsi. its used elsewhere too.
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
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-08 MattFixes for GroupDAV and hprintf
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-08-03 Mattmass mobile update, interface cleanup and restyling.
2008-08-03 MattAdded opera 9.5b1/winmobile user agent to mobile client...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-29 Wilfried Göesgens* make param const char *
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* avoid to run over the buffer while parsing the url
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-12 Wilfried Göesgens* disable wml handling, since we don't have good conten...
2008-06-03 Art Cancroopenid blah blah blah
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-22 Wilfried Göesgens* fix handling of post vars
2008-05-22 Wilfried Göesgens* add expires: header with 2 days in future, as YSlow...
2008-05-22 Art CancroMore work on OpenID 1.1 support
2008-05-18 Art CancroSome more tinkering with OpenID.
2008-05-16 Art Cancromore openid setup
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-15 Art CancroGet the login screen ready for OpenID support
2008-05-06 Art CancroCompleted 'Add New Note'. The new sticky notes view
2008-05-06 Art Cancro* The 'delete' button on sticky notes now works.
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-29 Art CancroImplemented the ajax call for updating notes.
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-26 Wilfried Göesgens* migrated to new hash create signature
2008-04-14 Wilfried Göesgens* commented out debug url parsing
2008-04-05 Wilfried Göesgens* fixed some hickups in the urlencode function.
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-04-04 Art Cancro* Restore the ability of addurls() to delimit on '...
2008-04-03 Wilfried Göesgens* xbstr now will give the length of the value to its...
2008-04-02 Wilfried Göesgens* moved url argument list to hash.
2008-04-01 Wilfried Göesgens* rather trunkate data then letting escape chars through.
2008-04-01 Wilfried Göesgens* rewrote urlstring tokenizer
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-02-27 Wilfried Göesgens* don't double libcitadel header function for safestrnc...
2008-02-18 Wilfried Göesgens* add picture view to the files app
2008-02-09 Wilfried Göesgens* don't nail upload hellos to .gif as we don't need...
2008-02-08 Wilfried Göesgens* move the mime guesser out into libcitadel
2008-02-08 Wilfried Göesgens* tiny 'file'-extract, now we can detect the type of...
2008-02-08 Wilfried Göesgens* offer facility to up/download the greeter/goodbuye...
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-01-30 Wilfried Göesgens* TECH_PREVIEW here too.
2008-01-22 Wilfried Göesgens* correctly handle tcp write, so that we work properly...
next