Andrew Brown
|
ce6dda81b6
|
Add worldbuilding prompts page
|
2017-04-11 17:47:47 +01:00 |
|
Andrew Brown
|
cf6cd4a53a
|
Delete empty attribute categories after deleting the last attribute in them, fixes #191
|
2017-03-24 23:04:02 +00:00 |
|
Andrew Brown
|
d2c310fe0f
|
Differentiate between redirecting to content and looking at content
|
2017-02-27 19:41:41 +00:00 |
|
Andrew Brown
|
619d034eba
|
Don't error on anonymous users viewing content :|
|
2017-02-22 13:25:28 +00:00 |
|
Andrew Brown
|
28b01532e4
|
Fix mixpanel track on image upload
|
2017-02-21 19:14:50 +00:00 |
|
Andrew Brown
|
963769e3c9
|
Add mixpanel action tracking for all server actions
|
2017-02-21 17:12:43 +00:00 |
|
Andrew Brown
|
f6a9dfa63e
|
Fix out-of-space message on upload and CTA
|
2017-02-20 18:11:49 +00:00 |
|
Andrew Brown
|
a90f042caa
|
Allow uploading more than 2 images at a time
|
2017-02-20 17:46:59 +00:00 |
|
Andrew Brown
|
9cd7bfa396
|
Allow uploading images alongside initial content creation
|
2017-02-20 16:22:40 +00:00 |
|
Andrew Brown
|
96e0a60ea9
|
Subtract account bandwidth on upload, refund on delete
|
2017-02-18 02:24:38 +00:00 |
|
Andrew Brown
|
ee5fe081e7
|
Store modified image styles properly, e2e uploads tested
|
2017-02-17 22:07:25 +00:00 |
|
Andrew Brown
|
bb01a25614
|
Upload images to S3
|
2017-02-17 21:03:29 +00:00 |
|
Andrew Brown
|
737273d2ae
|
Single image uploading, needs processing in controller
|
2017-02-17 01:41:41 +00:00 |
|
Andrew Brown
|
8c76a03774
|
Proper auth permissions on admin/content/export controllers
|
2017-02-03 14:43:55 +00:00 |
|
Andrew Brown
|
34f61a044b
|
Use default user permissions for logged-out users
|
2017-02-02 22:24:00 +00:00 |
|
Andrew Brown
|
8ae77f4b67
|
Implement authority for user permissions
|
2017-01-14 00:06:33 +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
|
d107512438
|
Merge branch 'custom-attributes' into content-expansion
Conflicts:
app/models/content_types/character.rb
app/models/user.rb
app/views/content/_form.html.erb
app/views/content/form/_text_input.html.erb
app/views/content/index.html.erb
app/views/content/list/_list.html.erb
app/views/content/show.html.erb
app/views/items/edit.html.erb
app/views/items/new.html.erb
app/views/locations/edit.html.erb
app/views/locations/new.html.erb
app/views/universes/edit.html.erb
app/views/universes/new.html.erb
config/locales/en.yml
config/routes.rb
db/schema.rb
|
2016-11-01 21:02:12 +01:00 |
|
Matthew Werner
|
72c66a60cb
|
Attribute Field Dropdowns
|
2016-10-31 16:32:41 -07:00 |
|
Matthew Werner
|
149199a281
|
make content controller create more flexible to avoid overriding in subclass
|
2016-10-25 16:58:23 -07:00 |
|
Matthew Werner
|
0c84046330
|
clean up unnecessary changes
|
2016-10-25 16:48:07 -07:00 |
|
Matthew Werner
|
5b58364c97
|
merge in upstream
|
2016-10-25 11:05:22 -07:00 |
|
Matthew Werner
|
01f791d149
|
merge upstream
|
2016-10-25 10:43:18 -07:00 |
|
Andrew Brown
|
4440c7b2df
|
Add creatures content type
|
2016-10-14 23:26:32 +02:00 |
|
Matthew Werner
|
7b109eb12b
|
clean up
|
2016-10-10 16:45:03 -07:00 |
|
Matthew Werner
|
eca50c3276
|
make attribute categories accessible
|
2016-10-10 16:20:47 -07:00 |
|
Matthew Werner
|
5a3cfcb6d1
|
Convert attribute_categories to system categories
|
2016-10-10 14:47:51 -07:00 |
|
Robert Richter
|
03193cea5e
|
Merge branch 'master' into issue-18-serendipitous-i18n
|
2016-09-29 20:16:09 -05:00 |
|
Robert Richter
|
3bf3f8412b
|
Fix merge conflict
|
2016-09-29 20:08:24 -05:00 |
|
Robert Richter
|
4ee0d5f008
|
Merge master
|
2016-09-29 20:06:41 -05: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
|
db54e3f11f
|
Don't wipe universe on content create #bugfix
|
2016-09-03 16:27:01 -05:00 |
|
Robert Richter
|
af7af4a3e2
|
Rubocop auto-correct
|
2016-08-26 14:56:52 -05:00 |
|
Andrew Brown
|
a5dfe24481
|
Require users to be logged in to do anything other than show public content
|
2016-08-18 18:12:20 -05:00 |
|
Andrew Brown
|
30fa5443f0
|
Allow universes and their content to be marked public manually and adhere to their privacy setting in UI
|
2016-08-18 16:45:58 -05:00 |
|
Andrew Brown
|
01589d75e9
|
Re-enable serendipitous cards for content#index, contnent#show, and main#dashboard
|
2016-08-11 00:51:17 -05:00 |
|
Andrew Brown
|
7271ec72f1
|
Don't filter universe by universe
|
2016-08-10 23:50:40 -05:00 |
|
Andrew Brown
|
3c662a8ef6
|
Universe scoping!
|
2016-08-10 23:43:11 -05:00 |
|
Andrew Brown
|
417213b130
|
Allow filtering content by universe
|
2016-08-10 22:59:51 -05:00 |
|
Andrew Brown
|
e571b2e50f
|
Don't throw a 500 if we can't generate a question about content, just don't ask the question
|
2016-08-06 02:15:54 -05:00 |
|
Andrew Brown
|
eda6e72db6
|
Hook up serendipitous form for simple fields
|
2016-08-04 20:50:40 -05:00 |
|
Robert Richter
|
8997c51467
|
Fixed up Characters Controller tests
|
2016-07-08 21:50:02 -05:00 |
|
Andrew Brown
|
4300bf492a
|
Edit siblingships/relations from #_form
|
2016-05-02 19:37:37 -05:00 |
|
Andrew Brown
|
2819f062e3
|
Use chips in content#show relations
|
2016-05-02 11:31:47 -05:00 |
|
Andrew Brown
|
6cfd0e06af
|
Show serendipitous card base
|
2016-04-25 22:04:00 -05:00 |
|
Andrew Brown
|
afcb02036e
|
clean up redundancy
|
2016-04-07 02:30:38 -05:00 |
|
Andrew Brown
|
d1295ef243
|
ponr: replace custom login with devise login
|
2016-04-06 15:04:06 -05:00 |
|
Andrew Brown
|
70a1bba5dc
|
Clean up ContentController complexity
|
2015-09-01 23:42:54 -05:00 |
|
Andrew Brown
|
317f0e8f7d
|
Universe abstraction
|
2015-09-01 23:15:16 -05:00 |
|