writefreely/migrations
Rob Loranger f85f0751a3
address PR comments
- update error messages to be correct
- move suspended message into template and include for other pages
- check suspended status on all relevant pages and show message if
logged in user is suspended.
- fix possible nil pointer error
- remove changes to db schema files
- add version comment to migration
- add UserStatus type with UserActive and UserSuspended
- change database table to use status column instead of suspended
- update toggle suspended handler to be toggle status in prep for
possible future inclusion of further user statuses
2019-10-25 12:04:24 -07:00
..
drivers.go Support changing instance page titles 2019-04-11 13:56:07 -04:00
migrations.go address PR comments 2019-10-25 12:04:24 -07:00
v1.go Support user invites 2019-01-18 00:05:50 -05:00
v2.go Support changing instance page titles 2019-04-11 13:56:07 -04:00
v3.go address PR comments 2019-10-25 12:04:24 -07:00