ICAL: add conflict handling
[citadel.git] / webcit /
2012-11-04 Wilfried GoesgensICAL: add conflict handling
2012-11-04 Wilfried GoesgensSUBST: fix double linked list handling for contexts.
2012-11-04 Wilfried GoesgensMessages: add missing initializations of contexts.
2012-11-04 Wilfried GoesgensICAL: properly delete iterator content after done.
2012-11-01 Wilfried GoesgensSUBST: CheckContext: log token name the context is...
2012-10-28 Wilfried GoesgensICAL: implement server backend for conflict handling.
2012-10-28 Wilfried GoesgensICAL: add handling for appointment attendees.
2012-10-28 Wilfried GoesgensMIME-Renderers: change interface.
2012-10-28 Wilfried GoesgensROOMLIST: start with n = 0 instead of random.
2012-10-28 Wilfried GoesgensCALENDAR: attendees are to be found on ch not on buf.
2012-10-28 Wilfried GoesgensICAL Display: stack conditionals rather than try to...
2012-10-27 Wilfried GoesgensICAL: fix calculation of the icaltime pointer in our...
2012-10-27 Wilfried GoesgensSUBST: free the sub-context also if we have a negative...
2012-10-27 Wilfried GoesgensICAL-SUBST: work on viewing
2012-10-27 Wilfried GoesgensSUBST: fix conditionals creating sub-contexts
2012-10-27 Wilfried GoesgensBSTR: add method to run-time add numbers
2012-10-21 Wilfried GoesgensURL-Parsing: fix off by one when checking the length...
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-10-18 Wilfried GoesgensICAL Templating: work on porting the display of events...
2012-10-18 Wilfried GoesgensBootstrapping
2012-09-23 Wilfried Goesgensmake git compileable again. more work on this topic...
2012-09-03 Wilfried GoesgensICAL: some work on adding ical items into templates
2012-09-03 Wilfried GoesgensSUBST: add a way to post plain char* strings into templ...
2012-09-03 Wilfried Goesgenswebcit_fmt_date: return length of generated string
2012-08-25 Art CancroWhen logging an invalid url_key include the browser...
2012-08-25 Wilfried GoesgensURL-Parsing: abort on error.
2012-08-24 Wilfried GoesgensADDRESSBOOK POPUP: templatize.
2012-08-24 Wilfried GoesgensPARAMHANDLING: add parser for paired lists; which then...
2012-08-24 Wilfried GoesgensROOMHANDLING: add conditional which can compare the...
2012-08-24 Wilfried GoesgensSUBST: add method to retrieve room preferences from...
2012-08-24 Wilfried GoesgensAdressbook-popup: set link using the template.
2012-08-24 Wilfried GoesgensLISTSUSB: finalize templating.
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-08-21 Wilfried GoesgensDnD-Move: remove debug log.
2012-08-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-08-21 Wilfried GoesgensDrag+Drop move: propperly escape the roomname so +...
2012-08-21 Stefan GartheRemoved borders around blockquotes and adapted margins...
2012-08-21 Stefan GartheBeautified the margins on the nested blockquotes in...
2012-08-20 Wilfried GoesgensICONTHEME: add a way to store a selected icontheme...
2012-08-19 Wilfried GoesgensSMTP-Queue display: wrap lines after ; so we get one...
2012-08-08 Art CancroWhen logging invalid url_key, do not include the attemp...
2012-08-07 Wilfried GoesgensSMTP-Queue: display the SMTP-State
2012-08-06 Wilfried GoesgensIconbarlist: fix embedded who is online list
2012-08-05 Wilfried Goesgensscancpp points out we need to initialize this var befor...
2012-08-05 Wilfried GoesgensSMTP-Sessions: fix conditionals allowing to kill a...
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-27 Wilfried GoesgensInetconf: allow longer relay URRLs
2012-07-27 Wilfried GoesgensSMTP-Queue View: also offer the possibility to kill...
2012-07-27 Wilfried GoesgensInetconf: correct warnings from tidy
2012-07-25 Wilfried GoesgensSiteconfig: flip smtp relay access options so they...
2012-07-25 Art CancroChanged the CFG_SMTP_FROM_ configuration descriptions
2012-07-25 Wilfried GoesgensSiteconfig: regroup settings
2012-07-24 Wilfried GoesgensSystem config: add missing closing DIV
2012-07-24 Wilfried GoesgensSMTP-Relay: add other ways of filtering
2012-07-24 Wilfried GoesgensMacOSX compatibility: check whether memcpy is a macro...
2012-07-23 Wilfried GoesgensGuest-login: always check the servinfo pointer before...
2012-07-23 Wilfried GoesgensWHO: if we're aide, offer to edit that users config...
2012-07-20 Wilfried GoesgensMessage composing: add text plain downmix for VIEW_JSON...
2012-07-19 Wilfried Goesgensuser info page: fix typos in links
2012-07-19 the_mgtSame penultimo fixed for blog_view as in stable-81x...
2012-07-19 Wilfried GoesgensEditing: remember room on hidden input field
2012-07-19 Wilfried Goesgensas pointed out by Julien Cristau we changed parts of...
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtadded blog.css and readded view_blog/post.html ...
2012-07-18 the_mgtAdded layout/css for blog view
2012-07-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried GoesgensFix messages of unfound tokens
2012-07-18 Wilfried GoesgensCapitalize token name, since we're uppercase everywhere.
2012-07-18 the_mgtHopefully this commits the correct fixes to the blogpos...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtIndented and added a missing </div> in order to display...
2012-07-18 Wilfried GoesgensSUBST: complain about unknown tokens while parsing
2012-07-18 Wilfried GoesgensReply logic: handle reply to appropriate.
2012-07-18 Wilfried Goesgensclient-move: remove duplicate tokens from webcit.h
2012-07-17 Wilfried GoesgensUser Biography display: remove call, do through templat...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-07-17 Wilfried GoesgensUSER:BIO: add linebreaks while loading the users biogra...
2012-07-17 the_mgtJust some simple css spelling corrections on colors...
2012-07-17 ichMoved modal div above iconbar and everything else,...
2012-07-17 ichOne id too many: the summary page was already displayed...
2012-07-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-16 Wilfried GoesgensBuildpackgaes: more files to ignore for the distributio...
2012-07-16 Art CancroVersion number to 8.13 for upcoming release. v8.13
2012-07-16 Wilfried GoesgensTHISROOM ROOM:INFO:PRINT_NAME ROOMNAME - all are now...
2012-07-16 Wilfried GoesgensITERATE:THISROOM:GNET: fix memory leak.
2012-07-12 Wilfried GoesgensSMTP-Queue: add information about currently processed...
2012-07-12 Wilfried GoesgensWHOLIST: add the possibility to filter the wholist...
2012-07-09 Wilfried GoesgensWHQ: templatize editing of user; fix handling of output...
2012-07-09 Wilfried GoesgensMailQ: fix template.
2012-07-09 Wilfried GoesgensSMTP-Queue: streamline redisplaying
2012-07-08 Wilfried GoesgensImportantMessage: flush on session detach, not on first...
2012-07-08 Wilfried Goesgensfix comment tag
2012-07-08 Wilfried GoesgensWHO: style cleanup; add missing divs.
2012-07-08 Wilfried Goesgenswho's online display: fix periodical updates
2012-07-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-03 Art CancroClarified an unclear warning message
2012-07-01 Wilfried GoesgensSharing: add NSYN
2012-07-01 Wilfried GoesgensAdd null-check before access.
next