mail view: focus the cursor in the correct place when composing
[citadel.git] / webcit-ng /
2023-11-21 Art Cancromail view: focus the cursor in the correct place when...
2023-11-21 Art CancroRestored the gap before the "Hi From Stu" sound.
2023-11-21 Art CancroOnly attempt to insert quote when replying to mail.
2023-11-21 Art CancroRemoved temporary diagnostic output
2023-11-21 Art Cancroupload.js: when removing an attachment, delete the div
2023-11-19 Art CancroWhen a mail compose is canceled, flush all uploads.
2023-11-09 Art Cancroupload.js: moved the delete-an-attachment skeleton...
2023-11-06 Art CancroFixed the MIME boundary after the message text.
2023-11-06 Art CancroQuoted-printable encode HTML messages on the WebCit...
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-11-06 Art CancroProgress on upload
2023-11-03 Art Cancroroom_functions.c: remove diagnostic hex dump of recipie...
2023-10-30 Art Cancrovcard.c: style cleanup
2023-10-27 Art CancroChanged some C89 style comments to C99 style.
2023-10-21 Art CancroSaving my place.
2023-10-13 Art CancroMore progress on attaching attachments
2023-10-11 Art Cancromessages.c: inching towards saving the attachments
2023-10-11 Art CancroDon't try to destroy the upload window if it doesn...
2023-10-11 Art CancroGot multipart/mixed being transmitted
2023-10-11 Art Cancrodeactivate_uploads() hides the window.
2023-10-11 Art Cancrobroken: attachments window cannot be a child of the...
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-06 Art Cancroupload DELETE method
2023-10-06 Art CancroVarious operations in the /ctdl/p/ hierarchy to handle...
2023-10-04 Art Cancro❌ marks the spot
2023-10-04 rootuploads
2023-10-04 rootupload.c: hold uploads in temporary file handles
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-10-03 Art Cancroapi.txt: updated
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-30 Art Cancroupload.js: moved these functions into own file.
2023-09-27 Art Cancrouploads: return uploaded file info to caller
2023-09-27 Art Cancroupload.c: more progress on returning values
2023-09-27 Art Cancroupload.c: write uploaded data to a temp file
2023-09-26 Art Cancroview_mail.js: throbber and "Processing dropped files...
2023-09-26 Art Cancroview_mail.js: make the function names more consistent...
2023-09-26 Art CancroSimplify the upload dialog.
2023-09-26 Art Cancroview_mail.js: move upload dialog from ctdl_big_modal...
2023-09-26 Art Cancroupload.c: stub function for accepting uploads
2023-09-25 Art Cancroview_mail.js: more progress on upload dialog
2023-09-24 Art CancroImproving my template-literal-fu
2023-09-24 Art Cancroview_mail.js: convert ugly syntax to heredocs
2023-09-24 Art CancroClose attachments window on Cancel
2023-09-23 Art Cancroview_mail.js: show/hide attachments screen, added title...
2023-09-19 Art CancroAttachment download links target to _blank
2023-09-19 Art CancroAttachments now download with the appropriate filename.
2023-09-19 Art Cancroview_mail.js: better display of attachment links; attac...
2023-09-15 Art CancroObsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
2023-08-02 Art Cancrobegan work on enumerating attachments in the mail view
2023-08-02 Art CancroEnumerate attachments in JSON message output
2023-07-10 Art Cancroforum_view.c: log unhandled headers
2023-07-07 Art Cancroview_mail.js: set variables to local scope
2023-07-07 Art Cancrowebcit-ng: drag-and-drop mail to other folders is complete.
2023-07-07 Art CancroDAV MOVE method wasn't documented. Documented it.
2023-07-07 Art CancroCarry list of divs being moved in drag and drop
2023-07-06 Art Cancrowebcit-ng makefile now handles changes to webcit.h...
2023-07-05 Art Cancroview_mail.js: handle drag of row that was not selected.
2023-07-04 Art Cancrowebcit-ng/Makefile: made it awesomer
2023-07-04 Art CancroRemoved stub functions that are determined not to be...
2023-07-04 Art CancroHighlight drop target folders
2023-07-04 Art CancroAll events are firing correctly. Ready to write the...
2023-07-04 Art CancroRemoved some tests that I tried and are no longer needed
2023-07-04 Art Cancromail_folder_list.js: DROP target is working in Brave...
2023-07-03 Art Cancromail_folder_list.js: accept hover and drop events
2023-06-30 Art CancroClean up the working drag code
2023-06-29 Art CancroGeneric user icon instead of 404 when avatar not found.
2023-06-29 Art CancroCustom draggable with mail envelope and number of messa...
2023-06-29 Art Cancroview_mail.js: set custom drag element
2023-06-28 Art CancroChanged mouse events to deal with drag
2023-06-28 Art Cancroview_mail.js: add helper function for select/deselect
2023-03-28 Art CancroMore refinements to .ctdl-middle usage
2023-03-27 Art CancroBanished the DarkSlateGrey color in dead-space screen...
2023-03-27 Art CancroSlimmed down some of the border elements.
2023-03-27 Art Cancrocolor change
2023-03-13 Art CancroDon't send the rendered list to the console anymore.
2023-03-13 Art CancroActivate mouse-up events on rooms in the mail folder...
2023-03-13 Art CancroMailbox view: delete operation moves message to trash...
2023-03-13 Art CancroLearn from the Citadel Server whether a room is the...
2023-03-13 Art CancroWhen a message is deleted in a mailbox room, move it...
2023-03-13 Art CancroImplemented RFC4918 MOVE and COPY methods for individua...
2023-03-12 Art CancroImplemented an algorithm that can correctly divide...
2023-03-11 Art Cancrodav_move_or_copy_message() skeleton
2023-03-05 Art CancroPreparing to implement MOVE and COPY methods
2023-03-05 Art CancroNew class "ctdl-fatal-error" for big show-stopping...
2023-01-29 Art Cancrostylized ctdl_mail_folders
2023-01-26 Art CancroForum message editor classes
2023-01-26 Art CancroINBOX _always_ appears at the top.
2023-01-26 Art CancroUse delete_dispatcher() as intended
2023-01-14 Art CancroShow mailboxes in a list, ordered by floor+rorder
2023-01-14 Art CancroInitial hack at mail folder list
2023-01-14 Art CancroLabel the ctdl_mail_folder_list for use
2023-01-07 Art CancroRealign items on the banner bar.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2023-01-03 Art Cancromore font size tweaks.
2023-01-02 Art CancroTweaks to font sizes
2023-01-02 Art CancroCopyright notices updated to 2023
2022-12-28 Art Cancrobiff_interval is snake case not camel case
2022-12-28 Art CancroFinished the delete-mail code.
next