Joseph Schorr
e382fa1e58
Add a status page to /v1/ so that people don't get confused by the message that docker emits
2013-10-17 17:45:08 -04:00
yackob03
283f9b81ae
First stab at token auth. The UI could use a little bit of polishing.
2013-10-16 14:24:10 -04:00
yackob03
f1746417b1
Make the image delete recursive to remove any tags which depend on it.
2013-10-15 22:10:53 -04:00
yackob03
449c0b0d46
Add a rule for the base repository route too to serve the index page.
2013-10-15 21:50:14 -04:00
yackob03
053ae056ce
Fix logins.
2013-10-15 17:49:03 -04:00
yackob03
984e14f9c5
Fix a bug where images can't be pushed that would remove a dependency image.
2013-10-15 16:13:10 -04:00
yackob03
1af0cb3341
Fix indentation on the StreamReader.
2013-10-15 16:12:53 -04:00
yackob03
959016a6eb
Remove unnecessary calls to the database for user and permission metadata.
2013-10-15 14:48:49 -04:00
yackob03
13298be5d3
Move the register code for github login to the actual registration part, not just login.
2013-10-15 01:12:23 -04:00
yackob03
4c15072c5a
Move signin to use AJAX. Render all flask templates with the common header. Move the header to a partial. Add account recovery.
2013-10-14 17:50:07 -04:00
yackob03
e3db0398ce
Add routes specifically for all angular subroutes so that 404s will start working again. Add a warning in app.js to hopefully ensure that new routes get created when necessary.
2013-10-13 22:06:31 -04:00
yackob03
ce81431cd3
Enable HTML5 mode for routing.
2013-10-10 19:06:04 -04:00
yackob03
32b28df2d2
Send a registration even for github created users. Alias their new username to their old mixpanel ID passed in the OAuth state parameter.
2013-10-10 17:32:32 -04:00
yackob03
16ee147eae
Add a form for changing the password and prompt the user to do so when there is no password on the account.
2013-10-10 13:44:34 -04:00
yackob03
87ff939ad2
Handle some of the error cases with github login.
2013-10-10 12:55:03 -04:00
Joseph Schorr
b924fa5336
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-10-10 00:40:30 -04:00
yackob03
392307a937
Add a repository view with all images that has the list of tags for each image.
2013-10-10 00:40:25 -04:00
Joseph Schorr
9f094af1b2
Begin work on an image history tree view
2013-10-10 00:40:18 -04:00
yackob03
3d89227752
First iteration of sign-in with gihub.
2013-10-09 23:00:34 -04:00
yackob03
6a038bb24e
PEP8 fixes.
2013-10-08 11:29:42 -04:00
yackob03
3eca5f65e1
Add a visible free plan. Tweak the plans and pricing page. Move all plans to a central plans service to have a single point for editing. Support the free plan on the user admin page. Tweak the landing page.
2013-10-04 14:35:51 -04:00
yackob03
8d40f12165
Fix a bug with anonymous pull.
2013-10-03 19:18:03 -04:00
yackob03
00b8244661
Add analytics on push and pull repo events in the backend.
2013-10-03 16:19:01 -04:00
yackob03
e90f9b37d4
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
...
Conflicts:
endpoints/api.py
2013-10-02 16:35:18 -04:00
Joseph Schorr
c2e9a766f7
Make the account settings view a tiny bit nicer looking
2013-10-02 14:50:02 -04:00
yackob03
504bc7e04e
Add a status endpoint that we can use to test if the instance is serving traffic.
2013-10-02 14:35:21 -04:00
yackob03
70a9e79157
Add extra logging to figure out why checksums don't match in prod.
2013-10-02 14:06:12 -04:00
yackob03
f572749ace
Fix a bug in billing dealing with former customers.
2013-10-02 12:43:25 -04:00
yackob03
35c1e6e53b
Allow user to unsubscribe and change their plan.
2013-10-02 02:05:53 -04:00
yackob03
c044893ff9
Add some feedback about the number of private repositories used.
2013-10-02 01:40:11 -04:00
yackob03
20765b7e37
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
...
Conflicts:
static/js/app.js
2013-10-02 00:48:48 -04:00
yackob03
7bd18c1bab
Checkpointing stripe work.
2013-10-02 00:48:03 -04:00
Joseph Schorr
927b280f1a
Redo the landing page to:
...
- Show the user's top repos if they have any
- Show a link to the guide and the repos list if they do not
- Add a getting starting guide
- Redo the repos list to show the user's repos and the top 10 public repos separately
2013-10-02 00:28:24 -04:00
Joseph Schorr
31914da4ca
- Better error messages for sign up
...
- Show a throbber while working on sign up
- Have the front page redirect to the repositories view when logged in
2013-10-01 22:13:43 -04:00
yackob03
211fd6bcd7
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
...
Conflicts:
static/js/controllers.js
2013-10-01 19:39:28 -04:00
yackob03
0d6d463fc1
Allow a user to register from the landing page. Fix spacing issues.
2013-10-01 19:37:33 -04:00
Joseph Schorr
b1ec63893d
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-10-01 17:44:21 -04:00
Joseph Schorr
f5798b4364
Add a super basic TOS and privacy policy
2013-10-01 17:44:13 -04:00
yackob03
a7537ba621
Missed some Image.image_id instances.
2013-10-01 17:23:44 -04:00
Joseph Schorr
d09c402675
Add ability to search for repos by their full path
2013-10-01 17:02:49 -04:00
yackob03
540815b943
Revert "Try moving the redirect to the app layer."
...
This reverts commit 0cba17efe3
.
2013-10-01 16:54:05 -04:00
yackob03
0cba17efe3
Try moving the redirect to the app layer.
2013-10-01 16:48:19 -04:00
yackob03
a713555915
Notify the user when their account needs verification.
2013-10-01 15:43:16 -04:00
yackob03
cbe0590ce5
Fix s3 delete.
2013-10-01 14:46:44 -04:00
yackob03
96896b9067
Rename Image.image_id to Image.docker_image_id to reduce confusion.
2013-10-01 14:14:39 -04:00
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