Rob Hudson
e37a3de88b
Updated addons.models tests for webapp default_locale change.
2012-10-31 10:59:47 -07:00
Rob Hudson
afd1578dfc
Updated to set logged in locale if unsupported default_locale (bug 804980)
2012-10-31 09:51:22 -07:00
Rob Hudson
956280fe84
Flagged addons adding device types for re-review (bug 803142)
2012-10-31 08:49:50 -07:00
Matt Basta
af184b9dcf
Fix XSS vulnerability in marmo lookup tool (bug 791038)
2012-10-30 16:08:41 -07:00
Matt Basta
bfc7cc0ead
Removed "Forgot Password" link
...
Persona makes this link useless, so no sense in keeping it around.
2012-10-29 21:21:41 -07:00
Matt Basta
b3a8404f8f
Merge pull request #477 from fmarier/browserid-to-persona
...
Replace all old BrowserID URLs and references with the new Persona ones
2012-10-29 21:19:46 -07:00
Matt Basta
48146b9673
Update file viewer sort order
...
We sort alphabetically now (with directories first) because we're
using the storage API, which returns directories and files separately.
In other news, hooray for more storage API coverage!
2012-10-29 15:57:12 -07:00
Matt Basta
05ca29cf1a
Don't fail when file name isn't mocked out.
...
Poor mocking in the file viewer's helper tests causes `filename` to
sometimes not be provided.
2012-10-29 15:49:38 -07:00
Matt Basta
421fa59b29
Add file viewer to Marketplace (bug 784200)
2012-10-29 14:48:07 -07:00
Rob Hudson
008d8f98b9
Moved revalidation to mkt's zadmin
2012-10-26 15:32:43 -07:00
Tarek Ziade
4194ea1c8f
Merge pull request #483 from tarekziade/802561-revalidate-manifest
...
Added zadmin page to force re-validate all manifests (Bug 802561)
2012-10-26 11:54:17 -07:00
Rob Hudson
b684e69188
PEP8 cleanup from previous commit
2012-10-26 11:43:30 -07:00
Rob Hudson
34595c7114
Fixed denormalized review fields (bug 804998, 805286)
2012-10-26 11:43:30 -07:00
Tarek Ziade
16bcea17b2
Added zadmin page to force re-validate all manifests (Bug 802561)
2012-10-26 00:39:44 +02:00
Wraithan (Chris McDonald)
396d1b33fd
tests for blplugin blapp change (bug 795387)
2012-10-25 15:33:06 -07:00
Wraithan (Chris McDonald)
d0089feb21
account for plugin.min/max in blocklist
2012-10-25 14:36:22 -07:00
Wraithan (Chris McDonald)
1f50d634b6
Revert "Revert "Blocklist: allow mulitple apps per plugin (bug 795387)""
...
This reverts commit 9abb8b879c
.
2012-10-25 14:32:44 -07:00
Andy McKay
9abb8b879c
Revert "Blocklist: allow mulitple apps per plugin (bug 795387)"
...
This reverts commit 5e99328f6a
.
2012-10-25 13:42:31 -07:00
Kris Maglione
4537fb4e6b
Allow senior editors to view performance pages of other editors.
2012-10-25 13:41:34 -07:00
Hanno Schlichting
0c50996064
add check for the presence of the public cert used in the receipt
...
we test for the presence of the file, that it's valid JSON and the JSON
contains at least a `jwk` key
2012-10-25 11:13:10 -07:00
Andy McKay
ac586009f4
explicitly have an index_addon_held and use that on request_finished with celery (bug 803636)
2012-10-25 11:11:25 -07:00
Francois Marier
33e4cdb88e
Replace all old BrowserID URLs and references with the new Persona ones
...
In particular the include.js ones will speed up page load by
eliminating an extra redirect over HTTPS.
Now that all of the browserid.org URLs are gone, there is no need
to whitelist that domain in the CSP headers.
2012-10-25 11:59:27 +13:00
Rob Hudson
106e513b50
Don't show admins/staff in reviewer leaderboard (bug 803244)
2012-10-24 15:14:06 -07:00
Rob Hudson
adb1f237e1
Fixed test and pep8 cleanup
2012-10-23 15:56:30 -07:00
Rob Hudson
ea82654705
Merge pull request #472 from kmaglione/file-history-whitespace
...
Bug 804382: Fix review notes white space in developer version pages, and...
2012-10-23 14:00:12 -07:00
Rob Hudson
2748eaa72e
Merge pull request #335 from kmaglione/bug-701719
...
Bug 701719: Give theme jars .xpi extension so that they have application...
2012-10-23 13:59:48 -07:00
Wraithan (Chris McDonald)
5e99328f6a
Blocklist: allow mulitple apps per plugin (bug 795387)
2012-10-23 13:17:25 -07:00
Rob Hudson
7ee75c9f2d
Added offline re-indexing option (bug 763722)
2012-10-23 20:56:06 +02:00
Andy McKay
a89bde4120
ensure we bump up to zh-CN only when asked to do so (bug 803848)
2012-10-22 18:00:01 -07:00
Kris Maglione
a3ccb3544f
Bug 804382: Fix review notes white space in developer version pages, and fix white space in version notes copied to the clipboard.
2012-10-22 16:17:28 -07:00
Kris Maglione
6febc575e3
Bug 701719: Give theme jars .xpi extension so that they have application/x-xpinstall on download and on disk.
2012-10-22 16:03:03 -07:00
Rob Hudson
705ccd10f6
Removed scoreboard link that was just for testing.
2012-10-19 16:53:52 -07:00
Rob Hudson
8af879a631
Added reviewers score page (bug 797521)
2012-10-19 16:45:00 -07:00
Andy McKay
ba27d0e2d5
forget that extra gunk
2012-10-19 15:20:31 -07:00
Andy McKay
65a5cc32cc
look at created, not addon.created (bug fix-app-counts)
2012-10-19 14:18:36 -07:00
Andy McKay
1291c713ba
give apps a version and don't clobber the user in tasks
2012-10-19 11:51:30 -07:00
Tarek Ziade
66ab7756fa
Merge pull request #466 from tarekziade/master
...
Bug 785414 - Fix ES test case bit rot
2012-10-19 09:50:10 -07:00
Hanno Schlichting
2730c0b2bc
remove one more unused SuspiciousOperation
2012-10-19 16:03:51 +02:00
Tarek Ziade
624e4fcdb8
make sure we get rid of elasticutils local es cache
2012-10-19 15:06:12 +02:00
Hanno Schlichting
45fc4cf1d0
803221 - don't raise SuspiciousOperation for invalid login redirects
2012-10-19 14:04:19 +02:00
Tarek Ziade
3f76d69a78
Don't recreate the ApplicationsVersions object if it's still present (Bug 803082)
2012-10-18 18:58:32 +02:00
Andy McKay
b854aadb60
only try and delete each index once (bug 785414)
2012-10-18 09:41:46 -07:00
Matt Basta
ab8b83eb90
Removed extraneous suggestions values (per davor)
2012-10-17 15:11:43 -07:00
Rob Hudson
0c46fdef86
Reviews of packaged apps are tied to version (bug 777167)
2012-10-17 15:04:51 -07:00
Matt Basta
3fed25a3fd
Fix for broken links in vald. results (bug 785517)
...
I don't even want to look at the `git blame` for this.
2012-10-17 11:43:35 -07:00
Kumar McMillan
1a322ae750
Merge pull request #458 from jrconlin/789288.mkt
...
Fixed test to use correct email
2012-10-17 09:35:21 -07:00
jrconlin
9f12ec6db9
Fixed test to use correct email
2012-10-17 09:33:24 -07:00
Kumar McMillan
ff2e5c65ec
Merge pull request #457 from jrconlin/789288.mkt
...
Bug 789288 - Mkt specific changes for Persona login.
2012-10-16 17:15:35 -07:00
jrconlin
e1235edd3a
Bug 789288 - Mkt specific changes for Persona login.
...
This patch limits changes to the mkt branch.
* Adds email to the page user info block.
* Waits for persona initialization
* updated test_helpers to include new value
* added r fixes
* added legacy account csrf handler
2012-10-16 17:02:22 -07:00
Kumar McMillan
2ef5aa8c23
Revert "Bug 789288 - Mkt specific changes for Persona login."
...
This reverts commit 409eaba9ec
.
It needs amo support, causing a 400 error on mkt
2012-10-16 17:31:30 -05:00