mirror of https://gitlab.com/tildes/tildes.git
Browse Source
Allow logged-out users to browse the site
Allow logged-out users to browse the site
This is messy in a few ways and needs some reworking, but should be fine for testing and initial enabling public visibility. An invite is still required for registration, and the registration page isn't even currently linked anywhere since people should usually get a registration link as the invite. May roll this back and/or do follow-up commits if it makes the site break.merge-requests/55/head
Deimos
6 years ago
14 changed files with 150 additions and 134 deletions
-
12tildes/scss/modules/_site-footer.scss
-
13tildes/scss/themes/_theme_base.scss
-
27tildes/tildes/auth.py
-
20tildes/tildes/templates/base.jinja2
-
36tildes/tildes/templates/error_403.jinja2
-
28tildes/tildes/templates/home.jinja2
-
11tildes/tildes/templates/macros/comments.jinja2
-
6tildes/tildes/templates/macros/user.jinja2
-
2tildes/tildes/templates/notifications_unread.jinja2
-
2tildes/tildes/templates/topic.jinja2
-
2tildes/tildes/templates/topic_listing.jinja2
-
2tildes/tildes/templates/user.jinja2
-
21tildes/tildes/views/topic.py
-
2tildes/tildes/views/user.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue