Main website, forum and profiles.
Go to file
2023-07-21 18:58:37 +00:00
assets Minor members list redesign. 2023-07-19 18:14:04 +00:00
config Imported into new repository. 2022-09-13 15:14:49 +02:00
database Determine client info on insert rather than on retrieve for speed improvements. 2023-07-21 12:47:59 +00:00
devel Switched to a tools directory for commands. 2023-07-10 22:52:30 +00:00
docs Updated info pages. 2023-07-10 23:07:48 +00:00
public Determine client info on insert rather than on retrieve for speed improvements. 2023-07-21 12:47:59 +00:00
public-legacy Fixed error 500 on logs and sessions pages because of dead library. 2023-07-21 11:33:27 +00:00
src Determine client info on insert rather than on retrieve for speed improvements. 2023-07-21 12:47:59 +00:00
templates Determine client info on insert rather than on retrieve for speed improvements. 2023-07-21 12:47:59 +00:00
tools Switched to a tools directory for commands. 2023-07-10 22:52:30 +00:00
.browserslistrc Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
.editorconfig Imported into new repository. 2022-09-13 15:14:49 +02:00
.gitattributes Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
.gitignore Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
build.js Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
CODE_OF_CONDUCT.md Imported into new repository. 2022-09-13 15:14:49 +02:00
composer.json Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
composer.lock Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
LICENSE Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
misuzu.php Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
package-lock.json Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
package.json Use Node for asset building instead of building on the fly every time (feat. minification!) 2023-07-17 14:37:54 +00:00
phpstan.neon Imported into new repository. 2022-09-13 15:14:49 +02:00
README.md Updated project licence to BSD3CC and import Index through Composer. 2023-07-21 18:58:37 +00:00
utility.php Improved profile fields code. 2023-07-20 19:36:43 +00:00

Misuzu

Misuzu can and will steal your lunch money.

Requirements

Working on Index

Because Index is now served through Packagist, in order to work on it in tandem with Misuzu you'll have to use a composer.local.json file:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "/path/to/local/repo"
        }
    ],
    "require": {
        "flashwave/index": "dev-master"
    }
}