Grammar change in the license declaration.
[citadel.git] / webcit-ng / static / js / upload.js
2024-01-03 Art CancroGrammar change in the license declaration.
2023-12-18 Art CancroWhen forwarding an email, pre-load its attachments.
2023-12-13 Art Cancro"Number of attachments" div name is now variable.
2023-12-07 Art Cancroview_mail.js: remove upload from local array when deleted.
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-10-11 Art CancroDon't try to destroy the upload window if it doesn...
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-04 Art Cancro❌ marks the spot
2023-10-04 rootuploads
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-30 Art Cancroupload.js: moved these functions into own file.