3495 Commits

Author SHA1 Message Date
Miguel Jacq
54b70aef82 #1116 Add a Clear All button in the File List area for share modes 2020-05-27 12:56:33 +10:00
Manuela Silva
d9715e1208 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
7ca78a778b Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/
2020-05-25 15:41:37 +02:00
Kcchouette
4abdb19acd update archlinux onionshare URL 2020-05-12 19:07:28 +02:00
ihor_ck
ac8a115f82 Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/
2020-05-11 13:41:36 +02:00
Jonatan Nyberg
f5dff46eba Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/
2020-05-11 13:41:35 +02:00
Oymate
3bae504c89 Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
2020-05-11 13:41:34 +02:00
Ethan
e8300c2542 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
7d31edf354 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
e0afc03b61 Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/
2020-05-11 13:41:32 +02:00
Alex L
f4d4a02934 Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/
2020-05-11 13:41:32 +02:00
Saptak S
9d00627df3 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
7935d07bb3 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
46d69fba17 Add include_data_files back to setup call, and ignore built snaps 2020-05-07 20:19:07 -07:00
Micah Lee
793a5d3e02 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
bf2f6e9474 Import setup in setup.py from setuptools instead of distutils.core 2020-05-07 17:01:40 -07:00
Micah Lee
f700212142 Change how PyQt5 python package is formatted 2020-05-06 16:07:43 -07:00
Micah Lee
a4fb67315b Successfully install Qt5, attempt to get onionshare python deps installed 2020-05-06 16:05:48 -07:00
Micah Lee
e14da9deec Change PyQt5 to 5.14.0 2020-05-05 21:08:41 -07:00
Micah Lee
35cc598976 Switch to installing pre-compiled binaries of Qt5 2020-05-05 20:40:32 -07:00
Micah Lee
9f6691b91d Start attempting to build Qt5 from source 2020-05-05 15:12:13 -07:00
Saptak S
52971ad371 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
e8976b643e Adds eventlet to poetry to allow using websocket instead of polling 2020-05-04 03:41:38 +05:30
Micah Lee
d1cda85b0a 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
5ee8835448 Update poetry deps 2020-05-03 14:09:06 -07:00
Micah Lee
2508bbf29f Update onionshare description, and reduce python version to 3.6 in pyproject.toml 2020-05-03 14:04:54 -07:00
Micah Lee
102f42e225 Begin making a snapcraft.yaml 2020-05-03 13:56:18 -07:00
Saptak S
cc5d4ae439 Adds flask-socketio dependency to poetry 2020-05-02 02:58:31 +05:30
Saptak S
22732b8c41 Merge branch 'develop' into chat 2020-05-02 02:49:49 +05:30
Milo Ivir
66b20d8e09 Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/
2020-04-29 09:58:09 +02:00
R
a9d8cc7443 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
3f11472fd6 Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
2020-04-29 09:58:08 +02:00
Localisation Lab
fedec3c206 Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
2020-04-29 09:58:07 +02:00
Martin Beer
5a8d6f5009 Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/
2020-04-29 09:58:07 +02:00
scootergrisen
638612d70b Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/
2020-04-29 09:58:06 +02:00
Joan Montané
58e9cf4a43 Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/
2020-04-29 09:57:59 +02:00
Hosted Weblate
5b2e100490 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
aec4e5d792 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
aeff5bc5b1 Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
2020-04-24 15:43:13 +02:00
emma peel
b712f842ed Merge remote-tracking branch 'origin/develop' into develop 2020-04-24 13:31:02 +00:00
Hosted Weblate
9c65d2f09d Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/

Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Added translation using Weblate (Croatian)

Translated using Weblate (Hebrew)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/he/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Afrikaans)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/af/

Translated using Weblate (Hindi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hi/

Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

Translated using Weblate (Gujarati)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gu/

Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

Merge branch 'origin/develop' into Weblate.

Added translation using Weblate (Afrikaans)

Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

Translated using Weblate (Hindi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hi/
2020-04-20 09:11:22 +02:00
Micah Lee
da12325d1d Fix common.get_tor_paths test 2020-04-06 21:19:17 -07:00
Micah Lee
80b1246df8 Open files in linux with xdg-open instead of nautilus 2020-04-06 20:29:02 -07:00
Micah Lee
d1143504ac Delete the lock file on Ctrl-C 2020-04-06 20:19:35 -07:00
Micah Lee
d2517681af Remove psutil dependency, and start using a lock file instead 2020-04-06 20:05:48 -07:00
Micah Lee
8955b2b6c6 In dev mode, when checking for existing onionshare, check for processes that start with python3 as well as python 2020-04-06 19:53:34 -07:00
Micah Lee
a53b95867f Fix linux tor paths, make event handler properly quit thread 2020-04-06 19:49:49 -07:00
Micah Lee
ef73f354b7 Typos in EventHandlerThread 2020-04-06 19:29:48 -07:00
Micah Lee
a5a761ddb8 Remove watchdog, replace with a simple background thread 2020-04-06 19:26:45 -07:00
Micah Lee
b9b0558750 Make .desktop file not use absolute path for Exec 2020-04-06 19:04:55 -07:00