[Pkg-privacy-commits] [Git][pkg-privacy-team/onionshare][master] 2008 commits: Move downloads into their own window that can be toggled on/off

Ulrike Uhlig ulrike at debian.org
Tue Mar 30 22:17:29 BST 2021



Ulrike Uhlig pushed to branch master at Privacy Maintainers / onionshare


Commits:
ee5c35d5 by Miguel Jacq at 2018-02-27T17:59:46+11:00
Move downloads into their own window that can be toggled on/off

- - - - -
8961bd1e by Miguel Jacq at 2018-02-27T18:08:52+11:00
Add missing images for the downloads toggle button

- - - - -
fffc420c by Miguel Jacq at 2018-02-27T18:20:05+11:00
re-show the 'No downloads yet' label when resetting the counters (e.g starting a new share)

- - - - -
fa9e5748 by Miguel Jacq at 2018-02-28T09:48:23+11:00
Make downloads window scrollable again. Reset to original size when starting a fresh share

- - - - -
c5384316 by Baccount at 2018-03-02T18:43:30-08:00
Update en.json
- - - - -
947bfe3d by Baccount at 2018-03-02T18:44:52-08:00
Update eo.json
- - - - -
9da1b82e by Baccount at 2018-03-02T18:45:36-08:00
Update onionshare_gui.py
- - - - -
b16c654e by Micah Lee at 2018-03-04T07:55:59-08:00
Merge branch 'Baccount-rename-crunching-to-compressing' into develop

- - - - -
a71786d0 by Miguel Jacq at 2018-03-05T13:52:50+11:00
Warn about the costs of using meek_lite bridges

- - - - -
18ac830a by Micah Lee at 2018-03-05T07:45:10-08:00
Add command line flag for receive mode

- - - - -
383ccb94 by Micah Lee at 2018-03-05T07:52:51-08:00
Add downloads_dir to settings, make it default to ~/Downloads

- - - - -
cd1a1d96 by Micah Lee at 2018-03-05T08:48:04-08:00
Web needs to know about receive mode, not the OnionShare object

- - - - -
08957c51 by Micah Lee at 2018-03-05T08:54:20-08:00
Fix settings test to account for new downloads_dir setting

- - - - -
0cec6960 by Micah Lee at 2018-03-05T11:06:59-08:00
Refactor web.py to move all the web logic into the Web class, and refactor onionshare (cli) to work with it -- but onionshare_gui is currently broken

- - - - -
4a0c6e8d by Micah Lee at 2018-03-06T00:56:40-08:00
Refactor OnionShareGui to use new Web class

- - - - -
fa9f7146 by Micah Lee at 2018-03-06T01:50:43-08:00
Make separate routes for send and receive modes

- - - - -
baede536 by Micah Lee at 2018-03-06T02:06:44-08:00
Make separate template for send and receive mode

- - - - -
ce852fc6 by Micah Lee at 2018-03-06T02:54:12-08:00
Create separate templates and static folder, and make the web app use both of these. Yay, now we have real static resources

- - - - -
4606a3ad by Micah Lee at 2018-03-06T03:03:24-08:00
Stop using inline css, and reorganize static folder

- - - - -
649afa2f by Micah Lee at 2018-03-06T03:17:54-08:00
Move (optional) javascript into file, and use CSP to ban inline js

- - - - -
5d42e76e by Micah Lee at 2018-03-06T03:24:17-08:00
Show different message for receive mode than for send mode

- - - - -
e980bc15 by Micah Lee at 2018-03-06T05:25:49-08:00
Change default receive mode download directory to ~/OnionShare

- - - - -
878dd4f8 by Micah Lee at 2018-03-06T07:40:57-08:00
In CLI, validate downloads_dir when starting in receive mode

- - - - -
46a9a2a0 by Miguel Jacq at 2018-03-07T16:13:22+11:00
#662 Allow local-only mode in GUI

- - - - -
9a800d90 by Micah Lee at 2018-03-07T10:12:10-08:00
Started designing HTML/CSS for receive mode

- - - - -
2e31db85 by Micah Lee at 2018-03-08T05:43:45-08:00
Fix settings test because I moved the default downloads dir

- - - - -
2e6538b7 by Micah Lee at 2018-03-08T05:45:07-08:00
Move ZipWriter from common into web, because that's the only place it's used

- - - - -
49e352d1 by Micah Lee at 2018-03-08T05:50:23-08:00
Rename close_after_seconds class to ShutdownTimer

- - - - -
50409167 by Micah Lee at 2018-03-08T10:18:31-08:00
Completely refactor common to make a Common class, and pass that class down into all parts of the program

- - - - -
c2fecf8a by Micah Lee at 2018-03-13T02:22:26-07:00
Fix tests after refactoring Common

- - - - -
76d299a6 by Micah Lee at 2018-03-13T03:28:47-07:00
Move settings into the Common object, so the settings are available to all objects (including Web, which is required for receive mode)

- - - - -
8e82c070 by Micah Lee at 2018-03-13T03:59:52-07:00
Fixed bug in validating downloads dir related to moving settings into common

- - - - -
000d9620 by Micah Lee at 2018-03-13T05:50:26-07:00
Add flash messages to receive template, and begin implementing upload POST

- - - - -
b1b28f4f by Miguel Jacq at 2018-03-14T18:31:07+11:00
Hide the primary_action when Tor gets disconnected

- - - - -
01dd16d9 by Micah Lee at 2018-03-14T04:03:50-07:00
Uploading files works in CLI

- - - - -
0b10e715 by Micah Lee at 2018-03-14T07:35:04-07:00
Add receive mode warning, and print notification for each upload, in CLI mode

- - - - -
01f86daf by Micah Lee at 2018-03-14T08:16:09-07:00
In receive mode, allow uploader to close the server when they are done

- - - - -
72698a72 by Micah Lee at 2018-03-14T08:30:14-07:00
Display a template after closing the server, and standardize the style of other simple templates

- - - - -
fee1d495 by Micah Lee at 2018-03-14T08:33:25-07:00
Fix bug with shutdown_slug

- - - - -
929ad58e by Micah Lee at 2018-03-14T08:34:43-07:00
Fix bug with validating filenames from args in GUI

- - - - -
24bb7e7b by irykoon at 2018-03-14T16:08:38+00:00
Merge branch 'develop' of https://github.com/micahflee/onionshare into develop

- - - - -
ebd0416f by irykoon at 2018-03-14T16:16:56+00:00
Support meek_lite Pluggable Transports on Windows and Mac

According to https://lists.torproject.org/pipermail/tor-announce/2018-March/000153.html: Tor Browser 7.5.1 includes obfs4proxy (0.0.7), which supports meek_lite Pluggable Transports.

Therefore, undo: https://github.com/micahflee/onionshare/pull/649

- - - - -
98ee6e8d by irykoon at 2018-03-15T03:53:02+00:00
Remove advanced CHANGELOG

Thanks to @mig5 for bringing this issue up.

Please feel free to add the changelog back when the time is appropriate.

- - - - -
aafa9b15 by Micah Lee at 2018-03-19T02:25:22-07:00
Add WSGI middleware in order to capture the progress of POST request uploads

- - - - -
facd441c by Micah Lee at 2018-03-21T17:34:11-07:00
For receive mode, use a custom flask Request, and a custom TemporaryFile, in order to keep track of file upload progress

- - - - -
f7640416 by Micah Lee at 2018-03-21T17:51:42-07:00
Remove the WSGI middleware, because I'm solving the problem in a different way

- - - - -
bd7305ab by Micah Lee at 2018-03-21T18:27:42-07:00
Add new WSGI middleware just to attach the Web object to environ, and improve the UI of file upload progress

- - - - -
3a5133ee by Allan Nordhøy at 2018-03-22T22:06:08+01:00
marked nouns, ellipsis, +,  set up, addresses, could not
- - - - -
f35061fa by Allan Nordhøy at 2018-03-22T22:24:16+01:00
seem work → seem to work
- - - - -
359bd598 by Micah Lee at 2018-04-22T14:48:57-07:00
Merge branch 'downloads_window' of https://github.com/mig5/onionshare into mig5-downloads_window

- - - - -
16eab5e8 by Micah Lee at 2018-04-22T15:25:28-07:00
Add a stretch at the bottom of the downloads window, so that progess bars are always lined up at the top

- - - - -
90e0e1b6 by Micah Lee at 2018-04-22T15:28:31-07:00
Merge branch 'mig5-downloads_window' into develop

- - - - -
aaa86092 by Micah Lee at 2018-04-22T15:31:45-07:00
Merge branch '657_meek_warning' of https://github.com/mig5/onionshare into mig5-657_meek_warning

- - - - -
b4507149 by Micah Lee at 2018-04-22T15:32:46-07:00
Merge branch 'mig5-657_meek_warning' into develop

- - - - -
3584e57c by Micah Lee at 2018-04-22T15:41:10-07:00
Merge branch 'local_only_gui' of https://github.com/mig5/onionshare into mig5-local_only_gui

- - - - -
bb39ef9a by Micah Lee at 2018-04-22T15:43:25-07:00
Merge branch 'mig5-local_only_gui' into develop

- - - - -
1201205d by Micah Lee at 2018-04-22T16:09:32-07:00
Merge branch 'hide_primary_action_on_tor_disconnection' of https://github.com/mig5/onionshare into develop

- - - - -
87d29a91 by Micah Lee at 2018-04-22T17:15:15-07:00
Rearrange some widgets in the settings dialog, specifically move the bridge options above the test Tor settings button

- - - - -
a53d3188 by Micah Lee at 2018-04-22T17:20:58-07:00
Put test Tor button in a so it can be left-aligned

- - - - -
8c89a05f by Micah Lee at 2018-04-22T17:38:28-07:00
Merge branch 'develop' into receiver-mode

- - - - -
91536ea5 by Micah Lee at 2018-04-22T17:46:14-07:00
Fix a few bugs that I missed when merging in develop

- - - - -
c5741cd3 by Miguel Jacq at 2018-04-23T10:55:00+10:00
Merge pull request #682 from micahflee/rearrange_settings

Rearrange settings
- - - - -
97756ba8 by Allan Nordhøy at 2018-04-23T04:21:37+02:00
Spellign: - not, expire
- - - - -
4af80de1 by Micah Lee at 2018-04-23T08:52:48-07:00
Merge branch 'develop' into receiver-mode

- - - - -
6f0daa78 by Micah Lee at 2018-04-23T12:51:03-07:00
Merge branch 'patch-1' of https://github.com/comradekingu/onionshare into comradekingu-patch-1

- - - - -
d5aaf559 by Micah Lee at 2018-04-23T12:51:09-07:00
Merge branch 'comradekingu-patch-1' into develop

- - - - -
5e9465c8 by Micah Lee at 2018-04-23T12:53:35-07:00
Merge branch 'develop' into receiver-mode

- - - - -
6c91d897 by Micah Lee at 2018-04-23T19:51:51-07:00
Begin to add the mode switcher (between "Share Files" and "Receive Files", with the settings button)

- - - - -
b4c31573 by Micah Lee at 2018-04-23T21:08:03-07:00
Remove the margin from the mode switcher

- - - - -
ac137906 by Micah Lee at 2018-04-23T21:15:30-07:00
Flip between modes when clicking mode buttons, and some css

- - - - -
86fa0215 by Micah Lee at 2018-04-23T21:16:10-07:00
Fix small --local-only bug that causes a crash when canceling settings

- - - - -
b349471c by Micah Lee at 2018-04-23T21:24:12-07:00
Add empty ShareMode and ReceiveMode widgets, and show and hide them when switching modes

- - - - -
ac67f6be by Micah Lee at 2018-04-23T21:34:29-07:00
Move a lot of code from OnionShareGui into ShareMode, but none of it runs yet

- - - - -
9b2b8155 by Micah Lee at 2018-04-23T22:08:51-07:00
Moving more of the logic into ShareMode, but still have much more testing to do

- - - - -
bda82bc7 by Micah Lee at 2018-04-24T08:48:17-07:00
Fix crash when canceling while compressing files, and also prevent canceled share from starting when compressing finishes

- - - - -
a232cfdb by Micah Lee at 2018-04-24T08:51:39-07:00
Hide Receive Files button while share server is active

- - - - -
1d7ec585 by Micah Lee at 2018-04-24T09:21:23-07:00
Move the share-related event logic from OnionShareGui.event_callback into ShareMode methods, and other various bugfixes related to the refactor

- - - - -
2ee7e742 by Micah Lee at 2018-04-24T09:26:06-07:00
Remove the desktop notification setting -- everyone gets them now

- - - - -
b6b61f75 by Micah Lee at 2018-04-24T10:07:59-07:00
Update GPL copyright year

- - - - -
aa8c07c4 by Micah Lee at 2018-04-24T17:18:18-07:00
In CLI recieve mode, tell the user where to look for uploaded files

- - - - -
0e929879 by Micah Lee at 2018-04-24T17:18:33-07:00
Typo

- - - - -
4b957f32 by Micah Lee at 2018-04-24T17:22:06-07:00
Merge branch 'receiver-mode' into receiver-mode-gui

- - - - -
a017af07 by Micah Lee at 2018-04-24T17:26:54-07:00
Make ShareMode and ReceiveMode directories, and move ShareMode modules into its dir

- - - - -
dd7d97db by Micah Lee at 2018-04-25T08:43:40-07:00
Allow changing downloads_dir from SettingsDialog

- - - - -
f1495308 by Micah Lee at 2018-04-25T08:49:43-07:00
Move more logic from OnionShareGui into ShareMode, when reloading settings

- - - - -
edd5d4f7 by Micah Lee at 2018-04-25T09:08:50-07:00
Bugfix, TorConnectionDialog was getting instatiated with the wrong arguements

- - - - -
10581b14 by Micah Lee at 2018-04-25T09:13:05-07:00
Bugfix, settings was throwing an error and quitting when Tor was authenticated, not when it was not authenticated

- - - - -
2fc4330e by Micah Lee at 2018-04-25T09:46:49-07:00
Add ServerStatus to ReceiveMode, and update the server status indicator to have receive statuses too

- - - - -
996f1d3a by Micah Lee at 2018-04-25T20:14:27-07:00
Make different strings for start server button for different modes

- - - - -
81382318 by Micah Lee at 2018-04-25T20:22:29-07:00
Forgot to change args passed into ServerStatus

- - - - -
df346ad0 by Micah Lee at 2018-04-25T20:50:56-07:00
Add receive mode warning

- - - - -
691db634 by Micah Lee at 2018-04-25T21:54:28-07:00
Make ShareMode and ReceiveMode inherit from the same class, Mode

- - - - -
4a1995ef by Micah Lee at 2018-04-25T22:14:23-07:00
Move a lot of logic from ShareMode into generic Mode

- - - - -
4c6b3798 by Micah Lee at 2018-04-25T22:59:26-07:00
Split out customization of Mode into _custom() functions, and implement those customizations in ShareMode

- - - - -
40509778 by Micah Lee at 2018-04-25T23:03:57-07:00
When you start receive mode, it now runs OnionShareGui.set_server_active, to hide the appropriate mode switchers buttons

- - - - -
9e9f6557 by Micah Lee at 2018-04-26T09:30:53-07:00
Instead of creating a Web object and passing it into OnionShareGui, now each mode creates its own separate Web object, instantiated in its own way

- - - - -
ff55d7df by Micah Lee at 2018-04-26T10:59:38-07:00
Make OnionShareGui use the proper web object

- - - - -
c6a2cab5 by Micah Lee at 2018-04-26T11:00:59-07:00
Make Web's the REQUEST_ constants static attributes

- - - - -
87d93c09 by Micah Lee at 2018-04-27T22:20:12-07:00
Fix server status indicator

- - - - -
2e4db9eb by Micah Lee at 2018-04-27T22:32:20-07:00
Connect the right signals and slots for recieve mode, and now the receive mode server starts

- - - - -
0996e8c0 by Micah Lee at 2018-04-27T23:02:04-07:00
Change the URL description in receive mode

- - - - -
40651508 by Micah Lee at 2018-04-27T23:19:46-07:00
Fixed crash when starting recieve mode server

- - - - -
74a799f0 by Micah Lee at 2018-04-28T12:03:10-07:00
Work in progress commit, moving the timer_callback logic from ShareMode into Mode so ReceiveMode can use it as well

- - - - -
c1413ad7 by Micah Lee at 2018-04-28T13:41:15-07:00
ReceiveMode was overloading timer_callback instead of timer_callback_custom

- - - - -
5d037a78 by Micah Lee at 2018-04-28T13:48:31-07:00
Remove a log line that prints each timer_callback that I missed

- - - - -
14563615 by Micah Lee at 2018-04-28T13:59:36-07:00
Generalize the handling of Tor exceptions, more logging in Web

- - - - -
1a4aaa70 by Micah Lee at 2018-04-28T15:00:23-07:00
Fix a race condition where the URL was sometimes getting copied to the clipboard before it was actually generated, causing a crash

- - - - -
2a7f6e0d by Micah Lee at 2018-04-28T15:23:57-07:00
Make the quit warning work in receive mode, and use a different warning string

- - - - -
7e777da2 by Miguel Jacq at 2018-04-29T09:20:42+10:00
Merge pull request #683 from micahflee/receiver-mode

Refactoring, and receiver mode CLI
- - - - -
6632a4b4 by Micah Lee at 2018-04-28T21:08:53-07:00
Add two new receive mode settings: receive_allow_receiver_shutdown and receive_public_mode

- - - - -
7e116877 by Micah Lee at 2018-04-29T15:26:45-07:00
Merge branch 'develop' into receiver-mode-gui

- - - - -
996df246 by Micah Lee at 2018-04-29T15:34:11-07:00
Make receive_allow_receiver_shutdown setting work

- - - - -
6cfb7026 by Micah Lee at 2018-04-29T15:49:18-07:00
Display desktop notification to the user when the receiver closes the server, and finish up closing the server

- - - - -
4f89082f by Micah Lee at 2018-04-29T16:33:48-07:00
Add support for receive mode's "public mode", which doesn't use a slug. Still needs more testing

- - - - -
9a076635 by Micah Lee at 2018-04-29T16:41:05-07:00
Make the "download page loaded" and "upload page loaded" messages displayed as systray notifications instead of in the status bar, and make it work for Receive Mode

- - - - -
b6a15cf6 by Micah Lee at 2018-04-29T16:44:45-07:00
Display the URL without the slug for receive_public_mode in the CLI

- - - - -
73efcf81 by Micah Lee at 2018-04-29T16:47:36-07:00
Fix test from adding new settings

- - - - -
70385dd6 by Micah Lee at 2018-04-29T17:51:58-07:00
Write a simple Web test for share mode

- - - - -
7ec993d2 by Micah Lee at 2018-04-29T18:00:10-07:00
Implemented test: test_share_mode_close_after_first_download

- - - - -
86f1fb22 by Micah Lee at 2018-04-29T18:19:00-07:00
Add a few receive mode web tests, to test the receive_allow_receiver_shutdown and receive_public_mode settings

- - - - -
c0904b1b by Micah Lee at 2018-04-30T10:01:23-07:00
Fix issue in test that flake discovered

- - - - -
97d42492 by Miguel Jacq at 2018-05-02T14:41:15+10:00
Fix python setup process for share/static dir contents

- - - - -
65dff327 by Micah Lee at 2018-05-03T09:14:16-07:00
Make clicking the mode switcher buttons properly adjust the size of the window

- - - - -
07152ad9 by Micah Lee at 2018-05-03T09:29:54-07:00
Start creating the information widget for receive mode, and refactor for share mode

- - - - -
3cdd546b by Micah Lee at 2018-05-04T15:40:22-07:00
Ignore __pycache__ folders

- - - - -
ed28fdf1 by Micah Lee at 2018-05-04T15:53:34-07:00
Make receive mode info widget show when server is stated, hide when it is not started

- - - - -
30c9f50d by Micah Lee at 2018-05-04T16:06:24-07:00
Refactor ReceiveMode and Downloads, to push more download-related logic into Downloads

- - - - -
dcea4595 by Micah Lee at 2018-05-04T16:26:54-07:00
Start building Uploads widget

- - - - -
e32e8505 by Micah Lee at 2018-05-04T16:35:32-07:00
Fix stay_open regression bug. Before, it was closing automatically even when the setting wasn't set. Also, remove the --stay-open option from the GUI, since GUI settings are set in the settings dialog not cli args

- - - - -
7b25ae1d by Micah Lee at 2018-05-04T16:43:30-07:00
Remove --shutdown-timeout as an option for onionshare_gui, since GUI options are set in the settings dialog. Also fixed a bug where --local-only and --shutdown-timeout were not compatible in onionshare CLI

- - - - -
3f624a4a by Micah Lee at 2018-05-04T16:57:17-07:00
Refactor ShareMode and Downloads to remove the Downloads container widget, and make Downloads itself the QScrollArea

- - - - -
c77eba7f by Micah Lee at 2018-05-04T17:33:18-07:00
Tweak language of receive mode options

- - - - -
be36f3a4 by Micah Lee at 2018-05-04T17:57:30-07:00
Rename some images to reuse in ReceiveMode, and make new upload window button images

- - - - -
a0db6d0e by Micah Lee at 2018-05-04T18:08:23-07:00
Rename Downloads method names to remove the word "download"

- - - - -
23821eba by Micah Lee at 2018-05-07T15:44:04-07:00
Make ReceiveMode start using Uploads

- - - - -
4d5f1a34 by Micah Lee at 2018-05-07T16:21:22-07:00
Move all stylesheets definitions into Common, so now we no longer have blocks of css spread across the GUI code, and it's easier to re-use stylesheets

- - - - -
996f6c07 by Micah Lee at 2018-05-07T16:38:29-07:00
Create an Upload class within Uploads, and add methods to Uploads to add, update, cancel, and reset

- - - - -
591e97a5 by Micah Lee at 2018-05-07T22:15:29-07:00
Make receive mode events just like share mode, and rename REQUEST_DOWNLOAD to REQUEST_SHARE

- - - - -
9d557d4a by Micah Lee at 2018-05-07T22:16:45-07:00
Renamed Mode.handle_request_download to handle_request_started

- - - - -
eb3d6f21 by Micah Lee at 2018-05-07T23:07:11-07:00
Start making Web events actually put Upload objects into Uploads

- - - - -
841e47b2 by Micah Lee at 2018-05-08T13:35:50-07:00
ReceiveModeRequest should only deal with upload_ids for upload requests, not for other requests

- - - - -
a787a5af by Micah Lee at 2018-05-08T14:28:02-07:00
Start building File/Upload/Uploads GUI

- - - - -
c23ab77a by Micah Lee at 2018-05-19T20:51:01-07:00
Move downloads dir validation into Common

- - - - -
db7d5a65 by Micah Lee at 2018-05-19T21:11:57-07:00
Move downloads_dir validation into the /upload request in Web, and display an error in both CLI and GUI

- - - - -
caf87b8d by Micah Lee at 2018-05-19T21:20:51-07:00
Fix bug where ReceiveModeRequest was not recognizing an upload request if the POST included a slug when receive_public_mode == True

- - - - -
ee9c0d0a by Micah Lee at 2018-05-19T22:36:08-07:00
Refactor uploads GUI so that each upload POST has one progess bar, and a list of files, with partial styling

- - - - -
7a571764 by Micah Lee at 2018-05-19T22:58:55-07:00
Allow file uploads to finish, and improve uploads styling

- - - - -
8939d279 by Micah Lee at 2018-05-20T11:04:45-07:00
Only show other_page_loaded message on actual 404s

- - - - -
9857d9fc by Micah Lee at 2018-05-20T11:16:09-07:00
Make the receive.html template not use slugs if receive_public_mode is True, and fix some bugs with receive routes

- - - - -
18573ba4 by Micah Lee at 2018-05-20T12:07:15-07:00
Remove REQUEST_UPLOAD_NEW_FILE_STARTED event, because it's not actually needed

- - - - -
d6ce902e by Micah Lee at 2018-05-20T13:13:06-07:00
Only mark a file upload complete when it closes, which makes the open folder button appear

- - - - -
451e0726 by Micah Lee at 2018-05-20T14:05:34-07:00
Fixed "RuntimeError: dictionary changed size during iteration" exception while updating upload progress

- - - - -
b20ba6fc by Micah Lee at 2018-05-20T14:12:53-07:00
Rename uploaded files

- - - - -
f5ce0690 by Micah Lee at 2018-05-20T14:40:27-07:00
Make it so the open folder button works in Linux, with nautilus

- - - - -
96a680e0 by Micah Lee at 2018-05-20T15:20:21-07:00
Improve the CLI output for receive mode

- - - - -
4fd93636 by Micah Lee at 2018-05-20T15:33:13-07:00
Remove TODO comment

- - - - -
8658589b by Micah Lee at 2018-05-21T23:00:10-07:00
Merge branch 'mig5-fix_python_setup' into develop

- - - - -
f5ccfcf2 by Micah Lee at 2018-05-21T23:00:41-07:00
Merge branch 'develop' into receiver-mode-gui

- - - - -
7e7611bc by Miguel Jacq at 2018-05-28T15:52:43+10:00
Fix some lingering attribute/module references that had not been updated to use their new names/paths

- - - - -
41c10b1e by Miguel Jacq at 2018-05-28T16:14:44+10:00
Fix installation of static assets on MacOS and probably Windows too

- - - - -
1ad68c46 by Micah Lee at 2018-06-18T19:29:03-07:00
Merge branch 'license' into develop

- - - - -
09ce9714 by irykoon at 2018-07-12T06:31:49+00:00
Merge branch 'develop' of https://github.com/micahflee/onionshare into develop

- - - - -
a4f0b5e8 by Miguel Jacq at 2018-07-13T15:50:17+10:00
Remove duplicate line

- - - - -
89e341c8 by Miguel Jacq at 2018-07-14T16:19:16+10:00
#707 Hide/show the primary action in Receive Mode when tor connection is lost/regained

- - - - -
69ae2927 by Miguel Jacq at 2018-07-14T16:43:21+10:00
Fix minor spelling/grammar issues

- - - - -
4092a65e by Miguel Jacq at 2018-07-17T11:45:14+10:00
Improve styling of flash() messages by using categories, and style the closed.html. Replace references to 'Uploading' with 'Sending' for consistency

- - - - -
e37dbb3e by Miguel Jacq at 2018-07-17T11:53:55+10:00
Only show the 'I'm Finished Sending' button if the user actually already sent (or tried to send) anything

- - - - -
f6b031bc by Miguel Jacq at 2018-07-21T15:50:37+10:00
Fix another two places where Alert was called without passing the common object

- - - - -
a830eb57 by Miguel Jacq at 2018-07-21T15:52:11+10:00
#691 remove meek_lite Amazon

- - - - -
3b45f93d by Miguel Jacq at 2018-07-21T17:06:11+10:00
Expand 'public mode' (optional slugs) to be possible for sharing too, not just receiving, with no rate-limiting/self-destruct on invalid routes.

- - - - -
a13e98d7 by Miguel Jacq at 2018-07-22T14:58:14+10:00
Fix tests for public_mode

- - - - -
d2934e74 by Miguel Jacq at 2018-07-22T15:50:37+10:00
#692 move appstream file to /usr/share/metainfo

- - - - -
e4d1f8b8 by Miguel Jacq at 2018-07-22T16:20:19+10:00
#681 remove obsolete strings

- - - - -
e343aa19 by Miguel Jacq at 2018-07-22T16:26:10+10:00
Revert "#681 remove obsolete strings"

This reverts commit e4d1f8b8f67a138d6b250ed178576eac892984eb.

- - - - -
5442beba by Miguel Jacq at 2018-07-22T17:00:30+10:00
Fix check_lacked_trans.py script to check subfolders and also match on more than first occurrence of strings._ in a single line

- - - - -
1d8a9024 by Miguel Jacq at 2018-07-22T17:13:04+10:00
Also include test dir for strings

- - - - -
1a273e77 by Miguel Jacq at 2018-07-22T17:13:23+10:00
remove obsolete strings

- - - - -
1b4c989f by Miguel Jacq at 2018-08-15T09:09:52+10:00
Add explicit dependency on rpm-build in the BUILD.md. Add a link to community-provided OpenSuSE instructions

- - - - -
2de93596 by Miguel Jacq at 2018-08-21T19:31:02+10:00
Introduce v3 onion support

- - - - -
5c8b0d77 by Miguel Jacq at 2018-08-22T11:45:08+10:00
Rather than hide persistence/stealth mode altogether if the Tor version is high enough for v3, give the user the option to 'use legacy v2 onions' in Settings dialog, so that they may continue to use persistence etc

- - - - -
16430f5f by Miguel Jacq at 2018-08-22T11:50:16+10:00
Fix tests

- - - - -
f0efb10d by Miguel Jacq at 2018-08-22T17:03:15+10:00
Add missing locale key for legacy v2 onions

- - - - -
47fc55aa by Miguel Jacq at 2018-08-23T11:02:28+10:00
Don't try and parse Tor version in order whether or not to show v2-only features. Just note in the QLabel what is v2-only. Still force v2 legacy mode on when using persistence or stealth.

- - - - -
7879697e by Miguel Jacq at 2018-08-28T09:33:49+10:00
Only wrap the v3 onion if the window is too small to show it unwrapped

- - - - -
2fd2cf3e by Miguel Jacq at 2018-08-30T15:18:29+10:00
Fix the passing of the latest version returned to the UI if it is an invalid version

- - - - -
808c5a33 by Miguel Jacq at 2018-09-01T09:20:50+10:00
Truncate the length of the uploaded file name if it is longer than the width of the Upload window

- - - - -
52c82f9b by Micah Lee at 2018-09-02T13:33:35-07:00
Merge branch 'lingering_object_naming_issues' of https://github.com/mig5/onionshare into mig5-lingering_object_naming_issues

- - - - -
c037e32d by Micah Lee at 2018-09-02T13:33:55-07:00
Merge branch 'mig5-lingering_object_naming_issues' into develop

- - - - -
d90c3c24 by Micah Lee at 2018-09-02T13:36:21-07:00
Merge branch '693_fix_static_assets_macos' of https://github.com/mig5/onionshare into mig5-693_fix_static_assets_macos

- - - - -
0e9e729b by Micah Lee at 2018-09-02T13:36:30-07:00
Merge branch 'mig5-693_fix_static_assets_macos' into develop

- - - - -
a160ab04 by Micah Lee at 2018-09-02T22:51:26-07:00
Merge branch 'mig5-receiver-mode-gui' into receiver-mode-gui

- - - - -
e1976fdc by Micah Lee at 2018-09-02T22:56:39-07:00
Merge branch '707_fix_receive_mode_on_tor_disconnect' of https://github.com/mig5/onionshare into mig5-707_fix_receive_mode_on_tor_disconnect

- - - - -
936a90c6 by Micah Lee at 2018-09-02T22:57:43-07:00
Merge branch 'mig5-707_fix_receive_mode_on_tor_disconnect' into receiver-mode-gui

- - - - -
eb0419f2 by Micah Lee at 2018-09-02T22:59:06-07:00
Merge branch 'fix_spelling_grammar_receiver_mode' of https://github.com/mig5/onionshare into mig5-fix_spelling_grammar_receiver_mode

- - - - -
62c443f2 by Micah Lee at 2018-09-02T22:59:13-07:00
Merge branch 'mig5-fix_spelling_grammar_receiver_mode' into receiver-mode-gui

- - - - -
f83aa3cf by Micah Lee at 2018-09-02T23:01:06-07:00
Merge branch 'receive_mode_styling' of https://github.com/mig5/onionshare into mig5-receive_mode_styling

- - - - -
b3d5af9d by Micah Lee at 2018-09-02T23:04:04-07:00
Merge branch 'mig5-receive_mode_styling' into receiver-mode-gui

- - - - -
45d6a94d by Miguel Jacq at 2018-09-04T11:43:35+10:00
Fix conflict from develop branch

- - - - -
11bf0590 by Miguel Jacq at 2018-09-04T11:48:39+10:00
Fix conflict from receiver-mode-gui branch

- - - - -
45a5a2ae by Miguel Jacq at 2018-09-04T14:26:47+10:00
Use the distribution's PySocks module instead of our custom version

- - - - -
85fa44a0 by Miguel Jacq at 2018-09-04T14:49:56+10:00
Pass self to help_clicked function in systray, so we can use self.common

- - - - -
f9e614eb by Miguel Jacq at 2018-09-13T11:35:28+10:00
Update cryptography dependency to 2.3.1

- - - - -
8955ce06 by Miguel Jacq at 2018-09-13T12:21:38+10:00
Refactor the onionkey stuff to be more like @maqp's revised version (thanks)

- - - - -
0b0eef72 by Miguel Jacq at 2018-09-13T12:29:48+10:00
More clarity for the returned values in generate_v3_private_key(), also more consistent with generate_v2_private_key()

- - - - -
25eed81b by Miguel Jacq at 2018-09-13T16:35:24+10:00
Fixing a future check for persistent v3 onions (still disabled for now)

- - - - -
8861b9f7 by Micah Lee at 2018-09-14T16:29:53-07:00
Merge branch 'mig5-691_remove_meek_lite_amazon' into develop

- - - - -
8cbac4e6 by Micah Lee at 2018-09-14T16:55:11-07:00
Merge branch '692_appstream_file_location' of https://github.com/mig5/onionshare into mig5-692_appstream_file_location

- - - - -
1d67c4d2 by Micah Lee at 2018-09-14T16:55:27-07:00
Merge branch 'mig5-692_appstream_file_location' into develop

- - - - -
d2ef9872 by Micah Lee at 2018-09-14T16:57:33-07:00
Merge branch '681_remove_obsolete_strings' of https://github.com/mig5/onionshare into mig5-681_remove_obsolete_strings

- - - - -
51bfee31 by Micah Lee at 2018-09-14T16:59:43-07:00
Merge branch 'mig5-681_remove_obsolete_strings' into receiver-mode-gui

- - - - -
04984aa4 by Micah Lee at 2018-09-14T17:03:50-07:00
Merge branch 'opensuse_build_instructions' of https://github.com/mig5/onionshare into mig5-opensuse_build_instructions

- - - - -
1da30cb1 by Micah Lee at 2018-09-14T17:04:00-07:00
Merge branch 'mig5-opensuse_build_instructions' into develop

- - - - -
4c873935 by Micah Lee at 2018-09-14T18:32:32-07:00
Merge branch 'fix_invalid_version_alert' of https://github.com/mig5/onionshare into mig5-fix_invalid_version_alert

- - - - -
23415a43 by Micah Lee at 2018-09-14T18:33:10-07:00
Merge branch 'mig5-fix_invalid_version_alert' into develop

- - - - -
fbb55e36 by Micah Lee at 2018-09-14T18:33:51-07:00
Merge branch 'upload_widget_overlap' of https://github.com/mig5/onionshare into mig5-upload_widget_overlap

- - - - -
e54a1473 by Miguel Jacq at 2018-09-15T11:36:34+10:00
Don't check slug candidate in public mode

- - - - -
b58ffc31 by Micah Lee at 2018-09-14T18:36:41-07:00
Merge branch 'mig5-upload_widget_overlap' into receiver-mode-gui

- - - - -
4a51f09c by Micah Lee at 2018-09-14T18:38:32-07:00
Merge branch 'fix_help_systray_slot' of https://github.com/mig5/onionshare into mig5-fix_help_systray_slot

- - - - -
26059670 by Micah Lee at 2018-09-14T18:40:26-07:00
Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into mig5-685_use_dist_socks

- - - - -
96b59c49 by Micah Lee at 2018-09-14T18:41:52-07:00
Merge branch 'mig5-685_use_dist_socks' into develop

- - - - -
db63b4c9 by Micah Lee at 2018-09-14T18:43:25-07:00
Merge branch 'fix_help_systray_slot' of https://github.com/mig5/onionshare into develop

- - - - -
6839ec43 by Micah Lee at 2018-09-14T18:43:34-07:00
Merge branch 'mig5-fix_help_systray_slot' into develop

- - - - -
8312058f by Micah Lee at 2018-09-14T18:59:36-07:00
Merge branch 'develop' into receiver-mode-gui

- - - - -
8bb75cc5 by Miguel Jacq at 2018-09-15T12:07:01+10:00
Fix conflict in tests

- - - - -
30ee2290 by Miguel Jacq at 2018-09-15T16:07:08+10:00
Fix bug where lack of stealth mode re-enabled v2 legacy checkbox even if persistence was still enabled

- - - - -
52981b6f by Micah Lee at 2018-09-15T19:05:40-07:00
Fix bad merge in license comment

- - - - -
9815c612 by Micah Lee at 2018-09-15T19:47:42-07:00
Check for public_mode in the check_slug_candidate function, to make 404 errors work again during public mode

- - - - -
73f09f14 by Micah Lee at 2018-09-15T19:52:53-07:00
Make 404 error page look better, and remove the text that it's probably a typo, because in public mode that isn't necessarily true

- - - - -
13652e3b by Micah Lee at 2018-09-15T19:59:57-07:00
Merge branch 'mig5-713_optional_slugs' into receiver-mode-gui

- - - - -
6269f160 by Micah Lee at 2018-09-15T20:33:12-07:00
Update all pip dependency versions

- - - - -
3a7ae401 by Miguel Jacq at 2018-09-16T13:37:22+10:00
Fix conflicts

- - - - -
d8566c2d by Miguel Jacq at 2018-09-16T13:54:47+10:00
Move stealth to general options, and add hyperlinks for more info for this and legacy addresses

- - - - -
95f097ea by Miguel Jacq at 2018-09-16T14:00:41+10:00
Move the hyperlink labels into HBox layouts with the checkboxes

- - - - -
026322b4 by Miguel Jacq at 2018-09-16T14:06:55+10:00
Fix margins on HBoxLayouts in settings

- - - - -
6efa5f15 by Miguel Jacq at 2018-09-16T14:18:44+10:00
Fix public mode tests for 404

- - - - -
7a90378f by Micah Lee at 2018-09-15T21:50:59-07:00
Merge pull request #746 from mig5/fix_public_mode_test

Fix public mode tests for 404
- - - - -
c49db907 by Miguel Jacq at 2018-09-16T14:53:49+10:00
Merge branch 'receiver-mode-gui' into prop224_receiver_mode

- - - - -
806d6703 by Miguel Jacq at 2018-09-16T14:54:58+10:00
Merge pull request #745 from micahflee/740_pip_dependencies

Update all pip dependency versions
- - - - -
f90e96e2 by Micah Lee at 2018-09-15T22:04:08-07:00
Monkeypatch flask to suppress output that isn't applicable to OnionShare

- - - - -
70878e9d by Micah Lee at 2018-09-15T22:04:57-07:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
7bd897d1 by Miguel Jacq at 2018-09-16T15:15:40+10:00
Don't show the Flash shutdown slug route in the status bar as if it were an unexpected 404 route

- - - - -
05a9e3b1 by Miguel Jacq at 2018-09-16T15:41:50+10:00
Bump windows versions of pip packages to match those of OS X

- - - - -
94048c48 by Micah Lee at 2018-09-16T12:38:17-07:00
Merge pull request #749 from mig5/shutdown_slug_systray_message

