Commit Graph

4221 Commits

Author SHA1 Message Date
Andrew Brown
6ff3a96583 Update landing page copy 2017-01-21 17:35:11 +00:00
Andrew Brown
31e0239266 Update promo text on landing page 2017-01-21 16:44:00 +00:00
Andrew Brown
41ba0ba862 Use user's active subscriptions in authorizers for permission to create content 2017-01-21 16:41:45 +00:00
Andrew Brown
c8502f1737 Methods for fetching active subscriptions and billing plans on users 2017-01-21 16:38:50 +00:00
Andrew Brown
2d8b5bd7a8 Merge branch 'master' into authority 2017-01-21 16:23:23 +00:00
Andrew Brown
5da038542c Revert that inflection change because it breaks literally everything ever 2017-01-21 16:23:17 +00:00
Andrew Brown
6a8bebd01c Merge branch 'master' into authority
Conflicts:
	app/models/user.rb
2017-01-21 16:21:46 +00:00
Andrew Brown
16f58c81cb Clean up User model with has_content concern 2017-01-21 16:20:59 +00:00
Andrew Brown
c2b60a886d Set 'magic' to pluralize to 'types of magic' globally 2017-01-21 16:19:57 +00:00
Andrew Brown
d11f1707bb Rake task for defaulting existing users to free/beta plans 2017-01-21 16:08:33 +00:00
Andrew Brown
73531be12f Initialize default billing plans on server boot 2017-01-21 15:55:16 +00:00
Andrew Brown
cf18b7fb8e Add subscriptions UI 2017-01-21 15:13:01 +00:00
Andrew Brown
1ec58d3b7b Model for subscriptions #migration 2017-01-20 21:48:05 +00:00
Andrew Brown
0434242a94 BillingPlan model #migration 2017-01-20 21:45:39 +00:00
Andrew Brown
7186f59665 Add stripe customer id field to user #migration 2017-01-20 21:42:57 +00:00
Andrew Brown
a5e484bc1d Couple o' todos 2017-01-20 17:19:28 +00:00
Andrew Brown
0eb2eb00c4 Fix attributes admin page 500 2017-01-20 16:20:03 +00:00
Andrew Brown
6299608663 Fix chartkick js init on admin pages 2017-01-20 16:01:54 +00:00
Andrew Brown
ccd79e4b43 Mock up billing/payments UI 2017-01-14 02:20:31 +01:00
Andrew Brown
8ae77f4b67 Implement authority for user permissions 2017-01-14 00:06:33 +01:00
Robert Richter
d958e5974e
Make Privacy Policy available from the index 2017-01-02 00:26:50 -06:00
Robert Richter
4f8ec97b3a
Make signup/signin buttons collapse into sidenav
Also added some more content to the sidenav
2017-01-02 00:15:06 -06:00
Robert Richter
298f3b6c48
Remove my awesome graph, no longer needed 2017-01-02 00:12:48 -06:00
Robert Richter
227feeceb0
Terminate a dangling li 2017-01-01 23:51:28 -06:00
Robert Richter
71e017e580
Deduplicate mobile/desktop user dropdowns 2017-01-01 23:50:03 -06:00
Robert Richter
2d77defbd0
Add a temporary graph to document header states 2017-01-01 23:32:21 -06:00
Robert Richter
3d6f066b85
Initialize sidenav
It wasn't getting initialized before! The sidenav wasn't working at all.
2017-01-01 17:11:54 -06:00
Robert Richter
9599b71157
Make assets compile immediately in development 2017-01-01 17:09:33 -06:00
Andrew Brown
990a306b48 Link back to content index pages on content#show by clicking on content type icon 2016-12-26 18:03:53 +01:00
Andrew Brown
473a936929 Merge pull request #171 from cherez/content-new-tab
Make content links open in a new tab
2016-11-26 21:03:25 +01:00
Steven Wallace
a57459a14e Make content links open in a new tab 2016-11-26 12:43:05 -06:00
Andrew Brown
8308d5e30d Merge pull request #168 from indentlabs/changelog-2.0.0
Migrate change log into GitHub releases
2016-11-21 23:02:33 +01:00
Andrew Brown
56e39342f3 Merge branch 'master' into changelog-2.0.0 2016-11-21 22:38:26 +01:00
Andrew Brown
decdbadd33 Merge pull request #169 from indentlabs/contribution-guidelines
Update Contribution Guidelines
2016-11-21 22:37:22 +01:00
Bobby Richter
d760c25c42 Create ISSUE_TEMPLATE.md 2016-11-06 13:38:55 -06:00
Bobby Richter
cbe1c84ed8 Create PULL_REQUEST_TEMPLATE.md 2016-11-06 13:37:48 -06:00
Bobby Richter
032508b771 Update CONTRIBUTING.md 2016-11-06 13:34:32 -06:00
Robert Richter
1f984df4f6
Move all changelog info into GitHub Releases 2016-11-06 13:20:59 -06:00
Robert Richter
b2e9b7587c
Format changelog 2016-11-06 12:48:28 -06:00
Andrew Brown
e8afa326b3 Handle camel case properly when redirecting to multi-word controller paths 2016-11-06 18:25:24 +01:00
Andrew Brown
38244ac022 Don't catch require_ownership exceptions so we can see error in prod logs 2016-11-06 18:15:35 +01:00
Andrew Brown
3b84989321 Show modals again, function method changed apparently 2016-11-06 16:48:42 +01:00
Andrew Brown
3713971410 Update changelog 2016-11-06 16:20:58 +01:00
Andrew Brown
48cf0a2ea5 Scope content linking dropdowns to universe when scoped 2016-11-06 15:48:23 +01:00
Andrew Brown
01cf89af04 Clear template description when quick-adding content 2016-11-06 15:29:27 +01:00
Andrew Brown
28fde85db6 Fix hidden tabs on content#show 2016-11-06 15:18:48 +01:00
Andrew Brown
a49ddb2717 Show markdown list formatting in content fields -- fixes #154 2016-11-06 01:47:47 +01:00
Andrew Brown
0af6ab2048 update landing page -- fixes #157 2016-11-06 01:24:50 +01:00
Andrew Brown
b2837d4759 Fix quick-add not passing through name value 2016-11-06 01:11:22 +01:00
Andrew Brown
b6fef08e5e Remove boilerplate tests 2016-11-06 00:12:21 +01:00