Commits on Source (81)
-
scootergrisen authored
-
scootergrisen authored
-
scootergrisen authored
-
Baumgartner authored
-
milotype authored
Complete croatian translation
-
João Vítor S. F authored
-
Koala Yeung authored
* Add a way to manually override the language detection for some of the languages. * Add manual language overriding for zh-HK (to zh-TW).
-
Koala Yeung authored
-
AsciiWolf authored
-
AsciiWolf authored
-
Karl-Johan Karlsson authored
Calling `locale.getlocale()` checks LC_CTYPE, which is not meant for UI strings. Change the call to check LC_MESSAGES instead. Also call `locale.setlocale()` first to import the locale settings from the environment. This is not needed for LC_CTYPE due to https://bugs.python.org/issue6203 but is required for LC_MESSAGES. Closes #361
-
Micah Lee authored
Fix typo and add Czech translation to desktop files
-
Jonas Witschel authored
The ordering of os.walk() is file system dependent. To make sure that the generated torbrowser-launcher.mo is reproducible bit for bit no matter on which file system it was originally generated, sort the files before feeding them to msgfmt.
-
FliegendeWurst authored
Missing permissions can be handled later.
-
milotype authored
-
milotype authored
-
milotype authored
Small change in wording
-
Leonidas P authored
-
intrigeri authored
Since the vulkan abstraction is not available on older AppArmor versions, this relies on the "conditional includes" AppArmor parser feature, which is available in AppArmor v2.10.4, v2.11.2, v2.12.1, and v2.13. closes #554
-
intrigeri authored
closes #540
-
intrigeri authored
Firefox uses cgroups to determine how many CPUs are available, and gather other information it needs about the CPUs. I did not investigate what are the consequences of Firefox lacking this information. I suspect performance, and thus UX, may be impacted. closes #547
-
intrigeri authored
Most distributions now ship with unprivileged user namespaces enabled, which Firefox uses to set up its own sandbox. That sandbox is more fine-grained and powerful than our AppArmor policy, so let's allow Firefox to use it.
-
intrigeri authored
Roger Shimizu told us it's needed on Debian Buster. I suppose the "user.slice" path component is not used there.
-
Leo authored
-
Bast authored
-
Micah Lee authored
platform.dist() is deprecated since Python3.5, replaced with distro
-
Micah Lee authored
Update available languages for torbrowser
-
Micah Lee authored
Do not require the home directory to be writable
-
Micah Lee authored
-
Micah Lee authored
Make torbrowser-launcher.mo ordering reproducible
-
Micah Lee authored
Add Chinese (Traditional) translation
-
Micah Lee authored
-
Micah Lee authored
Merge branch 'fix-hk-language-fallback' of https://github.com/yookoala/torbrowser-launcher into yookoala-fix-hk-language-fallback
-
https://github.com/milotype/torbrowser-launcherMicah Lee authored
Merge branch 'milotype-hr' of https://github.com/milotype/torbrowser-launcher into milotype-milotype-hr
-
Micah Lee authored
pt_BR translation (.po only)
-
Micah Lee authored
Create da.po
-
Jony authored
I have translated Tor Browser launcher. Please merge it to the next release. Is there some other changes needed?
-
Jony authored
Add Swedish translation
-
Micah Lee authored
-
Jony authored
Some strings were in French
-
Micah Lee authored
-
Micah Lee authored
Set language from LC_MESSAGES, not LC_CTYPE
-
https://github.com/scootergrisen/torbrowser-launcherMicah Lee authored
Merge branch 'patch-2' of https://github.com/scootergrisen/torbrowser-launcher into scootergrisen-patch-2
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
Micah Lee authored
-
scootergrisen authored
-
AsciiWolf authored
-
AsciiWolf authored
-
kpcyrd authored
-
Micah Lee authored
Fix pt_BR po file
-
Micah Lee authored
Update Czech translation
-
Micah Lee authored
Add Danish translation
-
Micah Lee authored
Create github actions to test ./setup.py install
-
kpcyrd authored
-
kpcyrd authored
-
kpcyrd authored
-
Micah Lee authored
Add install_requires, use it in tests
-
Roger Shimizu authored
-
kpcyrd authored
-
Micah Lee authored
Rebuild paths in case force_en-US was set
-
Micah Lee authored
Download Tor Browser Developers signing key using requests instead of gnupg, and make a new common.proxies() method for downloading WKD key over Tor
-
Micah Lee authored
-
Micah Lee authored
Download the Tor Browser signing key using requests instead of gnupg
-
Micah Lee authored
-
Micah Lee authored
-
Roger Shimizu authored
Update to upstream version '0.3.5' with Debian dir 3f04f12222e6d31a37bdc1b1401eca969f8f4c15
-
Roger Shimizu authored
-
Roger Shimizu authored
-
Roger Shimizu authored
- Fix U2F for Yubikey 5 tokens - AppArmor: support Wayland display protocol
-
Roger Shimizu authored
Showing
- .github/workflows/python.yml 19 additions, 0 deletions.github/workflows/python.yml
- .vscode/settings.json 3 additions, 0 deletions.vscode/settings.json
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- LICENSE 1 addition, 1 deletionLICENSE
- apparmor/torbrowser.Browser.firefox 10 additions, 1 deletionapparmor/torbrowser.Browser.firefox
- debian/changelog 11 additions, 0 deletionsdebian/changelog
- debian/patches/01-show-gui-only-if-tbb-not-installed.patch 1 addition, 1 deletiondebian/patches/01-show-gui-only-if-tbb-not-installed.patch
- debian/patches/02-remove-double-common-assignment.patch 1 addition, 1 deletiondebian/patches/02-remove-double-common-assignment.patch
- debian/patches/03-Remove-use-of-deprecated-platform.dist-fixes-446.patch 4 additions, 14 deletions...03-Remove-use-of-deprecated-platform.dist-fixes-446.patch
- debian/patches/04-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch 30 additions, 0 deletions...ix-use-case-that-enforce-install-of-EN-version-on-n.patch
- debian/patches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch 0 additions, 31 deletions...tches/04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch
- debian/patches/05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch 0 additions, 72 deletions...ix-use-case-that-enforce-install-of-EN-version-on-n.patch
- debian/patches/05-fix-failure-in-detect-installed-torbrowser.patch 4 additions, 4 deletions...tches/05-fix-failure-in-detect-installed-torbrowser.patch
- debian/patches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch 0 additions, 39 deletions...ches/06-Fix-language-fallback-for-Chinese-Hong-Kong.patch
- debian/patches/06-Update-apparmor-profile.patch 2 additions, 2 deletionsdebian/patches/06-Update-apparmor-profile.patch
- debian/patches/07-Fix-U2F-for-Yubikey-5-tokens.patch 22 additions, 0 deletionsdebian/patches/07-Fix-U2F-for-Yubikey-5-tokens.patch
- debian/patches/07-Use-gpg-instead-of-gpg2.patch 0 additions, 23 deletionsdebian/patches/07-Use-gpg-instead-of-gpg2.patch
- debian/patches/08-AppArmor-allow-usage-of-cgroups.patch 0 additions, 40 deletionsdebian/patches/08-AppArmor-allow-usage-of-cgroups.patch
- debian/patches/08-AppArmor-support-Wayland-display-protocol.patch 28 additions, 0 deletions...atches/08-AppArmor-support-Wayland-display-protocol.patch
- debian/patches/10-AppArmor-allow-usage-of-the-IBus-input-framework.patch 0 additions, 25 deletions...10-AppArmor-allow-usage-of-the-IBus-input-framework.patch
.github/workflows/python.yml
0 → 100644
.vscode/settings.json
0 → 100644