Граф коммитов

33985 Коммитов

Автор SHA1 Сообщение Дата
Christopher Grebs 17bb6968e5
First part moving to olympia.test 2018-01-26 07:11:48 +01:00
Christopher Grebs d398e6050a
Merge pull request #7363 from philipcristiano/pc/docker
Update Python Version
2018-01-26 07:04:38 +01:00
Mathieu Pillard 4473a0c48e
Merge pull request #7397 from diox/change-api-token-name
Change internal auth API token name to be able to clear it completely
2018-01-25 19:57:13 +01:00
Mathieu Pillard 10e6961047 Change internal auth API token name to be able to clear it completely
Sending multiple Set-Cookie headers with the same name is not allowed
by the spec, even if they have a distinct domain attribute, so we could
not clear the cookie on logout reliably, depending on how the user
logged in. Only solution is to change the name, so that it will be
correct from now on.
2018-01-25 19:48:55 +01:00
pyup.io bot 8228ca0788 Update typing from 3.6.2 to 3.6.4 (#7391) 2018-01-26 00:09:25 +08:00
pyup.io bot 9eea7ecb88 Update pyquery to 1.4.0 (#7259) 2018-01-26 00:07:47 +08:00
Mathieu Pillard ecc58c4092
Merge pull request #7393 from diox/remove-old-api-cookie-on-logout
Also remove old domain-less api token cookie on logout, for existing sessions
2018-01-25 13:00:21 +01:00
Mathieu Pillard 622c0f2d08 Also remove old domain-less api token cookie on logout, for existing sessions 2018-01-25 12:33:59 +01:00
Mathieu Pillard 526aab5ebe
Merge pull request #7390 from diox/fix-logout-delete
Properly set the token cookie domain when deleting it
2018-01-25 11:45:26 +01:00
Mathieu Pillard 0850b4c071 Properly set the token cookie domain when deleting it
There is already a test on the cookie value after delete, but sadly
testing the domain is made difficult because of
https://code.djangoproject.com/ticket/28119
2018-01-25 11:19:06 +01:00
Yaron Shahrabani 1237c45018 Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-24 22:11:18 +00:00
pyup.io bot 62d6ef827f Update django-waffle from 0.12.0 to 0.13.0 (#7387) 2018-01-25 01:57:52 +08:00
Mathieu Pillard 31b4cb16c9
Merge pull request #7386 from mozilla/pyup-update-botocore-1.8.33-to-1.8.34
Update botocore to 1.8.34
2018-01-24 18:04:32 +01:00
pyup-bot 67790138ec Update botocore from 1.8.33 to 1.8.34 2018-01-24 17:25:46 +01:00
Ashikur Rahman ad6d715a8f Pontoon: Update Bengali (Bangladesh) (bn-BD) localization of AMO
Localization authors:
- Ashikur Rahman <ashikurrahman068@gmail.com>
- S M Sarwar Nobin <smsarwar1996@gmail.com>
2018-01-24 15:51:36 +00:00
S M Sarwar Nobin 2eacf385b7 Pontoon: Update Bengali (Bangladesh) (bn-BD) localization of AMO
Localization authors:
- Ashikur Rahman <ashikurrahman068@gmail.com>
- S M Sarwar Nobin <smsarwar1996@gmail.com>
2018-01-24 15:31:19 +00:00
Fjoerfoks f2367c5898 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-24 13:31:02 +00:00
Vishal Sharma 160d15ba36 Fixed broken comments in reviewer/theme/logs and reviewer/theme/history (#7382) 2018-01-24 20:48:41 +08:00
Fjoerfoks 90ecbbae8c Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-24 12:31:23 +00:00
Fjoerfoks 99939c8702 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-24 12:10:55 +00:00
Yaron Shahrabani 2ebb56f126 Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-24 10:32:37 +00:00
greenkeeper[bot] 03eb2eb075 fix(package): update jquery to version 3.3.1 (#7354) 2018-01-24 16:20:46 +08:00
Cristian Silaghi 8b2af4a2f9 Pontoon: Update Romanian (ro) localization of AMO
Localization authors:
- Cristian Silaghi <cristian.silaghi@mozilla.ro>
2018-01-24 01:11:16 +00:00
Benjamin Forehand Jr cb1550301e
Update test addon creation to work better with new amo frontend. (#7334)
These changes help compatibility with the new amo frontend for integration testing.

* Create 2 new collections under the username 'Mozilla'.
* Change the status of the installable addon to Public.
* Allow for custom named extensions and collections.
* Added 3 lists to ease updates of the tests as the new homepage changes.
2018-01-23 13:43:17 -08:00
Yaron Shahrabani 440c96a32d Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 21:11:17 +00:00
ItielMaN 18e6d44e58 Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 20:51:34 +00:00
Christopher Grebs a932d12ea2
Show error if add-on is using Mozilla trademarks incorrectly. (#7375)
* Show error if add-on is using Mozilla trademarks incorrectly.

Fixes #6693

* Remove old comment

* Fix name error, this was from an old commit.

* Fix indentation error

* Fix name getting saved, pep8

* Don't pass in the original xpi_info data which we're passing down the pipeline, copy it to resolve translations

* Remove redundancy in message

* Handle email=null gracefully
2018-01-23 20:17:52 +01:00
Mathieu Pillard 956bcffe07
Merge pull request #7378 from VishalCR7/issue-7059
Removed checkbox condition from upload-addon.js
2018-01-23 20:06:21 +01:00
Vishal Sharma af20fe6b1c Removed checkbox condition from upload-addon.js 2018-01-23 23:52:00 +05:30
YFdyh000 f2572ec1fa Pontoon: Update Chinese (China) (zh-CN) localization of AMO
Localization authors:
- YFdyh000 <yfdyh000@gmail.com>
2018-01-23 17:51:21 +00:00
ItielMaN c88516280c Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 14:51:00 +00:00
ItielMaN 5eea1d9bb8 Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
2018-01-23 14:31:43 +00:00
Mathieu Pillard 03035d6412
Merge pull request #7373 from diox/fix-flake8-errors
Fix flake8 errors
2018-01-23 15:19:24 +01:00
Vishal Sharma 786c6d88b6 Removed StandaloneForm and replaced with DistributionChoiceForm to replace checkbox on validator and compatibility page with radio button. (#7329) 2018-01-23 21:44:12 +08:00
ItielMaN 6c9e0ce1ae Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 13:32:40 +00:00
Fjoerfoks 12c44f564c Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 13:32:11 +00:00
ItielMaN 560086be5d Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 13:11:26 +00:00
Fjoerfoks 5fec0f9552 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 12:31:52 +00:00
Mathieu Pillard b3c84893d7 Call codestyle tox env, not flake8, as it changed name 2018-01-23 13:13:19 +01:00
Fjoerfoks 0de615b4c4 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 12:11:31 +00:00
Mathieu Pillard f2b0b8781c Fix flake8 errors 2018-01-23 12:47:14 +01:00
Mathieu Pillard 66c76182a2
Merge pull request #7365 from diox/fix-extra-es-queries-made-when-no-results
Avoid extra ES queries in legacy search code
2018-01-23 12:10:39 +01:00
Mathieu Pillard aabcfeafff
Merge pull request #7362 from diox/generate-new-auth-id-on-delete
Invalidate old sessions when soft-deleting a user account
2018-01-23 12:10:01 +01:00
Mathieu Pillard f3f68e4c9c
Merge pull request #7359 from diox/add-reviewers-admin-group
Create a `Reviewers: Admin` group with `Reviews:Admin` permission
2018-01-23 12:09:36 +01:00
Yaron Shahrabani 1172931e8c Pontoon: Update Hebrew (he) localization of AMO
Localization authors:
- ItielMaN <itiel_yn8@walla.com>
- Yaron Shahrabani <sh.yaron@gmail.com>
2018-01-23 10:51:05 +00:00
Fjoerfoks d957744918 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 10:50:47 +00:00
Fjoerfoks 78e90f9a39 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 10:32:08 +00:00
వీవెన్ 2d4660aaae Pontoon: Update Telugu (te) localization of AMO
Localization authors:
- Sairam Raavi <sairam@riseup.net>
- Sahithi <sahithi.thinker@gmail.com>
- నితిన్ <sainithin95@gmail.com>
- వీవెన్ <veeven@gmail.com>
2018-01-23 10:11:19 +00:00
Fjoerfoks 870ec4dc72 Pontoon: Update Frisian (fy-NL) localization of AMO
Localization authors:
- Fjoerfoks <fryskefirefox@gmail.com>
2018-01-23 08:11:33 +00:00
pyup.io bot 22cd5a0180 Update boto3 from 1.5.18 to 1.5.20 (#7372) 2018-01-23 16:02:23 +08:00