Saptak S
|
8ac1ae40ba
|
Adds viewport and charset meta tags
|
2020-07-06 00:54:29 +05:30 |
|
Miguel Jacq
|
21480a5117
|
Use a more efficient way of parsing the path to /img on the static URL in order to load ajax.gif via receive.js
|
2020-06-08 09:57:55 +10:00 |
|
Miguel Jacq
|
554012b8f4
|
#1121 upgrade to jQuery 3.5.1
|
2020-05-28 15:19:54 +10:00 |
|
Micah Lee
|
c3ba542ecb
|
Strip NoScript XSS warning, because the Tor Browser bug it addressed has been fixed
|
2019-05-29 19:27:21 -07:00 |
|
Micah Lee
|
41be429b91
|
Make static folder URL have a high-entropy random path, to avoid filename collisions with files getting shared
|
2019-05-22 20:07:35 -07:00 |
|
Micah Lee
|
63ced56250
|
Update ReceiveMode to no longer rely on slugs
|
2019-05-21 10:18:40 -07:00 |
|
Illia Volochii
|
32e6422412
|
Upgrade jQuery to 3.4.0
|
2019-04-19 18:20:58 +03:00 |
|
Micah Lee
|
c0e6137294
|
Fix css on receive.html as well
|
2019-03-22 15:27:23 -07:00 |
|
Micah Lee
|
f15fee8ee2
|
Merge branch 'develop' of https://github.com/ZeroDot1/onionshare into ZeroDot1-develop
|
2019-03-22 15:23:53 -07:00 |
|
Miguel Jacq
|
f2314f24c7
|
Use png rather than svg for warning image. Concatenate flash messages with commas to reduce page height. Allow warning message to be wider
|
2019-03-11 17:27:17 +11:00 |
|
Miguel Jacq
|
3f7c83c321
|
Move the noscript warning to top of page and make it appear less of an error, per more recommendations (and with supplied svg) from @ninavizz
|
2019-02-24 10:22:44 +11:00 |
|
ZeroDot1
|
06d50df10e
|
Add asynchronous functions to the templates to reduce page load times.
Asynchronous functions for CSS and JS.
|
2019-02-23 19:37:56 +01:00 |
|
Miguel Jacq
|
9c5adaee27
|
Make progress, noscript warning, and flashes appear above the form, but beneath the logo
|
2019-02-23 13:16:06 +11:00 |
|
Micah Lee
|
2d78b545a5
|
Refactor file upload interface to use jQuery, and to have separate upload progress bars. The progess bars make clear when the data has been sent to the first Tor node, and when its waiting on the rest of the Tor network. It also allows the sender to cancel uploads
|
2019-02-15 18:52:28 -08:00 |
|
Micah Lee
|
e2c4ec1f6f
|
Make uploading over ajax, and ajax flash messages, work
|
2019-02-15 14:52:00 -08:00 |
|
Micah Lee
|
dd3f2d60b6
|
Update the noscript upload instructions on the receive mode upload page, and add separate page for instructions to disable NoScript XSS setting
|
2019-02-14 09:31:39 -08:00 |
|
Micah Lee
|
1c16b092a3
|
Use a div that gets hidden, instead of a <noscript> tag, because the <noscript> tag doesn't when the security slider is on Safer
|
2019-02-13 17:40:33 -08:00 |
|
Micah Lee
|
105329fa28
|
Add noscript warning
|
2019-02-13 09:19:04 -08:00 |
|
Miguel Jacq
|
6c36fcb953
|
Use Ajax to send files in receive mode to workaround browser bug with large files
|
2019-02-13 12:49:42 +11:00 |
|
Miguel Jacq
|
7e875e021a
|
Remove unnecessary loop. Remove the Close route/setting which can DoS another running upload. Fix detecting whether any uploads are still in progress before terminating the service after timer expires. Don't register 404s for uploads after expiry has finished (throw a 403 instead)"
|
2018-09-18 08:36:07 +10:00 |
|
Miguel Jacq
|
e37dbb3efb
|
Only show the 'I'm Finished Sending' button if the user actually already sent (or tried to send) anything
|
2018-07-17 11:53:55 +10:00 |
|
Miguel Jacq
|
4092a65e0c
|
Improve styling of flash() messages by using categories, and style the closed.html. Replace references to 'Uploading' with 'Sending' for consistency
|
2018-07-17 11:45:14 +10:00 |
|
Micah Lee
|
9857d9fce8
|
Make the receive.html template not use slugs if receive_public_mode is True, and fix some bugs with receive routes
|
2018-05-20 11:16:09 -07:00 |
|
Micah Lee
|
996df24646
|
Make receive_allow_receiver_shutdown setting work
|
2018-04-29 15:34:11 -07:00 |
|
Micah Lee
|
72698a7247
|
Display a template after closing the server, and standardize the style of other simple templates
|
2018-03-14 08:30:14 -07:00 |
|
Micah Lee
|
01f86daf8f
|
In receive mode, allow uploader to close the server when they are done
|
2018-03-14 08:16:09 -07:00 |
|
Micah Lee
|
01dd16d92f
|
Uploading files works in CLI
|
2018-03-14 04:03:50 -07:00 |
|
Micah Lee
|
000d9620c1
|
Add flash messages to receive template, and begin implementing upload POST
|
2018-03-13 05:50:26 -07:00 |
|
Micah Lee
|
9a800d90b2
|
Started designing HTML/CSS for receive mode
|
2018-03-07 10:12:10 -08:00 |
|
Micah Lee
|
4606a3ad3a
|
Stop using inline css, and reorganize static folder
|
2018-03-06 03:03:24 -08:00 |
|
Micah Lee
|
ce852fc60a
|
Create separate templates and static folder, and make the web app use both of these. Yay, now we have real static resources
|
2018-03-06 02:54:12 -08:00 |
|