Saptak Sengupta
4f0958f143
Merge pull request #1125 from mig5/jquery_3_5_1
...
#1121 upgrade to jQuery 3.5.1
2020-06-01 11:29:50 +05:30
Miguel Jacq
5b78242606
Fail early if any of the tests fail, rather than continue and possibly exit 0
2020-05-31 20:26:07 +10:00
Miguel Jacq
ce0d21bb7a
Add code documentation
2020-05-31 20:17:52 +10:00
Miguel Jacq
faae3d58d2
Update the QR code description text
2020-05-31 20:16:33 +10:00
Miguel Jacq
3c9a105d92
Remove unnecessary import of Image class in ServerStatus
2020-05-31 20:13:55 +10:00
Miguel Jacq
4cf508ed8e
#1115 Add QR Code for onion URL
2020-05-31 17:44:57 +10:00
Miguel Jacq
554012b8f4
#1121 upgrade to jQuery 3.5.1
2020-05-28 15:19:54 +10:00
Miguel Jacq
ff0427daea
#1123 Load the ajax.gif in receive.js via relative directory, now that static path is not... static
2020-05-28 15:06:06 +10:00
Miguel Jacq
cefa271d29
#1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in progress bar of ReceiveMode items
2020-05-28 14:15:11 +10:00
Miguel Jacq
a22a559e98
Hide the Clear All button on server start, show it again when stopped
2020-05-28 13:02:16 +10:00
Miguel Jacq
327747fa3f
Change code doc from 'Delete All' to 'Clear All' and remove whitespace in test
2020-05-27 12:59:13 +10:00
Miguel Jacq
1632a00a91
#1116 Add a Clear All button in the File List area for share modes
2020-05-27 12:56:33 +10:00
Manuela Silva
e4d00b76b5
Translated using Weblate (Portuguese (Portugal))
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/
2020-05-25 15:41:38 +02:00
Riku Viitanen
236400d86b
Translated using Weblate (Finnish)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/
2020-05-25 15:41:37 +02:00
Kcchouette
ce682e2393
update archlinux onionshare URL
2020-05-12 19:07:28 +02:00
ihor_ck
e6fac40524
Translated using Weblate (Ukrainian)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/
2020-05-11 13:41:36 +02:00
Jonatan Nyberg
7e8f123030
Translated using Weblate (Swedish)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/
2020-05-11 13:41:35 +02:00
Oymate
2cff560cbd
Translated using Weblate (Bengali)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
2020-05-11 13:41:34 +02:00
Ethan
1c70671580
Translated using Weblate (Chinese (Simplified))
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
2020-05-11 13:41:34 +02:00
Allan Nordhøy
f37b3115d5
Translated using Weblate (Norwegian Bokmål)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/
2020-05-11 13:41:33 +02:00
Jeroen
92fdf480a8
Translated using Weblate (Dutch)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/
2020-05-11 13:41:32 +02:00
Alex L
691850ecbb
Translated using Weblate (Dutch)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/
2020-05-11 13:41:32 +02:00
Saptak S
afc6a2f4ce
Update username via both socket and ajax
...
- socket takes care of modifying the username in the forked socket
session and sending a status message to chat window
- ajax request takes care of updating the flask session so that on
refresh or re-opening of the URL in same browser, the username remains
same
2020-05-11 12:51:46 +05:30
Saptak S
409f3f7fbe
Keep save button disabled if changed username invalid
...
- Disabled till username not changed
- On change, if username is empty, then disabled
- On change, if username is changed back to previous, then disabled
- Else allow saving
2020-05-10 01:55:31 +05:30
Micah Lee
1d9fa758b1
Add include_data_files back to setup call, and ignore built snaps
2020-05-07 20:19:07 -07:00
Micah Lee
b2cb1dd2e1
Switch from scripts to entrypoints in setup.py; remove python-packages from snap because they are defined in poetry; fix onionshare and onionshare-gui snap apps definition; switch back to download Qt5 from the internet
2020-05-07 17:14:48 -07:00
Micah Lee
1e380a7be0
Import setup in setup.py from setuptools instead of distutils.core
2020-05-07 17:01:40 -07:00
Micah Lee
bc0f943f83
Change how PyQt5 python package is formatted
2020-05-06 16:07:43 -07:00
Micah Lee
f22958cbae
Successfully install Qt5, attempt to get onionshare python deps installed
2020-05-06 16:05:48 -07:00
Micah Lee
905b4b80d0
Change PyQt5 to 5.14.0
2020-05-05 21:08:41 -07:00
Micah Lee
933074720a
Switch to installing pre-compiled binaries of Qt5
2020-05-05 20:40:32 -07:00
Micah Lee
f406e147a3
Start attempting to build Qt5 from source
2020-05-05 15:12:13 -07:00
Saptak S
89b112ea95
Refactors logic for chat user list and scroll
...
- Refactors server side code to use instance variable instead of
background thread to generate a list of connected users
- Send this user list anytime any change is made to the list. It can
be: join, update username, disconnect
- In js, render the entire user list everytime it is received.
- Scroll to the bottom of the chat, everytime the current user
sends a message
- Else, if already at the bottom of the chat, scroll to the bottom
after appending incoming status or chat message. But if the user
is scrolled up in the chat window, then do not scroll to the bottom
- When refreshed or close tab is clicked, default browser warning is
shown.
- On receiving disconnect, the browser removes user from room.
- If refreshed, it is shown as if the user left and joined again.
2020-05-04 03:47:13 +05:30
Saptak S
440c0b0ab1
Adds eventlet to poetry to allow using websocket instead of polling
2020-05-04 03:41:38 +05:30
Micah Lee
b5f80601f5
In setup.py use scripts instead of entrypoints; in snapcraft remove python packages and get them from pyproject.toml instead
2020-05-03 14:38:44 -07:00
Micah Lee
1f08289a0b
Update poetry deps
2020-05-03 14:09:06 -07:00
Micah Lee
0e0d0f5689
Update onionshare description, and reduce python version to 3.6 in pyproject.toml
2020-05-03 14:04:54 -07:00
Micah Lee
f34e4f986a
Begin making a snapcraft.yaml
2020-05-03 13:56:18 -07:00
Saptak S
c5e418c730
Adds flask-socketio dependency to poetry
2020-05-02 02:58:31 +05:30
Saptak S
380cf94856
Merge branch 'develop' into chat
2020-05-02 02:49:49 +05:30
Milo Ivir
63b00a8a4b
Translated using Weblate (Croatian)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/
2020-04-29 09:58:09 +02:00
R
6c26d0e62e
Translated using Weblate (Persian)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/
2020-04-29 09:58:09 +02:00
Oğuz Ersen
38d74e718f
Translated using Weblate (Turkish)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
2020-04-29 09:58:08 +02:00
Localisation Lab
9e91ed2679
Translated using Weblate (French)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
2020-04-29 09:58:07 +02:00
Martin Beer
2b8adfc15e
Translated using Weblate (German)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/
2020-04-29 09:58:07 +02:00
scootergrisen
a0b6da6a37
Translated using Weblate (Danish)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/
2020-04-29 09:58:06 +02:00
Joan Montané
47cb5d220c
Translated using Weblate (Catalan)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/
2020-04-29 09:57:59 +02:00
Hosted Weblate
768ff45a89
Translated using Weblate (Indonesian)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/
Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
2020-04-25 01:35:26 +02:00
Hosted Weblate
edc52fd4e5
Translated using Weblate (French)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
2020-04-24 16:01:55 +02:00
Hosted Weblate
042ba777ad
Translated using Weblate (Spanish)
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
2020-04-24 15:43:13 +02:00