Joseph Schorr
|
a572fd33c7
|
Ensure that we limit the length of repository names
Until now, they'd simply be truncated by the database. Now, we properly check their lengths.
Fixes https://jira.coreos.com/browse/QUAY-963
|
2018-07-13 13:22:33 +03:00 |
|
Joseph Schorr
|
77adf9dd77
|
Fix bug which allowed for implicit library namespace access via the V1 registry protocol when the feature flag was off
Now we raise a 400 as expected
|
2018-05-01 13:28:24 +03:00 |
|
Joseph Schorr
|
462500a389
|
Temp revert dot fix because it applies to repo names as well on pull
|
2018-01-26 14:43:37 -05:00 |
|
Joseph Schorr
|
ede3a81c68
|
Disallow dots in repository names to fix reflected text "attack"
Fixes https://jira.coreos.com/browse/QS-125
|
2018-01-18 13:19:37 -05:00 |
|
Joseph Schorr
|
7cc7e54945
|
Remove unicode before sending it to path parser
Fixes https://sentry.io/coreos/backend-production/issues/175929456/
|
2017-02-22 13:21:12 -05:00 |
|
Joseph Schorr
|
0fe3e6510a
|
Prevent invalid tags on builds
Fixes #1632
|
2016-07-25 17:50:35 -07: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 |
|
Silas Sewell
|
dd3d939b31
|
Update tag validation
Fixes #536
|
2015-10-05 19:32:10 -04:00 |
|
Joseph Schorr
|
a283c8d8ec
|
Add a check to ensure repository names are valid according to an extended set of rules.
Fixes #534
|
2015-09-24 11:55:08 -04:00 |
|
Jimmy Zelinskie
|
88a60d05b6
|
fix shadowed variable
'tag' was being used for both a string value and a boolean value
|
2015-01-05 14:51:00 -05:00 |
|
Jimmy Zelinskie
|
6968c148f7
|
Allow redirects to specific tags
|
2014-12-18 16:01:59 -05:00 |
|
Joseph Schorr
|
8d3ce44682
|
Address comments on code review
|
2014-09-11 15:45:41 -04:00 |
|
Jake Moshenko
|
4556ff52b3
|
Change the request ids to use urns. Add the logger name to the log formatter.
|
2014-05-02 13:43:57 -04:00 |
|
Joseph Schorr
|
9a79d1562a
|
Change to store the pull robot on the repository build and only add the credentials to the queue item. This prevents the credentials from being exposed to the end user. Also fixes the restart build option
|
2014-04-01 21:49:06 -04:00 |
|
Joseph Schorr
|
2006917e03
|
Add support for pull credentials on builds and build triggers
|
2014-03-27 18:33:13 -04:00 |
|
yackob03
|
026ed7ffb4
|
Start fleshing out support for robots.
|
2013-11-20 16:13:03 -05:00 |
|
yackob03
|
08446ef59e
|
Fix some stuff with logins and permissions, add tags to the mode.
|
2013-09-25 16:46:28 -04:00 |
|