501st-alpha1 / big-gollum

A rails app that lets you make, browse, edit, and eventually control permission to gollum wikis.
MIT License
6 stars 2 forks source link

Disable new registrations #25

Closed 501st-alpha1 closed 7 years ago

501st-alpha1 commented 7 years ago

Implemented feature and added Cucumber tests.

Right now the string value "1" is considered "enabled", and anything else is "disabled". All we need is true/false, but Settings are saved as strings.

Fixes #24.

oponder commented 7 years ago

Nice implementation! LGTM!

oponder commented 7 years ago

You got a big-gollum installation running with users and stuff somewhere? Didn't think anyone was still using this :D pretty cool.

Happy Holidays!

501st-alpha1 commented 7 years ago

Yes haha. I'm using it for a documentation server at my day job. Many software companies don't have much documentation (unfortunately), so this is usually one of the first things I do at a new company. I also want to throw an instance up on my personal server at some point.

Thanks, and Merry Christmas!