Micah Lee
785512218d
Test python 3.6 as well
2020-03-22 17:10:15 -07:00
Micah Lee
290e6f5e72
Add a pytest.ini file to register custom markers, to avoid so many test warnings
2020-03-22 17:08:41 -07:00
Micah Lee
34e59ad7d7
Update comments and section names in CircleCI
2020-03-22 16:33:32 -07:00
Micah Lee
ea4fbdd834
Fix installing Qt binaries
2020-03-22 16:28:59 -07:00
Micah Lee
bf06bb1081
Try installing binaries instead of building from source
2020-03-22 16:01:23 -07:00
Micah Lee
db9abb789d
Build Qt from source in circleci
2020-03-22 15:32:25 -07:00
Micah Lee
360458372f
Test with python 3.7 and 3.8, no longer 3.6
2020-03-22 12:35:26 -07:00
Micah Lee
3c6e0cbda1
Change python version to ^3.7, and use PyQt 5.14 instead of the very latest. Run tests from poetry
2020-03-22 12:33:35 -07:00
Micah Lee
5c4e4ce10b
Try using buster docker images
2020-03-22 11:45:37 -07:00
Micah Lee
3b79a9ba2e
Add python3-pytest and python3-pytestqt to circleci
2020-03-22 11:35:33 -07:00
Micah Lee
579c87c379
No longer install packages from requirements.txt
2020-03-22 11:32:18 -07:00
Micah Lee
8b119353ae
Merge branch 'migrate-poetry' of https://github.com/SaptakS/onionshare into SaptakS-migrate-poetry
2020-03-22 11:06:16 -07:00
Saptak S
b2ad686648
Update dependencies
2020-03-21 12:45:43 +05:30
Saptak S
d4de02f180
Switches from pipenv and requirements.txt to poetry to manage dependencies
2020-03-18 02:47:25 +05:30
Micah Lee
b00260afeb
Change colors
2020-03-08 12:38:25 +05:30
Micah Lee
c8e4b94503
Merge branch 'ascii-logo' of https://github.com/SamPatt/onionshare into SamPatt-ascii-logo
2020-03-08 12:26:28 +05:30
Micah Lee
6a74a7070a
Merge pull request #1086 from milotype/patch-1
...
Update org.onionshare.OnionShare.desktop
2020-03-08 12:25:08 +05:30
Micah Lee
ec8ccdacfc
Merge pull request #1092 from m-rey/patch-1
...
Fix openSUSE misspelling
2020-03-08 12:24:11 +05:30
Martin Rey
fc73281991
Fix openSUSE misspelling
...
The correct spelling of openSUSE can be checked on https://en.opensuse.org/Portal:Distribution
2020-02-28 02:07:33 +00:00
milotype
304f709b2d
Update org.onionshare.OnionShare.desktop
...
Added croatian (hr) translation for Comment and Keywords
2020-01-04 20:59:17 +01:00
Sam
7b81f6f6b3
Added ascii-logo
2020-01-03 14:21:31 -05:00
Micah Lee
72dc6df362
Merge pull request #1078 from Ned84/develop
...
Update BUILD.md
2019-12-01 11:36:21 -08:00
Ned84
06670ae4be
Update BUILD.md
2019-11-30 22:08:37 +01:00
Micah Lee
27107d8992
Merge pull request #1063 from micahflee/f-strings
...
Use python 3.6 f-strings
2019-10-22 09:58:20 -07:00
Micah Lee
057bb40a92
Use .format to format file sizes again
2019-10-20 18:14:00 -07:00
Micah Lee
8dd60eed78
Fix syntax errors
2019-10-20 17:59:12 -07:00
Micah Lee
098625621c
Replace .format with python 3.6 f-strings in tests
2019-10-20 10:46:14 -07:00
Micah Lee
25b2f389db
Fix syntax error
2019-10-20 10:44:06 -07:00
Micah Lee
3a2cc8bdee
Replace .format with python 3.6 f-strings in onionshare_gui module
2019-10-20 10:30:16 -07:00
Micah Lee
b9a7361d9c
Replace .format with python 3.6 f-strings in onionshare module
2019-10-20 10:15:16 -07:00
Micah Lee
4dba1b0a31
Merge pull request #1060 from cclauss/patch-1
...
Use ==/!= to compare str, bytes, and int literals
2019-10-20 12:50:26 -04:00
Micah Lee
f5dcf2e5a8
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
2019-10-20 12:49:20 -04:00
Micah Lee
e9f91a9bcf
Merge pull request #1056 from mig5/error_405_early
...
Communicate a 405 error properly to the UI
2019-10-20 12:49:12 -04:00
Christian Clauss
f54cd86b65
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.
2019-10-19 22:36:32 +02:00
Miguel Jacq
a2b5ab43b5
Reverse the update checker strings to show the correct message for invalid version or connection issue
2019-10-19 15:02:22 +11:00
Miguel Jacq
6616eba3b2
Communicate a 405 error properly to the UI
2019-10-19 14:50:40 +11:00
Micah Lee
c1a147e8e6
For PPA release, change suite from cosmic to disco, and add all dependencies as build dependencies
2019-10-13 14:00:26 -07:00
Micah Lee
7d24bf9ffc
Version bump to 2.2, and added translation changes to changelog
2019-10-13 10:06:39 -07:00
Micah Lee
e80560951e
Merge branch 'static_bug' into develop
2019-10-13 09:55:51 -07:00
Micah Lee
8f1e09875b
Initialize the flask app with a random static path, to avoid issue where /static doesn't work in website mode
2019-10-13 09:55:36 -07:00
Micah Lee
6869f20732
Merge pull request #1047 from micahflee/1028_2.2_localization
...
Update localization for verison 2.2
2019-10-13 12:46:29 -04:00
Micah Lee
402c6e7e20
Fix how Serbian (latin) is written
2019-10-13 09:39:17 -07:00
Micah Lee
aac23dd295
Gitignore .vscode
2019-10-13 09:38:39 -07:00
Micah Lee
6b1f3af3b7
Added new languages (Arabic, Dutch, Persian, Romanian, Serbian) and removed one (Finnish)
2019-10-12 21:50:33 -07:00
Micah Lee
cc2cead50b
Merge branch 'black_formatting' into develop
2019-10-12 21:07:34 -07:00
Micah Lee
91cf364522
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into weblate
2019-10-12 21:06:41 -07:00
Hosted Weblate
d259414dfd
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/
2019-10-13 06:06:26 +02:00
Micah Lee
3037727890
Format all code using black
2019-10-12 21:01:25 -07:00
Micah Lee
90c244ee2f
Merge pull request #1039 from mig5/fix_fedora_dep
...
Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md
2019-10-12 23:57:45 -04:00
Micah Lee
fdb56f3c62
Merge pull request #1044 from googan-star/develop
...
Prettify settings JSON dump
2019-10-12 23:56:43 -04:00