summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug 19251: Show improved error pages for onion service errors.bug19251-02Kathy Brade2020-03-04
| | | | Add strings for onion service error pages.
* Translations update (including new strings)Matthew Finkel2020-03-03
|
* Merge remote-tracking branch 'bradetpo/bug19757-02'Matthew Finkel2020-02-21
|\
| * Bug 19757: Support on-disk storage of v3 client auth keysbug19757-02Kathy Brade2020-02-05
| | | | | | | | Add onionAuthViewKeys() and onionAuthRemove() Tor controller functions.
| * Bug 19757: Support on-disk storage of v3 client auth keysKathy Brade2020-02-05
| | | | | | | | | | Add strings for "Remember this key" checkbox and the new "Onion Services Authentication" preferences section.
* | Translations updateMatthew Finkel2020-02-21
| |
* | Translations updateMatthew Finkel2020-02-06
| |
* | Bug 31395: Remove inline script in aboutTor.xhtmlAlex Catarineu2020-02-06
|/
* Bug 30237: Control port module improvements for v3 client authenticationbug30237-04Kathy Brade2020-01-15
| | | | | | Modify the Tor controller onionAuthAdd() function to remove support for the nickname parameter (not supported by tor) and add some missing parameter validation.
* Translations updateMatthew Finkel2020-01-04
|
* Merge remote-tracking branch 'gk/bug_31134'Matthew Finkel2019-12-19
|\
| * Bug 31134: Govern graphite again by security settingsGeorg Koppen2019-12-16
| |
* | Merge remote-tracking branch 'bradetpo/bug32674-01'Matthew Finkel2019-12-19
|\ \
| * | Bug 32674: Point the about:tor "Get involved" link to the community portal.bug32674-01Kathy Brade2019-12-12
| |/ | | | | | | | | | | | | The link is now constructed in code (instead of coming from aboutTor.dtd) and it is: https://community.torproject.org/LOCALE where LOCALE is the current browser locale.
* | Bug 31855: Remove End of Year Fundraising Campaign from about:torRichard Pospesel2019-12-16
|/
* 2018 is long gone and we made changes this yearGeorg Koppen2019-11-30
|
* Translations updateMatthew Finkel2019-11-30
|
* Bug 30786: Add th supportGeorg Koppen2019-11-29
|
* Bug 30788: Add ms localeGeorg Koppen2019-11-29
|
* Bug 30787: Add lt supportGeorg Koppen2019-11-29
|
* Translations updateGeorg Koppen2019-11-26
|
* Don't check out securityLevel.propertiesGeorg Koppen2019-11-26
| | | | Since #24653 landed securityLevel strings are merged into torbutton.dtd.
* Bug 30888: move torbutton_util.js to modules/utils.jsAlex Catarineu2019-11-25
|
* Translations updateGeorg Koppen2019-11-25
|
* Translations updateGeorg Koppen2019-11-21
|
* Bug 28745: Remove torbutton.js unused codeAlex Catarineu2019-11-20
|
* Bug 30237: Add strings for v3 onion services client authenticationKathy Brade2019-11-19
|
* Bug 30237: Control port module improvements for v3 client authenticationKathy Brade2019-11-19
| | | | | | | | | | | | Split the configuration portion of the controller() function into a new configureControlPortModule() function. This allows the Torbutton code to continue to own the configuration (with help from Tor Launcher) while making it possible for the v3 client authentication prompt to use Torbutton's control port module. Also, include error information returned by Tor within error objects generated by the control port module and add support for Tor's new ONION_CLIENT_AUTH_ADD control port command.
* Bug 30851: Move default preferences to 000-tor-browser.jsAlex Catarineu2019-11-19
|
* Bug 28745: Assume always running in Tor BrowserAlex Catarineu2019-11-19
|
* Bug 28746: Remove torbutton isolation and fp prefs syncAlex Catarineu2019-11-04
|
* Remove cookie-jar-selector componentAlex Catarineu2019-11-04
|
* Bug 27268: Preference clean upGeorg Koppen2019-11-01
|
* Translations updateGeorg Koppen2019-11-01
|
* Bug 30783 - Use EOY URL for bottom linkMatthew Finkel2019-11-01
|
* Bug 30783 - Use mobile EOY links on AndroidMatthew Finkel2019-10-31
|
* Translations updateGeorg Koppen2019-10-30
|
* Bug 30783: End of year 2019 Fundraising campaignAlex Catarineu2019-10-29
|
* Add LICENSEAlex Catarineu2019-10-28
|
* Bug 30783: Add language strings for EOY 2019 campaignGeorg Koppen2019-10-27
|
* Translations updateGeorg Koppen2019-10-19
|
* Bug 32125: Fix circuit display for bridge without a fingerprintRichard Pospesel2019-10-19
| | | | | | | | | | | Torbutton expects all bridges to have a fingerprint when creating the browser's circuit display. This patch works around the case when the user provides a bridge without a fingerprint by assuming it is a bridge, but we cannot determine the other displayed info: type (obfs4, meek, etc) nor the ip. In this scenario, the entry node in the circuit display will simply say "Bridge".
* Bug 21549 - Enable WASM on the Standard security-levelMatthew Finkel2019-10-18
|
* Bug 31730: Revert aarch64 fixes for esr60Alex Catarineu2019-10-17
|
* Translations updateGeorg Koppen2019-10-17
|
* Translations updateGeorg Koppen2019-10-12
|
* Bug 32041: Replace = with real hamburguer icon ≡emma peel2019-10-11
|
* Bug 31910: Replace meek_lite with meek in circuit displayKathy Brade2019-10-10
|
* Translation updatesGeorg Koppen2019-10-10
|
* fixup! Bug 31747: Add onboarding.propertiesGeorg Koppen2019-10-10
| | | | Treat onboarding.properties specially