summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-21Fix user registrationHEADmastercflip
whoops
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-23Move some files into separate directorycflip
2021-06-23Change config file locationcflip
2021-06-06Remove manage post and search pagescflip
2021-06-06Experimental style changes, add banner imagecflip
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-15Merge pull request #16 from cflip/h5p9slcflip
Add error handling
2021-05-14Disallow empty post content when creating threadsh5p9sl
2021-05-14Add error handlingh5p9sl
2021-05-14Clean up HTML; no functional changesh5p9sl
2021-05-08Merge pull request #14 from cflip/refactorcflip
Huge refactor
2021-05-08Default user levelcflip
2021-04-25Add some extra checks before changing a passwordcflip
2021-04-25Add some coloured backgrounds for errors and successescflip
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-24Specify PHP version in READMEcflip
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-23Remove old TODO filecflip
2021-04-18Ignore PHPStorm project filescflip
2021-04-17Automatically sort threads without PHP comparisonscflip
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-15Merge pull request #13 from cflip/db_include_inicflip
Add database credentials .ini config
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-14Merge branch 'master' of https://github.com/cflip/cflip_forumscflip
2021-04-14Add post editing page (#12)cflip
2021-04-14Fix <small> colours in post headerscflip
2021-04-14Try to use Arial font if possiblecflip
2021-04-14Hide thread id in moderator formcflip
2021-04-14Add 'date edited' attribute to postscflip
2021-04-14Remove unused variable (#8)Tyler
2021-04-12Begin post moderation, add delete featurecflip