Joseph Schorr
44d0505990
getMinimumPlan should ignore deprecated plans
2013-12-20 22:41:00 -05:00
Joseph Schorr
c20e7dbcf7
- Add some more analytics events
...
- Enable business features for personal users on business plans
- Fix a bug in the credit card image view
2013-12-20 22:38:53 -05:00
Joseph Schorr
8bfc0ac48d
Update the plans page to make it a single row (and work in general)
2013-12-20 21:25:06 -05:00
Joseph Schorr
3f062ee602
NOTE: The plans page is still broken
...
- Change the subscribe method to allow for subscribing to the free plan, even when an org
- Change the frontend to no longer have different plan groups
- Change the frontend to display the proper plans (i.e. hide the deprecated plans unless it is the current plan, etc)
2013-12-19 21:51:46 -05:00
yackob03
e3504b91de
Make sure the right people are required to select a business plan.
2013-12-19 17:10:09 -05:00
yackob03
5633c1fc79
Merge the plans and mark many as deprecated. Fix a bunch of pylint errors.
2013-12-19 17:06:04 -05:00
Joseph Schorr
2d0a61b6c2
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-12-19 15:29:55 -05:00
Joseph Schorr
c26d56a31f
Fix >= to >
2013-12-19 15:29:39 -05:00
yackob03
4d88d9f9f7
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2013-12-19 15:18:31 -05:00
yackob03
56722d1ac1
Allow a request with invalid basic auth to still be considered anonymous, rather than throwing a 401.
2013-12-19 15:18:14 -05:00
Joseph Schorr
b6f42e8835
Fix event casing
2013-12-19 12:20:24 -05:00
Joseph Schorr
5778076abb
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-12-18 23:03:32 -05:00
Joseph Schorr
ed82d65dd1
- Add API for returning the user’s used private repos and available private repos
...
- Fix the same API for orgs
- Change the chosen plan in the create repo view to use the API
- Add an account indicator if the user is over their plan
2013-12-18 23:03:19 -05:00
yackob03
5088114ed7
Add a breakdown by plan type to the revenue tool.
2013-12-18 21:02:06 -05:00
yackob03
dec74fc608
When an email code has already been used, just redirect to signin.
2013-12-18 19:47:42 -05:00
yackob03
d0e62d2099
Don't load olark if the host doesn't specify prod.
2013-12-18 19:41:22 -05:00
yackob03
791867dabe
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2013-12-18 19:17:08 -05:00
yackob03
d527746cfe
Fix the list of public repos to respect the limit set by the API request.
2013-12-18 19:16:58 -05:00
root
19f9a566e5
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-12-18 23:32:58 +00:00
root
2c50d148b4
Move the client body buffering over to /mnt (non-ebs).
2013-12-18 23:32:31 +00:00
Joseph Schorr
95a8915546
Temporarily disable Google Analytics until such time as angulartics supports multiple providers
2013-12-18 18:16:32 -05:00
yackob03
ec01b47608
Merge remote-tracking branch 'origin/loading-bar'
...
Conflicts:
static/js/app.js
2013-12-18 17:26:56 -05:00
Joseph Schorr
b5dfabaaa3
Bug fixes
2013-12-18 17:04:07 -05:00
Joseph Schorr
b2e4b8152e
Add a loading bar and convert to using the new ApiService and resource-view (part #2 )
2013-12-17 22:56:28 -05:00
Joseph Schorr
46a13706fa
Make it so mix panel is the last installed and remove the unneeded call in the analytics snippet
2013-12-17 18:41:30 -05:00
Joseph Schorr
777cc45fcb
Add Google Analytics
2013-12-17 15:21:14 -05:00
Joseph Schorr
cc8e0e5ea5
Add a new cookie service and have it properly use permanent cookies when needed.
2013-12-17 15:03:34 -05:00
Joseph Schorr
8725b7a87c
Store the selected namespace in a persistent cookie, not a session cookie
2013-12-17 14:48:13 -05:00
Joseph Schorr
414bd34d52
Work in progress: add a loading bar and convert to using the new ApiService and resource-view
2013-12-17 13:19:59 -05:00
Joseph Schorr
a53106be3b
No need to clear the plan since the redirect is now only if the user is signed in
2013-12-13 15:50:57 -05:00
Joseph Schorr
f36d7d7b76
Add an email invoice tool
2013-12-13 15:11:11 -05:00
Joseph Schorr
242f844055
Have user setup use a cookie to determine which section to have open by default
2013-12-11 18:27:35 -05:00
Joseph Schorr
9dbbd33afc
Switch to using a common directive for user setup (sign in, sign up, recover account) everywhere
2013-12-11 18:20:24 -05:00
Joseph Schorr
abe6db334d
Make the pricing page ask for signup and, if completed, redirect to the proper page to subscribe to a plan. Also fixes a redirect issue with Github signin on the new org page
2013-12-11 17:50:48 -05:00
Joseph Schorr
91f4464cb6
Add the sign up form to the sign in page
2013-12-11 16:55:07 -05:00
Joseph Schorr
d41f651a38
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-12-11 16:50:36 -05:00
Joseph Schorr
c24a14b402
Move the signup form into its own directive
2013-12-11 16:50:10 -05:00
Joseph Schorr
3302b58cc3
Switch to using the UserService’s cache of org information for whether a user is an admin of a namespace/org ( #2 )
2013-12-10 15:49:34 -05:00
Joseph Schorr
df1500b6d0
Switch to using the UserService’s cache of org information for whether a user is an admin of a namespace/org
2013-12-10 15:22:22 -05:00
Joseph Schorr
9197a20a77
Add a dropdown next to the entity search which shows all the user’s teams and robot accounts, and lets them create new ones on the fly
2013-12-10 01:38:05 -05:00
Joseph Schorr
ecabcc3fc6
Add support for deep linking of tabs
2013-12-09 23:33:28 -05:00
Joseph Schorr
6cc0482bfb
Make sure to properly load the entries for the last day
2013-12-09 21:13:21 -05:00
Joseph Schorr
93dec70fe7
One more title fix
2013-12-09 17:30:26 -05:00
Joseph Schorr
c27d8a4c19
Fix title in logs view
2013-12-09 17:29:17 -05:00
Joseph Schorr
a3b834cd66
Add ability to pick the dates of the logs viewed
2013-12-09 17:28:23 -05:00
root
7b38482fd9
Split the staging nginx config from the production one.
2013-12-09 16:04:00 +00:00
root
61618c7eab
We can't count on auth tokens being sent anymore, so we set the namespace and repository for the session when the original put on the repo is made.
2013-12-09 04:24:29 +00:00
root
8917812efa
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2013-12-09 02:38:44 +00:00
Joseph Schorr
17372b89be
Fix title and description for the new page
2013-12-06 19:30:55 -05:00
Joseph Schorr
a0f9e1646a
Add a logs view for specific members of an organization
2013-12-06 19:25:27 -05:00