1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-05 17:40:26 +00:00
mycorrhiza/web
handlerug b87583ef28
Drop fixed authorization
Important changes:
- UseFixedAuth is now UseAuth and toggles all kinds of authorization and
  registration
- UseRegistration is now AllowRegistration to better reflect the meaning
- LimitRegistration is now RegistrationLimit because it's not a boolean,
  it's a value (not "limit registration?", but "registration limit is
  ...")
- registered-users.json is now users.json, because all users are stored
  there
- user.AuthUsed is dropped in favor of new cfg.UseAuth which has the
  same meaning

I hope I have not forgotten anything.
2021-07-02 15:20:03 +07:00
..
admin.go Drop fixed authorization 2021-07-02 15:20:03 +07:00
auth.go Drop fixed authorization 2021-07-02 15:20:03 +07:00
history.go Refactor and document some stuff 2021-05-11 13:33:00 +05:00
mutators.go Add Edit description 2021-06-14 03:47:11 +03:00
readers.go Migrate to Mycomarkup v0.5.0 2021-06-12 14:42:13 +05:00
stuff.go New structure 2021-06-23 21:01:34 +07:00
web.go Extract robots.txt into a file, simplify MIMEs 2021-06-23 22:44:27 +07:00