Changelog
2019-04-30
Rewrote forum permission backend (removed all WITH RECURSIVE statements).
Fixed login password update error, closes #186.
Reworked permission fetching.
2019-04-29
Prevent soft-deleted users from being logged in.
Display a notice if a password has been invalidated.
coc update
2019-04-20
Updated PHP to version 7.3
2019-04-17
WIP poll support.
2019-04-13
Hide sections individually.
Use user cards for user search results.
Added missing page title to search page.
Updated search bar look.
Added basic search page.
2019-04-12
Better indexing and added statistics overview to manage.
Fixed last post listing while logged out.
Removed all uses of legacy translucent background variable.
Added RSS/Atom feeds to the news section.
2019-04-11
Hardcoded changelog actions.
Added permission checks to the recursive read status and last post function.
Exclude deleted posts from the latest posts fetcher.
Make branch name take place of tag name when not in HEAD.
2019-04-10
Fixed branch display.
Removed unused constant.
Added forum post submission with CTRL+ENTER.
Only do posting timeout check when creating a topic or post.
Fixed timeago initialisation.
Removed small mode from forum_get_children.
Display pre-template load time in footer.
Recursively retrieve last post in forum.
Changed the unread check function to a counter.