Majority of the website code for Flashii https://flashii.net
Find a file
2019-03-07 19:11:24 +01:00
assets Flip the landing page columns, closes #154. 2019-03-06 23:49:46 +01:00
config Post featured news post links to Twitter. 2019-03-06 14:37:01 +01:00
database Just kidding, this actually fixes it. 2019-03-04 21:25:20 +01:00
docs Removed rule regarding trivial posts. 2019-02-12 15:14:48 +01:00
public Added experimental request variable access class. 2019-03-07 19:11:24 +01:00
src Added experimental request variable access class. 2019-03-07 19:11:24 +01:00
templates Match the news preview styling with the real page more. 2019-03-03 20:18:03 +01:00
.editorconfig [ci skip] Add more bloat. 2017-12-17 00:40:52 +01:00
.gitattributes Adjusted git meta files. 2018-07-17 04:57:05 +02:00
.gitignore Forum index redesign. 2018-09-28 18:40:41 +02:00
.styleci.yml Fix StyleCI 2017-12-16 23:46:55 +01:00
build.php Backported some changes to the build script from Kuroko to Misuzu. 2019-02-06 13:54:57 +01:00
CODE_OF_CONDUCT.md info beginnings, still gotta style this 2018-09-21 00:56:14 +02:00
composer.json Added Twitter auth command and some base functions. 2019-03-06 11:27:38 +01:00
composer.lock Added Twitter auth command and some base functions. 2019-03-06 11:27:38 +01:00
LICENSE Bump license year (I never did this in 2018 apparently). 2019-01-01 14:17:40 +01:00
misuzu.php Added Twitter auth command and some base functions. 2019-03-06 11:27:38 +01:00
package.json Forum index redesign. 2018-09-28 18:40:41 +02:00
README.md Fixed exception while marking entire forums read. 2019-03-04 20:59:46 +01:00
tsconfig.json Backported some changes to the build script from Kuroko to Misuzu. 2019-02-06 13:54:57 +01:00
utility.php Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
yarn.lock Update libraries. 2018-12-19 14:29:21 +01:00

Misuzu

StyleCI CodeFactor License

Requirements

Additional Configuration

Make sure to set the GLOBAL MySQL variable log_bin_trust_function_creators to ON so the migration script can create stored procedures. I can't automate this because said variable is not changeable at a session scope and only root can touch global variables.