Joseph Schorr
04780cb3fa
Fix token bug in stripe payments
2013-11-15 15:31:05 -05:00
Joseph Schorr
457b619647
Add receipt/invoice email support and option to Quay
2013-11-15 14:42:31 -05:00
Joseph Schorr
318dc79de3
Add the payment failed case
2013-11-13 18:06:06 -05:00
Joseph Schorr
971c55608e
Remove plan price in invoice
2013-11-13 18:04:34 -05:00
Joseph Schorr
51dc9c9132
Add all plans to the map in the org admin
2013-11-13 18:00:51 -05:00
Joseph Schorr
e649e669e1
Check in a basic invoice view for organizations
2013-11-13 17:47:45 -05:00
Joseph Schorr
b8dc051705
Change 403 handling to 401 and have a modal dialog (that cannot be removed) display when the user's session has expired. This forces them to reload the page, and thus reset all the state.
2013-11-11 19:26:56 -05:00
Joseph Schorr
07b9128ab6
Return 403 if the user logged in is now an org and handle it on the client
2013-11-11 19:03:18 -05:00
Joseph Schorr
0f473a3a82
Support the additional stripe callbacks
2013-11-08 20:32:56 -05:00
Joseph Schorr
68e1658849
Add automatic email loading to the stripe dialog
2013-11-08 17:50:42 -05:00
yackob03
d7cae4fbca
Merge remote-tracking branch 'origin/orgs'
...
Conflicts:
static/partials/repo-admin.html
2013-11-08 16:44:49 -05:00
yackob03
d6e35e061d
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
2013-11-08 16:41:42 -05:00
yackob03
09e27d77d0
Change the message for no org repos on the landing page.
2013-11-08 16:41:33 -05:00
Joseph Schorr
bce976d203
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-08 16:30:34 -05:00
Joseph Schorr
466e030247
Handle the case where there isn't only a single root image in the history
2013-11-08 16:30:18 -05:00
yackob03
d9a24b714e
Fill in the tour for organizations. Add the CTA to the bottom of the orgs page. Generate screenshots for the org.
2013-11-08 16:27:12 -05:00
yackob03
3be6ceff15
Add some embedding text describing what exactly the user signing in on the new org page is doing.
2013-11-08 16:22:20 -05:00
yackob03
db13c38451
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
2013-11-08 16:04:17 -05:00
yackob03
7781cf7f06
Make the text in the repo list for an empty org more accurate.
2013-11-08 16:03:50 -05:00
Joseph Schorr
9f7b1347ef
Add support for having the 'namespace' URL param override the cookie in the namespace selector
2013-11-08 15:58:21 -05:00
Joseph Schorr
5656e8503d
Remove unnecessary call
2013-11-08 14:06:57 -05:00
Joseph Schorr
3b9d13c42f
One more fix needed
2013-11-07 23:38:34 -05:00
Joseph Schorr
8f5710afe5
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-07 23:36:19 -05:00
Joseph Schorr
be0fba276f
Bug fixes:
...
- Report proper errors when trying to change permissions
- Turn off the auto-caps of the team names
- Fix the is_org_member checks everywhere
- Fix resetting of roles if the change was not successful
2013-11-07 23:35:27 -05:00
yackob03
c076311799
Fix the icon to remove a team from a repo.
2013-11-07 23:29:36 -05:00
yackob03
9f1bf1499d
Merge branch 'orgs' of ssh://bitbucket.org/yackob03/quay into orgs
...
Conflicts:
static/partials/new-organization.html
2013-11-07 22:47:27 -05:00
yackob03
931ba5f9b9
Update the screenshots to generate some action shots of the org.
2013-11-07 22:46:11 -05:00
Joseph Schorr
ecd09358ee
Cache bust the search box when the user changes and fix an NPE in the landing page controller
2013-11-07 22:44:34 -05:00
yackob03
d524559bce
Fix the repo search to include repos that you get through a team and repos for which you have admin on the org.
2013-11-07 22:44:18 -05:00
Joseph Schorr
fe69ba5ec1
- Fix a bug with subscribing in the new repo view
...
- Have conversion to organization update its plan to a business plan
- Fix bug in the repo donut usage graph thingy where it had zero size when not in the default tab
2013-11-07 22:08:23 -05:00
yackob03
7d8336cb6d
User smaller titles for some things in the header. Fix capitalization on guide page.
2013-11-07 17:20:39 -05:00
yackob03
d52c7287c6
Make the password change form less wide on the user admin screen.
2013-11-07 17:18:25 -05:00
Joseph Schorr
3f2d51651e
Start on organization conversion. Note that this does not yet move over the user's plan to an org plan
2013-11-07 16:33:56 -05:00
Joseph Schorr
a7415ef4d3
Have the org plans on the plans page link to new organization, with the selected plan, well… selected :)
2013-11-07 15:33:56 -05:00
Joseph Schorr
44f1ff0ef1
Add ability to create a new organization
2013-11-07 15:19:52 -05:00
Joseph Schorr
70c02eae16
Work in progress: Organizations page (with a fake tour) and start on the locations for the create new org and convert to org forms
2013-11-07 01:48:58 -05:00
Joseph Schorr
0c4dec6de4
- Fix namespace drop down to save the namespace last selected (and validate)
...
- Add a "can_create_repo" entry to the organization and have orgs grayed out in the new repo view if the user cannot create a repo
- Fix the multiple-orgs bug in the model
- Have the "create new repository" button disappear on landing if the org is selected and the user does not have create permissions for that org
2013-11-07 00:49:13 -05:00
Joseph Schorr
4b460be4dd
Update repo list and landing page to support choosing the list of repos to see (org or personal)
2013-11-06 21:52:31 -05:00
Joseph Schorr
ce91190a7e
Fix race condition in the plan manager
2013-11-06 19:19:21 -05:00
Joseph Schorr
56f777448a
Add the members tab to the org admin
2013-11-06 19:06:59 -05:00
Joseph Schorr
fb1732d069
Fix it so the user admin page shows the plan pay dialog when loaded with the proper parameter
2013-11-06 18:14:22 -05:00
Joseph Schorr
62d057d7aa
Hide the cancel button on the free plans
2013-11-06 18:05:34 -05:00
Joseph Schorr
10db2884ac
Redo user admin page to match the style of the org admin page
2013-11-06 17:59:16 -05:00
Joseph Schorr
dba806fd97
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-06 17:30:26 -05:00
Joseph Schorr
a6a225dd5f
Check in all new plan manager directive and add a nice donut chart for the repository usage by the user/org
2013-11-06 17:30:20 -05:00
yackob03
fb5fa4b15a
Add a quay logo to the stripe checkout process.
2013-11-06 14:55:40 -05:00
Joseph Schorr
e356a10378
Add support for org-based subscriptions
2013-11-06 14:19:56 -05:00
Joseph Schorr
b145f72369
Start on org admin page
2013-11-05 18:39:27 -05:00
Joseph Schorr
91806ee252
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-05 17:20:56 -05:00
Joseph Schorr
237614dcef
Finish up create team
2013-11-05 17:20:43 -05:00
yackob03
a1476b32ea
Fix the problem where users in normal repos are marked as outside of the organization.
2013-11-05 17:10:14 -05:00
Joseph Schorr
a3970fa75c
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-05 16:15:09 -05:00
Joseph Schorr
221a7d4998
Work on adding new team button
2013-11-05 16:15:04 -05:00
yackob03
5088fc9948
Improve the responsiveness of the org-view a bit.
2013-11-05 16:05:38 -05:00
Joseph Schorr
2f78a4d6ea
Fix errors introduced by recent CLs
2013-11-05 15:31:49 -05:00
Joseph Schorr
e0bd3417fc
Switch to angular strap tooltips
2013-11-05 15:24:50 -05:00
Joseph Schorr
fa8b970d99
Add a triangle notification in the repo users list when a user is not part of the organization
2013-11-05 15:15:26 -05:00
Joseph Schorr
6e2b2126a6
Merge branch 'orgs' of https://bitbucket.org/yackob03/quay into orgs
2013-11-05 14:47:56 -05:00
yackob03
ac72a8d86d
Pass whether an orgazanition is creating the plan to the plan service to calculate the next minimum plan.
2013-11-05 14:47:48 -05:00
Joseph Schorr
a79b181496
Add a roles directive and properly recolor the roles
2013-11-05 14:47:46 -05:00
yackob03
b11ab44285
Add the business plans in.
2013-11-05 14:40:45 -05:00
Joseph Schorr
1cd4fa8d9b
Add team permissions support
2013-11-04 22:58:21 -05:00
Joseph Schorr
97fa69a361
Add ability to display and edit the team's description
2013-11-04 20:17:58 -05:00
Joseph Schorr
fd68564b3f
Add a markdown input directive and convert both uses of the editor to the directive
2013-11-04 19:59:28 -05:00
Joseph Schorr
9beb627ab0
Add a markdown-view directive and change all uses of markdown in the partials to use the directive
2013-11-04 19:36:56 -05:00
Joseph Schorr
e70f863350
Work in progress: Continue on org view
2013-11-04 19:11:13 -05:00
yackob03
3a11ea4229
Made a stupid assumption about when users belonged to an organization, now paying for my terrible ways.
2013-11-04 18:52:38 -05:00
Joseph Schorr
b56bb92801
Work in progress: Continue on org view
2013-11-04 16:51:25 -05:00
Joseph Schorr
ba7360f2a9
Work in progress: Start on org view
2013-11-04 16:39:29 -05:00
Joseph Schorr
61e9b1629d
Work in progress: Start on org view and finish up the team members view
2013-11-04 16:21:49 -05:00
Joseph Schorr
e6fadbca05
Add ability to change the members of a team
2013-11-04 15:31:38 -05:00
Joseph Schorr
633f603f9d
Merge branch 'master' into orgs
...
Conflicts:
endpoints/api.py
static/partials/new-repo.html
2013-11-04 14:59:00 -05:00
Joseph Schorr
ecbd1f1ef3
Work in progress: Add the team management page
2013-11-04 14:56:54 -05:00
Joseph Schorr
100ec563fa
- Add an entity-search directive for adding a nice search box for users or teams
...
- Add support for team-based permissions to the repos
2013-11-01 21:48:10 -04:00
Joseph Schorr
9fa77aaa48
Add proper messaging if an organization has gone over the repo limit. This change also moves plan information into the server
2013-11-01 19:13:58 -04:00
yackob03
41171c2c2a
Fix one of the font-awesome icons that I missed.
2013-11-01 18:53:10 -04:00
Joseph Schorr
1f0b142535
Add a namespace selector for choosing the namespace in the new repo view
2013-11-01 17:35:26 -04:00
Joseph Schorr
d7148b1711
Start on controllers and the API for organizations. Also adds fake model methods
2013-10-31 18:17:26 -04:00
Joseph Schorr
c3b10c12bb
Add check for existing repo with the same name
2013-10-31 15:04:07 -04:00
yackob03
834cb28d30
Fix a typo on the v1 page.
2013-10-31 11:32:17 -04:00
yackob03
65aad1a2d9
Merge remote-tracking branch 'origin/dockerbuild'
...
Conflicts:
static/css/quay.css
2013-10-30 18:42:17 -04:00
Joseph Schorr
ac88ca4ac2
Add dispose to the correct tree
2013-10-30 16:13:34 -04:00
Joseph Schorr
6a4341e2cf
Show a please sign in message instead of redirecting on the new repo page
2013-10-30 15:44:01 -04:00
Joseph Schorr
ab2385d909
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
2013-10-30 15:12:01 -04:00
Joseph Schorr
e047b5e11e
Dispose of the existing image tree so that a new one can be drawn in its place
2013-10-30 13:55:44 -04:00
yackob03
9dcf427f99
Remove an unnecessary check from the listImages function.
2013-10-30 13:40:55 -04:00
yackob03
d39848962f
Merge branch 'dockerbuild' of ssh://bitbucket.org/yackob03/quay into dockerbuild
2013-10-30 13:23:20 -04:00
yackob03
b9cdf93758
Make the quay support a mailto link.
2013-10-30 13:23:09 -04:00
Joseph Schorr
8a0d6d05b4
Fix case where image changes load results in a 404
2013-10-30 13:03:44 -04:00
Joseph Schorr
081041b85f
- Update the repo page when a build is complete
...
- Change the polling to be 5s
- Show a message on an empty repo when building
2013-10-29 20:54:36 -04:00
Joseph Schorr
dbbec5a853
Fix description handling in new repo view
2013-10-29 20:21:18 -04:00
Joseph Schorr
da71aa7254
Clear the timer that watches build status when the page is changed
2013-10-29 18:56:56 -04:00
yackob03
a313a77a6b
Switch some unnecessary button calls over to links.
2013-10-29 13:41:26 -04:00
Joseph Schorr
1ee21318d4
Have the private option in the new repo form alert the user about needing to purchase a plan and let them do so
2013-10-28 17:08:26 -04:00
Joseph Schorr
bb2446c45c
Actually, there is a simpler way to do this
2013-10-28 13:33:19 -04:00
Joseph Schorr
59543a2e51
Add the image push percent to the progress bar
2013-10-28 13:31:43 -04:00
Joseph Schorr
5175364e62
Add a create repo button in a few places
2013-10-28 13:22:18 -04:00
Joseph Schorr
8cb177128b
Fixes to the new repo and build status:
...
- make the new repo icon gray
- have the build status properly center (this is a hack, unfortunately)
- have the build status update when open
2013-10-28 13:09:22 -04:00
yackob03
b1a5b9c343
Fix CORS s3 upload.
2013-10-26 18:37:53 -04:00
Joseph Schorr
28f6ff1605
Get file dropping working and wire it up to call the build repo endpoint
2013-10-26 17:20:59 -04:00