refactor: rewrite form pages using form helper
- add
installGateway
property to app config - update route names and groups
- remove
author_name
andauthor_email
fromepisodes
table - remove
author_name
andauthor_email
frompodcasts
table - remove
owner_id
+ addcreated_by
andupdated_by
fields inpodcasts
andepisodes
tables - remove unnecessary comments in database fields
- remove confirm password from auth forms for better ux
- rename
pub_date
field topublished_at
and add publication time in episode form
closes #14 (closed), #28 (closed)