aboutsummaryrefslogtreecommitdiff
path: root/share/templates
AgeCommit message (Expand)Author
2020-08-21Adds check whether username already existsSaptak S
2020-08-19Remove new message and change username buttons (user just presses enter inste...Micah Lee
2020-08-19Split chat messages into username and message, and change UI for displaying m...Micah Lee
2020-08-19Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chatMicah Lee
2020-07-06Adds viewport and charset meta tagsSaptak S
2020-07-05Adds responsiveness in receive and share modes webappsSaptak S
2020-07-04Adds noscript HTMLSaptak S
2020-07-04Updates jQuery and poetry dependencies in ChatSaptak S
2020-07-04Merge branch 'develop' of github.com:micahflee/onionshare into chatSaptak S
2020-06-08Use a more efficient way of parsing the path to /img on the static URL in ord...Miguel Jacq
2020-05-28#1121 upgrade to jQuery 3.5.1Miguel Jacq
2020-05-10Keep save button disabled if changed username invalidSaptak S
2020-05-04Refactors logic for chat user list and scrollSaptak S
2020-03-12Adds list of active users in the chat and allows username changeSaptak S
2020-03-08Create web UI and socket code for the chat interfaceSaptak S
2019-09-15Add breadcrumbs to share modeMicah Lee
2019-09-15Add breadcrumbs for website modeMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and mak...Micah Lee
2019-09-01Only allow downloading of individual files if it is enabled in settings, and ...Micah Lee
2019-06-14Clean up rendering logic between share and website modehiro
2019-05-29Strip NoScript XSS warning, because the Tor Browser bug it addressed has been...Micah Lee
2019-05-22Make static folder URL have a high-entropy random path, to avoid filename col...Micah Lee
2019-05-21Update ReceiveMode to no longer rely on slugsMicah Lee
2019-05-21Fix building the URL in CLI mode, and removing the slug from the download but...Micah Lee
2019-05-20Add an error 401 handler, and make it start counting invalid password guesses...Micah Lee
2019-05-10Make it so directory listings work, including root directory listingMicah Lee
2019-05-10Starting to refactor website sharing so set_file_info builds a dict of all fi...Micah Lee
2019-04-23Add website sharing and directory listing cli-onlyhiro
2019-04-19Upgrade jQuery to 3.4.0Illia Volochii
2019-03-22Fix css on receive.html as wellMicah Lee
2019-03-22Merge branch 'develop' of https://github.com/ZeroDot1/onionshare into ZeroDot...Micah Lee
2019-03-11Use png rather than svg for warning image. Concatenate flash messages with co...Miguel Jacq
2019-03-11Repair the css . . . ZeroDot1
2019-02-24Move the noscript warning to top of page and make it appear less of an error,...Miguel Jacq
2019-02-23Add asynchronous functions to the templates to reduce page load times.ZeroDot1
2019-02-23Make progress, noscript warning, and flashes appear above the form, but benea...Miguel Jacq
2019-02-15Refactor file upload interface to use jQuery, and to have separate upload pro...Micah Lee
2019-02-15Make uploading over ajax, and ajax flash messages, workMicah Lee
2019-02-14Update the noscript upload instructions on the receive mode upload page, and ...Micah Lee
2019-02-13Use a div that gets hidden, instead of a <noscript> tag, because the <noscrip...Micah Lee
2019-02-13Add noscript warningMicah Lee
2019-02-13Use Ajax to send files in receive mode to workaround browser bug with large f...Miguel Jacq
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