aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/static/js
AgeCommit message (Expand)Author
2022-01-16Merge branch 'develop' of github.com:onionshare/onionshare into ros-fixesMicah Lee
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-11-30Checks if username is ASCII string else throw an errorSaptak S
2021-11-19Removes invisible whitespace characters from username in chatSaptak S
2021-11-15Fixes typoSaptak S
2021-11-14Adds username validation for socketio event handler as wellSaptak S
2021-11-14Renames message event to chat_messageSaptak S
2021-11-14Removed room from chatSaptak S
2021-10-22Fixed send.js table sorting. Looks like it stopped working a long time ago.Benjamin Erhart
2021-10-14Fix whitespace issuesa1346054
2021-10-14Fix spellinga1346054
2021-05-17Use label tag for chat username label, and rename javascript function to chec...Miguel Jacq
2021-05-14Prevent usernames in Chat mode of length 128 chars or moreMiguel Jacq
2021-05-03Fix javascript bug in receive mode when files is disabledMicah Lee
2021-04-25Allow sending messages as well as uploading files in receive modeMicah Lee
2021-02-22Updates socket.io client to 3.1.1 with the latest Socket.IO and Engine.IO pro...Saptak S
2020-11-10Makes username input blur on pressing enterSaptak S
2020-11-10Improves the logic of updating both flask session and socket session with new...Saptak S
2020-11-10Forces socket io to use websocket instead of pollingSaptak S
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee