Commit Graph

11 Commits

Author SHA1 Message Date
Azareal 72d7beefe9 Added the profile system.
Added the profile comment system.
Added group tags.
Improved the avatar placement logic.
Users without avatars will now get noavatars. Customisable in config.go
Only admins can see the Control Panel link now.
Fixed a problem with Git not including /uploads/ which can crash the program.

Database changes:
Added active column to forums.
Added tag column to users_groups.
Added the users_replies table.
Commented out the replies_reports table.
2016-12-07 09:34:09 +00:00
Azareal ba3dcee93f Added tips on how to install Go and MySQL / MariaDB. 2016-12-05 10:44:19 +00:00
Azareal 689b1a804b Static files are now served from memory. This feature's a little experimental, so it will need a lot of testing i.i
Added an executable file. Only works on Windows, if it doesn't work, then try building it for yourself with build.bat or go build
Tweaked run.bat to make it more firewall friendly. It now generates an executable.
Moved the files around to make it more organised.
Added build.bat which you can use to build the program for you and install the libraries the software depends on.
2016-12-05 07:21:17 +00:00
Azareal 1f6e585296 Admins now show up in purple on posts.
Added a .gitignore file.
Added group caching.
Improved the forum list.
Added the Member group.
Opening posts are now parsed properly.
Fixed a bug where the avatar of the opening poster was applied to everyone.
Only admins can see moderation options now.
2016-12-04 06:16:59 +00:00
Azareal 771af02674 Added the forums.
Added the forum list.
Added the forum view.
Added a relative time utility function.
2016-12-03 13:45:08 +00:00
Azareal 7a49ff5194 Don't forget to import data.sql 2016-12-02 15:10:28 +00:00
Azareal 9bafab7a12 Added the ability to upload and use avatars. 2016-12-02 15:03:31 +00:00
Azareal d77606506c Fixed logging in.
Added a new configuration variable.
2016-12-02 09:29:45 +00:00
Azareal 509082fad3 Made it easier to configure.
Seperated admins from super admins.
2016-12-02 08:07:56 +00:00
Azareal 721faa908b Update README.md 2016-12-02 07:32:57 +00:00
Azareal 3844bb443d Initial commit 2016-12-02 07:23:26 +00:00