1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-05 17:40:26 +00:00
mycorrhiza/web
Timur Ismagilov 51f5ebf46d Auth: Refactor login and logout
GET /login and POST /login-data are merged into /login.

GET /logout and POST /logout-confirm are merged into /logout.

The logout form now looks more consistent with other forms.

Used io.WriteString instead of Fprint where it wasn't like that for some reason.
2021-12-31 02:07:39 +05:00
..
admin.go Rename /admin/user/new to /admin/new-user 2021-12-31 01:39:31 +05:00
auth.go Auth: Refactor login and logout 2021-12-31 02:07:39 +05:00
backlinks.go Move backlinks stuff to a separate module 2021-12-21 00:08:21 +03:00
history.go add feed grouping (#61) 2021-10-25 20:58:25 -04:00
mutators.go Merge branch 'master' into mycomarkup-3-migrate-and-test 2021-11-06 01:57:18 +05:00
readers.go Migrate to Mycomarkup v3 2021-10-05 23:10:28 +03:00
search.go Run gofmt 2021-09-29 21:56:17 +07:00
stuff.go Move backlinks stuff to a separate module 2021-12-21 00:08:21 +03:00
web.go Tidy up some more 2021-10-02 01:34:56 +08:00