summaryrefslogtreecommitdiff
path: root/share/templates
AgeCommit message (Expand)Author
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ...Miguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-09-20When there is only 1 file being shared, don't zip itMicah Lee
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS another...Miguel Jacq
2018-09-15Make 404 error page look better, and remove the text that it's probably a typ...Micah Lee
2018-09-04Fix conflict from receiver-mode-gui branchMiguel Jacq
2018-07-21Expand 'public mode' (optional slugs) to be possible for sharing too, not jus...Miguel Jacq
2018-07-17Only show the 'I'm Finished Sending' button if the user actually already sent...Miguel Jacq
2018-07-17Improve styling of flash() messages by using categories, and style the closed...Miguel Jacq
2018-05-20Make the receive.html template not use slugs if receive_public_mode is True, ...Micah Lee
2018-04-29Make receive_allow_receiver_shutdown setting workMicah Lee
2018-04-24TypoMicah Lee
2018-03-14Display a template after closing the server, and standardize the style of oth...Micah Lee
2018-03-14In receive mode, allow uploader to close the server when they are doneMicah Lee
2018-03-14Uploading files works in CLIMicah Lee
2018-03-13Add flash messages to receive template, and begin implementing upload POSTMicah Lee
2018-03-07Started designing HTML/CSS for receive modeMicah Lee
2018-03-06Move (optional) javascript into file, and use CSP to ban inline jsMicah Lee
2018-03-06Stop using inline css, and reorganize static folderMicah Lee
2018-03-06Create separate templates and static folder, and make the web app use both of...Micah Lee