citadel.git
2009-08-17 Wilfried Göesgens* if we decide whether we need to read another chunk...
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-08-11 Wilfried Göesgens* CN...
2009-08-11 Wilfried Göesgens* add possibility to specify SSL credentials for self...
2009-08-08 Art Cancro* Warn when JavaScript is enabled. TODO: localization...
2009-08-06 Art Cancro* Clarify confusing error message reported in bug ...
2009-08-06 Art Cancro* Moved the call to GetAuthBasic()
2009-08-06 Art Cancro* Version number to 7.61 on all components
2009-08-06 Art Cancro* http-auth was not binding in time, causing the first...
2009-08-05 Art Cancro* When a remote network node fails to authenticate...
2009-08-04 Art Cancro* When determining calculating tzid for invitations...
2009-08-04 Wilfried Göesgens* fix typos
2009-08-03 Wilfried Göesgens* return an error string in our own error cases...
2009-08-03 Wilfried Göesgens* catch NULL pointers for log-messages.
2009-08-01 Wilfried Göesgens* fix typo; goodbuye picture uploading working again.
2009-08-01 Wilfried Göesgens* remove deleted include
2009-08-01 Wilfried Göesgens* fix bug in locale declaration array (missing ,)
2009-08-01 Wilfried Göesgens* add COND:SERV:HAVEFULLTEXT
2009-07-30 Wilfried Göesgens* use BSTR to access the URL param
2009-07-30 Wilfried Göesgens* fix crash while reporting template errors that don...
2009-07-30 Wilfried Göesgenschangelog...
2009-07-30 Wilfried Göesgens* add possibility for multiselect to setup
2009-07-30 Art Cancro* Added a pointer to citadel.org/doku.php/faq:installat...
2009-07-30 Art Cancro* Shortened the authmode question in setup because...
2009-07-29 Art Cancro* Eliminated the 'gotonext' problem with the bbs view...
2009-07-29 Art Cancro* Modified load_msg_pointers(), gave it the ability...
2009-07-29 Art Cancro* Style cleanup
2009-07-28 Art Cancro* sieve.c: changed a bstr() to BSTR() which fixes the...
2009-07-27 Wilfried Göesgens* add additional bytes to the buffer, so swapping names...
2009-07-27 Wilfried Göesgens* lowercase mimetype before looking it up; fixes mail...
2009-07-25 MattFix shift-click behavior if no messages have been selected
2009-07-25 MattComment out call to StrBufCutLeft, this was cutting...
2009-07-24 Art Cancro* Added new readloop command 'readgt' which will produc...
2009-07-23 Wilfried Göesgens* check more carefully the target buf-size, since we...
2009-07-23 Art Cancro* serv_migrate.c: message encoding buffer is now static...
2009-07-23 MattFix drag and drop bugs
2009-07-22 Art Cancro* This change appears to restore ctrl-click's ability...
2009-07-22 Wilfried Göesgens* fix room logo upload
2009-07-22 Art Cancro* Began debugging the group select code. Several steps...
2009-07-22 MattFix another typo
2009-07-22 MattFix reference to old ctdlrowid, fixes group select
2009-07-21 Wilfried Göesgens* if we fail to compress, don't add gzip header and...
2009-07-21 Wilfried Göesgens* calculate the compressed buffer more effective so...
2009-07-21 Matt* Fallback to eval() method for JSON loading if the...
2009-07-21 Matt* Back out previous 'safe view default'
2009-07-21 Matt* Allow dragdrop attributes to be stored as XML attributes
2009-07-20 Art Cancro* Add the account name to oida
2009-07-20 Art Cancro* Added a command OIDA to dump all OpenID associations
2009-07-19 Art Cancro* Additional OpenID logging
2009-07-19 Wilfried Göesgens* evaluate the return of fgets() to silence some warnings
2009-07-19 Wilfried Göesgens* evaluate the return of fgets() to silence some warnings
2009-07-19 Art Cancro* Added a log message that indicates what went wrong...
2009-07-18 Matt* Give newer, faster browsers the full at-once listview...
2009-07-17 Art Cancro* Repaired an OpenID login screen that was damaged...
2009-07-16 Wilfried Göesgens* fix memleak.
2009-07-16 Wilfried Göesgens* remove spurious char in token
2009-07-16 Wilfried Göesgens* work around don''''''t
2009-07-15 Wilfried Göesgens* fix the files application
2009-07-15 Wilfried Göesgens* log-anounce a little less alarming that we don't...
2009-07-15 MattComment out the explicit write of Content-Type to serve...
2009-07-14 Wilfried Göesgens* create struct, so we can transport hostlists in and...
2009-07-14 Wilfried Göesgens* notify about the actual message number, not the queue...
2009-07-12 Wilfried Göesgens* fix typo in calculation of static directory / local css
2009-07-12 Wilfried Göesgens* abort token extraction if increasebuf won't let us...
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-07-07 Wilfried Göesgens* first draft of json message template; thanks to Jan...
2009-07-07 Wilfried Göesgens* add json notification template
2009-07-06 Wilfried Göesgens* trim() whitespaces from inetconf values on save;...
2009-07-06 Wilfried Göesgens* fix typo in HTTP headers. thanks to koos for pointing...
2009-07-06 Wilfried Göesgens* remove unneeded linebreaks
2009-07-05 Wilfried Göesgens* start implementing sending an error message if the...
2009-07-05 Wilfried Göesgens* add cURL read-callbackhook, so we can read HTTP answe...
2009-07-03 Art Cancro* Temporarily disabled the 'Drafts' functions. I like...
2009-07-02 Art Cancro* database.c: unfolded some lines that were awkwardly...
2009-06-30 Art Cancro* Repaired the code that decides whether it should...
2009-06-30 Art Cancro* style cleanup
2009-06-30 Art Cancro* Removed the RSS output code (which was still in TECH_...
2009-06-28 Wilfried Göesgens* add custom notification targets config interface
2009-06-28 Wilfried Göesgens* remove wrong \s
2009-06-28 Wilfried Göesgens* add support for custom notifiers
2009-06-28 Wilfried Göesgens* fix NULL-pointer condition.
2009-06-27 Wilfried Göesgens* migrate extnotify to libcurl
2009-06-25 Wilfried Göesgens* first check CC before accessing it. Save time by...
2009-06-23 Wilfried Göesgens* add dtstamp to our calendar events
2009-06-23 Wilfried Göesgens* revert r7633; its bullshit.
2009-06-23 Art Cancro* return_to logic in do_edit_vcard() and submit_vcard...
2009-06-23 Wilfried Göesgens* QP encode ical text fields; work on bug 351
2009-06-23 Wilfried Göesgens* fix groupdav handling
2009-06-23 Wilfried Göesgens* add a strbuf'ed version of stripslashes
2009-06-23 Art Cancro* do_edit_vcard() accept arbitrary url's for return_to...
2009-06-22 Wilfried Göesgens* free the iconbar list on session kill
2009-06-22 Wilfried Göesgens* in gotonext etc. check for the availability of parame...
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-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-06-19 Art Cancro* locate_user_vcard_in_this_room() lost the ability...
2009-06-19 Art Cancro* More style cleanup
2009-06-19 Art Cancro* Added a \n where one was needed
next