Commit Graph

294 Commits (master)

Author SHA1 Message Date
Ezequiel Schwartzman 88ebd1a820 Updated README with deprecation warning 2017-01-18 20:29:46 -03:00
Ezequiel Schwartzman 64e3dffc8a Gemlock 2017-01-18 20:29:46 -03:00
Zequez 31d111e5f0 Disable account creation 2017-01-18 20:29:46 -03:00
Zequez fc03c9e5c2 Disabled new mods creation and new releases creation 2017-01-18 20:29:46 -03:00
Zequez 7c5246d8d3 Added official app banner 2017-01-18 20:29:46 -03:00
Zequez 182fbc78b4 Fix Analytics, Jesus Christ, it's been broken all this time 2017-01-18 20:29:46 -03:00
Zequez b485751feb Added password recovery form 2017-01-18 20:29:46 -03:00
Zequez 937df490b8 Added Sendgrid 2017-01-18 20:29:46 -03:00
Zequez 843c11ec79 Updated README 2015-08-07 11:16:40 -03:00
Zequez 0117e9aa09 Fix translation 2015-08-07 11:12:17 -03:00
Zequez 84d4a3fadc Add migration to set all the mod#author from mod#authors 2015-08-07 11:09:48 -03:00
Zequez acd153add3 And of course, I should at least make a test to ensure the admin pages at least load 2015-08-07 11:04:39 -03:00
Zequez 30aaf43b0d Mod#authors it's officially un-needed! 2015-08-07 10:57:21 -03:00
Zequez d76b57b91e Author eager loading index 2015-08-07 10:46:57 -03:00
Zequez b84e99ebdc Authors mods counter cache 2015-08-07 10:46:28 -03:00
Zequez c3e26ea65c Updated mod serializer 2015-08-07 10:43:31 -03:00
Zequez 7db27d031d Updated authors in the views 2015-08-07 10:40:47 -03:00
Zequez 8c2d966fc8 Yay! All tests passing. Now I just have to update the views. 2015-08-07 10:30:41 -03:00
Zequez 1be2bfa491 Still breaking things by adding a single author again 2015-08-07 08:43:07 -03:00
Zequez bb48ae060d Mess things up a little 2015-08-07 07:36:52 -03:00
Zequez d68e7d5062 Well renaming the column #author_id to #owner_id wasn't that bad either 2015-08-07 07:05:14 -03:00
Zequez 5b389b5131 Add mods#additional_contributors column 2015-08-07 06:49:06 -03:00
Zequez 5fcbeab0c9 Well removing mods#author was way easier than I was expecting 2015-08-07 06:48:40 -03:00
Zequez 013572c1d9 Fix admin users 2015-08-07 06:00:13 -03:00
Zequez bad861413f Change devise users path to /accounts instead of /users 2015-08-07 05:52:04 -03:00
Zequez 5cb271cd73 Oops, forgot to add the proper layout to mods#show 2015-08-07 05:44:12 -03:00
Zequez c2ecb6ef20 Enhance some CSS and messages. 2015-08-07 05:43:17 -03:00
Zequez dbb0e6558a Remove obsolete spec 2015-08-07 05:28:23 -03:00
Zequez 4bc551ee24 Remove redundancy on .rspec 2015-08-06 16:59:11 -03:00
Zequez 8492aa41ff Added parallel tests support. 2015-08-06 16:54:50 -03:00
Zequez ecf63668a3 😫 For some reason this was making Rspec HANG in different unrelated tests 2015-08-06 16:42:37 -03:00
Zequez acf3ddfe60 Remove jQuery CDN so it doesn't fail test while offline 2015-08-06 16:40:05 -03:00
Zequez c18145cb93 Fix some forum_validations tests 2015-08-06 16:01:22 -03:00
Zequez 4f4c0b5097 Separate mods#edit and mods#new into 2 views with a shared partial 2015-08-06 15:52:12 -03:00
Zequez 90591dbf8d Standardised layout types and cleaned up CSS 2015-08-06 15:27:04 -03:00
Zequez 3e9edc1a17 Add ModsDecorator#form_title 2015-08-06 13:46:27 -03:00
Zequez 648a5438f9 Add finding authors by slugged with a bang 2015-08-06 12:20:50 -03:00
Zequez 1b7504fabe 🐛 Preload the authors_mod on AuthorsUsersSeparatorUpdater
I really dodged a bullet by importing the production database and
testing that this worked manually, phew!
2015-08-06 12:12:39 -03:00
Zequez 8dad840867 🐛 Fix ModDecorator#authors_links_list adding maintainer for both nil author#user & mod#owner 2015-08-06 11:20:26 -03:00
Zequez a8a8fa4d99 Reset mods counter on AuthorsUsersSeparationUpdater 2015-08-06 11:00:36 -03:00
Zequez a3cb596db8 🐛 Add authors#mods_count that wasn't being used 2015-08-06 10:54:33 -03:00
Zequez 4fd57f33fe 🐛 Fix AuthorsUsersSeparationUpdater
It was creating authors for users without mods.
2015-08-06 10:54:10 -03:00
Zequez 59124660b5 I think I messed up a migration at some point; Doesn't matter, all test OK 2015-08-06 09:46:09 -03:00
Zequez 7f6e9e6940 Add title to authors page 2015-08-06 09:44:20 -03:00
Zequez b290a04c3e Fix some authors validations edge cases 2015-08-06 09:41:44 -03:00
Zequez 4d0d1d2aa5 Add rake task to import prod DB from Heroku 2015-08-06 09:18:04 -03:00
Zequez 3535575331 Drop back to using User#name, and not User#forum_name 2015-08-06 07:16:09 -03:00
Zequez 707592b25d Integration tests for forum validation, it works! 2015-08-06 06:54:03 -03:00
Zequez 35345f9cf4 I'm still unsure why this ordering breaks 2015-08-06 06:41:45 -03:00
Zequez d069a4172d Added forum validation after users registration 2015-08-06 06:06:32 -03:00