yackob03
|
4746f9c324
|
Quick fix for the signin page, we should consider moving it over to AJAX though.
|
2013-10-01 13:48:37 -04:00 |
|
yackob03
|
f5e121d98d
|
Fix user login from the command line.
|
2013-10-01 12:25:06 -04:00 |
|
yackob03
|
4b9c6d9aae
|
Add api function to fully delete a repository.
|
2013-10-01 12:13:25 -04:00 |
|
yackob03
|
891f992bf2
|
Allow for anonymous access tokens for public repositories.
|
2013-10-01 01:18:05 -04:00 |
|
yackob03
|
6148a59b38
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
Conflicts:
endpoints/api.py
|
2013-09-30 17:54:06 -04:00 |
|
yackob03
|
cb3d3a9a9a
|
Add a special api_login_required which does not generate the signin redirect.
|
2013-09-30 17:51:07 -04:00 |
|
Joseph Schorr
|
e4653cd7cf
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-09-30 17:33:14 -04:00 |
|
Joseph Schorr
|
294d02a595
|
Fix public browsing
|
2013-09-30 17:32:03 -04:00 |
|
yackob03
|
b0720aac1c
|
Update to support running on elasticbeanstalk.
|
2013-09-30 16:14:48 -04:00 |
|
yackob03
|
ea6df2b725
|
Add image ancestry and update the test db accordingly.
|
2013-09-30 15:30:00 -04:00 |
|
yackob03
|
abdf731f7a
|
Combine the registry and index processes.
|
2013-09-30 14:39:10 -04:00 |
|
Joseph Schorr
|
4382ebfd20
|
Add ability to change the visibility of a repo, and show whether the repo is private in the repo-view screen
|
2013-09-28 17:11:10 -04:00 |
|
yackob03
|
b718dbc6e3
|
Full add public repository support.
|
2013-09-28 00:05:32 -04:00 |
|
yackob03
|
540dfd5343
|
Switch the search to use SQL query.
|
2013-09-27 23:25:57 -04:00 |
|
yackob03
|
a0adffdc8e
|
PEP8 fixes.
|
2013-09-27 20:03:07 -04:00 |
|
yackob03
|
32581c0621
|
Handle the confirmation codes to validate user emails.
|
2013-09-27 19:55:04 -04:00 |
|
yackob03
|
5508402bb7
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
|
2013-09-27 19:29:05 -04:00 |
|
yackob03
|
99341f7d53
|
Send a confirmation email when an account is created. Links don't do anything yet.
|
2013-09-27 19:29:01 -04:00 |
|
Joseph Schorr
|
038e9afc97
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-09-27 19:24:30 -04:00 |
|
Joseph Schorr
|
edaad6eea2
|
Add repo autocomplete for searching.
|
2013-09-27 19:21:54 -04:00 |
|
yackob03
|
87dc3b6344
|
Add checks for username and passwords, move checks to model.
|
2013-09-27 18:38:41 -04:00 |
|
yackob03
|
1574be3c07
|
Make sure usernames and emails are unique and message is sent to user.
|
2013-09-27 18:16:26 -04:00 |
|
yackob03
|
730f4f2d66
|
Update landing page to use gravatar.
|
2013-09-27 18:15:31 -04:00 |
|
Joseph Schorr
|
bf926aceee
|
Get the tabs working and the UI for the image history. Note that the model changes for the image history are WRONG and need to be fixed
|
2013-09-27 17:01:45 -04:00 |
|
yackob03
|
53f2a31547
|
Fix some bugs with the permissions API. Prevent the user from removing themelves as admin.
|
2013-09-27 15:53:39 -04:00 |
|
yackob03
|
98dc20542c
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
Conflicts:
endpoints/api.py
|
2013-09-27 14:57:03 -04:00 |
|
yackob03
|
1883014ad9
|
Flesh out the API for managing permissions.
|
2013-09-27 14:56:14 -04:00 |
|
Joseph Schorr
|
685479da7b
|
Slightly better repo list screen
|
2013-09-27 13:49:50 -04:00 |
|
yackob03
|
6bcb5cfcaa
|
Flesh out some permissions APIs.
|
2013-09-27 13:24:07 -04:00 |
|
yackob03
|
539275d04e
|
Add sign in and sign out.
|
2013-09-26 20:18:36 -04:00 |
|
yackob03
|
2f98c95d21
|
Add a user service and load the user information dynamically from the backend.
|
2013-09-26 19:59:58 -04:00 |
|
Joseph Schorr
|
2e476625de
|
Merge and add tag descriptions for the latest image
|
2013-09-26 18:10:09 -04:00 |
|
Joseph Schorr
|
27ce5c00b2
|
Start on UI for Quay
|
2013-09-26 17:59:20 -04:00 |
|
yackob03
|
9278871381
|
Load flask principal permissions even for web and api endpoints.
|
2013-09-26 16:32:09 -04:00 |
|
yackob03
|
23cbcb2979
|
Make images belong to one repository only. Add a description field to the repository. Fix a bug with access tokens. Fix an embarrasing bug with multiple select criteria in peewee. Update the test db.
|
2013-09-26 15:58:11 -04:00 |
|
yackob03
|
5caa54ffb3
|
Fix a bug with pulls and repeate pushes, add permissions checks to all repository endpoints.
|
2013-09-26 13:42:24 -04:00 |
|
yackob03
|
44255421df
|
Namespace the storage in the registry to prevent leaking images if one acquires the image id.
|
2013-09-25 20:00:22 -04:00 |
|
yackob03
|
deee70d53b
|
Add the registry code.
|
2013-09-25 17:50:03 -04:00 |
|
yackob03
|
08446ef59e
|
Fix some stuff with logins and permissions, add tags to the mode.
|
2013-09-25 16:46:28 -04:00 |
|
yackob03
|
ee5ea51532
|
Refactor the code into modules, it was getting unweildy.
|
2013-09-25 12:45:12 -04:00 |
|