Don't show the Flask shutdown slug route in the status bar as if it w…
- - - - -
4777c45a by Micah Lee at 2018-09-16T13:50:30-07:00
Fix suppressing the shutdown_slug message

- - - - -
8c3c0eb0 by Miguel Jacq at 2018-09-17T08:43:19+10:00
Use 'settings' rather than 'options' in the SettingsDialog labels

- - - - -
7c55f0ad by Miguel Jacq at 2018-09-17T08:44:56+10:00
Reorder the general settings

- - - - -
6c01d7a2 by Miguel Jacq at 2018-09-17T09:01:30+10:00
Add 'what's this' labels to each General Setting

- - - - -
ff8b7df5 by Miguel Jacq at 2018-09-17T09:02:35+10:00
reduce verbosity of persistent mode label

- - - - -
6ed5c94d by Miguel Jacq at 2018-09-17T09:12:13+10:00
Hide the legacy settings if legacy mode is not enabled. Fix unrelated bug regarding displaying the HidServAuth copy button/label

- - - - -
adf4b029 by Miguel Jacq at 2018-09-17T09:16:11+10:00
Update stdeb.cfg to depend on bionic and Python 3.6

- - - - -
b06fd8af by Miguel Jacq at 2018-09-17T17:42:04+10:00
Hold a share open if its timer hsa expired but a file is still uploading. Don't allow other uploads during this time

- - - - -
95372741 by Miguel Jacq at 2018-09-17T18:48:22+10:00
Use the term 'upload' rather than 'download' in the Receive mode tooltip icons

- - - - -
6ca5f05d by Micah Lee at 2018-09-17T12:20:35-07:00
Merge pull request #753 from mig5/uploads_tooltips

[receiver-mode-gui] Use the term 'upload' rather than 'download' in the Receive mode tooltip icons
- - - - -
f0c6a225 by Micah Lee at 2018-09-17T15:01:51-07:00
Merge pull request #750 from mig5/740_pip_dependencies_round_2

Bump windows versions of pip packages to match those of OS X
- - - - -
abfc2f1c by Micah Lee at 2018-09-17T15:07:19-07:00
Update Windows deps to python 3.7.0, pywin32 223, and Qt 5.11.1

- - - - -
711a7b84 by Micah Lee at 2018-09-17T15:15:16-07:00
Get tor binary from Tor Browser 8.0

- - - - -
7e875e02 by Miguel Jacq at 2018-09-18T08:36:07+10:00
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)"

- - - - -
92ef6f71 by Micah Lee at 2018-09-17T15:37:48-07:00
Update Mac deps to python 3.7.0 and Qt 5.11.1

- - - - -
eb66acee by Micah Lee at 2018-09-17T15:54:37-07:00
Update travis config to use python 3.6+, and to install proper versions of dependencies, and to use bionic instead of trusty

- - - - -
cddc7f8c by Micah Lee at 2018-09-17T15:57:15-07:00
Merge branch 'prop224_receiver_mode' of https://github.com/mig5/onionshare into mig5-prop224_receiver_mode

- - - - -
359e4703 by Micah Lee at 2018-09-17T16:11:52-07:00
Make what's this links use the same string, and change their style

- - - - -
6d9d8610 by Micah Lee at 2018-09-17T16:12:06-07:00
Merge branch 'mig5-prop224_receiver_mode' into receiver-mode-gui

- - - - -
6efc281f by Micah Lee at 2018-09-17T16:15:08-07:00
Merge branch 'develop' into receiver-mode-gui

- - - - -
4434e4c9 by Miguel Jacq at 2018-09-18T09:59:06+10:00
Fix test

- - - - -
c3755389 by Miguel Jacq at 2018-09-18T10:26:16+10:00
Fix conflict

- - - - -
7c5d1545 by Micah Lee at 2018-09-17T17:42:21-07:00
Make separate function for comparing the slug and comparing the shutdown_slug, to prevent 404 errors on the shutdown request

- - - - -
06f90b91 by Miguel Jacq at 2018-09-18T10:48:56+10:00
Merge pull request #695 from micahflee/receiver-mode-gui

Receiver mode GUI
- - - - -
c8fd40c3 by Miguel Jacq at 2018-09-18T11:19:20+10:00
Increment/decrement the upload counters

- - - - -
bf6de202 by Miguel Jacq at 2018-09-18T11:51:32+10:00
Close the upload widget on reset so that it properly disappears from the Uploads window.

- - - - -
d54b5269 by Miguel Jacq at 2018-09-18T12:59:01+10:00
Fix the auto-scrolling to bottom of Download and Upload windows

- - - - -
174de574 by Micah Lee at 2018-09-17T20:55:54-07:00
Refactor all of the threading.Threads into QThreads, and quit them all when canceling the server. When canceling the compression thread, specifically mass a cancel message into the Web and ZipWriter objects to make the bail out on compression early

- - - - -
ef71c351 by Micah Lee at 2018-09-17T21:02:39-07:00
Oops, update URL and filename for Tor Browser 8.0 dmg as well as the sha256 checksum

- - - - -
fc0defe0 by Micah Lee at 2018-09-17T21:03:37-07:00
Merge branch 'develop' into update-deps

- - - - -
56280d72 by Miguel Jacq at 2018-09-18T15:35:26+10:00
Re-add the python dependencies necessary for v3 onion support, which got lost in the merge

- - - - -
a8dc03da by Miguel Jacq at 2018-09-18T15:36:00+10:00
Update the path to the Tor data from inside the mounted .dmg, and the libevent version name

- - - - -
72f76bf6 by Micah Lee at 2018-09-18T13:39:09-07:00
We shouldn't call CompressThread.cancel() there because it's already called in a signal

- - - - -
c52c8462 by Micah Lee at 2018-09-18T13:42:13-07:00
Make Web.set_file_info return False on cancel

- - - - -
725434ed by Micah Lee at 2018-09-18T15:35:10-07:00
Generated a new requirements.txt by installing the latest version of
these pip packages:

pip3 install certifi cryptography Flask PyInstaller PyQt5 PySocks pycrypto pynacl requests stem

Then running "pip3 freeze". Also, deleted requirements-windows.txt. Mac
and Windows can share.

- - - - -
31fd2ee7 by Micah Lee at 2018-09-18T15:37:33-07:00
For Mac build instructions, update a command to use Python 3.7 instead of 3.6, and install pip dependencies without sudo. For Windows, install requirements.txt instead of requirements-windows.txt. Also pywin32 is no longer a dependency, so remove it from build instructions.

- - - - -
814897e9 by Micah Lee at 2018-09-18T16:05:54-07:00
Update NSIS file to no longer have to specify each individual file (omg I should have done this foreever ago)

- - - - -
b4a5280c by Micah Lee at 2018-09-18T16:19:07-07:00
While I'm at it, bump the version to 2.0.dev

- - - - -
0234ff5f by Micah Lee at 2018-09-18T16:28:54-07:00
Set self.cancel_compression to false in the set_file_info() function instead of Web's constructor, so it gets reset every time

- - - - -
50b69e43 by Micah Lee at 2018-09-18T16:35:17-07:00
Merge pull request #757 from mig5/auto_scroll_download_upload_window

Fix the auto-scrolling to bottom of Download and Upload windows
- - - - -
88e186ba by Miguel Jacq at 2018-09-19T09:52:57+10:00
Merge pull request #754 from micahflee/update-deps

Update deps
- - - - -
5448c4f3 by Micah Lee at 2018-09-18T16:58:16-07:00
Remove some debug logs

- - - - -
cc265491 by Micah Lee at 2018-09-18T17:17:25-07:00
Properly handle exceptions in CLI, and pass the actual exception message in TorErrorProtocolError exceptions

- - - - -
6da5ae84 by Micah Lee at 2018-09-18T17:31:40-07:00
Tor version must actually be 0.3.3.1 for ephemeral v3 onion services

- - - - -
d63808f4 by Micah Lee at 2018-09-18T17:44:54-07:00
Import onion exceptions that were missing

- - - - -
f8199425 by Miguel Jacq at 2018-09-19T10:46:32+10:00
Merge pull request #761 from micahflee/760_fix_tor_crash

Fixes tor crash
- - - - -
6ac1ca37 by Micah Lee at 2018-09-18T17:50:39-07:00
Merge pull request #755 from mig5/upload_icon_updating

Increment/decrement the upload counters
- - - - -
c08f6f3d by Miguel Jacq at 2018-09-19T10:57:12+10:00
#704 wrap the upload filename label if too long

- - - - -
3743a1b0 by Micah Lee at 2018-09-18T17:58:25-07:00
Merge pull request #756 from mig5/reset_uploads_on_share_restart

Close the upload widget on reset so that it properly disappears from the Uploads window
- - - - -
62804dfd by Miguel Jacq at 2018-09-19T10:59:11+10:00
Merge pull request #758 from micahflee/665_cancel_compression

Fix zip progress bar not canceling problem
- - - - -
41b4cea6 by Miguel Jacq at 2018-09-19T11:24:19+10:00
Open folder containing uploads with the file selected, in macOS and Windows

- - - - -
388f9685 by Miguel Jacq at 2018-09-19T11:27:36+10:00
fix function name for windows

- - - - -
f45eae57 by Miguel Jacq at 2018-09-19T12:12:18+10:00
Fix syntax for opening explorer and selecting the filename. Fix a bug in the downloads_dir for Windows (need to use a backslash)

- - - - -
28674bf0 by Miguel Jacq at 2018-09-19T14:37:07+10:00
Add 'clear history' button to downloads and uploads windows

- - - - -
20c97a61 by Miguel Jacq at 2018-09-19T14:40:30+10:00
Send the public_mode argument to web.start in the WebThread

- - - - -
abb27083 by Miguel Jacq at 2018-09-19T14:53:33+10:00
Log the public_mode flag as well

- - - - -
8b704a00 by Miguel Jacq at 2018-09-19T15:07:04+10:00
Start the WebThread earlier than the Onion service. This gives it a chance to generate its slug before the Onion Service finishes starting up, which can otherwise lead to a crash

- - - - -
fe9b510a by Micah Lee at 2018-09-19T18:03:04-07:00
Merge pull request #768 from mig5/start_web_thread_earlier_than_onion_service

Start the WebThread earlier than the Onion service. This gives it a c…
- - - - -
fc7afecb by Micah Lee at 2018-09-19T18:14:42-07:00
Choose a port *before* starting the web service

- - - - -
a9586049 by Miguel Jacq at 2018-09-20T11:28:45+10:00
Merge pull request #769 from micahflee/fix_app_port

Choose a port *before* starting the web service
- - - - -
d0d4d610 by Micah Lee at 2018-09-19T18:33:30-07:00
Merge pull request #762 from mig5/textwrap_upload_filename_widget

#704 wrap the upload filename label if too long
- - - - -
997e2f87 by Miguel Jacq at 2018-09-20T11:33:37+10:00
Throw a 403 on the index pages if the timer has run out but an upload is in progress

- - - - -
093cf9bd by Micah Lee at 2018-09-19T18:36:50-07:00
Merge pull request #766 from mig5/clear_history_button

Add 'clear history' button to downloads and uploads windows
- - - - -
28697995 by Micah Lee at 2018-09-19T18:39:07-07:00
Merge branch 'send_public_mode_arg_to_web_start' of https://github.com/mig5/onionshare into mig5-send_public_mode_arg_to_web_start

- - - - -
2b9791e0 by Micah Lee at 2018-09-19T18:40:14-07:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
59003635 by Micah Lee at 2018-09-19T18:50:42-07:00
Add a horizontal layout wrapper around the vertical layout, in order to optionally add horizontal widgets to Modes

- - - - -
499f7b16 by Micah Lee at 2018-09-19T19:00:12-07:00
Always show uploads and downloads

- - - - -
1314ddf1 by Micah Lee at 2018-09-19T19:36:16-07:00
Remove upload/download toggle buttons

- - - - -
871135cc by Micah Lee at 2018-09-19T19:38:29-07:00
Only add a stretch at the bottom of the layout in receive mode, not share mode

- - - - -
beeebce6 by Micah Lee at 2018-09-19T19:39:59-07:00
Set minimum width for whole application

- - - - -
5a96bcc7 by Micah Lee at 2018-09-19T20:17:23-07:00
Remove adjustSize that was causing issues

- - - - -
db73dbeb by Miguel Jacq at 2018-09-20T13:21:38+10:00
Merge pull request #770 from micahflee/history_ui

New UI to always show history
- - - - -
dbae5016 by Micah Lee at 2018-09-19T21:44:37-07:00
Remove obsolete strings (#770)

- - - - -
324538bd by Micah Lee at 2018-09-20T09:14:56-07:00
When there is only 1 file being shared, don't zip it

- - - - -
69666581 by Micah Lee at 2018-09-20T09:26:11-07:00
Make fedora and debian dependencies get added to packages built

- - - - -
12a5b68d by Micah Lee at 2018-09-20T09:30:44-07:00
Also package the new python modules

- - - - -
ea938e24 by Micah Lee at 2018-09-20T12:25:07-07:00
Change more references to web.zip_filesize to be refer to web.download_filesize

- - - - -
5bc8e0a5 by Micah Lee at 2018-09-20T23:09:14-07:00
Smoothly quit when Ctrl-C is pressed

- - - - -
92d5edfa by Miguel Jacq at 2018-09-21T16:17:28+10:00
Merge pull request #773 from micahflee/ctrl_c

Smoothly quit when Ctrl-C is pressed
- - - - -
81fa5e05 by Micah Lee at 2018-09-20T23:18:17-07:00
Only add the download_filename to cleanup_filenames (which get deleted) if the file is zipped up. Otherwise, OnionShare deletes the original file

- - - - -
603be8a0 by Micah Lee at 2018-09-20T23:31:52-07:00
Make web a module, so I can split it into multiple files

- - - - -
71ea9bf2 by Micah Lee at 2018-09-20T23:43:04-07:00
Split the web module into different files for receive mode and share mode logic

- - - - -
357985fd by Micah Lee at 2018-09-20T23:45:13-07:00
Fix tests to point to new location of ZipWriter class

- - - - -
8ce90fdd by Micah Lee at 2018-09-20T23:58:27-07:00
Refactor web to push share and receive mode logic into their respective files

- - - - -
cc9f646f by Micah Lee at 2018-09-21T11:14:32-07:00
Refactor web even more to all of the share and receive web logic into ShareModeWeb and ReceiveModeWeb classes

- - - - -
a86681e9 by Micah Lee at 2018-09-21T11:19:36-07:00
Refactor the CLI main function to explicitly use 'share' or 'receive' mode

- - - - -
28fd67cb by Micah Lee at 2018-09-21T11:36:19-07:00
Move more mode-specific logic out of the Web class and into the approprate mode web classes

- - - - -
98aae9d8 by Micah Lee at 2018-09-21T11:41:49-07:00
Pass common into ShareModeWeb and ReceiveModeWeb

- - - - -
2a309af6 by Micah Lee at 2018-09-21T12:29:23-07:00
If only sharing one file, compress it with gzip, and serve it with gzip compression if the browser supports it

- - - - -
44f408c9 by Micah Lee at 2018-09-21T13:38:01-07:00
Remove unused wait_for_hs string, and change tests to test with a different string. Also remove a few other unused strings

- - - - -
eac4e44d by Micah Lee at 2018-09-21T13:58:42-07:00
Remove no_filenames string, and instead display CLI usage if you don't specify filenames

- - - - -
891bc75e by Miguel Jacq at 2018-09-22T06:59:58+10:00
Merge pull request #772 from micahflee/linux_deps

Make fedora and debian dependencies get added as package dependencies
- - - - -
d45ad212 by Miguel Jacq at 2018-09-22T07:27:31+10:00
Merge pull request #777 from micahflee/small_locale_fixes

Remove unused wait_for_hs string, and change tests to test with a dif…
- - - - -
98fcf4d0 by Micah Lee at 2018-09-21T15:11:18-07:00
Remove the 'using_ephemeral' string

- - - - -
ffbc5f7e by Miguel Jacq at 2018-09-22T09:15:19+10:00
Merge pull request #779 from micahflee/small_locale_fixes

A few more locale fixes...
- - - - -
09ccbf4a by Micah Lee at 2018-09-21T16:22:37-07:00
Dynamically figure out the total size of the download based on the whether or not the client making the http request accepts gzip

- - - - -
017a4ebe by Micah Lee at 2018-09-21T16:23:49-07:00
Merge branch 'develop' into 663_zip_away

- - - - -
bacd2a1b by Micah Lee at 2018-09-21T16:24:22-07:00
Include onionshare.web module in setup.py

- - - - -
4d125bd3 by Micah Lee at 2018-09-21T17:08:11-07:00
Actually tell the GUI the progess

- - - - -
bddddff5 by Miguel Jacq at 2018-09-22T10:13:53+10:00
Merge pull request #774 from micahflee/663_zip_away

Don't zip if only sharing one file, and big refactor of web module
- - - - -
a1cddeb9 by Micah Lee at 2018-09-21T17:42:36-07:00
Access .upload_count from the correct object after the web refactor

- - - - -
a1d6834b by Miguel Jacq at 2018-09-22T10:50:07+10:00
Merge pull request #782 from micahflee/781_fix_receive_mode

Access .upload_count from the correct object after the web refactor
- - - - -
f09d5395 by Miguel Jacq at 2018-09-22T16:50:39+10:00
GUI unit tests in both share and receive mode

- - - - -
12838f8e by Miguel Jacq at 2018-09-22T16:54:52+10:00
Try and make travis-friendly tests

- - - - -
7c9cc76c by Miguel Jacq at 2018-09-22T16:57:26+10:00
xvfb might already be installed?

- - - - -
174cfbd3 by Miguel Jacq at 2018-09-22T17:02:16+10:00
need pytest-qt

- - - - -
d48d7806 by Miguel Jacq at 2018-09-22T17:06:02+10:00
fighting with travis...

- - - - -
9a505af3 by Miguel Jacq at 2018-09-22T17:47:38+10:00
Add persistent slug test. Add test of clipboard contents in Share mode. Remove travis stuff that I couldn't get to work

- - - - -
cb3ed3ea by Miguel Jacq at 2018-09-22T17:57:53+10:00
One more travis test

- - - - -
157dde37 by Miguel Jacq at 2018-09-22T18:01:17+10:00
pytest

- - - - -
4e68c62b by Miguel Jacq at 2018-09-22T18:07:14+10:00
Nope

- - - - -
bd4f3e5f by Baccount at 2018-09-22T11:18:18-07:00
Update get-tor-windows.py
- - - - -
726a3e4b by Baccount at 2018-09-22T11:20:55-07:00
Upgrade Tor to 0.3.4.8
- - - - -
180a61d4 by Allan Nordhøy at 2018-09-23T06:22:05+02:00
Language rework
- - - - -
d773a777 by Allan Nordhøy at 2018-09-23T06:28:31+02:00
No "expired", Allowed sharing timeframe
- - - - -
bead9d93 by Allan Nordhøy at 2018-09-23T06:38:39+02:00
Spelling cancelled ;)
- - - - -
86f2c198 by Micah Lee at 2018-09-23T14:00:13-07:00
Fix some of the language on strings, and move back to "upload" and "download" terminology

- - - - -
6193047d by Micah Lee at 2018-09-23T14:36:36-07:00
Fixes a few strings after testing

- - - - -
e460acbb by Micah Lee at 2018-09-23T14:39:29-07:00
Fix locale test

- - - - -
03df46ea by Micah Lee at 2018-09-23T14:49:48-07:00
Merge pull request #785 from Baccount/update-deps

Bump Tor to 0.3.4.8
- - - - -
83a9ce9f by Micah Lee at 2018-09-23T14:50:54-07:00
Merge branch 'update-deps' into develop

- - - - -
de9bc975 by Miguel Jacq at 2018-09-24T10:41:48+10:00
Refactor the unit tests to use common, abstracted tests

- - - - -
2a7adb23 by Miguel Jacq at 2018-09-24T10:42:46+10:00
Merge branch 'develop' into gui_tests

- - - - -
d3436453 by Miguel Jacq at 2018-09-25T14:40:10+10:00
Analyse the right file size to determine if the download has finished in the UI (in order to decide whether to stop server yet)

- - - - -
3ed04bf5 by Miguel Jacq at 2018-09-25T15:26:19+10:00
Show whether Tor version supports next-gen onion support

- - - - -
da1881fc by Micah Lee at 2018-09-26T17:05:44-07:00
Merge pull request #788 from mig5/fix_close_automatically

Analyse the right file size to determine if the download has finished…
- - - - -
d3410e78 by Micah Lee at 2018-09-26T17:09:34-07:00
Merge pull request #789 from mig5/show_v3_onion_support

Show whether Tor version supports next-gen onion support
- - - - -
201f3512 by Miguel Jacq at 2018-09-27T15:43:59+10:00
Pass --local-only down to the ServerStatus and Mode so that we can set shorter timeouts for local GUI tests. Update the tests to use a very short timeout

- - - - -
8fc8e076 by Miguel Jacq at 2018-09-27T15:54:46+10:00
Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md

- - - - -
8212da2d by Miguel Jacq at 2018-09-27T17:33:15+10:00
Add Tor GUI unit tests

- - - - -
8b4ef277 by Micah Lee at 2018-09-27T16:44:06-07:00
Merge branch 'gui_tests' of https://github.com/mig5/onionshare into mig5-gui_tests

- - - - -
f0dd76f6 by Micah Lee at 2018-09-27T17:34:46-07:00
Remove all the extra QApplications

- - - - -
8261b486 by Micah Lee at 2018-09-27T17:51:16-07:00
Add @mig5 as a code owner for all tests, and add @emmapeel2 as a code owner for locales

- - - - -
6f57f7ea by Micah Lee at 2018-09-27T21:19:42-07:00
Update Travis CI to run GUI tests

- - - - -
75153db1 by Micah Lee at 2018-09-27T21:22:10-07:00
Keep trying ports until it finds a free one

- - - - -
aa7919ab by Micah Lee at 2018-09-27T21:27:35-07:00
Remove submitting to coveralls

- - - - -
2ffcdbb1 by Micah Lee at 2018-09-27T21:34:39-07:00
One script to run all tests

- - - - -
fc1902c1 by Micah Lee at 2018-09-28T12:51:30-07:00
Refactor how Mode layouts work, so the downstream Mode has more control over the UI

- - - - -
ddcbed45 by Micah Lee at 2018-09-28T13:18:18-07:00
Hide the uploads and downloads by default, and make the mode switcher hide before showing, to prevent weird window resizing

- - - - -
edbbe937 by Micah Lee at 2018-09-28T13:24:44-07:00
Add a toggle downloads button to share mode, and add new toggle upload and download images

- - - - -
4bec79f4 by Micah Lee at 2018-09-28T13:43:10-07:00
Toggle showing uploads and downloads for both share and receive modes

- - - - -
e29bb99f by Micah Lee at 2018-09-28T15:05:43-07:00
OnionShareGui.adjust_size now recursively runs adjustSize() on all widgets

- - - - -
cddc8c06 by Micah Lee at 2018-09-28T15:30:37-07:00
Modes now get to choose a new minimum window width when resizing

- - - - -
f056ce57 by Micah Lee at 2018-09-28T15:47:49-07:00
Refactor share mode info widget into its own file and custom class, and run .show_more() and .show_less() instead of .show() and .hide()

- - - - -
35065106 by Micah Lee at 2018-09-28T16:00:22-07:00
Refactor receive mode into using an info widget too

- - - - -
08ac4137 by Micah Lee at 2018-09-28T16:06:14-07:00
Process Qt events once more, to prevent weird size issues before adjusting size

- - - - -
c0e6968b by Micah Lee at 2018-09-28T17:01:48-07:00
Attempting to redesign Downloads

- - - - -
a5b54977 by Micah Lee at 2018-09-28T18:30:32-07:00
Got empty Downloads looking good

- - - - -
71149c29 by Micah Lee at 2018-09-28T18:48:12-07:00
Refactor Downloads to use an internal QListWidget to list the progess bars

- - - - -
9a05eef4 by Micah Lee at 2018-09-28T19:05:26-07:00
Slightly improve Downloads progress bar style, but still needs spacing

- - - - -
e8726335 by Micah Lee at 2018-09-28T19:54:46-07:00
Added an indicator count for share mode

- - - - -
709eeeac by Micah Lee at 2018-09-28T22:03:48-07:00
Starting to implement the new Uploads UI, but not done

- - - - -
4aed7c0f by Micah Lee at 2018-09-29T12:00:22-07:00
Use correct variable name for Downloads

- - - - -
ffad7793 by Micah Lee at 2018-09-29T12:19:01-07:00
Switch Downloads from QListWidget to QScrollArea

- - - - -
d87115d2 by Micah Lee at 2018-09-29T13:41:12-07:00
Fix Downloads scroll area so internal widget is always the right size

- - - - -
fa4ebbf2 by Micah Lee at 2018-09-29T13:47:00-07:00
Convert Uploads to a QScrollArea also

- - - - -
4b3a68bb by Micah Lee at 2018-09-29T14:40:55-07:00
Got the indicator label to display in the correct location for share mode

- - - - -
b4de634b by Micah Lee at 2018-09-29T14:43:13-07:00
Fix indicator label display for receive mode

- - - - -
8ca34fad by Micah Lee at 2018-09-29T14:49:06-07:00
Fix crash when clicking Help from the systray

- - - - -
39dd0862 by Micah Lee at 2018-09-29T15:12:05-07:00
Increase minimum window with to 460, and store it in a variable to stop repeating myself

- - - - -
4710eaee by Micah Lee at 2018-09-29T18:24:11-07:00
Fix local GUI tests so they pass

- - - - -
d8c225a9 by Micah Lee at 2018-09-29T18:58:27-07:00
Begin refactoring Tor tests to inherit from local tests

- - - - -
4ffc0ddb by Miguel Jacq at 2018-09-30T16:52:48+10:00
Ignore attribute error when optimistically trying to cancel compression (we may have no ZipWriter object yet)

- - - - -
10ca75fc by Miguel Jacq at 2018-09-30T17:16:37+10:00
Add a test for #790

- - - - -
84de1b51 by Miguel Jacq at 2018-09-30T17:43:45+10:00
Replace deprecated assertEquals with assertEqual in tests

- - - - -
f5c7acf8 by Micah Lee at 2018-09-30T10:57:13-07:00
Fix Tor tests so they pass, too

- - - - -
3fd75819 by Micah Lee at 2018-09-30T11:41:07-07:00
Test the history indicator widget, in local GUI tests

- - - - -
d28f38b1 by Micah Lee at 2018-09-30T14:45:21-07:00
Add locale to Settings, and make it default to the system locale, or English

- - - - -
64a44284 by Micah Lee at 2018-09-30T15:01:02-07:00
Make Settings.available_locales be a dictionary mapping locale codes to language names in that language

- - - - -
9a19a7ae by Micah Lee at 2018-09-30T16:14:14-07:00
Allow switching locales from the settings dialog

- - - - -
9d5f9d18 by Micah Lee at 2018-09-30T16:18:40-07:00
Translate language names to their own language

- - - - -
23c55bc9 by Micah Lee at 2018-09-30T16:23:46-07:00
Change how language selection setting looks

- - - - -
c4f776c4 by Micah Lee at 2018-09-30T17:06:29-07:00
Set OnionShare language based on the locale stored in settings, and prompt user to restart OnionShare after changing their language

- - - - -
60afaaf3 by Micah Lee at 2018-09-30T17:18:56-07:00
Make printing the settings filename as debug statement instead of print

- - - - -
c572ab99 by Micah Lee at 2018-09-30T17:35:58-07:00
Fix tests

- - - - -
a1f5b596 by Micah Lee at 2018-09-30T17:47:10-07:00
Remove the useless gui=True arg getting passed intro strings._ all over the place

- - - - -
c1050014 by Micah Lee at 2018-09-30T18:19:25-07:00
Fix tests_gui_local/onionshare_receive_mode_upload_test_public_mode.py tests

- - - - -
d18b77e8 by Micah Lee at 2018-09-30T18:32:18-07:00
Fix the rest of the local GUI tests

- - - - -
90750395 by Micah Lee at 2018-09-30T18:40:47-07:00
Oops, import strings into tor GUI tests

- - - - -
c43d882a by Miguel Jacq at 2018-10-01T12:53:10+10:00
Explicitly set true/false values for settings that need it

- - - - -
29b1b972 by Miguel Jacq at 2018-10-01T12:53:23+10:00
Add French translation for restarting OnionShare to see change in language take effect

- - - - -
9aa9dc39 by Miguel Jacq at 2018-10-01T13:32:09+10:00
Move Alert dialog about restart into the conditional that fires only if locale was changed

- - - - -
7e8a76be by Miguel Jacq at 2018-10-01T15:32:53+10:00
Load default settings before parsing for any alternate config. Reload strings if an alternate config was passed in after

- - - - -
f653e8cc by Miguel Jacq at 2018-10-01T16:42:54+10:00
Merge develop in and fix upload/timer functionality so that it works as described. Still needs fixing to not throw a connection error to the lucky last uploader after their upload completes and server stops due to expiry having passed

- - - - -
3f32db2c by Miguel Jacq at 2018-10-01T18:42:53+10:00
Fix logic for handling an upload still in progress when timer runs out. Show thankyou page for last uploader post-timer expiry

- - - - -
d104af11 by Miguel Jacq at 2018-10-01T19:15:58+10:00
remove unused variable, whitespace

- - - - -
9e14514d by Miguel Jacq at 2018-10-01T19:17:50+10:00
Another unused variable

- - - - -
7d140f38 by Miguel Jacq at 2018-10-01T19:18:50+10:00
remove uploads_in_progress list from web side

- - - - -
4afd415a by Micah Lee at 2018-10-01T14:04:49-07:00
Merge pull request #796 from mig5/790_ignore_zipwriter_attribute_error

Ignore attribute error when optimistically trying to cancel compression
- - - - -
1fd647b8 by Micah Lee at 2018-10-01T14:18:39-07:00
Merge pull request #797 from mig5/795_fix_deprecated_assertEquals

Replace deprecated assertEquals with assertEqual in tests
- - - - -
e9148ddb by Miguel Jacq at 2018-10-02T07:33:13+10:00
remove unused variable

- - - - -
61d2e6cc by Miguel Jacq at 2018-10-02T08:22:08+10:00
Try to fix logic handling last upload after timer expiry

- - - - -
875b5383 by Miguel Jacq at 2018-10-02T15:41:29+10:00
Make auto-stop timer work on CLI when an upload is still in progress on expiry

- - - - -
7c61483a by Micah Lee at 2018-10-07T14:48:15-07:00
Move Mode module into its own folder

- - - - -
801d8b96 by Micah Lee at 2018-10-07T14:54:51-07:00
Move ShareMode and ReceiveMode into Mode module

- - - - -
5a8cb2ac by Micah Lee at 2018-10-07T15:20:22-07:00
In ShareMode, remove the ShareModeInfo widget and replace with a customized ToggleHistory widget

- - - - -
484c3390 by Micah Lee at 2018-10-07T17:35:15-07:00
Make ShareMode just use a History object directly, instead of defining its own Downloads class

- - - - -
bc573209 by Micah Lee at 2018-10-07T18:09:02-07:00
Delete Info widget, and move completed and in progress widgets into the header of history

- - - - -
38e62d85 by Micah Lee at 2018-10-07T18:20:32-07:00
The History header is now only shown if there are items again, and the clear history button resets everything. Also, reset hides individual items because, for some reason, they still show up otherwise.

- - - - -
1b1ade63 by Micah Lee at 2018-10-07T18:49:09-07:00
Start fixing the GUI tests. Also, refactor CommonTests to pass in a Mode object instead of the string "share" or "receive"

- - - - -
4d217e84 by Micah Lee at 2018-10-07T20:37:54-07:00
Refactor CommonTests to pass in actual Mode objects, and fix all tests. Now all ShareMode tests pass

- - - - -
c9beb694 by Micah Lee at 2018-10-07T21:14:20-07:00
Update ReceiveMode to use History directly, and now all GUI tests pass

- - - - -
656784df by Micah Lee at 2018-10-07T21:28:10-07:00
Remove obsolete ReceiveModeInfo file

- - - - -
bc8759bc by Micah Lee at 2018-10-07T21:46:16-07:00
Properly close items inside the item list, instead of just hiding them

- - - - -
49e371d5 by Miguel Jacq at 2018-10-07T21:47:28-07:00
adjust widget sizes when switching mode

- - - - -
50c0d91c by Micah Lee at 2018-10-07T21:57:45-07:00
Missing imports

- - - - -
5a2ca669 by Micah Lee at 2018-10-07T22:07:19-07:00
Rip out all of the adjust size logic and let Qt just handle it

- - - - -
9aa98256 by Micah Lee at 2018-10-07T22:09:57-07:00
Remove one more reference to resize_window

- - - - -
6227c6cb by Micah Lee at 2018-10-09T20:51:10-07:00
Set min width and height so everything always looks good, and change onion address to monospace font

- - - - -
b982a9a2 by Micah Lee at 2018-10-09T21:15:42-07:00
Actually, the window needs to be taller

- - - - -
90172c91 by Micah Lee at 2018-10-09T21:18:26-07:00
Stop hiding the share mode info label when tor breaks

- - - - -
18f83589 by Micah Lee at 2018-10-09T21:32:28-07:00
Merge in develop

- - - - -
5616a6a9 by Micah Lee at 2018-10-09T21:49:05-07:00
Make the history indicator label circular again

- - - - -
56e5c8b9 by Micah Lee at 2018-10-09T22:21:03-07:00
Add "download started" date/time to download history progress bars

- - - - -
85de803f by Miguel Jacq at 2018-10-10T16:49:42+11:00
Raise minimumHeight again to account for overlap issues on MacOS caused by Mac's Qt widget padding

- - - - -
beda37df by Miguel Jacq at 2018-10-10T18:09:43+11:00
Remove commented out obsolete code

- - - - -
75338066 by Micah Lee at 2018-10-10T18:16:08-07:00
Final few tweaks to make this look perfect in macOS

- - - - -
c5412882 by Micah Lee at 2018-10-10T18:25:28-07:00
Merge branch 'develop' into 690_language_dropdown

- - - - -
ac10b889 by Micah Lee at 2018-10-10T18:32:01-07:00
Merge branch '780_improved_ui' into 690_language_dropdown

- - - - -
235fb84d by Micah Lee at 2018-10-10T18:45:55-07:00
Fix various bugs so local GUI tests pass again after merges

- - - - -
93dd7a0e by Miguel Jacq at 2018-10-11T12:47:52+11:00
Merge pull request #798 from micahflee/780_improved_ui

Toggle history button, and history indicator
- - - - -
86b537a4 by Miguel Jacq at 2018-10-11T13:04:48+11:00
Fix conflicts

- - - - -
48654895 by Miguel Jacq at 2018-10-11T13:07:02+11:00
Merge pull request #800 from micahflee/690_language_dropdown

Add language dropdown
- - - - -
a6483d28 by Miguel Jacq at 2018-10-11T15:09:27+11:00
Refactor local tests to reuse most of their code

- - - - -
43eda6b9 by Miguel Jacq at 2018-10-11T16:04:37+11:00
Try and move local tests into main tests dir. Rename local tests. Save test settings to unique json files to avoid race conditions

- - - - -
418252f7 by Miguel Jacq at 2018-10-11T16:07:16+11:00
Revert "Try and move local tests into main tests dir. Rename local tests. Save test settings to unique json files to avoid race conditions"

This reverts commit 43eda6b9df808b2ef29b98ae3b9fb9803843cfc2.

- - - - -
fe091db5 by Miguel Jacq at 2018-10-12T11:28:47+11:00
Refactor tests to use proper inheritance of GuiReceiveTest/GuiShareTest (which inherit from GuiBaseTest). Prevent tests from auto-firing in these base objects. Clean up imported modules, rename files to end in _test.py

- - - - -
6227c587 by Miguel Jacq at 2018-10-12T11:42:40+11:00
Write settings json files out to unique files per test

- - - - -
297edbe6 by Miguel Jacq at 2018-10-12T11:50:12+11:00
Revert "Write settings json files out to unique files per test"

This reverts commit 6227c5879683420c185ffb114bfefd1be43c6f9c.

- - - - -
7d8a47a5 by Miguel Jacq at 2018-10-12T12:18:34+11:00
Fix persistence tests, re-introduce separate settings json files, fix call to actual tests to use self. These can now be run with 'xvfb-run pytest tests_gui_local/' instead of via a shell script

- - - - -
1be53c63 by Micah Lee at 2018-10-11T19:38:05-07:00
Remove the whole onionkey module, and generate onion keys using stem 1.7.0

- - - - -
f8f70531 by Micah Lee at 2018-10-11T19:55:53-07:00
Drop the PyNaCl dependency, because we are no longer generating v3 onion keys

- - - - -
b91f1d71 by Micah Lee at 2018-10-11T20:08:23-07:00
Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency

