summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
2021-08-21Show who the user was invited by on user pagecflip
2021-08-21Add user generation numberscflip
2021-08-11Implement invite codes for user registrationcflip
2021-08-11Add getters for nested objectscflip
2021-08-10Small style updatecflip
2021-08-10Change URLs to relative pathscflip
2021-08-10Update names of database variablescflip
2021-07-20Handle input validation in abstract Form classcflip
2021-07-20A bit of code cleanupcflip
2021-06-23Add the rest of the changescflip
2021-06-23Add latest threads to index pagecflip
2021-06-23Change config file locationcflip
2021-06-06Remove manage post and search pagescflip
2021-06-05Use different syntax for conditions in HTMLcflip
2021-06-05Move object related functions into their classes.cflip
Some of the pages are still broken from this commit, but I plan to either rewrite or ignore them.
2021-05-14Add error handlingh5p9sl
2021-05-14Clean up HTML; no functional changesh5p9sl
2021-05-08Default user levelcflip
2021-04-25Add some extra checks before changing a passwordcflip
2021-04-25Delete unused functions_display.php scriptcflip
2021-04-25Reload page after submitting a reply to a threadcflip
2021-04-25Remove old signout_inc.php filecflip
2021-04-25Only start session if it hasn't already been startedcflip
2021-04-24Use Session class instead of $_SESSIONcflip
2021-04-24Remove all uses of db_inc.phpcflip
This method of importing the database login every time wasn't very good. Now everything uses the new Database singleton class.
2021-04-24Refactoring part 2cflip
Starting to move some functionality such as the session and database connection into singleton classes to manage them. Functions for modifying posts and threads are being put in one place as well.
2021-04-23Refactoring part 1cflip
2021-04-17Change location of config filecflip
The config has been moved inside the project dir and .gitignored. This makes the project work on Windows because Windows does not have a /var directory.
2021-04-15Add database cred .ini configh5p9sl
Database credentials should not be hardcoded into server, .ini config files are a good alternative.
2021-04-14Remove old manage_post pagecflip
2021-04-14Add 'date edited' attribute to postscflip
2021-04-08Add ability to delete your postscflip
2021-04-07Changes to database scriptcflip
2021-04-07Remove Apache .htaccess filescflip
2021-03-24Add thread replies, sort threads by last replycflip
2021-03-21Deny access to source folderscflip
2021-03-21big changes pt1cflip
2021-02-10Reorganize code and add info to front pageCflip
2021-01-24Create function to display threadsCflip
2021-01-23Resolve #2 by filtering out HTML code from repliesCflip
2021-01-23Change terminology from topics to threadsCflip
2021-01-23Form cleanup and better password hashingCflip
2021-01-22Fix broken pagesCflip
2021-01-22Inital commit with existing codeCflip