Commit Graph

4221 Commits

Author SHA1 Message Date
Robert Richter
240ce516b3
Install rspec 2016-09-29 18:54:42 -05:00
Andrew Brown
50a4626c66 Report new author signups to slackgit status! 2016-09-30 00:32:07 +02:00
Andrew Brown
b8496e9dc7 Fix skintone test 2016-09-29 21:40:30 +02:00
Andrew Brown
96be59d85b dashboard, footer, and misc polish 2016-09-29 21:35:43 +02:00
Andrew Brown
258a9b23fb sidebar polish 2016-09-29 20:04:44 +02:00
Andrew Brown
dd6c8789bf Content show page polish / autocomplete hooks 2016-09-29 19:57:42 +02:00
Andrew Brown
321f382999 navbar polish for mobile responsiveness 2016-09-29 17:54:39 +02:00
Andrew Brown
c89a7625cf content show page polish 2016-09-29 17:31:18 +02:00
Andrew Brown
3125a56d72 password reset page polish 2016-09-29 17:17:51 +02:00
Andrew Brown
586d5c5500 login page polish 2016-09-29 17:15:22 +02:00
Andrew Brown
af866fc64b sign up page polish 2016-09-29 17:12:11 +02:00
Andrew Brown
425deb71ab privacy policy polish 2016-09-29 17:08:59 +02:00
Andrew Brown
f49f793771 Edit user page styling/polish 2016-09-29 17:06:46 +02:00
Andrew Brown
6cfa555da0 Author profile page polish 2016-09-29 16:57:53 +02:00
Andrew Brown
cf33c18c7c Content index page polishes 2016-09-29 16:28:18 +02:00
Andrew Brown
ff5314732f Content show/edit pages polish 2016-09-29 15:58:30 +02:00
Andrew Brown
b4c2dc1cb3 Dashboard polish 2016-09-29 14:58:42 +02:00
Andrew Brown
3d2e6df7da Merge pull request #58 from indentlabs/graphs-everywhere
Graphs everywhere
2016-09-29 01:12:27 +02:00
Andrew Brown
689d755de2 Fix graphs 2016-09-29 00:57:27 +02:00
Andrew Brown
7c0b7b7b90 take datetimes out of card tables for focus on content 2016-09-29 00:49:38 +02:00
Andrew Brown
96393e75ef Add the rest of the graphs 2016-09-29 00:29:10 +02:00
Andrew Brown
061f0aef37 Add admin stat pages for users, characters, locations, items, and universes 2016-09-28 23:39:32 +02:00
Robert Richter
d82b0a2282
Update git version of Serendipitous 2016-09-25 19:40:05 -05:00
Andrew Brown
65d00abf74 Merge pull request #53 from indentlabs/issues/51
Only show serendipitous cards if a user is signed in and owns the content they're looking at
2016-09-26 01:55:54 +02:00
Andrew Brown
10aa25882a Only show serendipitous cards if a user is signed in and owns the content they're looking at 2016-09-26 01:28:11 +02:00
Robert Richter
98bd3c0356
Use Concern version of Serendipitous 2016-09-24 18:40:29 -05:00
Andrew Brown
8e754587b5 Merge pull request #49 from indentlabs/polish-ui
Polish ui
2016-09-24 03:00:40 +02:00
Andrew Brown
aa6ac445fd Allow updating privacy field on content 2016-09-24 02:55:48 +02:00
Andrew Brown
bb32f61799 Avoid 500s when all fields on content are filled already 2016-09-24 02:40:12 +02:00
Andrew Brown
6d68184ec1 Better utilize whitespace on content#show pages 2016-09-24 01:36:50 +02:00
Andrew Brown
7616906f71 Merge branch 'master' into polish-ui
Conflicts:
	app/views/content/form/_actions_dropdown.html.erb
2016-09-24 01:32:05 +02:00
Andrew Brown
191d35e706 Merge pull request #40 from indentlabs/issue-10
Make edit button open the same tab (fixes #10)
2016-09-23 23:44:28 +02:00
Andrew Brown
2978c38102 Replace sharing toggles with an info message for content visitors 2016-09-23 23:33:11 +02:00
Andrew Brown
9983de1a29 Adjust publicly_shared? logic to account for legacy nil privacy values 2016-09-23 23:25:32 +02:00
Andrew Brown
3e0fbd9eb2 Merge branch 'master' into issue-10
Conflicts:
	app/assets/javascripts/content.js.coffee
2016-09-23 23:14:50 +02:00
Andrew Brown
c46b8bdcc6 Remove placeholder in dropdown 2016-09-23 23:11:45 +02:00
Andrew Brown
acd0ddea3b Merge pull request #41 from indentlabs/issue-15
Make content shareable
2016-09-23 23:05:10 +02:00
Andrew Brown
c0d645c79f Merge branch 'master' into issue-15 2016-09-23 22:58:35 +02:00
Andrew Brown
e97d44ecb1 Merge pull request #43 from indentlabs/add-gravatars
Add user profile images
2016-09-23 22:58:14 +02:00
Andrew Brown
16ef4f79fa Merge branch 'master' into add-gravatars 2016-09-23 22:53:31 +02:00
Andrew Brown
6a08ffd43b Merge pull request #47 from indentlabs/issue-46-serendipitous-not-saving
Fix Serendipitous cards not saving
2016-09-23 22:52:17 +02:00
Robert Richter
6052c4eaad
Make the whole button clickable
This test won't catch a regression of this, but it's still useful! So I'm
leaving it.
2016-09-23 11:01:14 -05:00
Robert Richter
e6793fab2b
Create failing test to demonstrate #46 2016-09-23 10:25:17 -05:00
Robert Richter
bcb60a40dc
Remove "disabled" argument to privacy toggle 2016-09-22 17:25:29 -05:00
Robert Richter
225425cc79
Use parameterized queries 2016-09-22 17:13:03 -05:00
Robert Richter
66121aa8f7
Revert "Add db:migrate to travis build"
This reverts commit 5a97d7cdfc.
2016-09-22 17:08:55 -05:00
Robert Richter
63f46af5ee
Revert "Use bundle exec rake to run rake"
This reverts commit a78e822c87.
2016-09-22 17:08:47 -05:00
Robert Richter
a78e822c87
Use bundle exec rake to run rake 2016-09-22 16:59:00 -05:00
Robert Richter
5a97d7cdfc
Add db:migrate to travis build 2016-09-22 16:56:39 -05:00
Robert Richter
48996d0d2a
Merge branch 'master' into add-gravatars 2016-09-22 16:49:03 -05:00