- - - - -
61a98fbb by Micah Lee at 2018-10-11T20:18:23-07:00
Add instructions for making sure you have pytest in your path (which you don't by default in debian stretch)

- - - - -
12180f08 by Micah Lee at 2018-10-11T20:48:46-07:00
Remove python3-cryptography dependency

- - - - -
b758ac4d by Miguel Jacq at 2018-10-12T18:53:03+11:00
Beginning to move the Tor tests into tests_gui and inheriting what we can from the local tests to avoid code reuse. Add --runtor flag in pytest to run these

- - - - -
d77c12a6 by Miguel Jacq at 2018-10-12T18:56:30+11:00
add tor marker on the stealth test

- - - - -
be7bc2d8 by Miguel Jacq at 2018-10-12T19:01:50+11:00
cancel share test in Tor

- - - - -
fd1174c4 by Miguel Jacq at 2018-10-12T20:44:10+11:00
Commit missing test changes for canceling a share

- - - - -
540806f0 by Miguel Jacq at 2018-10-13T09:49:05+11:00
add the other Tor tests into tests_gui and refactor them. Reinstate the shell script for the sake of Travis

- - - - -
1043be44 by Miguel Jacq at 2018-10-13T10:03:15+11:00
Another attempt at changing pytest ordering so that pytest can run without shell script

- - - - -
10cdfa76 by Miguel Jacq at 2018-10-13T10:35:09+11:00
Move GUI tests into tests/ dir and fix conftest related stuff so everything loads what it needs and passes

- - - - -
8f5ea184 by Miguel Jacq at 2018-10-13T10:39:26+11:00
Update test documentation

- - - - -
738be1cb by Miguel Jacq at 2018-10-14T09:22:09+11:00
Remove unnecessary dependencies

- - - - -
e31a424a by Miguel Jacq at 2018-10-14T14:26:22+11:00
Fix class name of Tor persistent mode test

- - - - -
46bec2f2 by Miguel Jacq at 2018-10-14T15:11:57+11:00
fix stealth test. Remove tor connection killed test, because it doesn't work like this in 'automatic' connection mode which we need for Mac/Windows testing

- - - - -
ed224f03 by Miguel Jacq at 2018-10-15T11:15:32+11:00
Move GUI tests into a single function each, which solves ordering bugs, and also means we don't need to depend on pytest-ordering

- - - - -
325980ee by Miguel Jacq at 2018-10-15T17:33:21+11:00
Remove second arg from two calls to strings()

- - - - -
cc495890 by Miguel Jacq at 2018-10-16T13:01:44+11:00
More coverage such as 404 ratelimit, large file tests. Standardise some method naming conventions and other fixes/cleanup

- - - - -
fea34c0f by Miguel Jacq at 2018-10-16T15:53:35+11:00
Add Settings GUI test

- - - - -
dbbc9c0c by Miguel Jacq at 2018-10-17T09:23:07+11:00
Fix stealth test, add legacy v2 onion test

- - - - -
386a8c5a by Miguel Jacq at 2018-10-17T10:47:55+11:00
Fix call to Alert() when an autostop timer has run out before starting the share

- - - - -
c79eedd6 by Miguel Jacq at 2018-10-17T11:57:21+11:00
Add better workaround for blocking QDialogs. Add unreadable file test and reinstate tor connection killed test

- - - - -
f7ab3050 by Miguel Jacq at 2018-10-17T13:48:13+11:00
Add simple test to ensure we can click the settings button

- - - - -
42efff27 by Micah Lee at 2018-10-16T20:32:11-07:00
Merge pull request #808 from mig5/remove_arg_from_strings

Remove second arg from two calls to strings()
- - - - -
03879ce9 by Miguel Jacq at 2018-10-17T14:33:31+11:00
Add a test for making sure quitting during a share prompts before shutting down share

- - - - -
b8265286 by Miguel Jacq at 2018-10-17T14:34:29+11:00
Remove commented out teardownClass (even though the teardown isn't working atm :/)

- - - - -
a093d411 by Miguel Jacq at 2018-10-17T15:21:04+11:00
More test coverage, particularly of Receive Mode

- - - - -
9812e754 by Micah Lee at 2018-10-16T22:16:35-07:00
Merge pull request #810 from mig5/fix_timer_alert

Fix call to Alert() when an autostop timer has run out before starting the share
- - - - -
0176535e by Miguel Jacq at 2018-10-17T16:19:03+11:00
Merge branch 'develop' into fix_tor_tests

- - - - -
b749fc8d by Miguel Jacq at 2018-10-17T16:31:51+11:00
Remove unique settings file per test, because they don't run concurrently anymore

- - - - -
22e56678 by Miguel Jacq at 2018-10-17T16:36:58+11:00
raise timer seuqnce on open settings dialog test (in case that's why it's segfaulting in Travis)

- - - - -
497cd4fb by Miguel Jacq at 2018-10-17T16:45:52+11:00
Revert "raise timer seuqnce on open settings dialog test (in case that's why it's segfaulting in Travis)"

This reverts commit 22e566784238e5da76a3a311a097a00dc482457b.

- - - - -
7820c13a by Miguel Jacq at 2018-10-17T16:51:49+11:00
Add initial .circleci config

- - - - -
ce5d978a by Miguel Jacq at 2018-10-17T16:55:15+11:00
try to get circleci to build just this branch for now

- - - - -
d40351e0 by Miguel Jacq at 2018-10-17T16:58:05+11:00
circleci tweaks

- - - - -
67d75826 by Miguel Jacq at 2018-10-17T16:59:13+11:00
circleci tweaks

- - - - -
68bff3fd by Miguel Jacq at 2018-10-17T17:04:24+11:00
circleci tweaks

- - - - -
0d48d2a3 by Miguel Jacq at 2018-10-17T17:15:13+11:00
sudo

- - - - -
bc85d1a9 by Miguel Jacq at 2018-10-17T17:15:34+11:00
remove branch specific config

- - - - -
a68a0dba by Miguel Jacq at 2018-10-17T17:17:43+11:00
Travis and CircleCI hate this simple test

- - - - -
bbff7498 by Miguel Jacq at 2018-10-17T17:23:25+11:00
Fix path to large_file in teardown class

- - - - -
3538e9d1 by Miguel Jacq at 2018-10-17T17:28:13+11:00
run on same version of python as me

- - - - -
59667b2d by Miguel Jacq at 2018-10-17T17:29:44+11:00
more cleanup in teardown class

- - - - -
cddfd5b0 by Miguel Jacq at 2018-10-17T17:38:28+11:00
see if it's a version issue

- - - - -
f608b79a by Miguel Jacq at 2018-10-17T17:50:16+11:00
The only other version difference I can find is PyQt itself

- - - - -
cfbfc4a6 by Miguel Jacq at 2018-10-17T17:51:45+11:00
Revert "The only other version difference I can find is PyQt itself"

This reverts commit f608b79aafde24c0a7cf5fc8ca4c2320be3f2e72.

- - - - -
c47f974d by Miguel Jacq at 2018-10-17T17:59:16+11:00
Tweaks to SettingsGuiBaseTest object

- - - - -
f1bf8966 by Miguel Jacq at 2018-10-17T18:04:38+11:00
pytest-qt is 3.2.1 on my machine

- - - - -
ced8948e by Austin Jackson at 2018-10-17T13:19:35-05:00
Update README.md
- - - - -
72e684c1 by Miguel Jacq at 2018-10-18T16:57:05+11:00
try and build off buster

- - - - -
d5881286 by Miguel Jacq at 2018-10-18T16:57:59+11:00
buster is a tag

- - - - -
eb63a045 by Miguel Jacq at 2018-10-18T16:59:49+11:00
see if we can avoid sudo

- - - - -
5972665f by Miguel Jacq at 2018-10-18T17:00:46+11:00
avoid prompt

- - - - -
0c328b8c by Miguel Jacq at 2018-10-18T17:01:33+11:00
xvfb should be installed

- - - - -
638651ce by Miguel Jacq at 2018-10-18T17:11:39+11:00
don't install main requirements.txt

- - - - -
ceb66597 by Miguel Jacq at 2018-10-18T17:15:00+11:00
Other dependencies

- - - - -
5485b897 by Miguel Jacq at 2018-10-18T17:17:57+11:00
Add the other python dependencies from the BUILD.md

- - - - -
7f06b7d2 by Miguel Jacq at 2018-10-18T17:34:34+11:00
Back to python container

- - - - -
d50adaa5 by Miguel Jacq at 2018-10-18T17:35:30+11:00
Back to sudo

- - - - -
e0da92cc by Miguel Jacq at 2018-10-18T17:36:12+11:00
more sudo

- - - - -
95ece1aa by Miguel Jacq at 2018-10-18T17:38:15+11:00
back to installing main requirements.txt

- - - - -
ecd837fc by Miguel Jacq at 2018-10-18T17:42:27+11:00
Tweak travis yml to run the same commands as circle just for curiosity

- - - - -
ecea986f by Miguel Jacq at 2018-10-18T17:42:57+11:00
Revert "Travis and CircleCI hate this simple test"

This reverts commit a68a0dbabfe9a108014bed0e3fe6ae05c22b637a.

- - - - -
e1d0d100 by Miguel Jacq at 2018-10-18T17:55:11+11:00
Remove problematic test again

- - - - -
60e52aad by Miguel Jacq at 2018-10-18T17:55:26+11:00
Revert "Tweak travis yml to run the same commands as circle just for curiosity"

This reverts commit ecd837fc3cc04d9a848465c1b0ea791679f9f3d8.

- - - - -
07057d6b by Micah Lee at 2018-10-25T11:01:09-07:00
Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions

- - - - -
354604db by Micah Lee at 2018-10-25T13:16:30-07:00
Remove .travis.yml because we're switching to CircleCI

- - - - -
a16d5623 by Micah Lee at 2018-10-25T13:20:46-07:00
Update CI build status image in readme to use CircleCI instead of Travis

- - - - -
23a1ed91 by Micah Lee at 2018-10-25T19:46:06-07:00
Merge pull request #811 from au5ton/patch-1

Update README.md
- - - - -
6233487e by Micah Lee at 2018-10-25T21:13:16-07:00
Receive mode puts files in a directory based on the timestamp of the upload

- - - - -
65b4afeb by Micah Lee at 2018-10-25T21:38:20-07:00
Communicate the receive mode dir to the GUI, so clicking the open folder button opens the file manager to the correct directory

- - - - -
f5e0e9dd by Micah Lee at 2018-10-26T15:08:55-07:00
Fix tests so they recognize the new receive mode location

- - - - -
7956b33a by Miguel Jacq at 2018-10-27T17:51:20+11:00
Merge pull request #814 from micahflee/743_receive_mode_organize

Receive mode organizes files for you
- - - - -
8016010a by Allan Nordhøy at 2018-11-12T01:35:18+01:00
Spelling: Recipient
- - - - -
a39cd080 by Miguel Jacq at 2018-11-12T11:45:16+11:00
Merge pull request #818 from comradekingu/patch-4

Spelling: Recipient
- - - - -
db8548c3 by Miguel Jacq at 2018-11-13T14:42:26+11:00
Try and fix closing the request for a valid upload post-timer expiry, whilst still rejecting subsequent uploads

- - - - -
d3b5e1e2 by Miguel Jacq at 2018-11-13T14:45:40+11:00
Merge develop branch and fix conflicts

- - - - -
09976353 by Miguel Jacq at 2018-11-13T14:59:29+11:00
remove obsolete settings in test that related to allowing receiver to shutdown service

- - - - -
17aa34ed by Miguel Jacq at 2018-11-13T15:06:28+11:00
remove debug log

- - - - -
e29c0e7b by Micah Lee at 2018-11-18T17:04:20-08:00
Merge branch 'develop' into v3-revisited

- - - - -
395bc37a by coogor at 2018-11-25T15:37:50+01:00
onionshare.desktop 

Fixed categories and generic comment, added german translation
- - - - -
5f011e9e by Micah Lee at 2018-11-25T13:14:56-08:00
Fix bug related to persistent addresses when using v2 onion services

- - - - -
b1245dbb by Miguel Jacq at 2018-11-26T08:20:05+11:00
Run tests on multiple python versions in CircleCI

- - - - -
1690d766 by Micah Lee at 2018-11-25T13:21:54-08:00
Merge pull request #821 from coogor/develop

onionshare.desktop
- - - - -
b2a98fb5 by Miguel Jacq at 2018-11-26T08:26:33+11:00
Merge pull request #806 from micahflee/v3-revisited

Change how v3 onion services work to support Debian Stretch
- - - - -
24a4e156 by Micah Lee at 2018-11-25T13:48:50-08:00
Update readme to include repology badge and better install instructions, and also new screenshots

- - - - -
87d10e19 by Micah Lee at 2018-11-25T13:51:41-08:00
Merge branch 'develop' into 819_update_readme

- - - - -
af637bc6 by Micah Lee at 2018-11-25T15:13:15-08:00
Adding a .entitlements file to begin testing macOS sandbox

- - - - -
dac480f2 by Micah Lee at 2018-11-25T15:14:29-08:00
Use entitlements file when codesigning for macOS

- - - - -
2ca4f56d by Miguel Jacq at 2018-11-26T10:37:04+11:00
Merge pull request #822 from micahflee/819_update_readme

Include repology badge, and new screenshots
- - - - -
0794d7fb by Micah Lee at 2018-11-25T15:52:36-08:00
Split entitlements files into child and parent, and try using them both

- - - - -
d8b873a2 by Micah Lee at 2018-11-25T16:15:27-08:00
Create a group container for macOS sandbox, and on Mac put the Tor data dir in it

- - - - -
845d7f85 by Micah Lee at 2018-11-25T16:26:54-08:00
Display tor_data_directory as debug log

- - - - -
2cbe8979 by Micah Lee at 2018-11-25T16:50:20-08:00
Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller

- - - - -
66e50c96 by Micah Lee at 2018-11-25T17:00:02-08:00
Fix indenting in entitlements plist, and give OnionShare read-only access to Tor Browser's data, so it can optionally use Tor Browser's tor

- - - - -
49340321 by Micah Lee at 2018-11-25T17:17:56-08:00
Make tor data dir always be a tempdir inside OnionShare's data dir

- - - - -
29d25189 by Micah Lee at 2018-11-25T17:18:55-08:00
Add comments to entitlements file, and remove the application group

- - - - -
250dbf91 by Micah Lee at 2018-11-25T17:34:06-08:00
Make sure downloads_dir exists after loading settings

- - - - -
33bd7b4a by Micah Lee at 2018-11-25T17:48:11-08:00
Build downloads_dir a different way in macOS, so it's correct despite the sandbox

- - - - -
db93734e by Micah Lee at 2018-11-25T18:00:04-08:00
Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox knows it's a directory and not a file

- - - - -
01baf3d6 by Micah Lee at 2018-11-25T19:10:19-08:00
Fix test for Windows settings path

- - - - -
8182d24d by Miguel Jacq at 2018-11-27T10:50:11+11:00
Remove obsolete Download/Upload code that crept back in via an earlier merge

- - - - -
4a765e07 by Micah Lee at 2018-11-26T16:56:36-08:00
Merge pull request #825 from mig5/download_upload_cruft

Remove obsolete Download/Upload code that crept back in via an earlier merge
- - - - -
f32af3ca by Micah Lee at 2018-11-26T17:14:44-08:00
Update pip dependencies

- - - - -
6bfe9d44 by Micah Lee at 2018-11-26T18:03:52-08:00
Merge pull request #763 from mig5/open_folder_uploads_macos_windows

Open folder containing uploads with the file selected, in macOS and Windows
- - - - -
942f4f6b by Micah Lee at 2018-11-26T18:07:12-08:00
Merge branch 'develop' into 406_osx_sandbox

- - - - -
ad7a858a by Miguel Jacq at 2018-11-27T14:32:05+11:00
Merge pull request #826 from micahflee/update_deps

Update pip dependencies
- - - - -
3a0c8dc3 by Micah Lee at 2018-11-27T12:10:16-08:00
In macOS, split "Add" button into "Add Files" and "Add Folder" buttons

- - - - -
d15e0006 by Miguel Jacq at 2018-12-05T18:19:35+11:00
Keep the upload running in the GUI if the timer has run out

- - - - -
c7ef1bba by Micah Lee at 2018-12-05T09:13:54-08:00
Merge pull request #752 from mig5/receiver-mode-gui-hold-timeout-share-open-til-upload-finished

Hold a share open if its timer has expired but a file is still uploading.
- - - - -
f1d0c667 by Allan Nordhøy at 2018-12-05T18:14:18+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
bc8d1d3f by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
7ce981fd by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
593d220f by Allan Nordhøy at 2018-12-05T18:14:18+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
502c0b6e by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
10390534 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
87b67bed by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
4a0a9b96 by Allan Nordhøy at 2018-12-05T18:14:18+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
ed433b1d by ButterflyOfFire at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
f573e8c6 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
7d183515 by samba at 2018-12-05T18:14:18+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
6cc8c823 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
6ac360c4 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
52beded8 by carlosm2 at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
60f5cebe by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
ee7ac1cb by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
c69a8d9b by Ibrahim Derraz at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
53f463a5 by la corneja at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
8030d28d by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
ec0301c7 by la corneja at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
4a89cee1 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
a474e0b2 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
bf076023 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
7477b7d0 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
f12b02ce by la corneja at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
19a194fa by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
3881bc61 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
82b6274c by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
9be2cc6a by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Catalan)

- - - - -
5ece094a by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Georgian)

- - - - -
29c38cc5 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Greek)

- - - - -
b2af41d2 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Hungarian)

- - - - -
ec40e443 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Icelandic)

- - - - -
55446aeb by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Irish)

- - - - -
2ce02e7b by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Persian)

- - - - -
93e96568 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Punjabi)

- - - - -
4b4293a4 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Romanian)

- - - - -
5dc8eda2 by xin at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
13b02934 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
34f6ecc6 by communia at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
1a97f317 by communia at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
32a848e8 by communia at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
af5f0fb6 by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
d3b52b62 by communia at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
f185d3d3 by ssantos at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

- - - - -
f1cea2bb by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
b6c99999 by scootergrisen at 2018-12-05T18:14:18+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
49d38caf by DogeIlMeme at 2018-12-05T18:14:18+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
832309b4 by Heimen Stoffels at 2018-12-05T18:14:18+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
da1c4df0 by DogeIlMeme at 2018-12-05T18:14:18+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
a164d857 by la corneja at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
32e1cbad by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Portuguese (Brazil))

- - - - -
e5c06432 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Portuguese (Portugal))

- - - - -
71a9c2ae by emma peel at 2018-12-05T18:14:18+01:00
Deleted translation using Weblate (Portuguese)

- - - - -
1f0cb729 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Arabic)

- - - - -
e34c4ab6 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Indonesian)

- - - - -
360b6a36 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Macedonian)

- - - - -
c5329674 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Polish)

- - - - -
651bbb4e by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Slovenian)

- - - - -
8a944f9e by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Tachelhit)

- - - - -
e0f25c8d by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Wolof)

- - - - -
d46d15b4 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Chinese (Simplified))

- - - - -
8f2fad88 by emma peel at 2018-12-05T18:14:18+01:00
Added translation using Weblate (Chinese (Traditional))

- - - - -
be1d9b0d by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
cc14693e by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
cfd55fb3 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
358a7c68 by xin at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
37423ed2 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
8eb29e00 by xin at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
e6167cd6 by emma peel at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
9c3d6686 by xin at 2018-12-05T18:14:18+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
6b315fd1 by la corneja at 2018-12-05T18:14:18+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
a6cdd5a7 by Kevin Scannell at 2018-12-05T18:14:18+01:00
Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

- - - - -
aadb2a01 by Micah Lee at 2018-12-05T20:14:52-08:00
Only show onion settings if there is a Tor connection

- - - - -
1d1efb7e by Micah Lee at 2018-12-05T20:33:45-08:00
Require tor 0.4.0.0 for v3 onion services (will change in the future). And update settings dialog so if the connected version of tor doesn't support v3 onions, then always show legacy options. If it does support v3 onions, allow 'Use legacy addresses'

- - - - -
657806a0 by Micah Lee at 2018-12-05T20:46:01-08:00
Only allow starting v3 onion services if the tor that we're connected to supports it

- - - - -
16e301af by Micah Lee at 2018-12-05T20:53:03-08:00
Don't actually check the 'Use legacy addresses' checkbox when it's hidden

- - - - -
300434e5 by Micah Lee at 2018-12-05T23:05:25-08:00
Update settings dialog tests to use an OnionStub instead of an Onion, and test different states of tor (authenticate and not, supports v3 and not)

- - - - -
9869c679 by fadelkon at 2018-12-07T15:08:49+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
b40f3707 by scootergrisen at 2018-12-07T15:08:50+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
32ea55b3 by Allan Nordhøy at 2018-12-07T15:08:51+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
602908d5 by fadelkon at 2018-12-07T15:08:51+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
caf31090 by Micah Lee at 2018-12-08T11:25:06-08:00
Split pt locale into pt_BR and pt_PT

- - - - -
7ea5a139 by emma peel at 2018-12-10T11:29:53+01:00
Added translation using Weblate (Korean)

- - - - -
1cf816b2 by Micah Lee at 2018-12-10T07:18:25-08:00
Fixed typo in comment

- - - - -
adfb8438 by Adrià García-Alzórriz at 2018-12-10T16:18:59+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
655e6fde by emma peel at 2018-12-10T16:18:59+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
f7964ce0 by emma peel at 2018-12-10T16:19:01+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
9c04600d by emma peel at 2018-12-10T16:19:01+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
a322c3fb by Mesut Akcan at 2018-12-10T16:19:01+01:00
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

- - - - -
90b90793 by emma peel at 2018-12-10T18:57:25+01:00
Added translation using Weblate (Bengali)

- - - - -
af57803a by emma peel at 2018-12-11T07:58:44+00:00
translations mostly completed (up to 84% translated)

- - - - -
b02e1c25 by Micah Lee at 2018-12-11T08:06:14-08:00
Change filename of flask debug log file, store it in the OnionShare data dir instead of /tmp

- - - - -
aa5fdde6 by Micah Lee at 2018-12-11T12:50:47-08:00
Merge pull request #839 from micahflee/837_2.x_cve-2018-19960

Change filename of flask debug log to be in ~/.config/onionshare, not /tmp
- - - - -
ffd1a76b by drebs at 2018-12-11T21:50:55+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
d853cb8a by emma peel at 2018-12-11T21:50:56+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
dfca32ad by drebs at 2018-12-12T10:31:55+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
6cc85d49 by xin at 2018-12-12T12:33:02+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
ba0d86a7 by emma peel at 2018-12-12T12:33:03+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
12edae10 by xin at 2018-12-12T12:33:05+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
c6cb0c9b by xin at 2018-12-12T12:43:57+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
e4174234 by emma peel at 2018-12-12T12:43:57+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
54007580 by xin at 2018-12-12T12:43:58+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
10f8e637 by Micah Lee at 2018-12-13T20:37:43-08:00
Merge pull request #836 from emmapeel2/newtrans

translations mostly completed (up to 84% translated)
- - - - -
e827a6dc by xin at 2018-12-14T05:37:47+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
d8246ded by Micah Lee at 2018-12-13T20:51:07-08:00
Fix test_load_strings_loads_other_languages test

- - - - -
a0e0b71d by Micah Lee at 2018-12-13T20:58:13-08:00
Remove "(legacy) from v2-only settings dialog options"

- - - - -
f9e6e696 by Micah Lee at 2018-12-13T21:07:23-08:00
Remove unnecessary imports from settings dialog tests

- - - - -
dc24b5ec by Micah Lee at 2018-12-13T21:08:51-08:00
Fix bug in OnionStub, the stub used in settings dialog tests

- - - - -
7f335efa by Micah Lee at 2018-12-13T21:15:18-08:00
Always pass in both is_authenticated and supports_v3_onions to OnionStub

- - - - -
bf337b5e by Micah Lee at 2018-12-13T21:44:47-08:00
Remove qtapp.processEvents() call from settings dialog tests, because they cause a segfault in circleci for some reason

- - - - -
9b4cf87f by emma peel at 2018-12-14T16:02:59+01:00
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/

- - - - -
9ddca486 by emma peel at 2018-12-14T16:03:01+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
0ab18fd7 by emma peel at 2018-12-14T17:00:49+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
ca24a4d0 by emma peel at 2018-12-14T17:00:53+01:00
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

- - - - -
dee9f5cb by emma peel at 2018-12-14T17:00:57+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
6b7d9b8a by emma peel at 2018-12-14T17:00:58+01:00
Translated using Weblate (Gujarati)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gu/

- - - - -
491b28c9 by emma peel at 2018-12-15T09:56:22+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
31d1fe1e by emma peel at 2018-12-15T09:56:22+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
c2105fed by emma peel at 2018-12-15T09:56:23+01:00
Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

- - - - -
8fe808a1 by emma peel at 2018-12-15T09:56:23+01:00
Translated using Weblate (Esperanto)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/eo/

