Joseph Schorr
27a9b84587
Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists
2015-03-30 17:55:04 -04:00
Jimmy Zelinskie
716d7a737b
Strip whitespace from ALL the things.
2014-11-24 16:07:38 -05:00
jakedt
0827e0fbac
Merge remote-tracking branch 'origin/master' into ncc1701
...
Conflicts:
endpoints/web.py
static/directives/signup-form.html
static/js/app.js
static/js/controllers.js
static/partials/landing.html
static/partials/view-repo.html
test/data/test.db
2014-04-14 19:37:22 -04:00
Joseph Schorr
0bd8a1bcbf
Switch title to data-title to prevent the browser-default tooltip from displaying
2014-04-11 18:21:13 -04:00
Joseph Schorr
da859203f7
- Add a config whitelist
...
- Send the config values to the frontend
- Add a service class for exposing the config values
- Change the directives to inject both Features and Config
- Change directive users to make use of the new scope
2014-04-08 19:14:24 -04:00
Joseph Schorr
6e2b8d96b8
Add a simplified landing page for the case where billing is disabled
2014-04-06 14:48:58 -04:00
Joseph Schorr
b252520ab0
Add the mix panel badge to the landing page
2014-03-24 14:10:55 -04:00
Joseph Schorr
702188f492
Add a build history screenshot to the landing page and fix the screenshots.js script to work on prod
2014-03-17 17:34:23 -04:00
yackob03
7f4a66be99
Update the screenshots. Add a screenshot and some marketing copy for logging. Change the branding on the screenshot tabs to Quay.io.
2014-01-10 12:40:14 -05:00
yackob03
af697efba3
Fix the underlines on the plans features. Update the price on the landing page.
2013-12-27 14:07:15 -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
c24a14b402
Move the signup form into its own directive
2013-12-11 16:50:10 -05:00
yackob03
b00f58d164
Add a security page and link it from the landing page and footer.
2013-11-22 15:54:23 -05:00
yackob03
4c21273cf4
Add a trademark disclaimer for the Docker trademark. Make all references to Docker proper nouns.
2013-11-22 12:32:05 -05:00
Joseph Schorr
45680d4a8e
Fix the footer to be on all pages (except the repo view page due to an issue), fix the double body tag issue and add padding to content pages
2013-11-20 16:17:47 -05:00
yackob03
c7355f5509
Remove the old seo-snapshots instrumentation.
2013-11-19 10:52:06 -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
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
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
yackob03
a313a77a6b
Switch some unnecessary button calls over to links.
2013-10-29 13:41:26 -04:00
Joseph Schorr
5175364e62
Add a create repo button in a few places
2013-10-28 13:22:18 -04:00
yackob03
b4d916bcc5
Update to Font Awesome 4.
2013-10-24 17:41:37 -04:00
Joseph Schorr
d51ab5952b
- Add a repo-circle directive and change all repo icons uses to it
...
- Have the repo-circle directive show the padlock in all places
- Mention SSL on the landing page and the pricing page
2013-10-22 01:26:14 -04:00
yackob03
2df40957c7
Change the Getting Started Guide on the landing page to User Guide to match the navbar.
2013-10-20 01:27:41 -04:00
yackob03
c90602e48d
Update the tour for access tokens and diffs.
2013-10-20 01:09:24 -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
431f7b364f
Fix the links to the privacy policy and tos to not be intercepted by angular. Move some static images to img subdir. Reformat the tos and privacy policy to not have horrible google docs formatting.
2013-10-12 13:14:22 -04:00
yackob03
4040bb37c6
Tweak drawing.js to have a better default margin that never truncates image ids on the left in small widths. Tweak the screenshot generator to use the smallest possible width. Remove tabs from several files. Add the browser-chrome plugin to wrap phantomjs screenshots with browser chrome. Add some repository descriptions to the dataset generator. Switch to using our own screenshots vs those hosted on blogger.
2013-10-11 21:28:02 -04:00
yackob03
785995b473
First stab at trying to pre-render content for search crawlers.
2013-10-10 20:53:14 -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
669b3fcde1
Add login with GitHub to the landing page.
2013-10-10 14:42:14 -04:00
yackob03
3cadc5bdb8
Fix a literally insignificant typo.
2013-10-10 14:02:11 -04:00
Joseph Schorr
d7ea1944e3
Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes
2013-10-09 17:57:29 -04:00
yackob03
5d977f5299
Track users across registration. Send people analytics with a created date on first registration.
2013-10-08 11:52:02 -04:00
yackob03
427b745f2f
Fix mixed content warning on landing page.
2013-10-07 14:05:53 -04:00
yackob03
0af85e4751
Increase the spacing on the tour. Use col-md, Alternate which side the image appears on for each step, make sure they are still aligned properly when collapsed. Use responsive images.
2013-10-05 14:33:31 -04:00
Joseph Schorr
5b99586ffc
Add a basic tour to the landing page
2013-10-04 22:18: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
5f88e89ecd
Merge branch 'master' into nospinjs
...
Conflicts:
static/partials/landing.html
2013-10-03 13:57:55 -04:00
yackob03
f308ba5e28
Make the landing page responsive.
2013-10-03 13:54:59 -04:00
yackob03
237b0418f9
Rip out spinjs in favor of a font-awesome + css spinner.
2013-10-03 12:27:39 -04:00
Joseph Schorr
0ce2252d1d
Add a plans/pricing page
2013-10-02 18:14:51 -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
f12ed9859c
Change it so the front page does appear for signed in users, with a welcome message and a browse button
2013-10-01 22:28:39 -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
f5798b4364
Add a super basic TOS and privacy policy
2013-10-01 17:44:13 -04:00