Jake Moshenko
9c83ec32c6
Merge pull request #1191 from jakedt/properties
...
Convert some flask-login user methods to properties
2016-01-29 10:47:39 -05:00
Jake Moshenko
9310fe1832
Convert some flask-login user methods to properties
2016-01-29 10:36:28 -05:00
josephschorr
e0e83b38e5
Merge pull request #1190 from coreos-inc/fixv1push
...
Fix V1 push URL to match Docker and fix registry tests
2016-01-29 17:33:30 +02:00
Joseph Schorr
accc576a98
Fix V1 push URL to match Docker and fix registry tests
2016-01-29 16:42:15 +02:00
Jake Moshenko
6402049c38
Merge pull request #1186 from jakedt/doyouevenpip
...
Fix conflict by removing pycrypto, dump python dep list
2016-01-28 14:17:22 -05:00
Jake Moshenko
69d4cd68dc
Fix conflict by removing pycrypto, dump python dep list
2016-01-28 14:11:41 -05:00
Jake Moshenko
a132d984e5
Merge pull request #1184 from jakedt/nullhandlers
...
Add a null handler to the root logger to silence test errors
2016-01-28 13:27:23 -05:00
Jake Moshenko
8c82fb44ae
Add a null handler to the root logger to silence test errors
2016-01-28 13:20:12 -05:00
Jake Moshenko
eaa89bc61e
Merge pull request #1182 from jakedt/refresh
...
Refresh base image and python dependencies
2016-01-28 13:19:39 -05:00
Jake Moshenko
d7332a725b
Freeze our version of cryptography to work around segfault
2016-01-28 11:36:49 -05:00
Jake Moshenko
fa18316fc4
Merge pull request #1181 from jakedt/parseme
...
Refactor how parsed_args are passed to methods
2016-01-27 14:33:20 -05:00
Jake Moshenko
01a92a66ba
Refresh base image and python dependencies
2016-01-27 11:36:40 -05:00
Jake Moshenko
018bf8c5ad
Refactor how parsed_args are passed to methods
2016-01-26 16:27:36 -05:00
josephschorr
daab1b3964
Merge pull request #1095 from coreos-inc/pageordering
...
Add ID-based pagination to logs using new decorators and an encrypted token
2016-01-26 14:41:20 -05:00
Joseph Schorr
335c8eb3a9
Add 2 day TTL to page tokens
2016-01-26 14:04:03 -05:00
Joseph Schorr
b4bddacedb
Switch to Fernet crypto as per gtank's recommendation
2016-01-26 12:50:48 -05:00
Joseph Schorr
bd0a098282
Add ID-based pagination to logs using new decorators and an encrypted token
...
Fixes #599
2016-01-26 12:50:48 -05:00
josephschorr
af77b92bcf
Merge pull request #1179 from coreos-inc/updatechangelog
...
Update changelog for v1.15.2
2016-01-25 20:40:19 -05:00
Joseph Schorr
d29f483f63
Update changelog for v1.15.2
2016-01-25 17:56:40 -05:00
josephschorr
15db48a619
Merge pull request #1169 from coreos-inc/manifestct
...
Fix manifest content type
2016-01-25 17:02:49 -05:00
Joseph Schorr
a03f0f1970
Fix manifest content type
...
Fixes #1168
2016-01-25 16:39:59 -05:00
josephschorr
b081e234f8
Merge pull request #1162 from coreos-inc/publicnocredauth
...
Fix issue with Docker 1.8.3 and pulling public repos with no creds
2016-01-25 16:07:55 -05:00
Joseph Schorr
8cd38569d6
Fix issue with Docker 1.8.3 and pulling public repos with no creds
...
We now return the valid subset of auth scopes requested.
Adds a test for this case and adds testing of all returned JWTs in the V2 login tests
2016-01-25 15:54:17 -05:00
josephschorr
efb4a1523b
Merge pull request #1165 from coreos-inc/enterprisebar
...
Only include the global nav when billing is enabled
2016-01-25 10:57:05 -05:00
Joseph Schorr
10d5fd2f6b
Only include the global nav when billing is enabled
...
Makes pages load faster for enterprise and not have a flicker
2016-01-25 10:33:59 -05:00
josephschorr
463c8e4dc8
Merge pull request #1163 from vcaputo/security-fixups
...
static/security: miscellaneous fixes
2016-01-23 21:17:04 -05:00
Jimmy Zelinskie
e76648e682
Merge pull request #1164 from vcaputo/plans-fixups
...
static/plans: fixed typos
2016-01-23 14:23:32 -05:00
Vito Caputo
2b78a192f3
static/plans: fixed typos
2016-01-23 00:04:41 -08:00
Vito Caputo
91d8637fea
static/security: miscellaneous fixes
...
Some typos and changed language about "never communicating in plain text
on any wire." We cannot assert that, we communicate with an S3 endpoint
and entrust it to perform encryption on our behalf. What we hand S3 is
plaintext, and there are very likely numerous wires behind that endpoint.
2016-01-22 23:43:34 -08:00
Jimmy Zelinskie
85ae1a2a0a
Merge pull request #1161 from jzelinskie/torrenthmac
...
misc torrent changes
2016-01-22 23:02:44 -05:00
josephschorr
566a91f003
Merge pull request #1160 from coreos-inc/dockerv2authsucks
...
Fix Docker Auth and our V2 registry paths to support library (i.e. namespace-less) repositories.
2016-01-22 16:00:30 -05:00
Joseph Schorr
e4ffaff869
Fix Docker Auth and our V2 registry paths to support library (i.e. namespace-less) repositories.
...
This support is placed behind a feature flag.
2016-01-22 15:54:06 -05:00
Jimmy Zelinskie
2650772db3
add delimiters to per-user torrent filenames
2016-01-22 15:53:21 -05:00
Jimmy Zelinskie
e54b86c6eb
s/TORRENT/BITTORRENT
2016-01-22 15:52:28 -05:00
josephschorr
d00db518df
Merge pull request #1153 from coreos-inc/fixtutorial
...
Fix tutorial by properly publishing user events for V2 API
2016-01-22 12:51:47 -05:00
josephschorr
feac9007e1
Merge pull request #1159 from coreos-inc/fixtestcode
...
Fix test to reflect change in the status code returned for no torrent…
2016-01-20 18:35:42 -05:00
Joseph Schorr
06b0f756bd
Fix test to reflect change in the status code returned for no torrent available
2016-01-20 18:35:07 -05:00
josephschorr
60ef73a226
Merge pull request #1157 from coreos-inc/globalnavbar
...
Add new global nav header
2016-01-20 18:33:57 -05:00
Joseph Schorr
8318546447
Add new global nav header
...
Fixes #1151
2016-01-20 18:31:04 -05:00
josephschorr
cd81d1e4f5
Merge pull request #1156 from coreos-inc/torrentverb
...
Add support for torrenting verbs
2016-01-20 18:15:52 -05:00
Joseph Schorr
7c572fd218
Add support for torrenting verbs
...
Fixes #1130
2016-01-20 18:15:32 -05:00
josephschorr
f4ea14f417
Merge pull request #1158 from coreos-inc/authdebug
...
Add more debugging statements to V2 auth
2016-01-20 18:10:58 -05:00
Joseph Schorr
068301ef1f
Add more debugging statements to V2 auth
...
Also fixes a spurious return
2016-01-20 18:06:46 -05:00
josephschorr
3fdadb51b7
Merge pull request #1155 from coreos-inc/torrenttest
...
Add torrent tests
2016-01-20 13:42:42 -05:00
Joseph Schorr
22b8a562be
Fix tutorial by properly publishing user events for V2 API
...
Fixes #1123
2016-01-20 13:42:30 -05:00
Joseph Schorr
68c9d5e432
Add torrent tests
...
Fixes #1128
2016-01-19 17:40:11 -05:00
Jake Moshenko
c36c00e15d
Merge pull request #1154 from jakedt/enforcemodels
...
Enforce all models have some data
2016-01-19 15:32:58 -05:00
Jake Moshenko
fe2bdeb6cb
Require some data from all models in initdb
2016-01-19 15:30:27 -05:00
Jake Moshenko
1b392dcb9a
Remove dependent signatures before removing image storages
2016-01-19 14:56:02 -05:00
Jake Moshenko
7d0be20842
Formatting and syntax improvements
2016-01-19 14:56:02 -05:00