- - - - -
a0ceb76d by emma peel at 2018-12-15T09:56:24+01:00
Translated using Weblate (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

- - - - -
e433357d by emma peel at 2018-12-15T09:56:24+01:00
Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

- - - - -
30dc050f by emma peel at 2018-12-15T09:56:25+01:00
Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

- - - - -
c6f81658 by emma peel at 2018-12-15T09:56:26+01:00
Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

- - - - -
8dc0ae7b by emma peel at 2018-12-15T09:56:26+01:00
Translated using Weblate (Macedonian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/mk/

- - - - -
b04e9727 by emma peel at 2018-12-15T09:56:27+01:00
Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

- - - - -
4230b770 by emma peel at 2018-12-15T09:56:27+01:00
Translated using Weblate (Punjabi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pa/

- - - - -
bb161740 by emma peel at 2018-12-15T09:56:28+01:00
Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

- - - - -
68966c57 by emma peel at 2018-12-15T09:56:29+01:00
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

- - - - -
c913f768 by emma peel at 2018-12-15T09:56:29+01:00
Translated using Weblate (Slovenian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sl/

- - - - -
2b44e52f by emma peel at 2018-12-15T10:34:38+00:00
Add weblate versions of this files, to see if it stops complaining without a real merge.
A real merge from weblate will include more files yet not translated.

- - - - -
34a91262 by drebs at 2018-12-15T11:49:54+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
0868ae52 by emma peel at 2018-12-15T12:02:38+01:00
Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

- - - - -
78b876d7 by emma peel at 2018-12-15T12:23:21+01:00
Deleted translation using Weblate (Tachelhit)

- - - - -
668a6db1 by emma peel at 2018-12-15T12:26:53+01:00
Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

- - - - -
3030786f by emmapeel2 at 2018-12-15T11:43:15+00:00
Merge pull request #2 from weblate/weblate-onionshare-translations

Update from Weblate
- - - - -
dc529e2d by emma peel at 2018-12-15T12:57:15+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
d31d13bc by emma peel at 2018-12-15T12:58:44+01:00
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

- - - - -
37141783 by Weblate push user at 2018-12-15T12:01:53+00:00
Update from Weblate (#4)

* Translated using Weblate
- - - - -
78c20f59 by Hosted Weblate at 2018-12-15T13:02:10+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
6e91fc90 by emmapeel2 at 2018-12-15T12:25:16+00:00
Merge pull request #5 from weblate/weblate-onionshare-translations

Update from Weblate / it needs the commit, so no squashing is better...
- - - - -
aa60fdab by Micah Lee at 2018-12-16T10:43:17-08:00
Merge pull request #843 from emmapeel2/split_pt_locale

Add weblate versions for locales to fix merge conflict.
- - - - -
1f3728e8 by Micah Lee at 2018-12-16T10:55:13-08:00
If a locale file includes a blank string, fallback to English instead of using the blank string

- - - - -
c059af97 by Micah Lee at 2018-12-16T17:01:40-08:00
Merge pull request #831 from micahflee/812_fix_v3_onions

[WIP] Fix v3 onion services
- - - - -
043237bc by Micah Lee at 2018-12-16T17:11:18-08:00
Merge branch 'develop' into 406_osx_sandbox

- - - - -
a06bb087 by Micah Lee at 2018-12-16T17:20:28-08:00
When enabling debug mode in Web, use common.build_data_dir() to get data dir path

- - - - -
0dae2baa by emma peel at 2018-12-17T10:33:47+01:00
Added translation using Weblate (Amharic)

- - - - -
af2af016 by emma peel at 2018-12-17T10:34:03+01:00
Added translation using Weblate (Luganda)

- - - - -
acf5690c by emma peel at 2018-12-17T10:34:21+01:00
Added translation using Weblate (Yoruba)

- - - - -
4d3d6ef2 by emma peel at 2018-12-17T10:39:43+01:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

- - - - -
ce2efec6 by Micah Lee at 2018-12-18T18:13:02-08:00
Delete install/Info.plist, because PyInstaller doesn't actually even use it. And bump Mac Tor Browser version to 8.0.4, but I'll still need to bump it again before the 2.0 release

- - - - -
e6f26f65 by Micah Lee at 2018-12-18T18:53:40-08:00
When discovering default locale, default to english if locale.getdefaultlocale() returns None. Also, make locales that include country codes (pt_PT and pt_BR) actually work as default locales

- - - - -
187b7887 by Micah Lee at 2018-12-18T19:21:50-08:00
Merge branch '846_mac_packaging' into 406_osx_sandbox

- - - - -
498fe646 by Micah Lee at 2018-12-18T19:39:40-08:00
Version bump to 2.0.dev1, and updated changelog

- - - - -
510da50a by Micah Lee at 2018-12-18T23:04:16-08:00
Merge pull request #848 from micahflee/846_mac_packaging

Fix Mac app bundle
- - - - -
ec5eff5f by Micah Lee at 2018-12-19T11:42:37-08:00
Tweak the changelog

- - - - -
6e0081ce by Micah Lee at 2018-12-19T11:45:31-08:00
pwd module doesn't exist in Windows

- - - - -
391619e6 by Micah Lee at 2018-12-19T11:47:41-08:00
Update version and size for Windows release

- - - - -
80becc73 by Micah Lee at 2018-12-19T13:39:41-08:00
Merge pull request #823 from micahflee/406_osx_sandbox

Enable macOS sandbox
- - - - -
494ab53b by Kevin Gallagher at 2018-12-19T14:50:29-08:00
Add some informational trove classifiers for PyPi

To make finding the tool easier.

- - - - -
3241d56e by Micah Lee at 2018-12-19T15:18:42-08:00
Merge pull request #849 from ageis/add-classifiers

Add classifiers
- - - - -
64cc9427 by Kevin Gallagher at 2018-12-19T16:07:16-08:00
Make sure the OnionShare data directory is created

Fixes #850

- - - - -
e501bb4d by Micah Lee at 2018-12-20T14:02:52-08:00
Make settings dialog checkboxes line up in macOS

- - - - -
c87e688d by Micah Lee at 2018-12-20T14:07:47-08:00
Merge branch 'develop' of https://github.com/irykoon/onionshare into irykoon-develop

- - - - -
12fc9fd5 by emma peel at 2018-12-21T08:00:18+01:00
Translated using Weblate (Amharic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/am/

- - - - -
c8b77ab3 by emma peel at 2018-12-21T08:00:19+01:00
Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

- - - - -
4dade702 by Atef Ben Ali at 2018-12-21T19:31:30+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
6c0de01f by Micah Lee at 2018-12-21T10:38:38-08:00
Merge pull request #853 from micahflee/847_fix_mac_css

Make settings dialog checkboxes line up in macOS
- - - - -
415c01e0 by Micah Lee at 2018-12-21T10:40:49-08:00
Merge branch 'develop' of https://github.com/ageis/onionshare into ageis-develop

- - - - -
5d7449c4 by Micah Lee at 2018-12-21T10:46:09-08:00
Use os.path.expanduser when creating data dir, and no need to try creating data dir in Settings.save because it's created in Config.build_data_dir

- - - - -
c8be7a16 by Micah Lee at 2018-12-21T12:21:47-08:00
Add python3-distutils dependency

- - - - -
2b05952f by Micah Lee at 2018-12-21T19:18:34-08:00
New screenshots, including new appdata screenshots

- - - - -
e95c420f by Micah Lee at 2018-12-21T19:28:20-08:00
Update description of OnionShare

- - - - -
39bd209e by Micah Lee at 2018-12-21T19:29:56-08:00
Add 1.3.2 to changelog, and remake the 2.0 changelog to 2.0.dev2

- - - - -
2af311a6 by Micah Lee at 2018-12-21T19:30:17-08:00
Version bump to 2.0.dev2

- - - - -
219114df by Micah Lee at 2018-12-21T19:32:17-08:00
Add full meek_lite support to changelog

- - - - -
ecb23fc8 by Micah Lee at 2018-12-21T19:34:13-08:00
Add refactoring and unit tests to changelog

- - - - -
0c1d1b75 by Mattias Bertolino at 2018-12-22T21:11:43+01:00
Added translation using Weblate (Swedish)

- - - - -
480d4153 by apapac at 2018-12-22T21:11:48+01:00
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/

- - - - -
424d500a by jinofe zdfpost at 2018-12-23T20:27:04+01:00
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

- - - - -
ea579c73 by Adrià García-Alzórriz at 2018-12-23T20:27:05+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
fe0e8730 by Harm ten Napel at 2018-12-23T20:27:08+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
e72d12c7 by Mattias Bertolino at 2018-12-23T20:27:10+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
dae819e4 by MA at 2018-12-25T05:23:10+01:00
Added translation using Weblate (Bulgarian)

- - - - -
a6cd5893 by Stefan Leibfarth at 2018-12-25T05:23:13+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
feaa360d by Zuhualime Akoochimoya at 2018-12-25T05:23:15+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
e81b459f by Mattias Bertolino at 2018-12-25T05:23:15+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
d0f8ff76 by Micah Lee at 2018-12-28T09:10:47-08:00
Weblate merge (#856)

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* 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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* 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 (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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* 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 (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Added translation using Weblate (Catalan)

* Added translation using Weblate (Georgian)

* Added translation using Weblate (Greek)

* Added translation using Weblate (Hungarian)

* Added translation using Weblate (Icelandic)

* Added translation using Weblate (Irish)

* Added translation using Weblate (Persian)

* Added translation using Weblate (Punjabi)

* Added translation using Weblate (Romanian)

* 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 (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

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

* Added translation using Weblate (Portuguese (Brazil))

* Added translation using Weblate (Portuguese (Portugal))

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Deleted translation using Weblate (Portuguese)

* Added translation using Weblate (Arabic)

* Added translation using Weblate (Indonesian)

* Added translation using Weblate (Macedonian)

* Added translation using Weblate (Polish)

* Added translation using Weblate (Slovenian)

* Added translation using Weblate (Tachelhit)

* Added translation using Weblate (Wolof)

* Added translation using Weblate (Chinese (Simplified))

* Added translation using Weblate (Chinese (Traditional))

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

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

* 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 (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 (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Korean)

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

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

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Bengali)

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* 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 (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 (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Esperanto)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/eo/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

* Translated using Weblate (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Macedonian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/mk/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Punjabi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pa/

* Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

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

* Translated using Weblate (Slovenian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sl/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

* Deleted translation using Weblate (Tachelhit)

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

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

* Update from Weblate (#4)

* Translated using Weblate

* Added translation using Weblate (Amharic)

* Added translation using Weblate (Luganda)

* Added translation using Weblate (Yoruba)

* Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

* Translated using Weblate (Amharic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/am/

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

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

* Added translation using Weblate (Swedish)

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

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

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

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

* Added translation using Weblate (Bulgarian)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

- - - - -
21019509 by ButterflyOfFire at 2018-12-28T18:10:53+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
f56a7c83 by MA at 2018-12-28T18:11:02+01:00
Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

- - - - -
b47db255 by emma peel at 2018-12-28T18:11:03+01:00
Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

- - - - -
b68b6899 by emma peel at 2018-12-28T18:11:03+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
24039961 by emma peel at 2018-12-28T18:11:04+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
583c83c7 by emma peel at 2018-12-28T18:11:04+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
587af6c6 by emma peel at 2018-12-28T18:11:05+01:00
Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

- - - - -
38ee78b0 by emma peel at 2018-12-28T18:11:05+01:00
Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

- - - - -
8aa41d72 by emma peel at 2018-12-28T18:11:07+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
eba22eb1 by Micah Lee at 2018-12-28T09:28:46-08:00
Weblate merge, again (#857)

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* 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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* 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 (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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* 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 (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Added translation using Weblate (Catalan)

* Added translation using Weblate (Georgian)

* Added translation using Weblate (Greek)

* Added translation using Weblate (Hungarian)

* Added translation using Weblate (Icelandic)

* Added translation using Weblate (Irish)

* Added translation using Weblate (Persian)

* Added translation using Weblate (Punjabi)

* Added translation using Weblate (Romanian)

* 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 (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

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

* Added translation using Weblate (Portuguese (Brazil))

* Added translation using Weblate (Portuguese (Portugal))

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Deleted translation using Weblate (Portuguese)

* Added translation using Weblate (Arabic)

* Added translation using Weblate (Indonesian)

* Added translation using Weblate (Macedonian)

* Added translation using Weblate (Polish)

* Added translation using Weblate (Slovenian)

* Added translation using Weblate (Tachelhit)

* Added translation using Weblate (Wolof)

* Added translation using Weblate (Chinese (Simplified))

* Added translation using Weblate (Chinese (Traditional))

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

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

* 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 (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 (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Korean)

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

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

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Bengali)

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* 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 (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 (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Esperanto)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/eo/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

* Translated using Weblate (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Macedonian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/mk/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Punjabi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pa/

* Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

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

* Translated using Weblate (Slovenian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sl/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

* Deleted translation using Weblate (Tachelhit)

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

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

* Update from Weblate (#4)

* Translated using Weblate

* Added translation using Weblate (Amharic)

* Added translation using Weblate (Luganda)

* Added translation using Weblate (Yoruba)

- - - - -
0fbea269 by Micah Lee at 2018-12-28T09:42:24-08:00
Weblate merge, final (#858)

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* 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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* 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 (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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

* 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 (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Added translation using Weblate (Catalan)

* Added translation using Weblate (Georgian)

* Added translation using Weblate (Greek)

* Added translation using Weblate (Hungarian)

* Added translation using Weblate (Icelandic)

* Added translation using Weblate (Irish)

* Added translation using Weblate (Persian)

* Added translation using Weblate (Punjabi)

* Added translation using Weblate (Romanian)

* 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 (Portuguese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

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

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

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

* Added translation using Weblate (Portuguese (Brazil))

* Added translation using Weblate (Portuguese (Portugal))

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Deleted translation using Weblate (Portuguese)

* Added translation using Weblate (Arabic)

* Added translation using Weblate (Indonesian)

* Added translation using Weblate (Macedonian)

* Added translation using Weblate (Polish)

* Added translation using Weblate (Slovenian)

* Added translation using Weblate (Tachelhit)

* Added translation using Weblate (Wolof)

* Added translation using Weblate (Chinese (Simplified))

* Added translation using Weblate (Chinese (Traditional))

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

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

* 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 (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 (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Korean)

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

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

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Added translation using Weblate (Bengali)

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* 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 (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 (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Esperanto)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/eo/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

* Translated using Weblate (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Macedonian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/mk/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Punjabi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pa/

* Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

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

* Translated using Weblate (Slovenian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sl/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

* Deleted translation using Weblate (Tachelhit)

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

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

* Update from Weblate (#4)

* Translated using Weblate

* Added translation using Weblate (Amharic)

* Added translation using Weblate (Luganda)

* Added translation using Weblate (Yoruba)

* Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

* Translated using Weblate (Amharic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/am/

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

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

* Added translation using Weblate (Swedish)

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

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

* Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

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

* Added translation using Weblate (Bulgarian)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

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

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
f329614e by MA at 2018-12-28T18:42:28+01:00
Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

- - - - -
bb8e9ab3 by Micah Lee at 2018-12-28T15:12:22-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
57c0d7b3 by MA at 2018-12-29T00:12:51+01:00
Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

- - - - -
998c0ebf by Hosted Weblate at 2018-12-29T00:12:52+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
bcefae92 by Jonatan Nyberg at 2018-12-29T10:25:25+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
b0b3240a by leonardo at 2018-12-30T16:50:27+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
3275bc9b by monica calcagnini at 2018-12-30T16:50:28+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
ddc3dc5b by monica calcagnini at 2018-12-31T00:36:20+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
8ca7d38c by leonardo at 2018-12-31T00:36:20+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
639d2059 by Allan Nordhøy at 2019-01-01T14:23:02+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
04fb7349 by la corneja at 2019-01-03T13:47:39+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
582bc912 by Ahmed Essam at 2019-01-03T15:03:06+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
8f681a5e by leonardo at 2019-01-04T08:57:13+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
6cb76700 by Micah Lee at 2019-01-04T15:17:34-08:00
Add python3 to Build-Depends

- - - - -
2b69a40a by Ahmed Essam at 2019-01-05T08:27:50+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
16338b8d by emma peel at 2019-01-05T08:27:50+01:00
Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

- - - - -
a9dba221 by Filip Hron at 2019-01-05T08:27:51+01:00
Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

- - - - -
383f9170 by scootergrisen at 2019-01-05T08:27:51+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
ef3b1885 by xin at 2019-01-05T08:27:52+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
f33e1d08 by emma peel at 2019-01-05T08:27:52+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
ef856406 by Zuhualime Akoochimoya at 2019-01-05T08:27:53+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
d72fe680 by xin at 2019-01-09T13:56:46+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
0e68ad46 by sajolida at 2019-01-09T17:06:16+00:00
Give visual feedback while starting

See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html

- - - - -
72e0056c by emma peel at 2019-01-11T10:05:27+01:00
Added translation using Weblate (Hebrew)

- - - - -
a6de627f by emma peel at 2019-01-11T10:05:37+01:00
Added translation using Weblate (Japanese)

- - - - -
8760989a by emma peel at 2019-01-11T10:05:46+01:00
Added translation using Weblate (Shona)

- - - - -
dc45ba2b by PrivateLabs at 2019-01-12T03:44:35+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
a632fd10 by Zuhualime Akoochimoya at 2019-01-13T08:46:21+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
9a51f25b by Robert Macabre Blimey at 2019-01-15T05:56:04+01:00
Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

- - - - -
66f5ee52 by Micah Lee at 2019-01-15T21:38:22-08:00
Merge pull request #867 from sajolida/develop

Give visual feedback while starting
- - - - -
952e036d by emma peel at 2019-01-16T06:38:30+01:00
Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

- - - - -
57858b85 by Robert Macabre Blimey at 2019-01-16T06:38:31+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
5ef855ab by Hosted Weblate at 2019-01-16T06:38:31+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
b39eb126 by Micah Lee at 2019-01-15T21:52:42-08:00
Make it so GUI tests only run with --rungui

- - - - -
769f256b by Micah Lee at 2019-01-15T21:54:39-08:00
Make CircleCI run GUI tests

- - - - -
4d0bd4bc by Micah Lee at 2019-01-15T21:57:33-08:00
Merge branch 'develop' into 803_deb_package

- - - - -
90afeec0 by Erwin de Keijzer at 2019-01-16T14:56:53+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
8cd7dc3b by CookingLeaf23 at 2019-01-16T14:56:53+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
fd778129 by Taro Tanaka at 2019-01-18T15:03:14+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
5a5eda00 by Koki Kawasaki at 2019-01-18T15:03:14+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
9f3fa51f by Micah Lee at 2019-01-18T14:37:18-08:00
Reorder args when running tests in CircleCI

- - - - -
798f54f0 by Micah Lee at 2019-01-18T14:39:25-08:00
Update tests section in BUILD.md to give instructions on using --rungui to run GUI tests

- - - - -
bb1577a4 by Filip Hron at 2019-01-19T08:24:13+01:00
Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

- - - - -
605a0788 by Micah Lee at 2019-01-19T18:11:38-08:00
Merge pull request #864 from micahflee/803_deb_package

Fix building debian packages
- - - - -
8571b5ad by emma peel at 2019-01-20T03:11:43+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
42233aa7 by Deleted User at 2019-01-20T03:11:44+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
10f89afd by emma peel at 2019-01-20T03:11:44+01:00
Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

- - - - -
2761a09f by CookingLeaf23 at 2019-01-20T03:11:46+01:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
1afd32be by unmixabledoze at 2019-01-20T03:11:47+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
3921aa2a by la corneja at 2019-01-20T03:11:47+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
c44d656c by Taro Tanaka at 2019-01-20T03:11:49+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
60d0ae78 by Koki Kawasaki at 2019-01-20T03:11:50+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
f6157356 by R at 2019-01-20T03:11:52+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
dbcdf6e3 by unmixabledoze at 2019-01-20T03:11:54+01:00
Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

- - - - -
69bb8305 by Hosted Weblate at 2019-01-20T03:11:55+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
3ae1e04c by Micah Lee at 2019-01-19T18:30:13-08:00
Updated language on key share/receive mode strings to remove the confusing upload and download words

- - - - -
862a0dc0 by Micah Lee at 2019-01-19T19:00:41-08:00
Rename images to remove upload/download references, and update more strings

- - - - -
a0c3a276 by Micah Lee at 2019-01-19T19:33:36-08:00
Fix bug in HistoryItem.get_finished_label_text

- - - - -
3bbff7e8 by Micah Lee at 2019-01-19T20:43:25-08:00
Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mode feature to allow the Tor Browser user to close the server, but we removed

- - - - -
b8f0d789 by Micah Lee at 2019-01-19T20:56:09-08:00
Change many more strings to stop using 'download'/'upload' language

- - - - -
3de97e2b by Micah Lee at 2019-01-19T21:08:02-08:00
Merge branch 'develop' into 868_language

- - - - -
89ccf030 by Micah Lee at 2019-01-19T21:18:20-08:00
Weblate merge (#871)

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* 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 (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

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

* 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/

* Added translation using Weblate (Hebrew)

* Added translation using Weblate (Japanese)

* Added translation using Weblate (Shona)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* 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 (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

- - - - -
aa200c01 by Taro Tanaka at 2019-01-20T06:18:24+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
66297303 by Micah Lee at 2019-01-19T21:18:39-08:00
Merge branch 'develop' into 868_language

- - - - -
6e3b103e by Micah Lee at 2019-01-20T11:46:20-08:00
Rename receive mode "downloads_dir" to the OnionShare "data_dir"

- - - - -
53ec2176 by Micah Lee at 2019-01-20T12:01:51-08:00
Fix tests to use data_dir setting instead of downloads_dir

- - - - -
b1d5b29c by Micah Lee at 2019-01-20T12:15:27-08:00
Change version of Tor that supports v3 onion services to 0.3.5.7

- - - - -
b75757ee by Micah Lee at 2019-01-20T15:25:36-08:00
- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file
- In receive mode, make the receive mode dir right before saving a file (so if it doesn't complete, don't make an empty dir)
- Minor UX tweak: resizing the window stretches the History widget first

- - - - -
1a0dbc9d by Micah Lee at 2019-01-20T15:32:09-08:00
Remove un-used images

- - - - -
4aa8a1d4 by Micah Lee at 2019-01-20T15:33:33-08:00
In SettingsDialog, rename downloads_layout to data_dir_layout

- - - - -
45b3105b by Micah Lee at 2019-01-20T15:38:46-08:00
Merge pull request #872 from micahflee/868_language

Stop referring to "download" and "upload"
- - - - -
604f551f by Taro Tanaka at 2019-01-21T00:38:54+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
d36ac4bb by R at 2019-01-21T00:38:56+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
0ef0659e by Micah Lee at 2019-01-20T15:42:09-08:00
Merge branch 'develop' into 866_receive_mode_crash

- - - - -
634b8ece by Micah Lee at 2019-01-20T15:49:08-08:00
When canceling a receive mode transfer, display date range in the UI

- - - - -
b6928a6d by Micah Lee at 2019-01-20T16:00:18-08:00
Oops, I missed this when resolving merge conflicts

- - - - -
a1f8f0bd by Micah Lee at 2019-01-20T16:06:19-08:00
Weblate (#875)

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* 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 (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

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

* 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/

* Added translation using Weblate (Hebrew)

* Added translation using Weblate (Japanese)

* Added translation using Weblate (Shona)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* 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 (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
46b3d604 by Hosted Weblate at 2019-01-21T01:06:23+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
04e43856 by Micah Lee at 2019-01-20T16:20:36-08:00
In receive mode, only tell the GUI that a new request is coming in if it contains files

- - - - -
02538520 by Micah Lee at 2019-01-20T16:34:56-08:00
Skip updating or canceling items that haven't been added

- - - - -
1be10f1e by Micah Lee at 2019-01-21T10:56:31-08:00
Prevent ReceiveModeRequest.file_write_func from sending a message to the GUI if the request should be closed

- - - - -
87d94f68 by Micah Lee at 2019-01-21T11:16:55-08:00
Don't update the GUI at all untless it has been told about the request

- - - - -
6822c743 by Micah Lee at 2019-01-21T17:11:58-08:00
Write test to confirm that submitting the receive mode form without selecting files doesn't change in_progress_count or completed_count

- - - - -
6af9a8a1 by Micah Lee at 2019-01-21T17:17:44-08:00
Merge pull request #876 from micahflee/receiving_nothing

Don't show empty transfers in the receive mode UI
- - - - -
e15f7121 by xin at 2019-01-22T02:17:50+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
24707c05 by Allan Nordhøy at 2019-01-22T02:17:51+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
498a2ca4 by R at 2019-01-22T02:17:54+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
c96b653d by Zuhualime Akoochimoya at 2019-01-22T02:17:55+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
816fe3b4 by Hosted Weblate at 2019-01-22T02:17:55+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
f4cd49e9 by Micah Lee at 2019-01-21T17:28:24-08:00
Merge branch 'develop' into 866_receive_mode_crash

- - - - -
2fcedb87 by Micah Lee at 2019-01-21T17:32:58-08:00
Oops, finish resolving merge conflict

- - - - -
f854b3ff by Micah Lee at 2019-01-21T17:43:13-08:00
Tests are failing because a receive mode dir already exists, so this makes them pass

- - - - -
732042e5 by scootergrisen at 2019-01-25T19:32:54+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
a00309b5 by Micah Lee at 2019-01-25T14:13:02-08:00
Merge pull request #874 from micahflee/866_receive_mode_crash

Stopping the server during a receive mode transfer immediately stops the transfer
- - - - -
02fb115e by emma peel at 2019-01-25T23:13:08+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
90f99ae7 by Ethan Sayyid at 2019-01-25T23:13:15+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
2d1e97b0 by michalis at 2019-01-25T23:13:15+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
a33219aa by LocLab fr at 2019-01-25T23:13:16+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
b7791fb2 by michalis at 2019-01-25T23:13:19+01:00
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/

- - - - -
22661588 by michalis at 2019-01-25T23:13:19+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
08304e97 by michalis at 2019-01-25T23:13:20+01:00
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

- - - - -
f1a598e9 by Jonatan Nyberg at 2019-01-25T23:13:21+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
d4be9c39 by Hosted Weblate at 2019-01-25T23:13:22+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
c336065f by Micah Lee at 2019-01-25T14:16:58-08:00
Version bump to 2.0.dev3

- - - - -
612f3d53 by Micah Lee at 2019-01-25T14:21:09-08:00
Update build instructions to use Python 3.7 and Qt 5.11.3

- - - - -
921e4e40 by Micah Lee at 2019-01-25T14:27:40-08:00
Merge pull request #880 from micahflee/release_2.0.dev3

Release 2.0.dev3
- - - - -
195d3492 by Allan Nordhøy at 2019-01-25T23:27:44+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
14366cf3 by Hosted Weblate at 2019-01-25T23:27:44+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
b85c75b7 by Micah Lee at 2019-01-26T23:01:13-08:00
Add instructions to build PyInstaller from source, to avoid AV false positives

- - - - -
6ed63143 by Micah Lee at 2019-01-26T23:06:21-08:00
Remove PyInstaller from requirements.txt, because it now breaks CircleCI

- - - - -
eb121770 by Micah Lee at 2019-01-26T23:11:22-08:00
Merge pull request #881 from micahflee/862_circumvent_antivirus

Add instructions to build PyInstaller from source, to avoid AV false positives
- - - - -
9ab75781 by scootergrisen at 2019-01-27T08:11:26+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
ce81e2b7 by Taro Tanaka at 2019-01-27T08:11:28+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

- - - - -
ddbc5300 by R at 2019-01-27T08:11:29+01:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
574ca37d by Zuhualime Akoochimoya at 2019-01-27T08:11:29+01:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
31145d26 by Jonatan Nyberg at 2019-01-27T08:11:29+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
d3bf4705 by Hosted Weblate at 2019-01-27T08:11:30+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
8a11d940 by communia at 2019-01-28T14:11:41+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
bfab968b by Muha Aliss at 2019-01-28T14:11:41+01:00
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

- - - - -
69aa79ff by shaymcmillan at 2019-01-28T21:01:39+00:00
GUI translated into Russian.

- - - - -
40220ff9 by Micah Lee at 2019-01-28T14:01:12-08:00
Merge pull request #882 from shaymcmillan/ru_translation

GUI translated into Russian.
- - - - -
a847ab1e by LocLab fr at 2019-01-28T23:08:47+01:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
cdd74632 by communia at 2019-01-28T23:08:50+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
1aaf5702 by Micah Lee at 2019-01-28T14:39:07-08:00
Weblate (#883)

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* 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 (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

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

* 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/

* Added translation using Weblate (Hebrew)

* Added translation using Weblate (Japanese)

* Added translation using Weblate (Shona)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* 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 (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

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

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
9b9f4562 by Micah Lee at 2019-01-28T14:50:24-08:00
Weblate merge, again (#884)

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* 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 (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

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

* 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/

* Added translation using Weblate (Hebrew)

* Added translation using Weblate (Japanese)

* Added translation using Weblate (Shona)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* 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 (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

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

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
2315478d by Micah Lee at 2019-01-28T14:54:52-08:00
Weblate, again (#885)

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* 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 (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

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

* 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/

* Added translation using Weblate (Hebrew)

* Added translation using Weblate (Japanese)

* Added translation using Weblate (Shona)

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

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Korean)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ko/

* Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Czech)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/cs/

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

* Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

* 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 (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

* Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

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

* Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
28d9cb5a by Micah Lee at 2019-01-28T14:56:33-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
4c11900a by Micah Lee at 2019-01-28T14:59:57-08:00
Fix .ru translation

- - - - -
58844ba7 by Micah Lee at 2019-01-28T17:22:02-08:00
Merge branch 'develop' into 812_v3_tor_version

- - - - -
e66c5209 by Micah Lee at 2019-01-28T17:28:20-08:00
Get Tor 0.3.5.7 binary from Tor Browser 8.0.5 for Windows and Mac

- - - - -
b42f1c47 by Micah Lee at 2019-01-28T20:01:51-08:00
Fix crash that occurs when opening settings when both client authentication and persistence are enabled

- - - - -
6d3302af by Micah Lee at 2019-01-28T20:02:24-08:00
Merge pull request #873 from micahflee/812_v3_tor_version

Change version of Tor that supports v3 onion services to 0.3.5.7
- - - - -
d986a348 by Micah Lee at 2019-01-28T20:02:47-08:00
Merge branch 'develop' into settings_crash

- - - - -
2a949802 by Micah Lee at 2019-01-28T20:30:05-08:00
Separete onion settings into their own group, and remove css that was breaking the look of the "Copy HidServAuth" button

- - - - -
f1343b35 by Micah Lee at 2019-01-28T21:02:47-08:00
Merge pull request #888 from micahflee/settings_crash

Minor settings fixes
- - - - -
9215471d by Hosted Weblate at 2019-02-09T19:58:04+01:00
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

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

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

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

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

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

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

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

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

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

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 (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

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

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

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

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

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

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

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

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

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 (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

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

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

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

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

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

- - - - -
9d126ad1 by Micah Lee at 2019-02-09T21:27:58-08:00
Merge pull request #895 from micahflee/weblate

Weblate merge
- - - - -
221518f0 by Micah Lee at 2019-02-10T10:40:24-08:00
Update available languages

- - - - -
dfc66c28 by Micah Lee at 2019-02-10T10:49:00-08:00
Merge pull request #896 from micahflee/889_translations

Update available languages
- - - - -
462c32fb by Micah Lee at 2019-02-10T10:49:57-08:00
Update changelog, and version bump to 2.0

- - - - -
ace11420 by Micah Lee at 2019-02-10T10:59:46-08:00
Update readme

- - - - -
7ee8c3e4 by Micah Lee at 2019-02-10T11:00:58-08:00
Update readme again

- - - - -
b0bdd166 by Micah Lee at 2019-02-10T11:30:40-08:00
Update build instructions

- - - - -
9b6ce4df by Micah Lee at 2019-02-10T15:56:10-08:00
Tweak readme again

- - - - -
7e19b3b8 by Micah Lee at 2019-02-10T16:06:22-08:00
Merge branch 'master' into develop

- - - - -
181fed1a by Micah Lee at 2019-02-10T16:14:42-08:00
Add public mode to changelog

- - - - -
7c71aef1 by Miguel Jacq at 2019-02-11T11:36:18+11:00
Support persistent v3 onions

- - - - -
366509a7 by Miguel Jacq at 2019-02-11T16:23:47+11:00
Re-order so persistence checkbox comes before legacy mode checkbox. Remove superfluous conditional

- - - - -
9115ff89 by Micah Lee at 2019-02-11T22:46:39-08:00
Refactor receive mode to start saving files to data_dir with .part extension while they're downloading

- - - - -
59018662 by Micah Lee at 2019-02-11T23:05:51-08:00
Call secure_filename on the filename first thing, so we don't end up working with multiple versions of the same filename

- - - - -
dafe57cd by Micah Lee at 2019-02-11T23:23:31-08:00
When you hit an upload_error, alert the user

- - - - -
28eaf2f2 by Micah Lee at 2019-02-12T14:30:41-08:00
Fix typo in comment

- - - - -
09c2696c by Micah Lee at 2019-02-12T14:36:14-08:00
Gracefully handle exceptions while writing a file during a receive mode transfer (like out of disk space error)

- - - - -
e625d3b0 by Micah Lee at 2019-02-12T15:54:25-08:00
Catch more exceptions in ReceiveModeFile that trigger on a full disk

- - - - -
1dbd82f7 by Micah Lee at 2019-02-12T16:02:19-08:00
Oops, was passing self.upload_error into the wrong close function

- - - - -
6c36fcb9 by Miguel Jacq at 2019-02-13T12:49:42+11:00
Use Ajax to send files in receive mode to workaround browser bug with large files

- - - - -
044c4d0e by Miguel Jacq at 2019-02-13T13:53:03+11:00
fix missing bracket

- - - - -
54e0b6ff by Miguel Jacq at 2019-02-13T14:10:27+11:00
remove code that doesn't work anyway

- - - - -
105329fa by Micah Lee at 2019-02-13T09:19:04-08:00
Add noscript warning

- - - - -
5755cd62 by Micah Lee at 2019-02-13T09:56:36-08:00
Starting to implement upload progress

- - - - -
1c16b092 by Micah Lee at 2019-02-13T17:40:33-08:00
Use a div that gets hidden, instead of a <noscript> tag, because the <noscript> tag doesn't when the security slider is on Safer

- - - - -
dd3f2d60 by Micah Lee at 2019-02-14T09:31:39-08:00
Update the noscript upload instructions on the receive mode upload page, and add separate page for instructions to disable NoScript XSS setting

- - - - -
38c39918 by Micah Lee at 2019-02-14T09:45:41-08:00
Display upload progress percent in submit button

- - - - -
a22d21c2 by Micah Lee at 2019-02-14T10:11:04-08:00
Refactor upload_logic to work with both normal uploads and ajax uploads

- - - - -
e2c4ec1f by Micah Lee at 2019-02-15T14:52:00-08:00
Make uploading over ajax, and ajax flash messages, work

- - - - -
7e709bb2 by Micah Lee at 2019-02-15T15:33:54-08:00
Added jQuery, and jQuery license

- - - - -
2d78b545 by Micah Lee at 2019-02-15T18:52:28-08:00
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

- - - - -
9b35ca9b by Miguel Jacq at 2019-02-17T14:07:38+11:00
Don't clear in-progress transfers from the History list

- - - - -
51e98f40 by Miguel Jacq at 2019-02-17T15:49:37+11:00
Update the GUI when the browser has canceled an upload in Receive Mode. Don't increment the completed counter

- - - - -
759a0dc2 by Miguel Jacq at 2019-02-17T16:28:11+11:00
Set status attribute for ShareHistoryItems as well

- - - - -
8cf8aa20 by Miguel Jacq at 2019-02-17T17:42:25+11:00
Use constants for history item status, to be consistent with other parts of the project

- - - - -
c349e604 by Micah Lee at 2019-02-17T08:12:45-08:00
Update red and green colors to match the Qt GUI colors

- - - - -
77aa909e by Micah Lee at 2019-02-17T09:51:19-08:00
Don't use jQuery for the ajax request, instead manually use an XMLHttpRequest in order to more easily support multiple upload divs

- - - - -
422179a6 by Micah Lee at 2019-02-17T09:58:57-08:00
On error, remove the upload div

- - - - -
8921bfeb by Micah Lee at 2019-02-17T10:02:48-08:00
Merge pull request #905 from mig5/902_dont_clear_in_progress

Don't clear in-progress transfers from the History list
- - - - -
41f5800e by Micah Lee at 2019-02-17T10:07:34-08:00
Merge pull request #906 from mig5/show_canceled_item_as_canceled

Update the GUI when the browser has canceled an upload in Receive Mode. Don't increment the completed counter
- - - - -
aaa4e239 by Micah Lee at 2019-02-17T10:08:01-08:00
Merge branch 'develop' into 899_send_files_ajax

- - - - -
57522c58 by Micah Lee at 2019-02-17T21:19:01-08:00
Remove console.log() debug statements

- - - - -
c0a23ead by Micah Lee at 2019-02-17T21:19:47-08:00
Reword licenses readme

- - - - -
2f026e8e by Micah Lee at 2019-02-17T21:29:47-08:00
Update screenshots

- - - - -
879cf687 by Micah Lee at 2019-02-17T21:37:15-08:00
Update share mode screenshots too

- - - - -
3e2901ad by Micah Lee at 2019-02-18T10:57:20-08:00
Fix minor bugs: When making the ajax POST request, strip the trailing slash from window.location.pathname so the URL works in public mode; and add a newline before printing message when receiving file

- - - - -
8e200cd8 by Micah Lee at 2019-02-18T12:28:02-08:00
Prevent crashing when cleaning up file, if file is still in use

- - - - -
3743d9a4 by Miguel Jacq at 2019-02-19T08:37:32+11:00
Always reset the slug to an empty string when the web server stops

- - - - -
cdcceca9 by Micah Lee at 2019-02-18T16:22:59-08:00
Add python3-requests as a Build-Depends, which is required to make PPA releases

- - - - -
4735bb0d by Kalle Laine at 2019-02-19T19:14:08+02:00
Add homebrew install option

also discussed sort of in #863
- - - - -
2323d5a2 by Hosted Weblate at 2019-02-20T01:45:40+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Added translation using Weblate (Malay)

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/

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

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

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

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

- - - - -
1e7f1c3b by Micah Lee at 2019-02-20T10:51:33-08:00
Remove python3-distutils as a dependency because it isn't in every debian, and also doesn't seem necessary; and change the default suite to cosmic to make the PPA release simpler

- - - - -
3ccee196 by ff98sha at 2019-02-20T19:51:51+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
60ebc813 by la corneja at 2019-02-20T19:51:53+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
e0b17f54 by Björn von Heesen at 2019-02-20T19:51:55+01:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
7e1a7454 by 0xb1n0 at 2019-02-20T19:51:57+01:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
eff44cc3 by Micah Lee at 2019-02-20T10:52:00-08:00
Merge branch 'patch-1' of https://github.com/pahakalle/onionshare into pahakalle-patch-1

- - - - -
5fc0cc32 by Micah Lee at 2019-02-20T10:55:01-08:00
Tweak readme install language

- - - - -
3af05dcc by Micah Lee at 2019-02-21T10:12:56-08:00
Remove python3-distutils from BUILD.md as well

- - - - -
419a23cd by Edoardo (chap/itschap) at 2019-02-21T19:13:21+01:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
b21fa1fb by Miguel Jacq at 2019-02-22T16:50:40+11:00
Remove obsolete test for sender closing a Receive Mode service via the web interface

- - - - -
df657d87 by Miguel Jacq at 2019-02-22T16:53:51+11:00
remove actual sender_closed test function

- - - - -
9c5adaee by Miguel Jacq at 2019-02-23T13:16:06+11:00
Make progress, noscript warning, and flashes appear above the form, but beneath the logo

- - - - -
06d50df1 by ZeroDot1 at 2019-02-23T19:37:56+01:00
Add asynchronous functions to the templates to reduce page load times.

Asynchronous functions for CSS and JS.
- - - - -
3f7c83c3 by Miguel Jacq at 2019-02-24T10:22:44+11:00
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

- - - - -
436dd305 by Micah Lee at 2019-02-24T18:11:13-08:00
Add try/except block when stubbing flash's show_server_banner, in order to support older versions of flask

- - - - -
a928b369 by Miguel Jacq at 2019-02-25T14:26:29+11:00
remove unnecessary bit of css

- - - - -
195210dc by Kalle Laine at 2019-02-25T19:05:17+01:00
Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

- - - - -
93a4905b by Miguel Jacq at 2019-02-26T11:10:09+11:00
Use a custom Settings object in test_onionshare_web.py, rather than potentially load non-ephemeral settings

- - - - -
6411a634 by Allan Nordhøy at 2019-03-01T19:34:27+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
3e9eb66a by Vincent Bermel at 2019-03-02T09:06:15+01:00
Unhardcode linux launcher icon
- - - - -
31c360b4 by Miguel Jacq at 2019-03-05T10:28:27+11:00
Add a Startup Timer feature (scheduled start / dead man's switch)

- - - - -
8889d3d5 by Miguel Jacq at 2019-03-05T16:59:13+11:00
Test that the web server is stopped when it's scheduled for a later start

- - - - -
0f0ecb8e by ButterflyOfFire at 2019-03-05T11:58:17+01:00
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/

- - - - -
394f566e by scootergrisen at 2019-03-05T11:58:19+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
6ce9b97f by ical dua at 2019-03-05T11:58:27+01:00
Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

- - - - -
505d62a0 by Jonatan Nyberg at 2019-03-05T11:58:30+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
00a8b882 by Miguel Jacq at 2019-03-06T16:49:32+11:00
Prevent a scheduled share from starting after the scheduled time has passed. Add a test for this

- - - - -
dc0fe4f7 by Miguel Jacq at 2019-03-08T11:03:37+11:00
Fix a minor corner case related to server status button when canceling a scheduled share. Leverage scheduled shares in order to test 'cancel' action in local mode for better test coverage

- - - - -
04fd65de by Miguel Jacq at 2019-03-08T12:54:10+11:00
On a folder name collision, make sure we update the self.receive_mode_dir attribute after creating a unique folder with a suffix. Adjust Receive Mode tests to test for this

- - - - -
040e7e4c by Miguel Jacq at 2019-03-10T09:06:27+11:00
Remove unnecessary attribute from OnionShare object

- - - - -
f31efdd4 by 柏毅蔡 at 2019-03-10T04:23:00+01:00
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

- - - - -
32b41649 by ical dua at 2019-03-10T04:23:01+01:00
Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

- - - - -
b71a7ea0 by Allan Nordhøy at 2019-03-10T04:23:02+01:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
ed989ac6 by Jonatan Nyberg at 2019-03-10T04:23:04+01:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
393162b9 by emma peel at 2019-03-10T04:14:43+00:00
Merge remote-tracking branch 'weblate/develop' into HEAD

- - - - -
3a6ab108 by Hosted Weblate at 2019-03-10T11:59:37+01:00
Translated using Weblate (Hindi)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hi/

Added translation using Weblate (Hindi)

- - - - -
f13f36f5 by Micah Lee at 2019-03-10T12:32:36-07:00
Merge pull request #914 from mig5/sender_close_test_obsolete

Remove obsolete test for sender closing a Receive Mode service via the web interface
- - - - -
1498dfec by Micah Lee at 2019-03-10T13:58:11-07:00
Merge pull request #926 from mig5/fix_settings_in_web_test

Use a custom Settings object in test_onionshare_web.py, rather than potentially load non-ephemeral settings
- - - - -
e8599ed5 by Micah Lee at 2019-03-10T13:59:18-07:00
Merge pull request #931 from palob/launcher-fix

Unhardcode GNU/Linux launcher icon
- - - - -
967b213d by Micah Lee at 2019-03-10T15:07:38-07:00
Weblate merge (#940)

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Added translation using Weblate (Malay)

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/

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

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

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

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

* 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 (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

Added translation using Weblate (Hindi)

- - - - -
ee1633c6 by ZeroDot1 at 2019-03-11T05:33:28+01:00
Repair the css . . . 


- - - - -
365798b1 by Miguel Jacq at 2019-03-11T15:55:17+11:00
Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/shutdown time clashes

- - - - -
f2314f24 by Miguel Jacq at 2019-03-11T17:27:17+11:00
Use png rather than svg for warning image. Concatenate flash messages with commas to reduce page height. Allow warning message to be wider

- - - - -
99505a4c by Miguel Jacq at 2019-03-12T15:29:07+11:00
Allow the bundled Tor connection timeout to be configurable from the CLI

- - - - -
9a66e331 by Miguel Jacq at 2019-03-12T15:36:49+11:00
Don't force connect timeout of 150 when using Bridges if a user-supplied connect timeout has been passed in already

- - - - -
596fe09a by Hosted Weblate at 2019-03-17T14:54:22+01:00
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

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

Added translation using Weblate (Hindi)

- - - - -
d81f62a1 by Micah Lee at 2019-03-22T15:17:50-07:00
Merge pull request #917 from mig5/916_messaging_above_send_button

Make progress, noscript warning, and flashes appear above the form, but beneath the logo
- - - - -
f15fee8e by Micah Lee at 2019-03-22T15:23:53-07:00
Merge branch 'develop' of https://github.com/ZeroDot1/onionshare into ZeroDot1-develop

- - - - -
c0e61372 by Micah Lee at 2019-03-22T15:27:23-07:00
Fix css on receive.html as well

- - - - -
a9f3accf by Micah Lee at 2019-03-22T17:50:33-07:00
Merge pull request #935 from mig5/fix_receive_mode_folder_collision

On a folder name collision, make sure we update the self.receive_mode_dir attribute
- - - - -
c1023647 by Micah Lee at 2019-03-22T18:00:05-07:00
Merge pull request #941 from mig5/configurable_connect_timeout

Allow the bundled Tor connection timeout to be configurable from the CLI
- - - - -
881b700b by Miguel Jacq at 2019-03-24T16:35:53+11:00
Don't allow setting an auto-stop timer that is shorter than the auto-start timer

- - - - -
5d360482 by Miguel Jacq at 2019-03-24T16:38:01+11:00
Remove newlines from strings

- - - - -
281af5fc by Miguel Jacq at 2019-03-24T16:48:56+11:00
Show the URL description label whenever we are showing the URL itself

- - - - -
539be2de by Miguel Jacq at 2019-03-24T17:53:13+11:00
Human-friendly autostart/autostop countdown timers on server button, tooltips

- - - - -
2ebc22c5 by Miguel Jacq at 2019-03-24T18:16:12+11:00
Fixes for displaying autostart timer countdown

- - - - -
dae3e236 by Miguel Jacq at 2019-03-24T18:16:29+11:00
Fix unsetting autostart timer after reloading settings

- - - - -
bd774ab4 by Miguel Jacq at 2019-03-24T18:19:50+11:00
rename CLI args for autostart/stop timers

- - - - -
49285e04 by Miguel Jacq at 2019-03-25T13:43:08+11:00
Fix conflicts

- - - - -
c411e8d6 by Miguel Jacq at 2019-03-25T15:05:54+11:00
Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'autostop_timer'

- - - - -
ee3a14a0 by Miguel Jacq at 2019-03-25T15:28:31+11:00
Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'

- - - - -
a465ac97 by Miguel Jacq at 2019-03-25T15:30:34+11:00
CLI flags to contain requested hyphens

- - - - -
3a2cd86d by Miguel Jacq at 2019-03-25T15:33:00+11:00
include years in the dates from CLI, in case it's a very long timer or perhaps we're crossing into a new year

- - - - -
2fe0fa75 by Hosted Weblate at 2019-04-13T13:04:57+02:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

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

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

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

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

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

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

- - - - -
90b9c994 by Illia Volochii at 2019-04-18T22:34:47+03:00
Remove cryptography and its dependencies from requirements

- - - - -
9595aa7c by Illia Volochii at 2019-04-18T22:48:05+03:00
Update requirements

- - - - -
309ea61b by Illia Volochii at 2019-04-18T23:07:38+03:00
Update requirements for tests

- - - - -
20ac3f00 by Micah Lee at 2019-04-18T19:14:54-07:00
Update date format

- - - - -
77e0d76b by Micah Lee at 2019-04-18T19:20:34-07:00
Merge branch 'requirements' of https://github.com/illia-v/onionshare into illia-v-requirements

- - - - -
d25d9709 by Micah Lee at 2019-04-18T19:36:06-07:00
Rename "help_debug" string to "help_verbose"

- - - - -
758c6405 by Micah Lee at 2019-04-18T19:53:21-07:00
Rename debug to verbose in all relevant places

- - - - -
ed1ada9c by Micah Lee at 2019-04-18T19:57:46-07:00
Merge branch 'develop' into 918_old_linux

- - - - -
3845c5b3 by Micah Lee at 2019-04-18T20:38:44-07:00
Skip GUI and tor tests if pytest is older than 2.9, to allow tests to run in old ubuntu

- - - - -
32e64224 by Illia Volochii at 2019-04-19T18:20:58+03:00
Upgrade jQuery to 3.4.0

- - - - -
8035bc4a by Micah Lee at 2019-04-19T09:27:41-07:00
Merge pull request #960 from micahflee/918_old_linux

Support old linux
- - - - -
e3357192 by Micah Lee at 2019-04-19T09:32:11-07:00
Change a few more references of debug to verbose

- - - - -
6ffa91fc by Micah Lee at 2019-04-19T09:35:07-07:00
Merge pull request #962 from illia-v/jquery-3.4.0

Upgrade jQuery to 3.4.0
- - - - -
e5366bdf by Micah Lee at 2019-04-19T09:48:39-07:00
Merge pull request #959 from micahflee/958_verbose

Rename --debug to --verbose
- - - - -
a7bbe818 by Miguel Jacq at 2019-04-20T10:31:34+10:00
Unlocalize CLI strings

- - - - -
d2281112 by Miguel Jacq at 2019-04-20T14:43:04+10:00
Fix loading custom config if provided

- - - - -
1f87f56d by Miguel Jacq at 2019-04-20T14:51:03+10:00
Re-insert strings that the strings checker script lied to me about

- - - - -
69249f81 by Miguel Jacq at 2019-04-20T14:57:33+10:00
Reintroduce more strings still used

- - - - -
bea6e387 by Micah Lee at 2019-04-21T12:58:53-07:00
Remove more CLI strings

- - - - -
742d8dc8 by Micah Lee at 2019-04-21T13:00:29-07:00
Make check_lacked_trans.py executable

- - - - -
506db1b5 by Micah Lee at 2019-04-21T13:21:57-07:00
Remove version string

- - - - -
e60a9104 by Micah Lee at 2019-04-21T13:39:53-07:00
Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8

- - - - -
9d207983 by Micah Lee at 2019-04-21T13:40:40-07:00
Merge pull request #964 from micahflee/update_tor

Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8
- - - - -
7c3d7c66 by Micah Lee at 2019-04-21T14:13:43-07:00
Version bump to 2.1.dev1 and updated changelog

- - - - -
2c5a1d03 by Miguel Jacq at 2019-04-22T09:10:00+10:00
Fix crash when clicking Help in Systray

- - - - -
81108b06 by Miguel Jacq at 2019-04-22T09:48:15+10:00
Update the URL to the Auto-Start timer wiki page

- - - - -
99c51f55 by Micah Lee at 2019-04-21T18:09:55-07:00
Merge pull request #965 from mig5/fix_help_systray

Fix crash when clicking Help in Systray
- - - - -
9471fb97 by Micah Lee at 2019-04-21T18:14:53-07:00
Fix auto-start timer URL

- - - - -
d6f36025 by Micah Lee at 2019-04-21T18:19:50-07:00
Updated changelog

- - - - -
c1a8f815 by Micah Lee at 2019-04-21T18:56:48-07:00
Version bump to 2.1.dev1 in Windows installer too

- - - - -
cba7a47a by Micah Lee at 2019-04-21T19:01:15-07:00
Add release documentation to BUILD.md

- - - - -
f3f458da by Micah Lee at 2019-04-21T19:13:48-07:00
macOS package hardening (#967)

When making a macOS release, add a timestamp to signature
- - - - -
8be5e844 by Micah Lee at 2019-04-22T11:35:17-07:00
Fix typo in macOS notarize section of BUILD.md, and add note that it isn't ready yet

- - - - -
0422c3f4 by Micah Lee at 2019-04-22T14:39:01-07:00
Upgrade Windows build instructions

- - - - -
28c744b7 by Micah Lee at 2019-04-22T14:57:28-07:00
Update release docs to include making a source package

- - - - -
c15d3fbb by Micah Lee at 2019-04-22T15:32:34-07:00
Write script to build source package

- - - - -
1b59a515 by Micah Lee at 2019-04-22T16:06:07-07:00
Weblate (#970)

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Added translation using Weblate (Malay)

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/

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

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

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

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

* Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

* 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 (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

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

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

* Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/

* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

* Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

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

Added translation using Weblate (Hindi)

* Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

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

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

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

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

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

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

- - - - -
925cd471 by Micah Lee at 2019-04-22T16:10:44-07:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblate

- - - - -
67eee948 by Hosted Weblate at 2019-04-23T11:56:15+02:00
Translated using Weblate (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

- - - - -
3ad8367c by emma peel at 2019-04-23T10:00:22+00:00
Merge remote-tracking branch 'origin/develop' into HEAD

- - - - -
2d43588a by hiro at 2019-04-23T16:08:14+02:00
Add website sharing and directory listing cli-only

- - - - -
391c82f2 by hiro at 2019-04-23T16:09:40+02:00
Add gui for website sharing and listing

- - - - -
0c6dbe4c by hiro at 2019-04-23T16:11:14+02:00
Clean ui, add strings, fix web listing logic

- - - - -
357374c1 by hiro at 2019-04-23T16:20:33+02:00
Fix merge conflicts with upstream

- - - - -
af0717eb by Hosted Weblate at 2019-05-01T18:03:02+02:00
Added translation using Weblate (Telugu)

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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 (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

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

- - - - -
f468b547 by Hosted Weblate at 2019-05-01T21:30:48+02:00
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

- - - - -
f1581fef by Hosted Weblate at 2019-05-01T22:15:04+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
4b5b363c by Hosted Weblate at 2019-05-01T22:24:11+02:00
Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

- - - - -
42869da6 by Hosted Weblate at 2019-05-02T00:15:28+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
8f7e52e4 by hiro at 2019-05-03T19:29:58+02:00
Add version for Flask-HTTPAuth

- - - - -
8643f5b9 by Hosted Weblate at 2019-05-05T16:04:39+02:00
Translated using Weblate (Telugu)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/te/

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

Added translation using Weblate (Ukrainian)

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

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

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/

Added translation using Weblate (Central Khmer)

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Added translation using Weblate (Telugu)

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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 (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

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

- - - - -
e557133b by Micah Lee at 2019-05-06T11:23:46-07:00
Update macOS build instructions

- - - - -
4dc726fa by Micah Lee at 2019-05-06T13:53:25-07:00
Merge branch 'develop' of https://hosted.weblate.org/projects/onionshare/translations into weblate

- - - - -
6d7bd5c7 by Micah Lee at 2019-05-06T14:31:11-07:00
Update available_locales in settings, and rename no.json to nb.json (Norwegian Bokmål)

- - - - -
ad5e9c5e by Micah Lee at 2019-05-06T14:31:56-07:00
Missed commas in list

- - - - -
fed8e0b6 by Micah Lee at 2019-05-06T14:45:44-07:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblate-github

- - - - -
f24d3aa1 by Hosted Weblate at 2019-05-07T00:03:42+02:00
Translated using Weblate (Telugu)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/te/

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 (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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

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

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

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

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

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

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

Added translation using Weblate (Ukrainian)

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

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

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/

Added translation using Weblate (Central Khmer)

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Added translation using Weblate (Telugu)

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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 (Georgian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ka/

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

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

- - - - -
6e877692 by Micah Lee at 2019-05-06T15:31:20-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
23e7765b by Micah Lee at 2019-05-06T15:46:51-07:00
Version bump to 2.1, updated changelog, and fixed typo in a comment

- - - - -
d9ce92bb by Miguel Jacq at 2019-05-06T17:35:28-07:00
Remove hardcoded 'seconds' from the autostop timer countdown string, now that we use a human-friendly time (#979)


- - - - -
9e9c29b1 by Micah Lee at 2019-05-06T17:51:37-07:00
Update screenshots

- - - - -
849a0842 by Micah Lee at 2019-05-07T12:12:49-07:00
Update build instructions, and fix typo in changelog

- - - - -
4648d180 by Allan Nordhøy at 2019-05-07T23:07:18+02:00
Fix typos in changelog
- - - - -
a352dbe9 by Hosted Weblate at 2019-05-07T23:16:35+02:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
abc30b31 by hiro at 2019-05-08T00:04:09+02:00
Clean code and fix UI bugs

- - - - -
574a0c39 by Hosted Weblate at 2019-05-08T09:42:39+02:00
Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

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

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

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

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

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

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

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 (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

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

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

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

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

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

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

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

- - - - -
543744d8 by Hosted Weblate at 2019-05-08T07:52:17+00:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
e0db8944 by emma peel at 2019-05-08T10:04:34+00:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into develop

- - - - -
814a3fd4 by Hosted Weblate at 2019-05-08T12:06:06+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

Added translation using Weblate (Swahili)

- - - - -
c378a32c by Micah Lee at 2019-05-10T09:46:54-07:00
Merge branch 'static-websites' of https://github.com/hiromipaw/onionshare into hiromipaw-static-websites

- - - - -
65a7a179 by Micah Lee at 2019-05-10T13:43:46-07:00
Starting to refactor website sharing so set_file_info builds a dict of all files, and path_logic will display any arbitrary file, or directory listing if no index.html is present

- - - - -
818f2bac by Micah Lee at 2019-05-10T14:04:13-07:00
Make it so directory listings work, including root directory listing

- - - - -
ab930011 by Micah Lee at 2019-05-10T14:52:07-07:00
Fix bugs in how self.file was building the dictionary, so now browsing works

- - - - -
915ff0f4 by Micah Lee at 2019-05-10T14:57:41-07:00
Remove references to self.web.website_mode.download_filesize because that variable no longer exists

- - - - -
8083fd49 by Hosted Weblate at 2019-05-16T17:49:23+02:00
Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

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

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

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

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

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

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

Added translation using Weblate (Swahili)

- - - - -
2a50bbc3 by Micah Lee at 2019-05-20T17:59:20-07:00
Move HTTP basic auth logic from WebsiteMode to Web, so it applies to all modes

- - - - -
79b87c3e by Micah Lee at 2019-05-20T19:04:50-07:00
Add an error 401 handler, and make it start counting invalid password guesses instead of 404 errors for rate limiting

- - - - -
7fe733e9 by Micah Lee at 2019-05-20T19:11:24-07:00
Simplify share and receive mode so they no longer need to worry about slug_candidates

- - - - -
29abfd8f by Micah Lee at 2019-05-20T19:14:04-07:00
This should be an elif, not an if, because otherwise the share mode stop button says "Stop Receive Mode"

- - - - -
b667fcc4 by Micah Lee at 2019-05-20T19:22:03-07:00
Fix onionshare URLs non-public mode is always http basic auth

- - - - -
32292114 by Micah Lee at 2019-05-20T20:01:14-07:00
Make shutdown slug use http basic auth also, so the shutdown command doesnt fail with a 401

- - - - -
fe64a5a0 by Micah Lee at 2019-05-20T22:02:43-07:00
Make the shutdown get request use the onionshare user for basic auth

- - - - -
7d89f80f by Micah Lee at 2019-05-20T22:18:49-07:00
Rename "slug" to "password"

- - - - -
97b5984a by Micah Lee at 2019-05-21T10:08:54-07:00
Fix building the URL in CLI mode, and removing the slug from the download button in share mode

- - - - -
63ced562 by Micah Lee at 2019-05-21T10:18:40-07:00
Update ReceiveMode to no longer rely on slugs

- - - - -
91238366 by Micah Lee at 2019-05-22T19:55:55-07:00
Don't need BaseShareMode yet

- - - - -
41be429b by Micah Lee at 2019-05-22T20:07:35-07:00
Make static folder URL have a high-entropy random path, to avoid filename collisions with files getting shared

- - - - -
7ac81e6b by Micah Lee at 2019-05-22T20:15:49-07:00
Allow static resources without basic auth

- - - - -
44431bec by Micah Lee at 2019-05-22T20:46:23-07:00
Give xvfb-run a screen to floods of Qt logs in CircleCI tests, so the test output is readable

- - - - -
4df989dc by Micah Lee at 2019-05-22T20:55:31-07:00
Rename slugs to passwords in the tests

- - - - -
18961fea by Micah Lee at 2019-05-23T09:53:18-07:00
Fix web tests to use basic auth and passwords instead of slugs

- - - - -
f56b148d by hiro at 2019-05-24T10:08:51+02:00
Resolve bugs from initial PR

- - - - -
35c373b5 by Micah Lee at 2019-05-24T10:21:34-07:00
Merge pull request #961 from hiromipaw/static-websites

Static websites
- - - - -
9785be03 by Micah Lee at 2019-05-24T13:38:41-07:00
Replace URLs that have slugs with basic auth in tests

- - - - -
15d66c1a by Micah Lee at 2019-05-24T17:59:14-07:00
Fix tests

- - - - -
dc556d89 by Micah Lee at 2019-05-24T18:07:57-07:00
Make GuiReceiveTest.upload_test use basic auth when identical_files_at_once is True

- - - - -
c53ecb0a by Micah Lee at 2019-05-24T18:13:44-07:00
Merge branch 'develop' into basic_auth_everywhere

- - - - -
074ae56e by x80486 at 2019-05-29T20:48:48-04:00
Update/Tweak AppStream Metadata XML and Desktop Entry according to the latest standard(s)

- - - - -
50b23114 by Micah Lee at 2019-05-29T18:21:53-07:00
Generate a new static_url_path each time the server is stopped and started again

- - - - -
12392378 by Micah Lee at 2019-05-29T19:15:40-07:00
Merge pull request #996 from micahflee/basic_auth_everywhere

Switch from slugs to HTTP basic auth
- - - - -
c3ba542e by Micah Lee at 2019-05-29T19:27:21-07:00
Strip NoScript XSS warning, because the Tor Browser bug it addressed has been fixed

- - - - -
726f174d by Micah Lee at 2019-05-30T17:55:58-07:00
Remove old noscript css styles

- - - - -
9a327f26 by Micah Lee at 2019-05-30T17:56:56-07:00
Merge pull request #1000 from micahflee/989_noscript_xss_is_all_good

Strip NoScript XSS warning
- - - - -
b6b576bd by wh1t3fang at 2019-06-12T05:10:24+00:00
Added python-flask-httpauth depend

added flask httpauth depend to the install instructions for debian.  Otherwise, this exception appears.

ImportError: No module named 'flask_httpauth'
- - - - -
0f40e958 by hiro at 2019-06-13T12:34:27+02:00
Start code sharing between WebsiteMode and ShareMode

- - - - -
5c0839a5 by hiro at 2019-06-13T12:34:27+02:00
Refactor set_file_list between website and share mode

- - - - -
9805919f by hiro at 2019-06-13T12:41:12+02:00
Move directory_listing function

- - - - -
4d733c22 by hiro at 2019-06-13T21:47:49+02:00
Refactor directory_listing function

- - - - -
66e85497 by hiro at 2019-06-13T22:56:48+02:00
Revert "Generate a new static_url_path each time the server is stopped and started again"
This change creates problems with how website mode renders assets.
This reverts commit 50b2311409cd93814324a4570e8bdc5d032748c8.

- - - - -
35b52443 by hiro at 2019-06-13T22:58:33+02:00
Remove reset of web app path in receive mode

- - - - -
2604ef52 by hiro at 2019-06-14T18:21:12+02:00
Clean up rendering logic between share and website mode

- - - - -
9a60c8c8 by Hosted Weblate at 2019-06-22T13:01:49+02:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

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

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

- - - - -
04acf849 by Vinicius Zavam at 2019-07-23T15:09:11+00:00
DragonFly is *BSD; bringing back #716

- - - - -
bb2adbe9 by emma peel at 2019-07-26T11:25:51+00:00
Squashed commit of the following:

commit 9a60c8c87f3d9f05ef1a05fc472c94bc22616b49
Author: Hosted Weblate <hosted at weblate.org>
Date:   Sat Jun 22 13:01:49 2019 +0200

    Translated using Weblate (Swedish)
    Translated using Weblate (Catalan)
    Translated using Weblate (Danish)

commit 8083fd49298768d96d33684f65b05a2aa3dddd1c
Author: Hosted Weblate <hosted at weblate.org>
Date:   Thu May 16 17:49:23 2019 +0200

    Translated using Weblate (Hungarian)
    Translated using Weblate (Turkish)
    Translated using Weblate (Telugu)
    Translated using Weblate (Swahili)
    Translated using Weblate (Malay)
    Translated using Weblate (Greek)
    Translated using Weblate (Spanish)
    Added translation using Weblate (Swahili)

commit e0db8944813b3f3c48a2d61a6f12c5ed15dee704
Merge: 543744d a352dbe
Author: emma peel <emma.peel at riseup.net>
Date:   Wed May 8 10:04:34 2019 +0000

    Merge branch 'develop' of github.com:weblate/onionshare-weblate into develop

commit 543744d81dca1b0f75724083d073fe66fb0e6c0e
Author: Hosted Weblate <hosted at weblate.org>
Date:   Tue May 7 23:16:35 2019 +0200

    Translated using Weblate (German)

commit 574a0c395318d7f3aeca3c7b9ef8556d22178cfe
Author: Hosted Weblate <hosted at weblate.org>
Date:   Wed May 8 09:42:39 2019 +0200

    Translated using Weblate (Romanian)
    Translated using Weblate (Italian)
    Translated using Weblate (German)
    Translated using Weblate (Dutch)
    Translated using Weblate (Catalan)
    Translated using Weblate (Romanian)
    Translated using Weblate (Italian)
    Translated using Weblate (German)
    Translated using Weblate (German)
    Translated using Weblate (German)
    Translated using Weblate (Turkish)
    Translated using Weblate (Greek)
    Translated using Weblate (German)
    Translated using Weblate (French)
    Translated using Weblate (Arabic)
    Translated using Weblate (Turkish)
    Translated using Weblate (Turkish)
    Translated using Weblate (German)
commit a352dbe9ff3bd54904cbb4cf715ab5341a113acb
Author: Hosted Weblate <hosted at weblate.org>
Date:   Tue May 7 23:16:35 2019 +0200

    Translated using Weblate (German)

	modified:   share/locale/ar.json
	modified:   share/locale/ca.json
	modified:   share/locale/da.json
	modified:   share/locale/de.json
	modified:   share/locale/el.json
	modified:   share/locale/es.json
	modified:   share/locale/fr.json
	modified:   share/locale/hu.json
	modified:   share/locale/it.json
	modified:   share/locale/ms.json
	modified:   share/locale/nl.json
	modified:   share/locale/ro.json
	modified:   share/locale/sv.json
	new file:   share/locale/sw.json
	modified:   share/locale/te.json
	modified:   share/locale/tr.json

- - - - -
11aeecaa by emma peel at 2019-07-26T11:26:53+00:00
Merge branch 'develop' of github.com:micahflee/onionshare-weblate into develop

- - - - -
7ab240fd by emma peel at 2019-07-26T11:30:20+00:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
e152023c by Hosted Weblate at 2019-07-26T13:32:43+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
65ce9702 by emma peel at 2019-07-26T11:36:15+00:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into develop

- - - - -
2321dbdb by Hosted Weblate at 2019-07-26T13:36:50+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
5a6aa694 by Hosted Weblate at 2019-07-27T09:34:09+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

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

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

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

- - - - -
63498a53 by Hosted Weblate at 2019-07-27T09:35:52+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
58189326 by emma peel at 2019-07-27T08:01:35+00:00
weblate translation updates

- - - - -
7cd69ae1 by Micah Lee at 2019-09-01T12:38:13-07:00
Change package in build instructions from python-flask-httpauth to python3-flask-httpauth

- - - - -
61e6ecdf by Micah Lee at 2019-09-01T12:45:39-07:00
Merge pull request #1012 from emmapeel2/translation_updates

weblate translation updates
- - - - -
d7441af3 by Micah Lee at 2019-09-01T13:16:00-07:00
If ONIONSHARE_HIDE_TOR_SETTINGS is set, hide Tor settings in the settings dialog

- - - - -
ab086a6f by Micah Lee at 2019-09-01T13:30:49-07:00
Add python3-distutils as a dependency, and also remove reduntant build-depends from stdeb.cfg

- - - - -
4dd26f6d by Micah Lee at 2019-09-01T13:44:35-07:00
Merge pull request #1011 from torbsd/torbsd

DragonFly is *BSD; bringing back #716
- - - - -
88e75706 by Micah Lee at 2019-09-01T17:35:02-04:00
Update pip dependencies

- - - - -
bc2b37aa by Micah Lee at 2019-09-01T17:39:32-04:00
Update python and pyqt5 in BUILD.md, and for macOS install pyinstaller from pip instead of building from source

- - - - -
328b1500 by Micah Lee at 2019-09-01T17:49:22-04:00
Merge branch 'share-code' of https://github.com/hiromipaw/onionshare into hiromipaw-share-code

- - - - -
7b2b8c22 by Micah Lee at 2019-09-01T18:05:53-04:00
Rename BaseModeWeb to SendBaseModeWeb, because this code is only actually shared by send modes (Share and Website, not Receive)

- - - - -
973db941 by Micah Lee at 2019-09-01T18:44:44-04:00
Move all mode-specific code out of SendBaseModeWeb and into inherited methods in WebsiteModeWeb and ShareModeWeb

- - - - -
a0759ced by Micah Lee at 2019-09-01T16:02:10-07:00
Oops, need to call directory_listing with filesystem_path

- - - - -
e7959f9a by Micah Lee at 2019-09-01T16:03:57-07:00
Add Web.generate_static_url_path back, so each share has its own static path

- - - - -
df568d64 by Micah Lee at 2019-09-01T16:13:05-07:00
Change link style for directory listing

- - - - -
82933905 by Micah Lee at 2019-09-01T16:24:50-07:00
Merge pull request #1019 from micahflee/update_deps

Update deps
- - - - -
0c9fd8f7 by Micah Lee at 2019-09-01T17:45:01-07:00
Merge pull request #1017 from micahflee/1014_hide_tor_settings

Hide Tor settings with ONIONSHARE_HIDE_TOR_SETTINGS
- - - - -
414e7f9a by Micah Lee at 2019-09-01T17:47:14-07:00
Merge pull request #1018 from micahflee/1010_python3_distutils

Add python3-distutils as a dependency
- - - - -
1e1243c8 by Micah Lee at 2019-09-01T19:59:00-07:00
Clear the file list every time a share starts

- - - - -
1c465b40 by Micah Lee at 2019-09-01T20:15:30-07:00
Add new "Allow downloading of individual files" checkbox to share settings, and only allow it to be enabled when "Stop sharing after files have been sent" is unchecked

- - - - -
6561d71e by Micah Lee at 2019-09-01T20:36:30-07:00
Only allow downloading of individual files if it is enabled in settings, and stop sharing automatically isn't

- - - - -
bf20085c by Micah Lee at 2019-09-01T20:45:19-07:00
Load default settings in CLI mode, of config is not passed in

- - - - -
70619dd1 by Micah Lee at 2019-09-01T20:46:27-07:00
Fix TestSettings.test_init test

- - - - -
d7a75386 by Micah Lee at 2019-09-01T20:53:21-07:00
Merge SendBaseModeWeb.build_file_list into SendBaseModeWeb.set_file_info function

- - - - -
877a73ab by Micah Lee at 2019-09-01T21:22:59-07:00
Remove the "Allow downloading individual files" setting altogether, and make it just automatically enabled if "Stop sharing..." is disabled

- - - - -
173b2d3f by Miguel Jacq at 2019-09-02T18:01:56+10:00
Register a history item when an individual file is viewed that does not match a 'reserved' path

- - - - -
ef78a9c7 by Miguel Jacq at 2019-09-03T11:19:42+10:00
Add tests to check that hyperlink to a shared file exists when in stay_open mode (and that the file is downloadable individually when so), and not if not

- - - - -
5defd4a1 by Miguel Jacq at 2019-09-03T11:51:59+10:00
Add a basic website test

- - - - -
f4f7b984 by Miguel Jacq at 2019-09-03T11:53:17+10:00
remove unnecessary import from GuiWebSiteTest class

- - - - -
458a0fb1 by Miguel Jacq at 2019-09-03T12:00:23+10:00
Aww. Adjust the website test html code since my easter egg didn't work

- - - - -
9ae98eb7 by Miguel Jacq at 2019-09-03T12:23:27+10:00
Extend coverage of website mode tests

- - - - -
273b8939 by Miguel Jacq at 2019-09-03T12:35:30+10:00
Don't show the IndividualFile History item if we are not in 'stay open' mode, or else 404 requests create History noise

- - - - -
f6eb80d5 by Miguel Jacq at 2019-09-03T12:36:05+10:00
Test to make sure that we *can't* download an individual file when not in stay_open mode, not just that the hyperlink is not present in the page markup

- - - - -
cb439743 by Miguel Jacq at 2019-09-03T12:38:20+10:00
Check for the (absence of) hyperlink in page markup before we move on to trying to download the individual file

- - - - -
0aa5a89a by Micah Lee at 2019-09-02T19:45:14-07:00
When downloading individual files in either share or website mode, gzip the file if needed, and stream the file in such a way that a progress bar is possible

- - - - -
f118ebcb by Micah Lee at 2019-09-02T19:46:05-07:00
Merge branch '991_sharing_code' of github.com:mig5/onionshare into 991_sharing_code

- - - - -
09f2f572 by Miguel Jacq at 2019-09-03T17:02:29+10:00
Reset the ToggleHistory indicator count/label when a share starts. Add a test for this

- - - - -
c55925c1 by Micah Lee at 2019-09-03T20:52:59-07:00
Make it so all of the state variables, including self.file_info get reset in SendBaseModeWEeb.set_file_info, which fixes the bug where old files you were sharing would end up in new zip files

- - - - -
644b4708 by Micah Lee at 2019-09-03T21:46:32-07:00
Start making IndividualFileHistoryItem widgets appear in the history, and make non-GET requests return 405 Method Not Allowed

- - - - -
655bb5ba by Micah Lee at 2019-09-03T21:59:49-07:00
Show IndividualFileHistoryItem widgets for directory listings

- - - - -
ffe12bde by Micah Lee at 2019-09-03T22:18:30-07:00
Rename download_count/download_id, upload_count/upload_id, and visit_count/visit_id to simply cur_history_id/history_id, and make all errors create IndividualFileHistoryItem widgets

- - - - -
dee9e400 by Micah Lee at 2019-09-03T22:20:52-07:00
Rename a few more count variables to cur_history_id

- - - - -
c2011e69 by Micah Lee at 2019-09-03T22:31:13-07:00
Make the IndividualFileHistoryItem widgets have color

- - - - -
3f7c4a4e by Micah Lee at 2019-09-08T09:35:44-07:00
Remove method from IndividualFileHistoryItem, and only display these widgets on 200 and 404 requests, not all of the others

- - - - -
f089ae58 by Micah Lee at 2019-09-08T09:45:53-07:00
Make sure IndividualFileHistoryItem widgets display properly in receive mode too

- - - - -
de67484f by Micah Lee at 2019-09-08T11:58:44-07:00
Don't consider individual downloads in the in_progress counter

- - - - -
ece908e1 by Micah Lee at 2019-09-08T12:02:17-07:00
Add individual downloads label to settings dialog

- - - - -
41b815f0 by Micah Lee at 2019-09-08T17:24:18-07:00
Add web requests counter icon to history widget

- - - - -
2219e107 by Micah Lee at 2019-09-08T17:27:24-07:00
Rename images from share_ to history_, because they are used in all modes

- - - - -
26c92566 by Micah Lee at 2019-09-08T17:39:31-07:00
Make web requests indicator icon increment on web requests

- - - - -
8e238ab2 by Miguel Jacq at 2019-09-09T12:19:39+10:00
Fix tests in Receive Mode that actually do increment the history item widget count where they didn't previously (due to an additional GET that follows the 302 redirect of a POST request on upload)

- - - - -
90ebc3aa by Miguel Jacq at 2019-09-09T16:35:05+10:00
Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_history_id attibutes, ensuring that when we call web.error404() we send a new history_id integer for communicating back to the frontend. Add tests for this

- - - - -
b1aa36e8 by Miguel Jacq at 2019-09-09T16:43:09+10:00
remove unnecessary import of IndividualFileHistoryItem from share_mode/__init__.py

- - - - -
86a2b35d by Miguel Jacq at 2019-09-09T17:23:09+10:00
Ensure we increment and return the history_id when throwing error404() in website mode. Add a route for /favicon.ico unless we are in website mode (website might have its own favicon)

- - - - -
16fedabf by Micah Lee at 2019-09-15T14:46:29-07:00
Allow 404 errors to work in receive mode

- - - - -
51a1f92d by Micah Lee at 2019-09-15T14:52:57-07:00
Merge pull request #1020 from micahflee/991_sharing_code

[WIP] Share code between share mode and website mode
- - - - -
072c12fb by Micah Lee at 2019-09-15T15:07:24-07:00
Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare into x80486-feature/issue-998

- - - - -
bb0908d6 by Micah Lee at 2019-09-15T15:17:40-07:00
Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again

- - - - -
ecd65f37 by Micah Lee at 2019-09-15T16:23:19-07:00
Fix bug with rendering index.html files in subdirs

- - - - -
a5e01a18 by Micah Lee at 2019-09-15T16:44:24-07:00
Add breadcrumbs for website mode

- - - - -
ce9a2f52 by Micah Lee at 2019-09-15T16:46:28-07:00
Add breadcrumbs to share mode

- - - - -
b000ef30 by Micah Lee at 2019-09-15T17:06:03-07:00
Validate filenames, and require filenames be passed in, in website mode as well as share mode

- - - - -
76406d1b by Micah Lee at 2019-09-15T17:55:30-07:00
Update get Tor scripts to grab Tor Browser 8.8.5

- - - - -
e3525586 by Micah Lee at 2019-09-15T17:56:36-07:00
Merge pull request #1026 from micahflee/992_website_misc

Validate filenames in CLI for website mode
- - - - -
957d3e9c by Micah Lee at 2019-09-15T17:58:10-07:00
Merge pull request #1025 from micahflee/994_breadcrumbs

Breadcrumbs
- - - - -
7d0b0afa by Micah Lee at 2019-09-15T18:03:46-07:00
Update pip dependencies

- - - - -
98e0f06b by Micah Lee at 2019-09-15T18:30:50-07:00
Update Windows instructions, except building PyInstaller from source

- - - - -
2524ddaf by Miguel Jacq at 2019-09-16T12:10:17+10:00
Make setting the Content-Security-Policy header optional so it doesn't break website mode shares

- - - - -
17063e54 by Miguel Jacq at 2019-09-16T12:30:20+10:00
Fix how security headers get added

- - - - -
670044fa by Miguel Jacq at 2019-09-16T14:51:16+10:00
Ensure the backend receives the latest settings object before starting the onion service, and likewise for the GUI, so that we absolutely always save the private key for persistence back to the json settings file when we need to

- - - - -
09ba78ef by Miguel Jacq at 2019-09-16T17:58:15+10:00
Source string suggestions from the translators on Weblate

- - - - -
6e964c13 by Hosted Weblate at 2019-09-20T12:27:55+02:00
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 (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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

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

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

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

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

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

Merge branch 'origin/develop' into Weblate.

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Merge branch 'origin/develop' into Weblate.

Merge branch 'origin/develop' into Weblate.

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

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

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

- - - - -
078aa63a by Micah Lee at 2019-09-20T17:31:38-07:00
Merge pull request #1032 from mig5/weblate_translation_suggestions

Source string suggestions from the translators on Weblate
- - - - -
e21bf3e8 by Micah Lee at 2019-09-20T17:35:38-07:00
Merge pull request #1031 from mig5/950_persistence_fix

Persistence fix (#950)
- - - - -
c40f1b61 by Micah Lee at 2019-09-20T18:31:19-07:00
Finish updating instructions for building PyInstaller from source

- - - - -
2022b2b2 by Micah Lee at 2019-09-20T18:42:40-07:00
Hide the system tray icon before closing

- - - - -
dcc601ff by Micah Lee at 2019-09-20T18:48:39-07:00
Merge branch 'develop' of github.com:micahflee/onionshare-weblate into weblate

- - - - -
821f4652 by Micah Lee at 2019-09-20T18:50:25-07:00
Merge pull request #7 from micahflee/weblate

Changes from micahflee/onionshare
- - - - -
a5708554 by Hosted Weblate at 2019-09-21T03:53:13+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
0d88d8cb by Micah Lee at 2019-09-20T19:09:50-07:00
Merge pull request #1036 from micahflee/weblate

Weblate merge
- - - - -
d8c0bc4e by Miguel Jacq at 2019-09-22T16:49:31+10:00
Invert the CSP header setting and put it in its own Website Mode settings group. Make the CSP header mandatory for share/receive modes, optional for website mode only.

- - - - -
f17f198c by Micah Lee at 2019-09-22T10:20:37-07:00
Merge branch '1027_deps_and_tor' of github.com:micahflee/onionshare into 1027_deps_and_tor

- - - - -
c3fc5735 by Micah Lee at 2019-09-22T10:23:33-07:00
Typo in Qt version

- - - - -
c0bbe120 by Micah Lee at 2019-09-22T10:36:22-07:00
Merge pull request #1033 from micahflee/1027_deps_and_tor

Update dependencies and build instructions
- - - - -
26f24906 by Micah Lee at 2019-09-22T12:57:13-07:00
Merge pull request #1030 from mig5/1029_optional_csp

Make setting the Content-Security-Policy header optional so it doesn't break website mode shares
- - - - -
e2b6eecf by Micah Lee at 2019-09-22T12:57:46-07:00
Merge pull request #1034 from micahflee/932_windows_systray_icon

Hide the system tray icon before closing
- - - - -
06ad2ad0 by Micah Lee at 2019-09-22T13:03:08-07:00
Version bump to 2.2.dev1

- - - - -
b9ed7205 by Micah Lee at 2019-09-22T13:25:15-07:00
Fix icon path in PyInstaller file

- - - - -
1f0c22d4 by Hosted Weblate at 2019-09-22T22:39:36+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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

- - - - -
d01170f8 by Micah Lee at 2019-09-22T13:45:58-07:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblate

- - - - -
6298fc01 by Micah Lee at 2019-09-22T13:48:47-07:00
Merge branch 'develop' into 2.2.dev1_release

- - - - -
dbb22c59 by Miguel Jacq at 2019-09-23T07:39:34+10:00
Update changelog for v2.2

- - - - -
01534a64 by Micah Lee at 2019-09-22T14:53:38-07:00
Change wording in changelog

- - - - -
9e7a91ae by Micah Lee at 2019-09-22T15:35:14-07:00
Show the website mode URL description in website mode, instead of the share mode one

- - - - -
b723d45a by Micah Lee at 2019-09-22T15:52:13-07:00
Add website mode screenshot

- - - - -
9accff1a by Micah Lee at 2019-09-22T16:07:37-07:00
Remove references to website loaded notification that never actually get displayed

- - - - -
6679cedb by Micah Lee at 2019-09-22T16:10:49-07:00
Remove more references to website mode notifications that don't exist

- - - - -
9e7118bc by Micah Lee at 2019-09-22T16:19:11-07:00
Remove one more reference, and remove them from all locales too

- - - - -
afa91c9d by Micah Lee at 2019-09-27T14:03:02-04:00
Add missing fedora dependency to BUILD.md

- - - - -
9bc645a1 by IS at 2019-09-27T23:51:16+02:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
a1cfe45d by kilobyte+weblate at 2019-09-27T23:51:18+02:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
28ef3275 by Joan Montané at 2019-09-27T23:51:19+02:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
caacfc40 by Ecron at 2019-09-27T23:51:20+02:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
d14cdb62 by Jeroen at 2019-09-27T23:51:23+02:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
32b0d296 by Adolfo Jayme Barrientos at 2019-09-27T23:51:24+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
96653d56 by LocLab fr at 2019-09-27T23:51:25+02:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
aa4beb1e by Jonatan Nyberg at 2019-09-27T23:51:26+02:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
9bceec23 by Vid Košenina at 2019-09-27T23:51:27+02:00
Translated using Weblate (Slovenian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sl/

- - - - -
45311689 by Allan Nordhøy at 2019-09-27T23:51:28+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
53eb6e2e by Miguel Jacq at 2019-09-30T08:12:41+10:00
Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md

- - - - -
f3492149 by Micah Lee at 2019-09-29T18:37:28-04:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
0f257a36 by Hosted Weblate at 2019-09-30T00:45:27+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

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

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

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

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

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

- - - - -
79e33ff2 by googan-star at 2019-10-02T10:55:50+00:00
Prettify JSON dump
- - - - -
430fc142 by Hosted Weblate at 2019-10-07T22:25:13+02:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

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

Added translation using Weblate (Serbian (latin))

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

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

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

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

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

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

- - - - -
15fb84b4 by Hosted Weblate at 2019-10-07T22:33:31+02:00
Translated using Weblate (Serbian (latin))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

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

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

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

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

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

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

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

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

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

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

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

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

- - - - -
0f9b82f1 by Micah Lee at 2019-10-07T16:39:40-04:00
Merge branch 'develop' of github.com:weblate/onionshare-weblate into weblate

- - - - -
14171319 by Micah Lee at 2019-10-07T16:41:38-04:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
fdb56f3c by Micah Lee at 2019-10-12T23:56:43-04:00
Merge pull request #1044 from googan-star/develop

Prettify settings JSON dump
- - - - -
90c244ee by Micah Lee at 2019-10-12T23:57:45-04:00
Merge pull request #1039 from mig5/fix_fedora_dep

Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md
- - - - -
30377278 by Micah Lee at 2019-10-12T21:01:25-07:00
Format all code using black

- - - - -
d259414d by Hosted Weblate at 2019-10-13T06:06:26+02:00
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/

- - - - -
91cf3645 by Micah Lee at 2019-10-12T21:06:41-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
cc2cead5 by Micah Lee at 2019-10-12T21:07:34-07:00
Merge branch 'black_formatting' into develop

- - - - -
6b1f3af3 by Micah Lee at 2019-10-12T21:50:33-07:00
Added new languages (Arabic, Dutch, Persian, Romanian, Serbian) and removed one (Finnish)

- - - - -
aac23dd2 by Micah Lee at 2019-10-13T09:38:39-07:00
Gitignore .vscode

- - - - -
402c6e7e by Micah Lee at 2019-10-13T09:39:17-07:00
Fix how Serbian (latin) is written

- - - - -
6869f207 by Micah Lee at 2019-10-13T12:46:29-04:00
Merge pull request #1047 from micahflee/1028_2.2_localization

Update localization for verison 2.2
- - - - -
8f1e0987 by Micah Lee at 2019-10-13T09:55:36-07:00
Initialize the flask app with a random static path, to avoid issue where /static doesn't work in website mode

- - - - -
e8056095 by Micah Lee at 2019-10-13T09:55:51-07:00
Merge branch 'static_bug' into develop

- - - - -
7d24bf9f by Micah Lee at 2019-10-13T10:06:39-07:00
Version bump to 2.2, and added translation changes to changelog

- - - - -
468f0dd1 by Hosted Weblate at 2019-10-13T22:21:06+02:00
Added translation using Weblate (Afrikaans)

- - - - -
980dc60a by Hosted Weblate at 2019-10-13T22:21:09+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
c1a147e8 by Micah Lee at 2019-10-13T14:00:26-07:00
For PPA release, change suite from cosmic to disco, and add all dependencies as build dependencies

- - - - -
6616eba3 by Miguel Jacq at 2019-10-19T14:50:40+11:00
Communicate a 405 error properly to the UI

- - - - -
a2b5ab43 by Miguel Jacq at 2019-10-19T15:02:22+11:00
Reverse the update checker strings to show the correct message for invalid version or connection issue

- - - - -
f54cd86b by Christian Clauss at 2019-10-19T22:36:32+02:00
Use ==/!= to compare str, bytes, and int literals

https://docs.python.org/3/whatsnew/3.8.html#changes-in-python-behavior

The compiler now produces a SyntaxWarning when identity checks (is and is not) are used with certain types of literals (e.g. strings, numbers). These can often work by accident in CPython, but are not guaranteed by the language spec. The warning advises users to use equality tests (== and !=) instead.
- - - - -
e9f91a9b by Micah Lee at 2019-10-20T12:49:12-04:00
Merge pull request #1056 from mig5/error_405_early

Communicate a 405 error properly to the UI
- - - - -
f5dcf2e5 by Micah Lee at 2019-10-20T12:49:20-04:00
Merge pull request #1057 from mig5/1038_onion_check_string_fix

Reverse the update checker strings to show the correct message for invalid version or connection issue
- - - - -
4dba1b0a by Micah Lee at 2019-10-20T12:50:26-04:00
Merge pull request #1060 from cclauss/patch-1

Use ==/!= to compare str, bytes, and int literals
- - - - -
b9a7361d by Micah Lee at 2019-10-20T10:15:16-07:00
Replace .format with python 3.6 f-strings in onionshare module

- - - - -
3a2cc8bd by Micah Lee at 2019-10-20T10:30:16-07:00
Replace .format with python 3.6 f-strings in onionshare_gui module

- - - - -
25b2f389 by Micah Lee at 2019-10-20T10:44:06-07:00
Fix syntax error

- - - - -
09862562 by Micah Lee at 2019-10-20T10:46:14-07:00
Replace .format with python 3.6 f-strings in tests

- - - - -
8dd60eed by Micah Lee at 2019-10-20T17:59:12-07:00
Fix syntax errors

- - - - -
057bb40a by Micah Lee at 2019-10-20T18:14:00-07:00
Use .format to format file sizes again

- - - - -
9e434abd by Micah Lee at 2019-10-20T18:59:27-07:00
Add psutil dependency

- - - - -
30949cf1 by Micah Lee at 2019-10-20T19:18:56-07:00
Detect if another onionshare-gui process is running

- - - - -
4f2ce994 by Micah Lee at 2019-10-20T19:41:20-07:00
Rename OnionShareGui to MainWindow

- - - - -
bba52868 by Micah Lee at 2019-10-20T20:01:09-07:00
Make a new onionshare_gui.GuiCommon object, and move css from onionshare.Common into it

- - - - -
e51be478 by Micah Lee at 2019-10-20T20:05:08-07:00
Move MODE_SHARE, MODE_RECEIVE, and MODE_WEBSITE into GuiCommon

- - - - -
2a07a357 by Micah Lee at 2019-10-20T20:11:45-07:00
Move Onion and OnionShare app objects into the main window

- - - - -
b8dc0551 by Micah Lee at 2019-10-20T21:36:30-07:00
Move more logic into GuiCommon and out of MainWindow

- - - - -
c77db82e by Micah Lee at 2019-10-20T22:08:47-07:00
Move all of the normal onionshare logic into Tab, and make a new placeholder GUI for the main window

- - - - -
27107d89 by Micah Lee at 2019-10-22T09:58:20-07:00
Merge pull request #1063 from micahflee/f-strings

Use python 3.6 f-strings
- - - - -
6449e518 by Micah Lee at 2019-10-26T21:14:47-07:00
Add a single tab, and fix several issues with moving all the tab code into its own object

- - - - -
144985b1 by Micah Lee at 2019-10-26T21:56:57-07:00
Tabs start out with new tab options, and remove the mode switcher from tabs

- - - - -
3ceab336 by Micah Lee at 2019-10-26T22:39:59-07:00
One attempt at making a new tab button

- - - - -
f83d88b2 by Micah Lee at 2019-10-27T14:21:40-07:00
Make new tab button login in the QTabWidget instead of QTabBar

- - - - -
4b4020c6 by Micah Lee at 2019-10-27T14:23:45-07:00
When you open a new tab, make that the current tab

- - - - -
fd2046b9 by Micah Lee at 2019-10-27T14:35:11-07:00
After choosing the tab type, the title of the tab changes

- - - - -
df658a0e by Micah Lee at 2019-10-27T15:01:14-07:00
Allow closing tabs, and throw warning when trying to close tabs that contain an active server

- - - - -
bbc26473 by Micah Lee at 2019-10-27T15:04:04-07:00
Open a new tab to begin with, and open a new tab when the last tab is closed

- - - - -
cb83fca6 by Micah Lee at 2019-10-27T15:21:46-07:00
Add purple headers to each mode

- - - - -
656d3d15 by Micah Lee at 2019-10-27T15:26:56-07:00
Add settings button to the status bar

- - - - -
216fbd4e by Micah Lee at 2019-10-27T15:52:45-07:00
Add persistent pin

- - - - -
654fccc0 by Micah Lee at 2019-10-27T16:01:30-07:00
Add warning about closing a persistent tab

- - - - -
b7a095d6 by Micah Lee at 2019-10-27T16:18:56-07:00
Show warning when quitting while any tabs are active

- - - - -
a14464d8 by Micah Lee at 2019-10-27T16:32:12-07:00
Show the server status in the tab as an icon

- - - - -
f4e3f92c by Micah Lee at 2019-10-27T16:36:32-07:00
Fix a few issues related to opening settings and quitting

- - - - -
784d6e81 by Micah Lee at 2019-10-27T18:16:48-07:00
Show settings at the top of each mode, both mode-specific settings and setting that exist for all mode types

- - - - -
5e93b50f by Micah Lee at 2019-10-27T18:21:04-07:00
Show mode settings above the columns in each mode, instead of as part of the main column

- - - - -
b017b326 by Micah Lee at 2019-10-27T18:41:24-07:00
Make the persistent button an image label instead, and only show it whne the persistent checkbox is checked

- - - - -
555ae911 by Micah Lee at 2019-10-27T18:48:25-07:00
Make checking the persistent checkbox update the mode_settings dict, so closing tabs will catch that it's persistent

- - - - -
f2d4bddc by Micah Lee at 2019-11-02T10:15:18-07:00
When any setting is changed, update the tab settings dict

- - - - -
2984577f by Micah Lee at 2019-11-02T10:24:12-07:00
Get/set tab settings using a getter and setter function

- - - - -
9534a440 by Micah Lee at 2019-11-02T10:43:20-07:00
Make a new ModeSettings class in onionshare, and use this instead of tab_settings

- - - - -
c426cfce by Micah Lee at 2019-11-02T11:43:05-07:00
Rename mode_settings_widget to be more clear, and fix one place that was still using tab_settings

- - - - -
12a1d73f by Micah Lee at 2019-11-02T14:35:51-07:00
Make the Web object load from mode settings instead of global settings

- - - - -
b8f12994 by Micah Lee at 2019-11-02T14:56:40-07:00
Fix CLI to work with mode settings

- - - - -
9f0e031c by Micah Lee at 2019-11-02T15:37:21-07:00
Refactor onionshare CLI to accept and use all mode settings

- - - - -
598db21d by Micah Lee at 2019-11-02T15:39:12-07:00
Remove custom config from GUI CLI args, because GUI users can configure OnionShare in the GUI

- - - - -
87918c5d by Micah Lee at 2019-11-02T17:01:47-07:00
Fix CLI tests, and also fix bug related to autostop_sharing that the tests found

- - - - -
b815b0e9 by Micah Lee at 2019-11-02T17:06:13-07:00
Remove mode settings from global settings object

- - - - -
4b416141 by Micah Lee at 2019-11-02T17:13:06-07:00
Stop worrying about common.gui.config in settings and update check

- - - - -
52d5a519 by Micah Lee at 2019-11-02T17:24:06-07:00
Remove all mode settings from settings dialog

- - - - -
ed1c3e1b by Micah Lee at 2019-11-02T17:39:27-07:00
Refactor ServerStatus to use mode settings

- - - - -
f0445277 by Micah Lee at 2019-11-02T18:08:14-07:00
Show and hide autostart/autostop timer widgets when the mode settings are toggled

- - - - -
9f920f43 by Micah Lee at 2019-11-02T18:29:24-07:00
Move mode settings widget into the primary action layout, and tweak window size

- - - - -
01435d1e by Micah Lee at 2019-11-02T19:03:37-07:00
Move autostart and autostop timer widgets into the mode settings widget

- - - - -
1286dfa2 by Micah Lee at 2019-11-02T19:10:41-07:00
Change size of persistent image to 20x20

- - - - -
69bd1652 by Micah Lee at 2019-11-02T19:12:06-07:00
Add stub save function in ModeSettings

- - - - -
1b36fe40 by Micah Lee at 2019-11-02T21:00:23-07:00
Make ModeSettings be able to save and load

- - - - -
a5f8fee0 by Micah Lee at 2019-11-02T21:45:55-07:00
Starting to make persistent tabs persistent

- - - - -
7819a894 by Micah Lee at 2019-11-02T22:55:22-07:00
Make it so when you open the GUI, all of the persistent tabs automatically open as well

- - - - -
1bca467c by Micah Lee at 2019-11-02T23:06:26-07:00
When disabling persistence, or closing a persistent tab, delete the mode settings file for that tab

- - - - -
d61fc458 by Micah Lee at 2019-11-02T23:32:44-07:00
Make it so passing in --persistent [filename] in the CLI, with no other args, will load that persistent mode settings file and start the server, without needing to do other validations like passing in a list of filenames

- - - - -
70f8e438 by Micah Lee at 2019-11-02T23:36:37-07:00
Fix settings test, now that we added the persistent_tabs setting

- - - - -
1787adab by Micah Lee at 2019-11-03T00:47:55-07:00
Start writing tabs tests

- - - - -
6d75468a by Micah Lee at 2019-11-07T13:25:47+08:00
Start writing tab tests, and figure out how to test the modal dialogs

- - - - -
9ae0d991 by Micah Lee at 2019-11-07T13:34:24+08:00
Test closing active tabs on all modes

- - - - -
786ff5d5 by Micah Lee at 2019-11-08T15:31:02+08:00
Test that persistent tabs show warnings, save persistent settings files

- - - - -
cef0d771 by Micah Lee at 2019-11-08T15:40:37+08:00
Test closing window

- - - - -
92ea9bcf by Micah Lee at 2019-11-08T15:57:12+08:00
Make the TabTests based off GuiBaseTest

- - - - -
eee1fa4e by Micah Lee at 2019-11-08T16:20:38+08:00
Start moving over share tests

- - - - -
e18d2c3e by Micah Lee at 2019-11-08T16:44:21+08:00
Add CLI tests in

- - - - -
f767268b by Micah Lee at 2019-11-08T16:57:50+08:00
Remove unnecessary imports from tests

- - - - -
7ff0e9d7 by Micah Lee at 2019-11-08T17:08:21+08:00
Make wait times in TestTabs much shorter, which makes tests run much quicker

- - - - -
6ae9c7b1 by Micah Lee at 2019-11-08T17:25:30+08:00
Click in the tests by running .click()

- - - - -
c185b001 by Micah Lee at 2019-11-08T17:27:17+08:00
Make singleShot wait times 0 ms to speed up the tests

- - - - -
ed098e89 by Micah Lee at 2019-11-08T18:09:10+08:00
Take public mode checkbox outside advanced settings so it's always shown

- - - - -
3f04ffb6 by Micah Lee at 2019-11-08T19:11:30+08:00
Start refactoring all of the share mode tests to work with tabs

- - - - -
6c89ce2f by Micah Lee at 2019-11-08T19:59:20+08:00
Add test_autostart_and_autostop_timer_mismatch, and make it pass

- - - - -
29ebdd85 by Micah Lee at 2019-11-08T20:06:24+08:00
Start adding test_autostart_timer

- - - - -
4834e935 by Micah Lee at 2019-11-08T20:34:54+08:00
Fix bug with canceling scheduled share

- - - - -
09104c6a by Micah Lee at 2019-11-08T20:44:52+08:00
Finished test_autostart_timer, and changed more clicks to use .click()

- - - - -
08298d9f by Micah Lee at 2019-11-08T20:48:38+08:00
Added test_autostart_timer_too_short

- - - - -
44b534de by Micah Lee at 2019-11-08T20:55:05+08:00
Added test_autostart_timer_cancel

- - - - -
f0fd0857 by Micah Lee at 2019-11-08T21:36:54+08:00
Fix bug when handling a broken tor connection

- - - - -
1e98ccb6 by Micah Lee at 2019-11-08T22:08:08+08:00
Add test_clear_all_button

- - - - -
eff5fb1c by Micah Lee at 2019-11-09T00:42:49+08:00
Added test_public_mode

- - - - -
e4978645 by Micah Lee at 2019-11-09T00:53:03+08:00
Added test_autostop_sharing, test_download

- - - - -
b681b534 by Micah Lee at 2019-11-09T00:57:25+08:00
Added test_individual_files, test_individual_files_without_autostop_sharing

- - - - -
78d5f4ff by Micah Lee at 2019-11-09T01:31:22+08:00
Clean up CLI test use of temporary files

- - - - -
35880c00 by Micah Lee at 2019-11-09T01:38:35+08:00
Add test_large_download, and clean up some test code

- - - - -
48425e23 by Micah Lee at 2019-11-10T10:10:22-08:00
Before running tests delete test common data dir, and after running tests stop trying to delete the tmpdir because it gets deteleted automatically

- - - - -
53e5515f by Micah Lee at 2019-11-10T10:25:24-08:00
Added test_persistent_password

- - - - -
366d77f3 by Micah Lee at 2019-11-10T10:40:23-08:00
Added test_autostop_timer, test_autostop_timer_too_short, and test_unreadable_file

- - - - -
4305c0db by Micah Lee at 2019-11-10T10:56:45-08:00
Added test_401_triggers_ratelimit, test_401_public_skips_ratelimit

- - - - -
270ff21e by Micah Lee at 2019-11-10T11:22:02-08:00
Start adding receive tests, including test_clear_all_button

- - - - -
329339da by Micah Lee at 2019-11-10T11:26:28-08:00
Add test_autostop_timer

- - - - -
4dde85e4 by Micah Lee at 2019-11-10T11:33:59-08:00
Added test_upload

- - - - -
699884df by Micah Lee at 2019-11-10T13:33:01-08:00
Add test_upload_non_writable_dir, test_public_upload, and test_public_upload_non_writable_dir

- - - - -
29620cb3 by Micah Lee at 2019-11-10T13:36:35-08:00
When shutting down the web server, only use basic auth if there is a password -- this avoids warnings when running tests

- - - - -
05df88bf by Micah Lee at 2019-11-10T13:51:08-08:00
Add website tests

- - - - -
16245d33 by Micah Lee at 2019-11-10T13:55:15-08:00
Delete the old tests and replace them with the new tests

- - - - -
6df5ab75 by Micah Lee at 2019-11-10T14:22:00-08:00
Add some waits so the tests will pass consistently

- - - - -
81584e12 by Micah Lee at 2019-11-10T14:41:08-08:00
Try increasing waits more

- - - - -
28bc37d1 by Micah Lee at 2019-11-10T17:55:07-08:00
Start refactoring Onion to allow for managing a separate onion service for each tab

- - - - -
a51fd596 by Miguel Jacq at 2019-11-11T17:47:03+11:00
Fix TypeError: start_onion_service() takes from 1 to 3 positional arguments but 4 were given

- - - - -
2b85129b by Miguel Jacq at 2019-11-11T17:58:40+11:00
Add accept dialogs into the ratelimit tests, it seems to help

- - - - -
8322875d by Miguel Jacq at 2019-11-11T18:08:01+11:00
Raising qWaits slightly

- - - - -
37b09ed2 by Micah Lee at 2019-11-24T21:14:14-08:00
Merge pull request #1069 from mig5/1064_tabs_fixes

1064 tabs fixes
- - - - -
03e23131 by Micah Lee at 2019-11-26T21:56:06-08:00
Use relative paths for data_files in setup.py

- - - - -
43411200 by Micah Lee at 2019-11-26T22:05:08-08:00
Update appdata xml, and add note to BUILD.md to update the version in the appdata on each release

- - - - -
b9bec64e by Micah Lee at 2019-11-26T22:14:25-08:00
Remove <em> tag from appdata xml

- - - - -
347d6ab1 by Micah Lee at 2019-11-27T14:54:41-08:00
Make Common.get_resource_path find the resource path relative to the binary, instead of using an absolute path

- - - - -
e253b065 by Micah Lee at 2019-11-27T15:41:37-08:00
Update tor paths to use paths relative to the binary, instead of absolute paths

- - - - -
d78d67ad by Micah Lee at 2019-11-27T16:58:03-08:00
Fix module names in setup.py, and make data_files use relative paths

- - - - -
e7c68352 by Micah Lee at 2019-11-28T12:24:26-08:00
Support handling events by monitoring an events folder for changes

- - - - -
58bc2585 by Micah Lee at 2019-11-28T12:35:57-08:00
If there is an existing onionshare-gui process, open a new tab and quit

- - - - -
7e06872a by Micah Lee at 2019-11-28T13:26:07-08:00
Make nautilus plugin work in python3

- - - - -
e316af0e by Micah Lee at 2019-11-28T13:35:13-08:00
Open share tab if filenames are passed; and when detecting existing onionshare-gui processes, ignore zombies

- - - - -
3fe6d43d by Micah Lee at 2019-11-28T14:02:00-08:00
If running from onionshare CLI, use a new temporary tor data dir, and if running onionshare-gui, always use the same tor data dir

- - - - -
695fecd2 by Micah Lee at 2019-11-28T14:31:48-08:00
When re-ordering tabs, save the correct order in settings so they open in the correct order again later

- - - - -
8530321e by Micah Lee at 2019-11-28T14:57:01-08:00
When Tor settings change, make sure the tabs know

- - - - -
a0197e49 by Micah Lee at 2019-11-28T14:58:04-08:00
Cleanup tabs on cleanup

- - - - -
780340b3 by Micah Lee at 2019-11-28T15:06:19-08:00
Stop using set_server_active, because all it was used for was to hide the buttons at the top, and we don't need that now that there are tabs

- - - - -
5a0ee67d by Micah Lee at 2019-11-28T15:36:53-08:00
Don't include psutil twice in requirements.txt

- - - - -
b80fc5be by Micah Lee at 2019-11-28T15:46:55-08:00
Only reload settings if a mode has been selected

- - - - -
bea9dc00 by Micah Lee at 2019-11-28T15:52:02-08:00
When settings change, only start the timer if a mode has been selected

- - - - -
849176ac by Micah Lee at 2019-11-28T19:30:48-08:00
Fix typos in comments

- - - - -
c588783f by Micah Lee at 2019-11-28T20:32:28-08:00
Make cleaning up the onion more reliably kill the tor subprocess, and make iit so testing tor settings in the settings dialog always uses a tmp tor data dir

- - - - -
35e6e88e by Miguel Jacq at 2019-11-29T16:38:34+11:00
Fix up autostart (scheduled shares)

- - - - -
e18c6bf7 by Miguel Jacq at 2019-11-29T16:46:31+11:00
Remove duplicate comment

- - - - -
60de9fd3 by Miguel Jacq at 2019-11-29T16:52:00+11:00
Fix the autostop sharing - a mere history item count of > 0 should not be interpreted as an in-progress download when the timer runs out

- - - - -
9ce2c5ce by Miguel Jacq at 2019-11-29T18:40:45+11:00
Ensure we always set the service id, so we can stop the right one (particularly when scheduling a share)

- - - - -
06670ae4 by Ned84 at 2019-11-30T22:08:37+01:00
Update BUILD.md
- - - - -
72dc6df3 by Micah Lee at 2019-12-01T11:36:21-08:00
Merge pull request #1078 from Ned84/develop

Update BUILD.md
- - - - -
19e378df by Micah Lee at 2019-12-08T09:52:42-08:00
Pass the correct args to UpdateChecker

- - - - -
76d10974 by Micah Lee at 2019-12-08T10:13:56-08:00
Move private_key, hidservauth_string, and password from "persistent" mode settings to "onion" mode settings; and make it so the onion settings are always saved in each tab, even if the tab is not persistent, so if you stop and start a service in the same tab it has the same onion address and password

- - - - -
de57a2ce by Micah Lee at 2019-12-08T10:29:00-08:00
After you start a server in a tab, you can't change legacy/client auth settings, because this would require changing the saved onion key

- - - - -
a217e54d by Micah Lee at 2019-12-08T12:51:30-08:00
Refactor Onion to store all state for auto-start timer directly in the mode settings, and not in the Onion object itself

- - - - -
4c18a726 by codyroberts at 2019-12-14T20:23:53-06:00
Made URL selectable by mouse and keyboard, commented out self.copy_url() to prevent overwriting clipboard

- - - - -
7b81f6f6 by Sam at 2020-01-03T14:21:31-05:00
Added ascii-logo

- - - - -
304f709b by milotype at 2020-01-04T20:59:17+01:00
Update org.onionshare.OnionShare.desktop

Added croatian (hr) translation for Comment and Keywords
- - - - -
fc732819 by Martin Rey at 2020-02-28T02:07:33+00:00
Fix openSUSE misspelling

The correct spelling of openSUSE can be checked on https://en.opensuse.org/Portal:Distribution
- - - - -
ec8ccdac by Micah Lee at 2020-03-08T12:24:11+05:30
Merge pull request #1092 from m-rey/patch-1

Fix openSUSE misspelling
- - - - -
6a74a707 by Micah Lee at 2020-03-08T12:25:08+05:30
Merge pull request #1086 from milotype/patch-1

Update org.onionshare.OnionShare.desktop
- - - - -
c8e4b945 by Micah Lee at 2020-03-08T12:26:28+05:30
Merge branch 'ascii-logo' of https://github.com/SamPatt/onionshare into SamPatt-ascii-logo

- - - - -
b00260af by Micah Lee at 2020-03-08T12:38:25+05:30
Change colors

- - - - -
2c938fd7 by Saptak S at 2020-03-08T14:51:43+05:30
Create web UI and socket code for the chat interface

- - - - -
819e406d by Saptak S at 2020-03-09T17:44:00+05:30
Create GUI for onionshare chat mode with the tab workflow

- - - - -
7eaefd52 by Saptak S at 2020-03-11T18:10:08+05:30
Sanitize message before appending them to the HTML

- - - - -
c63a7605 by Saptak S at 2020-03-12T14:54:48+05:30
Adds list of active users in the chat and allows username change

- allows users to update their username and save the new username
- runs a background thread for every user session which emits a
broadcast with the username so every user can build their list of
active users in the frontend via the socket information
- on updating username, stop the old thread and start a new thread
with the new username being emitted. The username is updated in
everyone's list along with a status message for the same.

- - - - -
d4de02f1 by Saptak S at 2020-03-18T02:47:25+05:30
Switches from pipenv and requirements.txt to poetry to manage dependencies

- - - - -
b2ad6866 by Saptak S at 2020-03-21T12:45:43+05:30
Update dependencies

- - - - -
8b119353 by Micah Lee at 2020-03-22T11:06:16-07:00
Merge branch 'migrate-poetry' of https://github.com/SaptakS/onionshare into SaptakS-migrate-poetry

- - - - -
097f5f60 by Micah Lee at 2020-03-22T11:23:24-07:00
Merge branch 'develop' into 1064_tabs

- - - - -
579c87c3 by Micah Lee at 2020-03-22T11:32:18-07:00
No longer install packages from requirements.txt

- - - - -
3b79a9ba by Micah Lee at 2020-03-22T11:35:33-07:00
Add python3-pytest and python3-pytestqt to circleci

- - - - -
5c4e4ce1 by Micah Lee at 2020-03-22T11:45:37-07:00
Try using buster docker images

- - - - -
3c6e0cbd by Micah Lee at 2020-03-22T12:33:35-07:00
Change python version to ^3.7, and use PyQt 5.14 instead of the very latest. Run tests from poetry

- - - - -
36045837 by Micah Lee at 2020-03-22T12:35:26-07:00
Test with python 3.7 and 3.8, no longer 3.6

- - - - -
db9abb78 by Micah Lee at 2020-03-22T15:32:25-07:00
Build Qt from source in circleci

- - - - -
bf06bb10 by Micah Lee at 2020-03-22T16:01:23-07:00
Try installing binaries instead of building from source

- - - - -
ea4fbdd8 by Micah Lee at 2020-03-22T16:28:59-07:00
Fix installing Qt binaries

- - - - -
34e59ad7 by Micah Lee at 2020-03-22T16:33:32-07:00
Update comments and section names in CircleCI

- - - - -
290e6f5e by Micah Lee at 2020-03-22T17:08:41-07:00
Add a pytest.ini file to register custom markers, to avoid so many test warnings

- - - - -
78551221 by Micah Lee at 2020-03-22T17:10:15-07:00
Test python 3.6 as well

- - - - -
fc0dbd15 by Micah Lee at 2020-03-22T17:20:17-07:00
Merge branch 'fix_tests' into 1064_tabs

- - - - -
76d88d06 by Micah Lee at 2020-03-22T21:32:05-07:00
Update build instructions to include Linux instructions using the newest software, instead of just software from package repositories

- - - - -
aebc9614 by Micah Lee at 2020-03-22T21:32:53-07:00
Clean up watchdog thread when quitting, which avoids segfaults

- - - - -
c5b8938f by Micah Lee at 2020-03-29T13:54:30-07:00
Update build instructions for how to run tests with poetry

- - - - -
145021b2 by Micah Lee at 2020-03-29T13:55:29-07:00
Enable stacktraces of segfaults when running tests

- - - - -
d417754e by Saptak S at 2020-04-02T04:19:50+05:30
Adds bash script to run GUI tests individually

- - - - -
72d79cdf by Micah Lee at 2020-04-01T17:59:08-07:00
Revert "Enable stacktraces of segfaults when running tests"

This reverts commit 145021b2e52083fd91cfa9ee2562f05375c125cb.

- - - - -
1c424500 by Micah Lee at 2020-04-05T15:45:13-07:00
Merge pull request #1075 from micahflee/1064_tabs

Add support for tabs
- - - - -
4fdf53f4 by Micah Lee at 2020-04-05T20:31:18-07:00
Merge branch 'develop' into 910_flatpak

- - - - -
da13a166 by Micah Lee at 2020-04-05T21:03:29-07:00
Merge branch '910_flatpak' of github.com:micahflee/onionshare into 910_flatpak

- - - - -
6f35359f by Micah Lee at 2020-04-05T21:16:15-07:00
Update poetry dependencies

- - - - -
a7856d5d by Miguel Jacq at 2020-04-06T15:29:33+10:00
Fix logic that checks if auto-start timer setting is enabled, so that it checks real settings and not widget instantiation. Ensure the auto-start and auto-stop widgets show their datetime widget on start-up if the setting was already enabled.

- - - - -
e84ca43d by Micah Lee at 2020-04-06T19:04:55-07:00
Make .desktop file not use absolute path for Exec

- - - - -
a9d55e91 by Micah Lee at 2020-04-06T19:26:45-07:00
Remove watchdog, replace with a simple background thread

- - - - -
dea6de67 by Micah Lee at 2020-04-06T19:29:48-07:00
Typos in EventHandlerThread

- - - - -
c07eda33 by Micah Lee at 2020-04-06T19:49:49-07:00
Fix linux tor paths, make event handler properly quit thread

- - - - -
49fb1b33 by Micah Lee at 2020-04-06T19:53:34-07:00
In dev mode, when checking for existing onionshare, check for processes that start with python3 as well as python

- - - - -
ea1b430a by Micah Lee at 2020-04-06T20:05:48-07:00
Remove psutil dependency, and start using a lock file instead

- - - - -
7ef1dfbe by Micah Lee at 2020-04-06T20:19:35-07:00
Delete the lock file on Ctrl-C

- - - - -
2ad8b167 by Micah Lee at 2020-04-06T20:29:02-07:00
Open files in linux with xdg-open instead of nautilus

- - - - -
40b43b66 by Micah Lee at 2020-04-06T21:19:17-07:00
Fix common.get_tor_paths test

- - - - -
5e5376b0 by Hosted Weblate at 2020-04-20T09:11:22+02:00
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/

- - - - -
ff85e5af by emma peel at 2020-04-24T13:31:02+00:00
Merge remote-tracking branch 'origin/develop' into develop

- - - - -
042ba777 by Hosted Weblate at 2020-04-24T15:43:13+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
edc52fd4 by Hosted Weblate at 2020-04-24T16:01:55+02:00
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/

- - - - -
768ff45a by Hosted Weblate at 2020-04-25T01:35:26+02:00
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/

- - - - -
47cb5d22 by Joan Montané at 2020-04-29T09:57:59+02:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

- - - - -
a0b6da6a by scootergrisen at 2020-04-29T09:58:06+02:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
2b8adfc1 by Martin Beer at 2020-04-29T09:58:07+02:00
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

- - - - -
9e91ed26 by Localisation Lab at 2020-04-29T09:58:07+02:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

- - - - -
38d74e71 by Oğuz Ersen at 2020-04-29T09:58:08+02:00
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

- - - - -
6c26d0e6 by R at 2020-04-29T09:58:09+02:00
Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

- - - - -
63b00a8a by Milo Ivir at 2020-04-29T09:58:09+02:00
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

- - - - -
380cf948 by Saptak S at 2020-05-02T02:49:49+05:30
Merge branch 'develop' into chat

- - - - -
c5e418c7 by Saptak S at 2020-05-02T02:58:31+05:30
Adds flask-socketio dependency to poetry

- - - - -
f34e4f98 by Micah Lee at 2020-05-03T13:56:18-07:00
Begin making a snapcraft.yaml

- - - - -
0e0d0f56 by Micah Lee at 2020-05-03T14:04:54-07:00
Update onionshare description, and reduce python version to 3.6 in pyproject.toml

- - - - -
1f08289a by Micah Lee at 2020-05-03T14:09:06-07:00
Update poetry deps

- - - - -
b5f80601 by Micah Lee at 2020-05-03T14:38:44-07:00
In setup.py use scripts instead of entrypoints; in snapcraft remove python packages and get them from pyproject.toml instead

- - - - -
440c0b0a by Saptak S at 2020-05-04T03:41:38+05:30
Adds eventlet to poetry to allow using websocket instead of polling

- - - - -
89b112ea by Saptak S at 2020-05-04T03:47:13+05:30
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.

- - - - -
f406e147 by Micah Lee at 2020-05-05T15:12:13-07:00
Start attempting to build Qt5 from source

- - - - -
93307472 by Micah Lee at 2020-05-05T20:40:32-07:00
Switch to installing pre-compiled binaries of Qt5

- - - - -
905b4b80 by Micah Lee at 2020-05-05T21:08:41-07:00
Change PyQt5 to 5.14.0

- - - - -
f22958cb by Micah Lee at 2020-05-06T16:05:48-07:00
Successfully install Qt5, attempt to get onionshare python deps installed

- - - - -
bc0f943f by Micah Lee at 2020-05-06T16:07:43-07:00
Change how PyQt5 python package is formatted

- - - - -
1e380a7b by Micah Lee at 2020-05-07T17:01:40-07:00
Import setup in setup.py from setuptools instead of distutils.core

- - - - -
b2cb1dd2 by Micah Lee at 2020-05-07T17:14:48-07:00
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

- - - - -
1d9fa758 by Micah Lee at 2020-05-07T20:19:07-07:00
Add include_data_files back to setup call, and ignore built snaps

- - - - -
409f3f7f by Saptak S at 2020-05-10T01:55:31+05:30
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

- - - - -
afc6a2f4 by Saptak S at 2020-05-11T12:51:46+05:30
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

- - - - -
691850ec by Alex L at 2020-05-11T13:41:32+02:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
92fdf480 by Jeroen at 2020-05-11T13:41:32+02:00
Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

- - - - -
f37b3115 by Allan Nordhøy at 2020-05-11T13:41:33+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
1c706715 by Ethan at 2020-05-11T13:41:34+02:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

- - - - -
2cff560c by Oymate at 2020-05-11T13:41:34+02:00
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

- - - - -
7e8f1230 by Jonatan Nyberg at 2020-05-11T13:41:35+02:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
e6fac405 by ihor_ck at 2020-05-11T13:41:36+02:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

- - - - -
ce682e23 by Kcchouette at 2020-05-12T19:07:28+02:00
update archlinux onionshare URL
- - - - -
236400d8 by Riku Viitanen at 2020-05-25T15:41:37+02:00
Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

- - - - -
e4d00b76 by Manuela Silva at 2020-05-25T15:41:38+02:00
Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

- - - - -
1632a00a by Miguel Jacq at 2020-05-27T12:56:33+10:00
#1116 Add a Clear All button in the File List area for share modes

- - - - -
327747fa by Miguel Jacq at 2020-05-27T12:59:13+10:00
Change code doc from 'Delete All' to 'Clear All' and remove whitespace in test

- - - - -
a22a559e by Miguel Jacq at 2020-05-28T13:02:16+10:00
Hide the Clear All button on server start, show it again when stopped

- - - - -
cefa271d by Miguel Jacq at 2020-05-28T14:15:11+10:00
#1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in progress bar of ReceiveMode items

- - - - -
ff0427da by Miguel Jacq at 2020-05-28T15:06:06+10:00
#1123 Load the ajax.gif in receive.js via relative directory, now that static path is not... static

- - - - -
554012b8 by Miguel Jacq at 2020-05-28T15:19:54+10:00
#1121 upgrade to jQuery 3.5.1

- - - - -
4cf508ed by Miguel Jacq at 2020-05-31T17:44:57+10:00
#1115 Add QR Code for onion URL

- - - - -
3c9a105d by Miguel Jacq at 2020-05-31T20:13:55+10:00
Remove unnecessary import of Image class in ServerStatus

- - - - -
faae3d58 by Miguel Jacq at 2020-05-31T20:16:33+10:00
Update the QR code description text

- - - - -
ce0d21bb by Miguel Jacq at 2020-05-31T20:17:52+10:00
Add code documentation

- - - - -
5b782426 by Miguel Jacq at 2020-05-31T20:26:07+10:00
Fail early if any of the tests fail, rather than continue and possibly exit 0

- - - - -
4f0958f1 by Saptak Sengupta at 2020-06-01T11:29:50+05:30
Merge pull request #1125 from mig5/jquery_3_5_1

#1121 upgrade to jQuery 3.5.1
- - - - -
7915b1d1 by Allan Nordhøy at 2020-06-03T02:41:40+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
0c2fc1d6 by ihor_ck at 2020-06-03T02:41:40+02:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

- - - - -
39f20874 by Miguel Jacq at 2020-06-07T15:07:28+10:00
#1126 update the status bar each time the active tab is changed

- - - - -
a93cba35 by Miguel Jacq at 2020-06-07T15:29:27+10:00
Set the server status indicator to 'Scheduled' when in Website Mode and autostart timer is in use, to match the other modes

- - - - -
08f891f4 by Saptak S at 2020-06-07T15:56:05+05:30
Show in UX that there's a disconnect

- - - - -
37cab504 by Miguel Jacq at 2020-06-08T09:48:00+10:00
Use 'Delete' rather than 'Clear' when talking about removing file items from the FileList, since we have a Delete button for individual files

- - - - -
b32e7f87 by Miguel Jacq at 2020-06-08T09:54:52+10:00
Use a more efficient way of parsing the path to /img on the static URL in order to load ajax.gif via receive.js

- - - - -
ce731388 by Miguel Jacq at 2020-06-08T09:57:30+10:00
#1123 Load the ajax.gif in receive.js via relative directory, now that static path is not... static

- - - - -
21480a51 by Miguel Jacq at 2020-06-08T09:57:55+10:00
Use a more efficient way of parsing the path to /img on the static URL in order to load ajax.gif via receive.js

- - - - -
49b3ca4a by Miguel Jacq at 2020-06-08T09:58:47+10:00
rebase to fetch latest version of receive.html

- - - - -
d37aadc1 by Eduardo Addad de Oliveira at 2020-06-08T02:39:08+02:00
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

- - - - -
8755a225 by Akseli Pihlajamaa at 2020-06-18T23:41:44+02:00
Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

- - - - -
615f7ab7 by Allan Nordhøy at 2020-06-18T23:41:44+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

- - - - -
c9286b55 by Sveinn í Felli at 2020-06-18T23:41:44+02:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

- - - - -
a87faa10 by Micah Lee at 2020-06-28T12:25:54-07:00
Merge branch 'onionshare_gui/selectableURL' of https://github.com/codyroberts/onionshare into codyroberts-onionshare_gui/selectableURL

- - - - -
c3948ed9 by Micah Lee at 2020-06-28T12:29:38-07:00
Merge branch 'autostart_fixes' of https://github.com/mig5/onionshare into mig5-autostart_fixes

- - - - -
60ab5a16 by Micah Lee at 2020-06-28T12:35:03-07:00
Merge pull request #1113 from Kcchouette/patch-1

update archlinux onionshare URL
- - - - -
55e95d52 by Micah Lee at 2020-06-28T12:36:13-07:00
Merge branch 'clear_all_file_selection_widget' of https://github.com/mig5/onionshare into mig5-clear_all_file_selection_widget

- - - - -
f6ea6e4a by Micah Lee at 2020-06-28T13:01:23-07:00
Fix tests

- - - - -
11d44eab by Micah Lee at 2020-06-29T11:35:19-07:00
Merge branch 'static_path_to_ajax_gif' of https://github.com/mig5/onionshare into mig5-static_path_to_ajax_gif

- - - - -
9c70edfd by Micah Lee at 2020-06-29T12:25:21-07:00
Merge branch 'qrcode' of https://github.com/mig5/onionshare into mig5-qrcode

- - - - -
a07cdf85 by Micah Lee at 2020-06-29T12:34:38-07:00
Remove forced height on copy URL button

- - - - -
423953b3 by Micah Lee at 2020-06-29T12:36:26-07:00
Merge pull request #1128 from mig5/fail_early_on_tests.sh

Fail early if any of the tests fail, rather than continue and possibly exit 0
- - - - -
8395fef8 by Micah Lee at 2020-06-29T12:41:34-07:00
Merge pull request #1132 from mig5/update_status_bar_on_tab_change

#1126 update the status bar each time the active tab is changed
- - - - -
f65e50f3 by Micah Lee at 2020-06-29T12:42:07-07:00
Merge pull request #1133 from mig5/website_mode_autostart_scheduled_status

Set the server status indicator to 'Scheduled' when in Website Mode and autostart timer is in use, to match the other modes
- - - - -
de81447b by Miguel Jacq at 2020-06-30T13:40:26+10:00
Set the maximum for the individual file history item to MB to avoid > 2GB crash

- - - - -
17b0af98 by Micah Lee at 2020-06-30T10:56:25-07:00
Merge branch 'develop' into 910_flatpak

- - - - -
ed6e8aa2 by Micah Lee at 2020-06-30T11:26:44-07:00
Install setuptools for everything, not just windows

- - - - -
44f732d7 by Micah Lee at 2020-06-30T13:33:30-07:00
When setting the data_dir in the GUI, set it to the new directory that was just selected, not the one that was already there

- - - - -
172a30d5 by Micah Lee at 2020-06-30T13:40:33-07:00
Merge pull request #1138 from micahflee/1137_receive_folder

Fix receive mode folder selection
- - - - -
a5fa83ca by Micah Lee at 2020-06-30T13:41:39-07:00
Merge branch 'develop' into 910_flatpak

- - - - -
aa60123c by Micah Lee at 2020-06-30T14:18:59-07:00
Add flatpak detection

- - - - -
0ae2d7f6 by Micah Lee at 2020-06-30T14:27:32-07:00
Force saving files inside ~/OnionShare if running in flatpak

- - - - -
903f4001 by Micah Lee at 2020-06-30T14:29:33-07:00
Missing import

- - - - -
7b5c8e8b by Micah Lee at 2020-06-30T14:40:40-07:00
When giving flatpak warning, break before setting the selected dir

- - - - -
25cb1c19 by Micah Lee at 2020-06-30T14:53:38-07:00
Simplify flatpak detection

- - - - -
c2d89371 by Micah Lee at 2020-06-30T15:03:11-07:00
Merge branch 'develop' into 1111_snap

- - - - -
6aec2418 by Micah Lee at 2020-06-30T15:03:36-07:00
Merge branch '910_flatpak' into 1111_snap

- - - - -
f30cb025 by Micah Lee at 2020-06-30T15:13:47-07:00
Add snap readme

- - - - -
5628a728 by Micah Lee at 2020-06-30T17:31:18-07:00
Oops, should be return instead of break

- - - - -
8bd25a7f by Micah Lee at 2020-06-30T17:31:45-07:00
Merge branch '910_flatpak' into 1111_snap

- - - - -
ed4244ad by Micah Lee at 2020-06-30T17:45:10-07:00
Update snapcraft readme

- - - - -
76c85c51 by Micah Lee at 2020-06-30T17:47:37-07:00
Remove watchdog and psutil deps

- - - - -
2da53ff5 by Micah Lee at 2020-06-30T17:55:45-07:00
Merge branch '910_flatpak' into 1111_snap

- - - - -
41681f82 by Saptak S at 2020-07-04T13:42:20+05:30
Merge branch 'develop' of github.com:micahflee/onionshare into chat

- - - - -
7215b463 by Saptak S at 2020-07-04T19:05:07+05:30
Updates jQuery and poetry dependencies in Chat

- - - - -
992ced72 by Saptak S at 2020-07-04T19:25:38+05:30
Adds noscript HTML

- - - - -
931dce45 by Oymate at 2020-07-05T09:41:48+02:00
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

- - - - -
38d3eec4 by Saptak S at 2020-07-05T20:59:25+05:30
Adds responsiveness in receive and share modes webapps

- - - - -
8ad84134 by Micah Lee at 2020-07-05T10:19:06-07:00
Start making snap package pull from source tree instead of git

- - - - -
7ce0f18f by Micah Lee at 2020-07-05T10:25:16-07:00
Switch icon to 512x512 png

- - - - -
45c8e337 by Micah Lee at 2020-07-05T11:20:41-07:00
Merge pull request #1140 from SaptakS/responsive

Adds responsiveness in receive and share modes webapps
- - - - -
4a4811af by Micah Lee at 2020-07-05T11:48:48-07:00
Merge pull request #1122 from mig5/fix_progress_bar_2GB_file_and_receive_mode_eta_progress

#1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in progress bar of ReceiveMode items
- - - - -
8ac1ae40 by Saptak S at 2020-07-06T00:54:29+05:30
Adds viewport and charset meta tags

- - - - -
c8e92a5e by Micah Lee at 2020-07-05T14:11:29-07:00
Merge pull request #1142 from SaptakS/viewport-meta

Adds viewport and charset meta tags
- - - - -
58a96ef7 by Miguel Jacq at 2020-07-06T10:25:16+10:00
Hide QR code button when server stops. Capitalise Code

- - - - -
e68b4c67 by Miguel Jacq at 2020-07-06T10:37:58+10:00
Add tests to make sure URL, QR Code, description etc are hidden when server stops

- - - - -
0e16d3b6 by Micah Lee at 2020-07-05T21:22:24-07:00
Merge pull request #1143 from mig5/hide_qr_code_on_stop

Hide qr code on stop
- - - - -
0b4821c9 by Micah Lee at 2020-07-05T21:54:29-07:00
Merge pull request #1139 from micahflee/910_flatpak

Flatpak support
- - - - -
c90810a2 by Moo at 2020-07-06T22:50:09+02:00
Added translation using Weblate (Lithuanian)

- - - - -
bfdafa4f by Moo at 2020-07-07T04:53:45+02:00
Translated using Weblate (Lithuanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/lt/

- - - - -
4838946b by Oymate at 2020-07-11T06:12:32+02:00
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

- - - - -
ecc078a7 by scootergrisen at 2020-07-26T19:41:54+02:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

- - - - -
571ae630 by WaldiS at 2020-07-26T19:41:54+02:00
Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

- - - - -
c1a72a35 by Jonatan Nyberg at 2020-08-05T14:32:46+02:00
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

- - - - -
e243fd04 by ihor_ck at 2020-08-05T14:32:46+02:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

- - - - -
8e1b34ce by Micah Lee at 2020-08-19T18:56:55-04:00
Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chat

- - - - -
9482461a by Micah Lee at 2020-08-19T19:40:00-04:00
Split chat messages into username and message, and change UI for displaying messages

- - - - -
dc158830 by Micah Lee at 2020-08-19T20:22:15-04:00
Remove new message and change username buttons (user just presses enter instead) and update a bunch of css

- - - - -
298cfa3d by Micah Lee at 2020-08-20T15:33:56-04:00
Beautify new tab page

- - - - -
327253fc by Micah Lee at 2020-08-20T17:16:47-04:00
Share mode and website mode are looking awesome

- - - - -
f65e7a35 by Micah Lee at 2020-08-20T17:44:49-04:00
Receive mode and chat mode are also looking awesome

- - - - -
218f9a65 by Micah Lee at 2020-08-20T17:56:56-04:00
Show chat mode server status widgets in the tab bar as well

- - - - -
7927ede8 by Micah Lee at 2020-08-20T18:37:20-04:00
Delete lock file if it's stale

- - - - -
09e5ce1c by Micah Lee at 2020-08-20T22:38:08-04:00
Merge pull request #1155 from micahflee/1152_stale_lock

Delete lock file if it's stale
- - - - -
7688fd5d by Micah Lee at 2020-08-20T23:01:56-04:00
Fix drag and drop by hiding DropHereWidget widget, and adjust location of DropCountLabel

- - - - -
1c8f22f3 by Micah Lee at 2020-08-20T21:23:05-07:00
Make macOS tabs left-aligned, and manually add close button

- - - - -
84a148ad by Micah Lee at 2020-08-20T21:28:27-07:00
Merge pull request #1154 from micahflee/1073_tabs_design

New design
- - - - -
e68266fe by Micah Lee at 2020-08-20T22:33:02-07:00
Merge pull request #1157 from micahflee/1156_mac_tabs

Fix macOS tabs
- - - - -
9e9dfb86 by Micah Lee at 2020-08-20T22:37:25-07:00
Allow tor files to be in /usr/share or /usr/local/share in tests

- - - - -
1a6c2f3d by Micah Lee at 2020-08-20T22:53:43-07:00
Fix base GUI test to take account that the macOS version has separate Add Files and Add Folder

- - - - -
00cd37bf by Saptak S at 2020-08-21T17:46:21+05:30
Adds check whether username already exists

- - - - -
ddf1532e by Micah Lee at 2020-08-21T09:51:56-07:00
Merge pull request #1158 from SaptakS/chat-user-check

Adds check whether username already exists
- - - - -
c0faa4a3 by Micah Lee at 2020-08-21T14:49:23-04:00
Only import pwd in macOS, because it does not exist in Windows

- - - - -
18d63521 by Micah Lee at 2020-08-21T14:49:33-04:00
Update windows build instructions

- - - - -
1b965939 by Micah Lee at 2020-08-21T16:17:37-04:00
Change how TestLog works to also work in Windows

- - - - -
b1a8c105 by Micah Lee at 2020-08-21T16:42:20-04:00
Fix settings tests for Windows

- - - - -
176368a2 by Micah Lee at 2020-08-21T17:38:25-04:00
Close test temporary file before returning, to avoid permission denied error in windows

- - - - -
c6f1eb47 by Micah Lee at 2020-08-21T18:33:45-04:00
Fix more tempfile already open problems in Windows tests

- - - - -
cf61f3ba by Micah Lee at 2020-08-21T18:34:14-04:00
Windows batch script for running tests

- - - - -
f55588c0 by Micah Lee at 2020-08-21T18:37:15-04:00
In web tests, allow mime-type to be either application/zip or application/x-zip-compressed

- - - - -
0b962d18 by Micah Lee at 2020-08-21T19:14:40-04:00
When stopping an onion, dont even try if --local-only

- - - - -
283554a6 by Micah Lee at 2020-08-21T19:14:53-04:00
Wait longer, and Windows tests work

- - - - -
15f7d196 by Micah Lee at 2020-08-21T19:21:06-04:00
Fix one more tempfile Windows test bug

- - - - -
9b78f23c by Micah Lee at 2020-08-21T19:34:00-04:00
Skip receive mode file permission tests in Windows

- - - - -
24b7316b by Micah Lee at 2020-08-21T19:41:29-04:00
Updated build instructions for running tests

- - - - -
a105ce72 by Micah Lee at 2020-08-21T19:44:02-04:00
Use Qt 5.14.0 in macOS

- - - - -
de438789 by ssantos at 2020-08-23T16:36:36+02:00
Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

- - - - -
4413a363 by marklin0913da248e4cdada422a at 2020-08-23T16:36:36+02:00
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

- - - - -
50dbe202 by Micah Lee at 2020-08-23T22:52:43-04:00
Start adding documentation into the source tree

- - - - -
b3b09a6f by Micah Lee at 2020-08-24T19:30:21-04:00
Switch to sphinx-rtd-theme and use sphinx-intl

- - - - -
50ae9945 by Micah Lee at 2020-08-24T19:56:34-04:00
Add some OnionShare styling to the theme and write some more docs

- - - - -
584ca924 by Micah Lee at 2020-08-24T20:10:15-07:00
Add onionshare_gui.tab.chat_mode module to setup.py

- - - - -
23899fad by Micah Lee at 2020-08-24T20:10:31-07:00
Version bump to 2.3 and update changelog (for now)

- - - - -
23776ecc by Micah Lee at 2020-08-24T20:58:23-07:00
Add more documentation

- - - - -
9395a99b by Micah Lee at 2020-08-25T09:19:30-07:00
Change logo to a png so it works in Tor Browser better, and add favicon

- - - - -
591c1bc1 by Micah Lee at 2020-08-25T15:07:48-07:00
Add download links directly to the homepage

- - - - -
e111652e by Micah Lee at 2020-08-25T15:29:39-07:00
Some design changes

- - - - -
cae83797 by Micah Lee at 2020-08-25T17:11:05-07:00
Finished first draft of all features docs

- - - - -
29db256e by Micah Lee at 2020-08-25T17:21:35-07:00
Add getting help

- - - - -
27ff862a by Micah Lee at 2020-08-25T17:35:50-07:00
Added security design

- - - - -
7c5d1602 by Micah Lee at 2020-08-25T17:44:38-07:00
Added info about bridges

- - - - -
638f48b1 by Micah Lee at 2020-08-26T13:34:03-07:00
Add advanced docs, and other docs changes

- - - - -
0d174f80 by Micah Lee at 2020-08-26T13:51:25-07:00
Split tor into its own separate page, and add translation docs to develop

- - - - -
ddef4804 by Micah Lee at 2020-08-26T13:59:56-07:00
Update readme

- - - - -
9cef26a5 by Micah Lee at 2020-08-26T14:01:22-07:00
Updated readme again

- - - - -
318da087 by Micah Lee at 2020-08-26T14:05:55-07:00
Update descriptions in appdata and setup.py

- - - - -
9f0fb6b6 by Micah Lee at 2020-08-26T14:07:52-07:00
Update help URL

- - - - -
ce6fdb20 by Micah Lee at 2020-08-26T14:10:49-07:00
Merge branch 'develop' of github.com:micahflee/onionshare-weblate into weblate

- - - - -
a0da7f92 by Sveinn í Felli at 2020-08-26T23:12:58+02:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

- - - - -
9f16180d by marklin0913da248e4cdada422a at 2020-08-26T23:12:58+02:00
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

- - - - -
3bc4570a by Micah Lee at 2020-08-26T14:15:36-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
c799b698 by Allan Nordhøy at 2020-08-27T00:12:30+02:00
Spelling: Flatpak, Don't send
- - - - -
e279b54c by Micah Lee at 2020-08-26T15:17:04-07:00
Merge pull request #1171 from comradekingu/patch-6

Spelling: Flatpak, Don't send
- - - - -
1d4c296a by Micah Lee at 2020-08-26T20:14:12-07:00
Make this just the docs website, not the full website

- - - - -
84fc623e by Micah Lee at 2020-08-26T20:16:42-07:00
Fix header

- - - - -
5e8a64cb by Micah Lee at 2020-08-26T21:13:53-07:00
Add the same locales that OnionShare is translated into

- - - - -
86efc7e0 by Micah Lee at 2020-08-26T22:01:22-07:00
Fix chinese links

- - - - -
eb0b37e6 by Miguel Jacq at 2020-08-27T15:02:23+10:00
Explicitly try to start a v2 onion in order to evaluate the ability to support (legacy) stealth mode. Also set the auth_string attribute of the Onion object so we can pass it back to the clipboard in the UI

- - - - -
9cddab71 by Micah Lee at 2020-08-27T13:36:08-07:00
Commit the english .pot files to the repo

- - - - -
6b53e3f2 by Micah Lee at 2020-08-27T17:59:00-04:00
Wait longer in GUI tabs test, and check for the precense of chat mode widget in GUI base tests

- - - - -
16c5ee72 by Micah Lee at 2020-08-27T15:07:36-07:00
Merge pull request #1172 from mig5/fix_stealth_mode

Explicitly try to start a v2 onion in order to evaluate the ability to support (legacy) stealth mode
- - - - -
74a94562 by Micah Lee at 2020-08-27T15:07:58-07:00
Merge pull request #1161 from micahflee/1076_mac_win_tests

Make GUI test suite run in Windows and macOS
- - - - -
dc6cefd7 by Micah Lee at 2020-08-27T18:14:20-04:00
Update readme

- - - - -
d4a362f1 by Micah Lee at 2020-08-27T18:21:03-04:00
Make connecting to Tor CLI progress all display on the same line

- - - - -
04c85927 by Micah Lee at 2020-08-27T15:58:35-07:00
Merge pull request #1173 from micahflee/1165_cli_tor_connection

Make connecting to Tor CLI progress all display on the same line
- - - - -
4c4323a7 by Micah Lee at 2020-08-27T19:13:08-04:00
Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead of just Micah Lee

- - - - -
beb4964b by Micah Lee at 2020-08-27T20:30:42-04:00
Add CLI to advanced usage, and update translations

- - - - -
3206830a by overkill at 2020-08-29T14:49:10+00:00
Change `== None` to `is None`

According to LGTM, this change will improve code efficiency. https://lgtm.com/rules/7900090/
- - - - -
e05415b4 by Saptak S at 2020-09-01T01:34:24+05:30
Adds versioning HTML to the docs

- - - - -
6942fdf6 by Hosted Weblate at 2020-09-01T19:36:07+02:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

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

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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 (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

- - - - -
cd61e92f by Micah Lee at 2020-09-03T11:28:57-07:00
Merge pull request #1175 from 0verk1ll/patch-1

Change `== None` to `is None`
- - - - -
5e53c044 by Micah Lee at 2020-09-03T11:36:16-07:00
Typo in changelog

- - - - -
023bb8d7 by Micah Lee at 2020-09-03T11:52:02-07:00
Remove languages from index of docs, and make docs build.sh build a different set of docs for each version

- - - - -
f89a67d9 by Micah Lee at 2020-09-03T12:01:50-07:00
Merge pull request #1167 from micahflee/docs

OnionShare documentation website
- - - - -
30907e67 by Micah Lee at 2020-09-03T21:05:05-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
c3953a15 by Hosted Weblate at 2020-09-04T06:28:25+02:00
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

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

Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
a4450250 by Hosted Weblate at 2020-09-04T09:16:30+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: nautilusx <mail.ka at mailbox.org>

- - - - -
c081ac42 by Hosted Weblate at 2020-09-04T20:29:14+02:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

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/

Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
12c7548c by Saptak S at 2020-09-07T13:54:06+05:30
Adds UI/UX enhancements in different sections of tab layouts

- - - - -
a1604a5a by Saptak S at 2020-09-10T12:07:16+05:30
Makes history panel full height in share and website mode

- - - - -
3c545127 by Hosted Weblate at 2020-09-11T16:36:11+02:00
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
fe1eb917 by emma peel at 2020-09-14T07:06:15+00:00
merge

- - - - -
24cb18b9 by Hosted Weblate at 2020-09-14T09:10:06+02:00
Translated using Weblate (Spanish)

Currently translated at 2.9% (1 of 34 strings)

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

Added translation using Weblate (Spanish)

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translation: OnionShare/Doc - Advanced

- - - - -
fec900f2 by Hosted Weblate at 2020-09-14T09:10:51+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
b17b0d78 by Hosted Weblate at 2020-09-14T09:29:01+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
b606b5d1 by Hosted Weblate at 2020-09-14T09:30:11+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
c1be9efa by Hosted Weblate at 2020-09-14T09:30:17+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
70e0795f by Hosted Weblate at 2020-09-14T09:30:25+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
bc4f7f14 by Hosted Weblate at 2020-09-14T09:31:05+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
9f65da03 by Hosted Weblate at 2020-09-14T09:31:11+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
47de4a61 by Hosted Weblate at 2020-09-14T09:31:17+02:00
Added translation using Weblate (Spanish)

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
769468aa by Hosted Weblate at 2020-09-14T13:00:57+02:00
Translated using Weblate (Spanish)

Currently translated at 28.5% (6 of 21 strings)

Co-authored-by: emma peel <emma.peel at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translation: OnionShare/Doc - Install

- - - - -
01ac41d3 by Hosted Weblate at 2020-09-14T13:03:29+02:00
Translated using Weblate (Spanish)

Currently translated at 28.5% (6 of 21 strings)

Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translation: OnionShare/Doc - Install

- - - - -
41aa8443 by Hosted Weblate at 2020-09-14T13:43:13+02:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (21 of 21 strings)

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translation: OnionShare/Doc - Install

- - - - -
413aa3dc by Hosted Weblate at 2020-09-14T13:52:51+02:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (21 of 21 strings)

Co-authored-by: emma peel <emma.peel at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translation: OnionShare/Doc - Install

- - - - -
035c225e by Hosted Weblate at 2020-09-14T15:38:35+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
72417309 by Hosted Weblate at 2020-09-14T15:38:46+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
9a31700e by Hosted Weblate at 2020-09-14T15:38:52+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
8f89d77a by Hosted Weblate at 2020-09-14T15:38:57+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
3235b866 by Hosted Weblate at 2020-09-14T15:39:03+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
243d1e75 by Hosted Weblate at 2020-09-14T15:39:09+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
36ee7433 by Hosted Weblate at 2020-09-14T15:39:15+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
8258c065 by Hosted Weblate at 2020-09-14T15:39:21+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
4e8f9ab0 by Hosted Weblate at 2020-09-14T15:39:27+02:00
Added translation using Weblate (French)

Co-authored-by: Localisation Lab <ao at localizationlab.org>

- - - - -
a2441130 by Hosted Weblate at 2020-09-14T15:59:28+02:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (2 of 2 strings)

Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/es/
Translation: OnionShare/Doc - Index

- - - - -
d62e3027 by Hosted Weblate at 2020-09-14T16:00:22+02:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translation: OnionShare/Doc - Security

- - - - -
6c04d2da by emma peel at 2020-09-14T14:18:06+00:00
update os name. reported by translator zakooch, thanks!

- - - - -
e980cfbb by Hosted Weblate at 2020-09-14T16:43:54+02:00
Translated using Weblate (Spanish)

Currently translated at 90.0% (27 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 90.0% (27 of 30 strings)

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translation: OnionShare/Doc - Tor

- - - - -
543462ea by Hosted Weblate at 2020-09-14T21:05:16+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
d3172f50 by Hosted Weblate at 2020-09-14T21:05:26+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
19dbdf2e by Hosted Weblate at 2020-09-14T21:05:37+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
b43a08a5 by Hosted Weblate at 2020-09-14T21:05:44+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
777557d6 by Hosted Weblate at 2020-09-14T21:05:50+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
1c9a1b03 by Hosted Weblate at 2020-09-14T21:05:56+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
bdb38e97 by Hosted Weblate at 2020-09-14T21:06:02+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
f565c6c3 by Hosted Weblate at 2020-09-14T21:06:08+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
790bbf3c by Hosted Weblate at 2020-09-14T21:06:14+02:00
Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>

- - - - -
a6d55efd by Micah Lee at 2020-09-14T14:31:11-07:00
Merge pull request #1176 from SaptakS/expand-url

Adds UI/UX enhancements in different sections of tab layouts
- - - - -
c3b56707 by Micah Lee at 2020-09-14T14:33:35-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
45e753a5 by Hosted Weblate at 2020-09-14T23:36:43+02:00
Translated using Weblate (Norwegian Bokmål)

Currently translated at 43.3% (13 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Spanish)

Currently translated at 7.6% (4 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (34 of 34 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (2 of 2 strings)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/nb_NO/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
b0dba67c by Micah Lee at 2020-09-14T14:44:40-07:00
Update docs for just English and Spanish (for now)

- - - - -
75ddfc39 by Micah Lee at 2020-09-14T15:04:06-07:00
Fix deb packaging

- - - - -
b052b273 by Micah Lee at 2020-09-14T15:34:30-07:00
Add RPM dependencies to build_rpm.sh

- - - - -
042e1b4d by Hosted Weblate at 2020-09-15T00:45:39+02:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Added translation using Weblate (Ukrainian)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
eddf0cce by Hosted Weblate at 2020-09-15T00:47:01+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
78ba479a by Micah Lee at 2020-09-14T15:57:46-07:00
Fix check_lacked_trans.py so it works with black formatting, and remove unused translations from en.json

- - - - -
9a03f003 by Micah Lee at 2020-09-14T16:10:56-07:00
Use different test string to test translations

- - - - -
b728f57f by Micah Lee at 2020-09-14T16:41:51-07:00
Oops, add back these english strings that the checking script cannot find

- - - - -
5a64d745 by Hosted Weblate at 2020-09-15T01:50:48+02:00
Translated using Weblate (Ukrainian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (2 of 2 strings)

Added translation using Weblate (Ukrainian)

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Added translation using Weblate (Ukrainian)

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/uk/
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Sphinx

- - - - -
ab4352f4 by emma peel at 2020-09-15T10:37:51+00:00
Merge github.com/weblate/onionshare-weblate

- - - - -
cced34bc by emma peel at 2020-09-15T16:10:59+00:00
fix typo. reported by translators zakooch and kingu. thanks!

- - - - -
24b9cf5e by Micah Lee at 2020-09-15T12:35:03-07:00
Merge pull request #1180 from emmapeel2/typo

fix typo. reported by translators zakooch and kingu. thanks!
- - - - -
3d3763c7 by Micah Lee at 2020-09-15T12:35:49-07:00
Merge pull request #1178 from emmapeel2/update_os_name

update os name. reported by translator zakooch, thanks!
- - - - -
61f17550 by Hosted Weblate at 2020-09-16T19:28:33+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

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

Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
9028e9f9 by Hosted Weblate at 2020-09-17T00:17:43+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
94aa32e8 by Hosted Weblate at 2020-09-17T01:37:49+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
610433c2 by Hosted Weblate at 2020-09-17T02:03:55+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
01d0a35a by Hosted Weblate at 2020-09-17T02:04:01+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
d1c8f7b8 by Hosted Weblate at 2020-09-17T02:04:08+02:00
Added translation using Weblate (Ukrainian)

Co-authored-by: ihor_ck <igor_ck at outlook.com>

- - - - -
3e9f6b0c by Hosted Weblate at 2020-09-17T07:25:16+02:00
Translated using Weblate (Ukrainian)

Currently translated at 43.3% (13 of 30 strings)

Translated using Weblate (Ukrainian)

Currently translated at 35.2% (12 of 34 strings)

Translated using Weblate (Ukrainian)

Currently translated at 57.5% (23 of 40 strings)

Translated using Weblate (Ukrainian)

Currently translated at 21.1% (11 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

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

Added translation using Weblate (Ukrainian)

Added translation using Weblate (Ukrainian)

Added translation using Weblate (Ukrainian)

Added translation using Weblate (Ukrainian)

Added translation using Weblate (Ukrainian)

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

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

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Tor

- - - - -
d182b896 by emma peel at 2020-09-17T12:32:20+00:00
Merge remote-tracking branch 'weblate/develop' into develop

- - - - -
ee1c5bcd by Micah Lee at 2020-09-17T09:30:01-07:00
Merge branch 'weblate' into develop

- - - - -
e4e525b5 by Micah Lee at 2020-09-17T09:43:22-07:00
Set build.sh to build docs for all locales, and enable English, Spanish, and Ukranian

- - - - -
56fc2f58 by Hosted Weblate at 2020-09-17T18:54:43+02:00
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>

- - - - -
55e822ef by emma peel at 2020-09-18T06:48:26+00:00
removed because it is duplicated by nb_NO that already has translations

- - - - -
36a8cde4 by Hosted Weblate at 2020-09-18T08:51:21+02:00
Translated using Weblate (Ukrainian)

Currently translated at 53.3% (16 of 30 strings)

Translated using Weblate (Ukrainian)

Currently translated at 35.2% (12 of 34 strings)

Translated using Weblate (Ukrainian)

Currently translated at 55.0% (22 of 40 strings)

Translated using Weblate (Ukrainian)

Currently translated at 21.1% (11 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Tor

- - - - -
c7cc0e98 by Hosted Weblate at 2020-09-18T08:51:23+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
000c3b67 by emma peel at 2020-09-18T06:57:28+00:00
correct Norwegian bokmål language code to the one used on the app

- - - - -
21af8e8c by Hosted Weblate at 2020-09-18T09:07:44+02:00
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Merge branch 'origin/develop' into Weblate.

Translated using Weblate (Ukrainian)

Currently translated at 53.3% (16 of 30 strings)

Translated using Weblate (Ukrainian)

Currently translated at 35.2% (12 of 34 strings)

Translated using Weblate (Ukrainian)

Currently translated at 55.0% (22 of 40 strings)

Translated using Weblate (Ukrainian)

Currently translated at 21.1% (11 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Tor

- - - - -
538a754b by Hosted Weblate at 2020-09-18T09:07:47+02:00
Merge branch 'origin/develop' into Weblate.

- - - - -
c6532672 by emma peel at 2020-09-18T07:15:20+00:00
move norwegian translation

- - - - -
b833cee3 by emma peel at 2020-09-18T07:21:41+00:00
removed because it is duplicated by nb_NO that already has translations

- - - - -
e08f2218 by emma peel at 2020-09-18T07:21:41+00:00
correct Norwegian bokmål language code to the one used on the app

- - - - -
8d33bbd4 by emma peel at 2020-09-18T07:21:41+00:00
move norwegian translation

- - - - -
8f3e466d by emma peel at 2020-09-18T13:29:10+00:00
alphabetical order makes easier to check languages

- - - - -
55252c97 by Hosted Weblate at 2020-09-20T04:39:58+02:00
Translated using Weblate (Ukrainian)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (34 of 34 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (34 of 34 strings)

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

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

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

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: ihor_ck <igor_ck at outlook.com>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Tor

- - - - -
d5eaba6c by Micah Lee at 2020-09-20T11:41:49-07:00
Merge pull request #1179 from micahflee/deb_rpm

Fix Debian and Fedora packaging
- - - - -
48ad0b4c by Micah Lee at 2020-09-20T11:42:26-07:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate

- - - - -
e0520695 by Micah Lee at 2020-09-20T11:44:27-07:00
Merge pull request #1181 from emmapeel2/norwegian_change

Norwegian change
- - - - -
86fc122d by Micah Lee at 2020-09-20T11:45:13-07:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
2779a1c2 by Micah Lee at 2020-09-20T11:48:47-07:00
Fix typo in advanced docs

- - - - -
7ebb40d7 by Micah Lee at 2020-09-20T11:50:21-07:00
Re-build translations

- - - - -
70759f43 by Micah Lee at 2020-09-20T11:55:35-07:00
Rename Norwegian Bokmål from nb to nb_NO

- - - - -
6cb6eab5 by Micah Lee at 2020-09-20T12:05:31-07:00
Merge branch 'weblate' into develop

- - - - -
97836673 by Hosted Weblate at 2020-09-21T01:40:03+02:00
Translated using Weblate (Ukrainian)

Currently translated at 100.0% (34 of 34 strings)

Co-authored-by: ihor_ck <igor_ck at outlook.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translation: OnionShare/Doc - Advanced

- - - - -
841ad591 by Micah Lee at 2020-09-20T20:30:54-07:00
Migrate docs dependencies from requirements.txt to poetry

- - - - -
437beef0 by Micah Lee at 2020-09-20T20:37:02-07:00
Version bump to 2.3.dev1

- - - - -
ac7ccc22 by emma peel at 2020-09-21T06:02:02+00:00
Merge onionshare/develop into HEAD

- - - - -
4c172b73 by Hosted Weblate at 2020-09-21T08:34:27+02:00
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/

Co-authored-by: emma peel <emma.peel at riseup.net>

- - - - -
9679fc7b by emma peel at 2020-09-21T06:45:29+00:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
f8f920b8 by Micah Lee at 2020-09-21T19:55:07-07:00
Update macOS build script to enable runtime, build DMG instead of PKG; update Tor; update build instructions

- - - - -
b93b3e8d by Micah Lee at 2020-09-21T20:45:57-07:00
Add back some strings, and force pyinstaller to include an import required for chat

- - - - -
0a0df798 by Micah Lee at 2020-09-21T21:16:31-07:00
Enable com.apple.security.cs.allow-unsigned-executable-memory in the macOS sandbox because this is required for PyInstaller and Catalina

- - - - -
f688ecbc by Allan Nordhøy at 2020-09-22T07:51:18+00:00
Tor documentation reworked
- - - - -
bf42e6de by Allan Nordhøy at 2020-09-22T08:05:05+00:00
Spelling: Rename the extracted folder
- - - - -
03fe9321 by Allan Nordhøy at 2020-09-22T08:14:54+00:00
Spelling: -here
- - - - -
63d019b3 by Allan Nordhøy at 2020-09-22T08:21:16+00:00
macOS section unremoved, -password
- - - - -
99b71f8a by Allan Nordhøy at 2020-09-22T08:23:02+00:00
Spelling: "Test Connection to Tor"
- - - - -
b384c82c by Allan Nordhøy at 2020-09-22T08:23:36+00:00
Spelling: Picked
- - - - -
c631a1b4 by Allan Nordhøy at 2020-09-22T08:26:04+00:00
Spelling: Icon in it
- - - - -
a01b0cdf by Allan Nordhøy at 2020-09-22T08:27:20+00:00
Spelling: "Test Connection to Tor"
- - - - -
79b6c1c3 by Allan Nordhøy at 2020-09-22T08:28:09+00:00
Spelling: "Tor authentication settings"
- - - - -
84454451 by Allan Nordhøy at 2020-09-22T08:28:53+00:00
Spelling: "Tor authentication settings"
- - - - -
77f8ac22 by Allan Nordhøy at 2020-09-22T08:30:58+00:00
Spelling: "Tor authentication settings"
- - - - -
0969a2e5 by Hosted Weblate at 2020-09-22T15:39:52+02:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (34 of 34 strings)

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

Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translation: OnionShare/Doc - Advanced

- - - - -
9816d76f by Allan Nordhøy at 2020-09-23T08:22:14+00:00
Security design documentation reworked
- - - - -
72e115b1 by Allan Nordhøy at 2020-09-23T08:41:03+00:00
Install documentation reworked
- - - - -
638e7af6 by Allan Nordhøy at 2020-09-23T08:47:33+00:00
Help documentation reworked
- - - - -
6b4d5a0f by Allan Nordhøy at 2020-09-23T09:42:24+00:00
Features documentation reworked
- - - - -
4ff25835 by Allan Nordhøy at 2020-09-23T10:01:28+00:00
Developing OnionShare documentation reworked
- - - - -
eff6d180 by Allan Nordhøy at 2020-09-23T10:14:57+00:00
Advanced Usage documentation reworked
- - - - -
cef45b32 by Hosted Weblate at 2020-09-24T15:55:16+02:00
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

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 (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

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

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

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

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

Translated using Weblate (Spanish)

Currently translated at 100.0% (34 of 34 strings)

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

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translation: OnionShare/Doc - Advanced

- - - - -
4c04e4d3 by emma peel at 2020-09-25T06:21:07+00:00
Merge branch 'develop' of https://github.com/weblate/onionshare-weblate into develop

- - - - -
b31954fd by Hosted Weblate at 2020-09-27T21:09:46+02:00
Translated using Weblate (Afrikaans)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/af/

Translated using Weblate (Serbian (latin))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/

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

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

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

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

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

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

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

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

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

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

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

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

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Raymond Li <hi at raymond.li>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>

- - - - -
6ac7bd8b by Micah Lee at 2020-09-28T16:02:36-07:00
Merge branch 'develop' into release-changes

- - - - -
547b315c by Micah Lee at 2020-09-30T08:44:45-07:00
Add pywin32 dependency for windows

- - - - -
d50f8b8e by Hosted Weblate at 2020-10-02T17:41:01+02:00
Translated using Weblate (Swedish)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Polish)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Polish)

Currently translated at 2.9% (1 of 34 strings)

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

Co-authored-by: Atrate <Atrate at protonmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Raymond Li <hi at raymond.li>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sv/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Sphinx

- - - - -
e1969bb0 by Micah Lee at 2020-10-04T10:07:30-07:00
Remove installing VC++ Redistributable Package from Windows build instructions

- - - - -
80e4ecce by Micah Lee at 2020-10-04T19:26:37-07:00
Fix PyQt5 path in Windows build instructions

- - - - -
c2e59e5c by Hosted Weblate at 2020-10-05T04:28:31+02:00
Translated using Weblate (Lithuanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/lt/

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

Translated using Weblate (Swedish)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Polish)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Polish)

Currently translated at 2.9% (1 of 34 strings)

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

Co-authored-by: Atrate <Atrate at protonmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Lucas Nunes <lucasnunesguimaraes at gmail.com>
Co-authored-by: Moo <hazap at hotmail.com>
Co-authored-by: Raymond Li <hi at raymond.li>
Co-authored-by: emma peel <emma.peel at riseup.net>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sv/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Sphinx

- - - - -
14ac4344 by Micah Lee at 2020-10-11T15:57:55-07:00
Add PyInstaller and Windows SDK paths to the PyInstaller paths

- - - - -
1824eb1a by Micah Lee at 2020-10-12T19:24:17-07:00
Only include dependencies we really need

- - - - -
b81a55f5 by Micah Lee at 2020-10-12T19:24:55-07:00
Get Tor binary from Tor Browser 10.0

- - - - -
f4abcf1b by Micah Lee at 2020-10-12T22:40:55-07:00
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase

- - - - -
b42f92d7 by Micah Lee at 2020-10-13T17:28:54-07:00
Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work

- - - - -
cb0494d4 by Micah Lee at 2020-10-13T22:28:21-07:00
Port from PyQt5 to PySide2

- - - - -
ceb705d2 by Micah Lee at 2020-10-14T14:00:02-07:00
PySide2 does not use QVariant

- - - - -
bd305ac3 by Micah Lee at 2020-10-14T19:22:39-07:00
Fix extremely obnoxious bug related to differences in QTabWidget between PyQt5 and PySlide2

- - - - -
415618b7 by Micah Lee at 2020-10-14T20:15:58-07:00
Change version back to 2.3.dev1

- - - - -
79100f05 by Micah Lee at 2020-10-14T20:17:08-07:00
Load onionshare_cli from source tree instead of pip dependency, and start making tests work with PySide2

- - - - -
09e9ed38 by Micah Lee at 2020-10-14T20:25:49-07:00
PySide2 datetimes use .toPython instead of .toPyDateTime

- - - - -
33d522d0 by Micah Lee at 2020-10-14T20:42:20-07:00
Change CircleCI to run CLI tests, then GUI tests

- - - - -
6bc08592 by Micah Lee at 2020-10-14T20:44:21-07:00
Fix yaml spacing

- - - - -
50e7471a by Micah Lee at 2020-10-14T22:36:31-07:00
Make it work in Windows

- - - - -
5b2fe201 by Micah Lee at 2020-10-15T16:30:30-07:00
Make onionshare_cli an actual dependency of the GUI version

- - - - -
7ece466d by Micah Lee at 2020-10-15T19:09:46-07:00
Put tor binaries in desktop app resources, not cli resources, and fix Windows packaging

- - - - -
208d615a by Micah Lee at 2020-11-01T10:13:58-08:00
Add desktop documentation about building CLI wheel, and make CircleCI tests build CLI wheel first as well

- - - - -
74edae02 by Micah Lee at 2020-11-01T11:04:12-08:00
Escape backslashes in ASCII-art

- - - - -
790fe245 by Micah Lee at 2020-11-01T11:04:33-08:00
Missing import

- - - - -
a801f0a6 by Micah Lee at 2020-11-01T11:50:11-08:00
Install new dependencies so CircleCI tests run, and fix a pytest warning

- - - - -
da1cd8ae by Micah Lee at 2020-11-02T10:32:54-08:00
Add setup.py for Flatpak package building

- - - - -
b0299ee5 by Micah Lee at 2020-11-02T10:51:14-08:00
Remove toml dep from setup.py

- - - - -
e34fd0f3 by Micah Lee at 2020-11-02T10:54:36-08:00
Correct the path to pyproject.toml

- - - - -
3cef5c16 by Micah Lee at 2020-11-03T19:37:05-08:00
Merge branch '1111_snap' into briefcase-snap

- - - - -
f8437c4f by Micah Lee at 2020-11-03T21:48:22-08:00
Make snapcraft packaging work with briefcase refactor

- - - - -
01841eb4 by Micah Lee at 2020-11-03T22:33:26-08:00
Fix snap so it does not have so many warnings when running GUI

- - - - -
68347039 by Micah Lee at 2020-11-03T22:53:54-08:00
Change snap to strict mode, and update readme

- - - - -
d9153758 by Micah Lee at 2020-11-04T15:22:27-08:00
Find the proper tor binary in onionshare-cli for macOS

- - - - -
b2f30e90 by Micah Lee at 2020-11-04T15:57:14-08:00
Make OnionShare briefcase work in macOS

- - - - -
7a0436a2 by Micah Lee at 2020-11-04T16:08:11-08:00
Manually make close tab buttons in macOS, because PySide2 is not showing the button on its own

- - - - -
4f0154d6 by Micah Lee at 2020-11-04T16:51:48-08:00
Write unified release documentation, move licenses into the root, and delete some unnecessary files from desktop/install

- - - - -
654611f1 by Micah Lee at 2020-11-04T17:34:00-08:00
Write macOS package script, to codesign child binaries

- - - - -
1b23f824 by Micah Lee at 2020-11-06T08:54:53-08:00
Start writing a proper macOS build script

- - - - -
54210487 by Micah Lee at 2020-11-06T08:58:38-08:00
Oops, dont ignore linux

- - - - -
85bb499a by Micah Lee at 2020-11-06T09:00:25-08:00
Fix root

- - - - -
7f18a5e9 by Micah Lee at 2020-11-06T09:01:09-08:00
Oops

- - - - -
7d477103 by Micah Lee at 2020-11-06T09:33:37-08:00
Add DMG creation to macOS package script

- - - - -
f8474c23 by Micah Lee at 2020-11-06T13:24:43-08:00
Write proper Windows release build script, and update Windows release docs

- - - - -
f319de1d by Micah Lee at 2020-11-06T13:44:21-08:00
Shorten the description

- - - - -
46a9434f by Micah Lee at 2020-11-08T12:07:17-08:00
Add incomplete flatpak manifest, update release docs, re-add source package script

- - - - -
06c4b638 by Micah Lee at 2020-11-08T13:34:19-08:00
Fix get_resource_path to work with python eggs, move appdata xml file to src so flatpak can see it, reduce python dependencies, and update release docs

- - - - -
36191b3b by Micah Lee at 2020-11-08T14:13:17-08:00
Remove unnecessary dependencies from snapcraft.yaml

- - - - -
d6de9023 by Micah Lee at 2020-11-08T14:20:31-08:00
Properly specify onionshare_cli package_data

- - - - -
52337cdc by Micah Lee at 2020-11-08T14:49:24-08:00
Update release docs to finalize flatpak

- - - - -
0d20cf2f by Micah Lee at 2020-11-08T14:51:45-08:00
Remove obsolete resource path tests

- - - - -
db0e2208 by Micah Lee at 2020-11-08T15:13:45-08:00
Merge branch 'develop' into briefcase

- - - - -
0154c847 by Micah Lee at 2020-11-08T20:45:54-08:00
Version bump to 2.3.dev2, and update Linux installation in docs

- - - - -
1514ffb5 by Micah Lee at 2020-11-08T20:53:08-08:00
Also version bump the onionshare-cli whl file

- - - - -
e4823ecf by Hosted Weblate at 2020-11-09T10:26:52+01:00
Translated using Weblate (German)

Currently translated at 100.0% (40 of 40 strings)

Translated using Weblate (German)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (German)

Currently translated at 100.0% (34 of 34 strings)

Translated using Weblate (German)

Currently translated at 100.0% (52 of 52 strings)

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

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

Translated using Weblate (German)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (German)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (30 of 30 strings)

Translated using Weblate (German)

Currently translated at 100.0% (52 of 52 strings)

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

Translated using Weblate (Russian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Russian)

Currently translated at 36.3% (4 of 11 strings)

Translated using Weblate (Russian)

Currently translated at 50.0% (5 of 10 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Russian)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Russian)

Currently translated at 10.0% (1 of 10 strings)

Translated using Weblate (Russian)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Russian)

Currently translated at 4.7% (1 of 21 strings)

Translated using Weblate (Russian)

Currently translated at 9.0% (1 of 11 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Russian)

Currently translated at 3.3% (1 of 30 strings)

Translated using Weblate (Russian)

Currently translated at 2.9% (1 of 34 strings)

Translated using Weblate (Russian)

Currently translated at 3.8% (2 of 52 strings)

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

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

Translated using Weblate (Slovak)

Currently translated at 52.3% (11 of 21 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (2 of 2 strings)

Added translation using Weblate (Slovak)

Translated using Weblate (Slovak)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Chinese (Traditional))

Currently translated at 40.0% (4 of 10 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 18.1% (2 of 11 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 29.4% (10 of 34 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 17.3% (9 of 52 strings)

Added translation using Weblate (Slovak)

Added translation using Weblate (Slovak)

Added translation using Weblate (Slovak)

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

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

Added translation using Weblate (Slovak)

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

Translated using Weblate (Chinese (Traditional))

Currently translated at 17.5% (7 of 40 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 40.0% (4 of 10 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 28.5% (6 of 21 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 18.1% (2 of 11 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 13.3% (4 of 30 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 20.5% (7 of 34 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 11.5% (6 of 52 strings)

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

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Turkish)

Currently translated at 100.0% (21 of 21 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (2 of 2 strings)

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

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

Co-authored-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Co-authored-by: Atrate <Atrate at protonmail.com>
Co-authored-by: Ben Paul Carter <kar99y5bv9v at temp.mailbox.org>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Jonatan Nyberg <jonatan.nyberg.karl at gmail.com>
Co-authored-by: Juraj Liso <lisojuraj at gmail.com>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Moo <hazap at hotmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Yuri Slobodyanyuk <yuri at yurisk.info>
Co-authored-by: marklin0913 <marklin0913 at protonmail.com>
Co-authored-by: marklin0913da248e4cdada422a <marklin0913 at protonmail.com>
Co-authored-by: mv87 <mv87 at dismail.de>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/zh_Hant/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
731d6391 by Micah Lee at 2020-11-09T18:36:31-08:00
Add setuptools as a dependency for pkg_resources module, and update build scripts to properly delete last build

- - - - -
a8ef5555 by Micah Lee at 2020-11-09T18:38:55-08:00
Typo

- - - - -
f67e7ce6 by Micah Lee at 2020-11-09T19:47:57-08:00
End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script

- - - - -
09d1118a by Micah Lee at 2020-11-09T20:09:56-08:00
Only close web thread on cleanup if web thread exists, and sleep 1 second when cleaning up MainWindow so loose threads can finish

- - - - -
b530eb3c by Micah Lee at 2020-11-09T20:17:14-08:00
Merge branch 'develop' into briefcase

- - - - -
c462e17d by Micah Lee at 2020-11-09T20:30:30-08:00
Remove confusingly-worded QR code label

- - - - -
7ab10a0a by Saptak S at 2020-11-10T19:57:51+05:30
Forces socket io to use websocket instead of polling

SocketIO uses the last successful method of transport to communicate. But we
have eventlet in our dependency which allows for websocket, and we ideally
want communications to be over websocket. So specified the transport method
as websocket in socket io connect.

- - - - -
d1cada0f by Saptak S at 2020-11-10T20:01:11+05:30
Improves the logic of updating both flask session and socket session with new nickname

- - - - -
e7de93cd by Saptak S at 2020-11-10T20:14:23+05:30
Makes username input blur on pressing enter

- - - - -
f2111b46 by Micah Lee at 2020-11-10T19:59:53-08:00
Merge pull request #1212 from micahflee/1203_qrcode_wording

Remove confusingly-worded QR code label
- - - - -
d87747e0 by Micah Lee at 2020-11-10T20:03:07-08:00
Delete old circleci config

- - - - -
bf9e0add by Micah Lee at 2020-11-10T20:19:00-08:00
Merge branch 'patch-13' of https://github.com/comradekingu/onionshare into comradekingu-patch-13

- - - - -
4aed5ce4 by Micah Lee at 2020-11-10T20:41:50-08:00
Update advanced docs for 2.3.dev2

- - - - -
8e60e329 by Micah Lee at 2020-11-10T20:42:12-08:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
44d608be by Micah Lee at 2020-11-10T20:42:59-08:00
Merge branch 'patch-12' of https://github.com/comradekingu/onionshare into comradekingu-patch-12

- - - - -
9507f786 by Micah Lee at 2020-11-10T20:55:21-08:00
Update develop docs for 2.3.dev2

- - - - -
516a7865 by Micah Lee at 2020-11-10T20:56:16-08:00
Merge branch 'patch-11' of https://github.com/comradekingu/onionshare into comradekingu-patch-11

- - - - -
5346bd5e by Micah Lee at 2020-11-10T21:06:48-08:00
Update feature docs for 2.3.dev2

- - - - -
61116970 by Micah Lee at 2020-11-10T21:08:27-08:00
Merge branch 'patch-10' of https://github.com/comradekingu/onionshare into comradekingu-patch-10

- - - - -
491a4b69 by Micah Lee at 2020-11-10T21:10:30-08:00
Update help for 2.3.dev2

- - - - -
18ba75f6 by marigalicer at 2020-11-11T14:52:08+05:30
Resolve #878 UX: Enhance URL copying

- Style Copy Address as high contrast button
- Make .onion URL text selectable

co-authored-by: aguestuser<aguestuser at riseup.net>

- - - - -
d023b4c0 by Saptak S at 2020-11-11T14:52:23+05:30
Makes button style similar to main page buttons

- - - - -
fd5ce252 by Saptak S at 2020-11-11T15:11:25+05:30
Fixes rebasing errors

- - - - -
64e7d651 by Hosted Weblate at 2020-11-14T15:28:49+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

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/

Co-authored-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Taro Tanaka <anon_japan at protonmail.com>

- - - - -
0931f70a by Micah Lee at 2020-11-15T13:10:47-08:00
Update poetry deps for docs

- - - - -
f288089c by Micah Lee at 2020-11-15T14:00:36-08:00
More updates to install docs

- - - - -
65320b5e by Micah Lee at 2020-11-15T14:01:12-08:00
Merge branch 'patch-8' of https://github.com/comradekingu/onionshare into comradekingu-patch-8

- - - - -
9c18a9cb by Micah Lee at 2020-11-15T14:16:13-08:00
Update security design docs for 2.3

- - - - -
ca04137e by Micah Lee at 2020-11-15T14:17:41-08:00
Merge branch 'patch-7' of https://github.com/comradekingu/onionshare into comradekingu-patch-7

- - - - -
76614464 by Micah Lee at 2020-11-15T14:42:16-08:00
Updated tor docs for 2.3

- - - - -
fdeafac4 by Micah Lee at 2020-11-15T14:44:58-08:00
Update docs translations

- - - - -
c26f3e68 by Micah Lee at 2020-11-15T14:49:04-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
ac5075e0 by Micah Lee at 2020-11-17T17:45:04-08:00
Move psutil dependency from desktop to CLI

- - - - -
9f21d505 by Micah Lee at 2020-11-17T17:45:31-08:00
Remove Onion.bundle_tor_supported because it is now always supported

- - - - -
894fb7c0 by Micah Lee at 2020-11-17T18:06:36-08:00
Kill stale tor process

- - - - -
d13d89ae by Micah Lee at 2020-11-17T18:08:59-08:00
Fix torrc filename

- - - - -
4085814a by Micah Lee at 2020-11-17T18:46:04-08:00
Update CLI deps

- - - - -
65dff09a by Micah Lee at 2020-11-17T18:46:22-08:00
Make onionshare tor process detection work in Windows

- - - - -
c071213b by Allan Nordhøy at 2020-11-18T08:50:05+00:00
Changed "ZIP file" and "and then" in Tor doc
- - - - -
133429cb by Allan Nordhøy at 2020-11-18T09:01:38+00:00
Ending dot
- - - - -
d4069c50 by Allan Nordhøy at 2020-11-18T09:44:52+00:00
Changed "Snap", "as", "and", in source doc
- - - - -
1745abc1 by Allan Nordhøy at 2020-11-18T09:46:30+00:00
Spelling: marked noun, "the guides"
- - - - -
b67480a3 by Allan Nordhøy at 2020-11-18T09:46:53+00:00
Useful
- - - - -
44ae9e06 by Allan Nordhøy at 2020-11-18T13:46:33+00:00
Changed doubledot, "precautions" in security doc
- - - - -
beedaf00 by Micah Lee at 2020-11-18T07:49:09-08:00
Merge pull request #1227 from comradekingu/patch-16

Changed doubledot, "precautions" in security doc
- - - - -
189f8d55 by Micah Lee at 2020-11-18T07:50:02-08:00
Merge pull request #1226 from comradekingu/patch-15

Changed "Snap", "as", "and", in source doc
- - - - -
a241bb55 by Micah Lee at 2020-11-18T07:50:29-08:00
Merge pull request #1224 from comradekingu/patch-14

Changed "ZIP file" and "and then" in Tor doc
- - - - -
3dccc3d9 by Micah Lee at 2020-11-23T13:12:06-08:00
Fix URL description text for chat mode

- - - - -
e8419e66 by Micah Lee at 2020-11-23T13:58:54-08:00
Merge pull request #1216 from SaptakS/fix-username-session

Fix username updation to both the sessions
- - - - -
abca27cb by Micah Lee at 2020-11-23T14:52:52-08:00
Allow directory listing work with or without trailing slash (removing trailing slash by default), and make directory listing links absolute instead of relative

- - - - -
44aa71af by Micah Lee at 2020-11-23T20:51:16-08:00
Add .desktop launchers in both snap and flatpack packages

- - - - -
269c0cac by Micah Lee at 2020-11-23T20:56:33-08:00
Merge pull request #1232 from micahflee/1220_desktop_launcher

Add .desktop launchers in both snap and flatpack packages
- - - - -
58d5748e by Micah Lee at 2020-11-23T21:20:29-08:00
Update snapcraft release docs

- - - - -
3c455d6d by Saptak Sengupta at 2020-11-24T21:25:48+05:30
Merge pull request #1229 from micahflee/1228_chat_description

Fix URL description text for chat mode
- - - - -
cb598ee6 by Micah Lee at 2020-11-24T21:52:15-08:00
Change --autostop-sharing option to --no-autostop-sharing, so that it can default to being disabled (so autostop sharing can be enabled by default)

- - - - -
0eee8ce0 by Micah Lee at 2020-11-25T11:25:32-08:00
If using bundled Tor, wait for rendezvous circuits to close before killing the tor process

- - - - -
3871fcf5 by Micah Lee at 2020-11-25T11:52:36-08:00
Improve output when rendezvous circuits all close

- - - - -
752afcaa by Micah Lee at 2020-11-27T11:08:58-08:00
Put wait for circuits to close login in a try/except, so Ctrl-C does not cause a crash

- - - - -
7927ef83 by Micah Lee at 2020-11-27T11:22:29-08:00
Only wait for share mode rendezvous circuits to close, ignore the rest

- - - - -
6d38b8e0 by Micah Lee at 2020-11-27T11:27:11-08:00
Add terminal animation while waiting for circuits to close

- - - - -
2aefe0ff by Micah Lee at 2020-11-27T12:15:49-08:00
Make GUI pass the mode type into start_onion_service

- - - - -
f69cbbd3 by Micah Lee at 2020-11-27T12:16:04-08:00
Update desktop readme to include instructions on using verbose mode

- - - - -
184f1261 by Micah Lee at 2020-11-27T12:38:00-08:00
When quitting OnionShare with services started, make sure the web services get stopped

- - - - -
3b06d0a0 by Micah Lee at 2020-11-27T14:19:18-08:00
Merge pull request #1230 from micahflee/1053_website_folders

Allow directory listing work to with or without trailing slash
- - - - -
134611a3 by Micah Lee at 2020-11-27T14:50:07-08:00
Show a dialog while waiting for Tor rendezvous nodes to close, and let the user quit early

- - - - -
af5dda0d by Micah Lee at 2020-11-27T14:57:49-08:00
Fix start_onion_service test

- - - - -
8bf6ecf5 by Micah Lee at 2020-11-27T15:52:01-08:00
Merge pull request #1223 from micahflee/1159_kill_stale_tor

When starting OnionShare, kill old tor process if it exists
- - - - -
66e9feae by Micah Lee at 2020-11-28T19:12:29-08:00
Merge pull request #911 from mgalicer/878-enhance-url-copying

Resolve #878 UX: Enhance URL copying
- - - - -
3c6cbd04 by Micah Lee at 2020-11-29T09:25:40-08:00
Merge branch 'develop' into 929_download_errors

- - - - -
ae621b40 by Micah Lee at 2020-11-29T09:30:45-08:00
Change wording of waiting for Tor circuits message

- - - - -
7bcfe6ca by Micah Lee at 2020-11-29T10:42:04-08:00
Add rebuild-cli.sh script

- - - - -
aecaae89 by Micah Lee at 2020-11-29T11:08:46-08:00
Make CLI throw an error if it cannot find tor binary

- - - - -
343834e7 by Micah Lee at 2020-11-29T11:18:03-08:00
Make settings dialog use the correct get_tor_paths method

- - - - -
c904bb5b by Micah Lee at 2020-11-29T11:23:23-08:00
Update desktop readme, and add a helper script to use CLI args

- - - - -
068b95f6 by Micah Lee at 2020-11-29T12:25:09-08:00
All Tor-related that get thrown from the onionshare_cli.Onion object now get translated in the GUI

- - - - -
edaa8bd0 by Micah Lee at 2020-11-29T12:30:19-08:00
The CLI error message gets printed from the Onion object, so don't try to print it the exception

- - - - -
c2940a30 by Micah Lee at 2020-11-29T13:57:53-08:00
Write rebuild-cli in python instead of bash to work in Windows, and make the dev script available in Windows

- - - - -
b0b55293 by Micah Lee at 2020-11-29T16:36:51-08:00
Merge pull request #1238 from micahflee/1237_finding_tor

Find tor correctly
- - - - -
5f612a94 by Micah Lee at 2020-12-01T22:21:25-08:00
Merge pull request #1239 from micahflee/1214_onion_error_translations

Translate Tor-related error messages
- - - - -
4af750e0 by Hosted Weblate at 2020-12-06T01:29:03+01:00
Translated using Weblate (Spanish)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 98.0% (51 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 61.2% (19 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (29 of 29 strings)

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

Translated using Weblate (Italian)

Currently translated at 95.4% (21 of 22 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (52 of 52 strings)

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

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

Translated using Weblate (Italian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Italian)

Currently translated at 95.4% (21 of 22 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 59.6% (31 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 59.6% (31 of 52 strings)

Translated using Weblate (Greek)

Currently translated at 57.6% (30 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (9 of 9 strings)

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

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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 (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (Italian)

Currently translated at 32.6% (17 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 32.6% (17 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 30.7% (16 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 30.7% (16 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 28.8% (15 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (9 of 9 strings)

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

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

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

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

Added translation using Weblate (Galician)

Translated using Weblate (Greek)

Currently translated at 25.9% (7 of 27 strings)

Translated using Weblate (Greek)

Currently translated at 54.5% (6 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Greek)

Currently translated at 34.4% (10 of 29 strings)

Translated using Weblate (Greek)

Currently translated at 21.1% (11 of 52 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 24.1% (7 of 29 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 13.7% (4 of 29 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 3.2% (1 of 31 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 9.0% (1 of 11 strings)

Translated using Weblate (Catalan)

Currently translated at 9.0% (2 of 22 strings)

Translated using Weblate (Catalan)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 11.1% (1 of 9 strings)

Translated using Weblate (Catalan)

Currently translated at 1.9% (1 of 52 strings)

Translated using Weblate (Catalan)

Currently translated at 7.4% (2 of 27 strings)

Translated using Weblate (Catalan)

Currently translated at 6.8% (2 of 29 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 40.9% (9 of 22 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 14.8% (4 of 27 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 45.4% (5 of 11 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Italian)

Currently translated at 22.2% (6 of 27 strings)

Translated using Weblate (Italian)

Currently translated at 88.8% (8 of 9 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Italian)

Currently translated at 40.9% (9 of 22 strings)

Translated using Weblate (Italian)

Currently translated at 45.4% (5 of 11 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Italian)

Currently translated at 16.1% (5 of 31 strings)

Translated using Weblate (Italian)

Currently translated at 20.6% (6 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 26.9% (14 of 52 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 9.6% (3 of 31 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.1% (50 of 52 strings)

Translated using Weblate (French)

Currently translated at 51.6% (16 of 31 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Russian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (German)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Russian)

Currently translated at 1.9% (1 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (French)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (French)

Currently translated at 51.6% (16 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 11.1% (1 of 9 strings)

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (45 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (45 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 46.1% (24 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.9% (22 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.9% (22 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 63.6% (7 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.9% (20 of 22 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Translated using Weblate (German)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Russian)

Currently translated at 33.3% (3 of 9 strings)

Translated using Weblate (German)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (German)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (German)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 6.8% (2 of 29 strings)

Translated using Weblate (French)

Currently translated at 41.9% (13 of 31 strings)

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

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

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

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

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

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

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

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

Co-authored-by: AO Localisation Lab <ao at localizationlab.org>
Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Eduardo Addad de Oliveira <duduaddad at gmail.com>
Co-authored-by: EdwardCage <contact at edwardcage.pro>
Co-authored-by: Eric Camellini <eric.camellini at gmail.com>
Co-authored-by: Fábio Henriques <fabyohenriques at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>
Co-authored-by: Kurt Eilertsen <kurt at kheds.com>
Co-authored-by: Lecwan Munzur <lecwan at riseup.net>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Moo <hazap at hotmail.com>
Co-authored-by: Oymate <dhruboadittya96 at gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Panina Nonbinary <panina at nonbinary.me>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: Yuri Slobodyanyuk <yuri at yurisk.info>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: carlosm2 <carlosm2 at riseup.net>
Co-authored-by: communia <ameaneantie at riseup.net>
Co-authored-by: fadelkon <fadelkon at posteo.net>
Co-authored-by: george k <norhorn at gmail.com>
Co-authored-by: mv87 <mv87 at dismail.de>
Co-authored-by: rc <coluccini.riccardo at gmail.com>
Co-authored-by: vanstra <jvs at vanstra.nl>
Co-authored-by: x <hardwired1.0 at protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
47e8b7f6 by Saptak S at 2020-12-13T21:05:51+05:30
Adjusts height of title based on length of text

- - - - -
e092c50b by Micah Lee at 2020-12-13T10:29:09-08:00
Merge pull request #1243 from SaptakS/1240_newtab_text

Adjusts height of title based on length of text
- - - - -
c949a731 by Micah Lee at 2020-12-13T10:48:16-08:00
Stop passing status_url_path to render denied template, to avoid exception

- - - - -
6f526e1d by Micah Lee at 2020-12-13T11:10:09-08:00
Don't call server_status.stop_server() twice, which prevents overwriting the status message

- - - - -
a520057b by Saptak Sengupta at 2020-12-14T01:01:48+05:30
Merge pull request #1245 from micahflee/1183_display_autostop_message

"Stopped because auto-stop timer ran out" string should get displayed
- - - - -
b96b8390 by Micah Lee at 2020-12-13T11:40:25-08:00
Merge branch 'develop' into 929_download_errors

- - - - -
7ff539e3 by Micah Lee at 2020-12-13T11:43:28-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
fffdbd4f by Saptak Sengupta at 2020-12-14T01:13:33+05:30
Merge pull request #1244 from micahflee/1235_fix_download_error

Stop passing status_url_path to render denied template, to avoid exception
- - - - -
a5c7f091 by Micah Lee at 2020-12-13T11:43:46-08:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
fddc0826 by Micah Lee at 2020-12-13T11:45:35-08:00
Move check_lacked_trans.py into scripts -- this needs to be tested and fixed at some point

- - - - -
71558afb by Micah Lee at 2020-12-13T12:12:29-08:00
When canceling a server that has not started, forcefully kill the OnionThread instead of asking it to quit to ensure that it actually stops

- - - - -
96630835 by Hosted Weblate at 2020-12-13T23:45:05+01:00
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

Translated using Weblate (Spanish)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 98.0% (51 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 61.2% (19 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (29 of 29 strings)

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

Translated using Weblate (Italian)

Currently translated at 95.4% (21 of 22 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (52 of 52 strings)

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

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

Translated using Weblate (Italian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Italian)

Currently translated at 95.4% (21 of 22 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 59.6% (31 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 59.6% (31 of 52 strings)

Translated using Weblate (Greek)

Currently translated at 57.6% (30 of 52 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (9 of 9 strings)

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

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

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 (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (Italian)

Currently translated at 32.6% (17 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 32.6% (17 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 30.7% (16 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 30.7% (16 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 28.8% (15 of 52 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (9 of 9 strings)

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

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

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

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

Added translation using Weblate (Galician)

Translated using Weblate (Greek)

Currently translated at 25.9% (7 of 27 strings)

Translated using Weblate (Greek)

Currently translated at 54.5% (6 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Greek)

Currently translated at 34.4% (10 of 29 strings)

Translated using Weblate (Greek)

Currently translated at 21.1% (11 of 52 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 24.1% (7 of 29 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 13.7% (4 of 29 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 3.2% (1 of 31 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 9.0% (1 of 11 strings)

Translated using Weblate (Catalan)

Currently translated at 9.0% (2 of 22 strings)

Translated using Weblate (Catalan)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 11.1% (1 of 9 strings)

Translated using Weblate (Catalan)

Currently translated at 1.9% (1 of 52 strings)

Translated using Weblate (Catalan)

Currently translated at 7.4% (2 of 27 strings)

Translated using Weblate (Catalan)

Currently translated at 6.8% (2 of 29 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 40.9% (9 of 22 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 14.8% (4 of 27 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 45.4% (5 of 11 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Italian)

Currently translated at 22.2% (6 of 27 strings)

Translated using Weblate (Italian)

Currently translated at 88.8% (8 of 9 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Italian)

Currently translated at 40.9% (9 of 22 strings)

Translated using Weblate (Italian)

Currently translated at 45.4% (5 of 11 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Italian)

Currently translated at 16.1% (5 of 31 strings)

Translated using Weblate (Italian)

Currently translated at 20.6% (6 of 29 strings)

Translated using Weblate (Italian)

Currently translated at 26.9% (14 of 52 strings)

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

Translated using Weblate (Kurdish (Central))

Currently translated at 9.6% (3 of 31 strings)

Translated using Weblate (Kurdish (Central))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.1% (50 of 52 strings)

Translated using Weblate (French)

Currently translated at 51.6% (16 of 31 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

Translated using Weblate (Russian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (German)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Russian)

Currently translated at 1.9% (1 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (French)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (French)

Currently translated at 51.6% (16 of 31 strings)

Translated using Weblate (Spanish)

Currently translated at 11.1% (1 of 9 strings)

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

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (45 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 86.5% (45 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 46.1% (24 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.9% (22 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 70.9% (22 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 63.6% (7 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 90.9% (20 of 22 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 96.5% (28 of 29 strings)

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Added translation using Weblate (Kurdish (Central))

Translated using Weblate (German)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Russian)

Currently translated at 33.3% (3 of 9 strings)

Translated using Weblate (German)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (German)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (German)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (9 of 9 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 6.8% (2 of 29 strings)

Translated using Weblate (French)

Currently translated at 41.9% (13 of 31 strings)

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

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

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

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

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

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

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

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

Co-authored-by: AO Localisation Lab <ao at localizationlab.org>
Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Eduardo Addad de Oliveira <duduaddad at gmail.com>
Co-authored-by: EdwardCage <contact at edwardcage.pro>
Co-authored-by: Eric Camellini <eric.camellini at gmail.com>
Co-authored-by: Fábio Henriques <fabyohenriques at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>
Co-authored-by: Kurt Eilertsen <kurt at kheds.com>
Co-authored-by: Lecwan Munzur <lecwan at riseup.net>
Co-authored-by: Localisation Lab <ao at localizationlab.org>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Moo <hazap at hotmail.com>
Co-authored-by: Oymate <dhruboadittya96 at gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Panina Nonbinary <panina at nonbinary.me>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: Yuri Slobodyanyuk <yuri at yurisk.info>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: carlosm2 <carlosm2 at riseup.net>
Co-authored-by: communia <ameaneantie at riseup.net>
Co-authored-by: fadelkon <fadelkon at posteo.net>
Co-authored-by: george k <norhorn at gmail.com>
Co-authored-by: mv87 <mv87 at dismail.de>
Co-authored-by: rc <coluccini.riccardo at gmail.com>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Co-authored-by: vanstra <jvs at vanstra.nl>
Co-authored-by: x <hardwired1.0 at protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ckb/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
487f0eae by Hosted Weblate at 2020-12-13T23:45:09+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
e9c5516b by Micah Lee at 2020-12-13T14:46:59-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
63de6e39 by Micah Lee at 2020-12-13T15:50:01-08:00
Update docs screenshots, and re-build docs for all locales

- - - - -
83ec17ef by Hosted Weblate at 2020-12-14T00:52:19+01:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>

- - - - -
82629136 by Micah Lee at 2020-12-13T20:01:23-08:00
Make Qt5 work in macOS Big Sur

- - - - -
5fa84ff2 by Micah Lee at 2020-12-13T20:02:11-08:00
Merge pull request #1249 from micahflee/1248_big_sur

Make GUI work in macOS Big Sur
- - - - -
96d36a0a by Micah Lee at 2020-12-15T16:45:58-08:00
Merge pull request #1236 from micahflee/929_download_errors

Prevent incomplete downloads in share mode, close after first download
- - - - -
fb5a8fc0 by Hosted Weblate at 2020-12-21T08:41:53+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

Translated using Weblate (Croatian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Croatian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 55.5% (5 of 9 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2 of 2 strings)

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

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

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

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

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (31 of 31 strings)

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

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

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

Co-authored-by: Eduardo Addad de Oliveira <duduaddad at gmail.com>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: mv87 <mv87 at dismail.de>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
393ce284 by whew at 2020-12-22T04:42:29+00:00
list.sort intsead of sorted(list)
- - - - -
be70de98 by Micah Lee at 2020-12-22T13:07:17-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
d3411e38 by Hosted Weblate at 2020-12-22T22:08:16+01:00
Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

Translated using Weblate (Croatian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Croatian)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 55.5% (5 of 9 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2 of 2 strings)

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

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

Added translation using Weblate (Croatian)

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

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

Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (German)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (31 of 31 strings)

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

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

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

Co-authored-by: Eduardo Addad de Oliveira <duduaddad at gmail.com>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>
Co-authored-by: Joan Montané <joan at montane.cat>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: mv87 <mv87 at dismail.de>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/es/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/uk/
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
cf221893 by Hosted Weblate at 2020-12-22T22:08:18+01:00
Merge branch 'origin/develop' into Weblate.

- - - - -
96d21853 by Micah Lee at 2020-12-22T13:17:54-08:00
Merge pull request #1257 from whew/patch-2

list.sort() intsead of sorted(list)
- - - - -
6eee7f9c by Micah Lee at 2020-12-22T13:30:59-08:00
Merge branch 'develop' into 1166_make_cancel_forceful

- - - - -
02e67fc7 by Tim Gates at 2020-12-24T10:34:47+11:00
docs: fix simple typo, progess -> progress

There is a small typo in cli/onionshare_cli/web/web.py.

Should read `progress` rather than `progess`.

- - - - -
d8a0e7db by Saptak S at 2021-01-18T00:51:15+05:30
Fixes macOS layout while maintaining similar layout in linux

In macOS, in share and website mode, the text gets cut off unless
it is full screen. This is mostly because of margin being applied
by css. Here I have tried to implement a similar layout using qt
instead of CSS so it behaves reasonably everywhere.

- - - - -
123bea94 by Saptak S at 2021-01-24T03:18:56+05:30
Sets text color and images based on the mac system color mode

- - - - -
a575f1a4 by Saptak S at 2021-01-24T03:22:49+05:30
Fixes width for onionshare logo

- - - - -
589ea1cf by Saptak Sengupta at 2021-01-24T04:03:21+05:30
Merge pull request #1259 from timgates42/bugfix_typo_progress

docs: fix simple typo, progess -> progress
- - - - -
6bbd55fc by Saptak S at 2021-01-24T04:14:58+05:30
Makes copy button and other server url buttons default OS button style

- - - - -
26e5bf31 by Saptak S at 2021-01-31T02:30:17+05:30
Shows warning to restart if color mode changed while onionshare is running

- - - - -
c103108b by Kcchouette at 2021-01-31T16:36:09+05:30
Update send_base_mode.py
- - - - -
c5308efc by Kcchouette at 2021-01-31T16:37:44+05:30
Update requirements.txt
- - - - -
89043b85 by Kcchouette at 2021-01-31T16:37:45+05:30
use utf8 name too for file downloading
- - - - -
41ce85b1 by Saptak S at 2021-01-31T17:08:47+05:30
Updates the unicode logic in share_mode code as well

- - - - -
60686ac8 by Micah Lee at 2021-02-01T20:11:01-08:00
Merge pull request #1262 from Kcchouette/patch-1

Update send_base_mode.py
- - - - -
6337f7cd by Micah Lee at 2021-02-01T20:13:41-08:00
Merge pull request #1266 from SaptakS/fix-macos-layout

Fixes macOS layout while maintaining similar layout in linux
- - - - -
acceed97 by Micah Lee at 2021-02-01T20:33:31-08:00
Merge pull request #1268 from SaptakS/macos-dark

MacOS dark mode implementations
- - - - -
13756e79 by Micah Lee at 2021-02-07T11:51:12-08:00
Upgrade Tor version to 10.0.10 and fix macOS code signing

- - - - -
b5e7e358 by Micah Lee at 2021-02-07T14:39:20-08:00
Child entitlements are no longer needed, and sadly disable the macOS sandbox for now

- - - - -
1c0912af by Micah Lee at 2021-02-07T14:40:13-08:00
After building app bundle, delete unused Qt5 frameworks, and code sign all the correct binaries

- - - - -
09a8cecf by Micah Lee at 2021-02-07T14:49:50-08:00
Merge pull request #1271 from micahflee/1215_macos_codesign

Fix macOS packaging, code signing, and notarization
- - - - -
accece0b by Hosted Weblate at 2021-02-15T05:50:27+01:00
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

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

Translated using Weblate (Slovak)

Currently translated at 100.0% (6 of 6 strings)

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

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

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

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

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

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Croatian)

Currently translated at 3.2% (1 of 31 strings)

Translated using Weblate (Italian)

Currently translated at 59.0% (13 of 22 strings)

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

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

Translated using Weblate (Portuguese (Portugal))

Currently translated at 100.0% (27 of 27 strings)

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

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

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

Translated using Weblate (Turkish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 87.0% (27 of 31 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 63.6% (14 of 22 strings)

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Icelandic)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Icelandic)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (31 of 31 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (29 of 29 strings)

Translated using Weblate (Turkish)

Currently translated at 92.3% (48 of 52 strings)

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

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

Translated using Weblate (Croatian)

Currently translated at 7.4% (2 of 27 strings)

Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/

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

Translated using Weblate (Turkish)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Turkish)

Currently translated at 7.4% (2 of 27 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (31 of 31 strings)

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

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

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

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

Co-authored-by: AO Localisation Lab <ao at localizationlab.org>
Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Diogo Marques <diogofrmarques98 at gmail.com>
Co-authored-by: Eduardo Addad de Oliveira <duduaddad at gmail.com>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>
Co-authored-by: Jonatan Nyberg <jonatan.nyberg.karl at gmail.com>
Co-authored-by: Juraj Liso <lisojuraj at gmail.com>
Co-authored-by: Lecwan Munzur <lecwan at riseup.net>
Co-authored-by: Michalis <michalisntovas at yahoo.gr>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Oymate <dhruboadittya96 at gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Riku Viitanen <riku.viitanen at protonmail.com>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: Taro Tanaka <anon_japan at protonmail.com>
Co-authored-by: Thomas jensen <vpnhd at protonmail.ch>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>
Co-authored-by: george k <norhorn at gmail.com>
Co-authored-by: mv87 <mv87 at dismail.de>
Co-authored-by: rc <coluccini.riccardo at gmail.com>
Co-authored-by: scootergrisen <scootergrisen at gmail.com>
Co-authored-by: zer0-x <zer0_ at tutanota.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/is/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/is/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/tr/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
8f9f6924 by Micah Lee at 2021-02-15T13:58:26-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
1daa1887 by Hosted Weblate at 2021-02-15T23:04:54+01:00
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

Co-authored-by: Ihor Hordiichuk <igor_ck at outlook.com>

- - - - -
54eb4d68 by Micah Lee at 2021-02-15T15:31:22-08:00
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages

- - - - -
1bd78d77 by Micah Lee at 2021-02-15T15:49:54-08:00
Add the final languages

- - - - -
ebb23256 by Micah Lee at 2021-02-15T16:59:59-08:00
Update screenshots in docs

- - - - -
66fb62c3 by Micah Lee at 2021-02-15T17:00:17-08:00
Update dependencies for snapcraft and flatpak

- - - - -
ab740962 by Micah Lee at 2021-02-15T17:30:27-08:00
More pip dependencies required for flatpak to build

- - - - -
4e79aacd by Micah Lee at 2021-02-15T20:29:06-08:00
Use pyside 5.15.1 instead of 5.15.2, so CircleCI tests will pass

- - - - -
d9bd52ec by Hosted Weblate at 2021-02-16T05:36:52+01:00
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

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

Co-authored-by: Allan Nordhøy <epost at anotheragency.no>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Mi Klo <translate at miklobit.com>
Co-authored-by: Zuhualime Akoochimoya <zakooch at protonmail.ch>

- - - - -
2695edcc by Hosted Weblate at 2021-02-19T22:35:48+01:00
Translated using Weblate (Arabic)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (2 of 2 strings)

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

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

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

Translated using Weblate (Russian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Russian)

Currently translated at 81.8% (9 of 11 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (29 of 29 strings)

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

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

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

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Co-authored-by: AO Localisation Lab <ao at localizationlab.org>
Co-authored-by: Alexander Tarasenko <alexound.login at gmail.com>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Kaede <contact+hosted_weblate at kaede.ch>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Mohamed Elghdban <Mohamed.Elghdban at gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Saptak Sengupta <saptak013 at gmail.com>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: morir soanando <morirsonando at riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ar/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx

- - - - -
596b95cd by Micah Lee at 2021-02-21T10:14:48-08:00
Delete unused Qt5 DLLs from the Windows release to shave of 100mb from the final file size

- - - - -
c0c4b3da by Micah Lee at 2021-02-21T10:22:54-08:00
Set content-disposition to attachment for /download, to always force a download

- - - - -
13e9b926 by Hosted Weblate at 2021-02-21T19:25:46+01:00
Translated using Weblate (Russian)

Currently translated at 100.0% (27 of 27 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Russian)

Currently translated at 6.4% (2 of 31 strings)

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

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

Translated using Weblate (Arabic)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (2 of 2 strings)

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

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

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

Translated using Weblate (Russian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Russian)

Currently translated at 81.8% (9 of 11 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (29 of 29 strings)

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

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

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

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

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

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

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

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Co-authored-by: AO Localisation Lab <ao at localizationlab.org>
Co-authored-by: Ahmed Essam <ahmedessamdev at gmail.com>
Co-authored-by: Alexander Tarasenko <alexound.login at gmail.com>
Co-authored-by: Eric <spice2wolf at gmail.com>
Co-authored-by: Hosted Weblate <hosted at weblate.org>
Co-authored-by: Kaede <contact+hosted_weblate at kaede.ch>
Co-authored-by: Milo Ivir <mail at milotype.de>
Co-authored-by: Mohamed Elghdban <Mohamed.Elghdban at gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen at protonmail.com>
Co-authored-by: Saptak Sengupta <saptak013 at gmail.com>
Co-authored-by: Sveinn í Felli <sv1 at fellsnet.is>
Co-authored-by: Xosé M <xosem at disroot.org>
Co-authored-by: morir soanando <morirsonando at riseup.net>
Co-authored-by: nautilusx <translate at disroot.org>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor

- - - - -
ff9c2013 by Micah Lee at 2021-02-21T10:27:51-08:00
Merge pull request #1278 from micahflee/1276_windows_filesize

Delete unused Qt5 DLLs from the Windows release
- - - - -
3b997163 by Saptak Sengupta at 2021-02-22T00:01:19+05:30
Merge pull request #1279 from micahflee/1277_download_attachment

Set content-disposition to attachment for /download
- - - - -
2b705e2e by Micah Lee at 2021-02-21T10:32:16-08:00
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop

- - - - -
06f82897 by Micah Lee at 2021-02-21T10:32:29-08:00
Merge branch 'develop' of github.com:micahflee/onionshare into develop

- - - - -
fbf1091b by Micah Lee at 2021-02-21T10:34:03-08:00
Merge branch 'develop' into final-2.3

- - - - -
6b67f9f4 by Micah Lee at 2021-02-21T10:53:41-08:00
Build the latest docs

- - - - -
04692a13 by Micah Lee at 2021-02-21T10:55:08-08:00
Update release documentation to include instructions on localization and documentation

- - - - -
9d964a8f by Micah Lee at 2021-02-21T10:56:42-08:00
Update 2.3 release date in appdata.xml

- - - - -
a2175a24 by Micah Lee at 2021-02-21T11:12:24-08:00
Merge pull request #1273 from micahflee/final-2.3

Final 2.3
- - - - -
4915c80e by Micah Lee at 2021-02-21T17:13:15-08:00
Tiny changes during the 2.3 release

- - - - -
49bf3022 by Micah Lee at 2021-02-21T18:08:14-08:00
Upgrade obfs4proxy in the flatpak package, and fix golang dependency

- - - - -
9e8d1ebb by Miguel Jacq at 2021-02-22T13:46:35+11:00
Fix the onion object when checking for a new release via the Settings Dialog

- - - - -
754c4e9c by Saptak Sengupta at 2021-02-22T18:08:21+05:30
Merge pull request #1281 from mig5/fix_check_for_new_release

Fix the onion object when checking for a new release via the Settings Dialog
- - - - -
c88fba59 by Saptak S at 2021-02-22T22:52:35+05:30
Updates socket.io client to 3.1.1 with the latest Socket.IO and Engine.IO protocols

- - - - -
b8626654 by Micah Lee at 2021-02-22T11:27:55-08:00
Merge pull request #1285 from SaptakS/update-socket.io

Updates socket.io client to 3.1.1 with the latest Socket.IO and Engine.IO protocols
- - - - -
8a412fed by Saptak S at 2021-02-23T02:23:31+05:30
Fixes issues with persistent mode
- adds mode to the persistent file
- adds filenames for share and website mode in persistent file

- - - - -
ee20c648 by Micah Lee at 2021-02-22T13:26:29-08:00
Merge pull request #1287 from SaptakS/fix-persistent

Fixes issues with persistent mode
- - - - -
2a7d9dbd by Micah Lee at 2021-02-22T13:35:14-08:00
Update copyright year to 2021

- - - - -
89c1b14a by Micah Lee at 2021-02-22T13:37:21-08:00
Version bump to 2.3.1

- - - - -
eada9814 by Micah Lee at 2021-02-22T13:41:07-08:00
Build docs for 2.3.1

- - - - -
450bfcfe by Micah Lee at 2021-02-22T13:44:03-08:00
Update changelog, and also fix version in appdata.xml

- - - - -
dfaa55d2 by Micah Lee at 2021-02-22T13:50:04-08:00
Merge pull request #1288 from micahflee/version-2.3.1

Version 2.3.1
- - - - -
47a82d8b by Ulrike Uhlig at 2021-03-15T11:37:03+01:00
New upstream version 2.3.1
- - - - -


28 changed files:

- .circleci/config.yml
- .gitignore
- − BUILD.md
- CHANGELOG.md
- LICENSE
- − MANIFEST.in
- README.md
- + RELEASE.md
- − apparmor/abstractions/onionshare
- − apparmor/local/usr.bin.onionshare
- − apparmor/local/usr.bin.onionshare-gui
- − apparmor/usr.bin.onionshare
- − apparmor/usr.bin.onionshare-gui
- install/build_source.sh → build-source.sh
- + cli/README.md
- onionshare/__init__.py → cli/onionshare_cli/__init__.py
- + cli/onionshare_cli/common.py
- + cli/onionshare_cli/mode_settings.py
- onionshare/onion.py → cli/onionshare_cli/onion.py
- onionshare/onionshare.py → cli/onionshare_cli/onionshare.py
- share/static/css/style.css → cli/onionshare_cli/resources/static/css/style.css
- share/static/img/ajax.gif → cli/onionshare_cli/resources/static/img/ajax.gif
- share/static/img/favicon.ico → cli/onionshare_cli/resources/static/img/favicon.ico
- share/images/logo.png → cli/onionshare_cli/resources/static/img/logo.png
- share/static/img/logo_large.png → cli/onionshare_cli/resources/static/img/logo_large.png
- share/static/img/web_file.png → cli/onionshare_cli/resources/static/img/web_file.png
- share/static/img/web_folder.png → cli/onionshare_cli/resources/static/img/web_folder.png
- + cli/onionshare_cli/resources/static/js/chat.js


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/dcb052e4a2c5bd9c84a84282cdd45ef2361c0d22...47a82d8b39e761540a67de24d1e64aedd6e8caf8

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/dcb052e4a2c5bd9c84a84282cdd45ef2361c0d22...47a82d8b39e761540a67de24d1e64aedd6e8caf8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20210330/fece82f7/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list