9 Commits (de4967e7e5abf337e4a9ea2e003afc95d92a662e)

Author SHA1 Message Date
some random guy 0190ae5a0b less garbage is session store 4 years ago
some random guy 6f1ab5292f safer redirects with login/logout 4 years ago
fatchan 2b4e631756 accounts page, list owned and mod boards in accounts, show on global manage and accounts page 5 years ago
fatchan e802efb0be redirect to pages more consistently when login is needed, with correct redirect 5 years ago
fatchan 9970a9b43a dont show areas with no permissions to board vols 5 years ago
fatchan 7c0561d2ec separate manage pages for bans, reports, settings and banners 5 years ago
fatchan de61e95c64 early account management on global manage page. maybe list isnt necessary, could be changed to a simple input box to avoid getting too big, or having to make separate page/paginated 5 years ago
fatchan 7c57fca366 organise the helpers some 5 years ago
fatchan f5d859c71e redirect to correct page on login or manage 5 years ago
fatchan a818a25e91 generate and save html to disk. actions that would cause a page to change delete the html. on the next visit, nginx will try_files, else pass to the backend which will generate the page again. CURRENTLY DOES NOT SUPPORT POST ACTIONS e.g. deletes, spoiler, sticky, etc will not cause pages to be deleted for future rebuilding. thats coming in next commits. consider this the start of actual smart building strategy to prevent templating and db hits unnecessarily. where its possible to serve a plain html page, we will do so. 5 years ago
fatchan c4243d1f81 markdown fix and simpler login check/redirect 5 years ago
fatchan 3c327862d9 some pages redirect after logging in 5 years ago
fatchan db963d4607 global and board IP bans, improved error handling, improved permissions checks 5 years ago
fatchan e00c6d2fff Basic registration and login with model and controllers 6 years ago