assets
|
Removed unused modules.
|
2025-09-14 01:02:10 +02:00 |
config
|
Use .env file instead of local config.
|
2025-02-09 23:34:28 +00:00 |
database
|
Made OAuth2 IDs snowflakes and also removed the client_id field.
|
2025-04-24 00:17:35 +00:00 |
docs
|
Tighter client side integrations for uploads.
|
2025-03-27 21:27:49 +00:00 |
public
|
Switched to webpack away from assproc.
|
2025-09-04 18:29:19 +02:00 |
public-legacy
|
Cleaned up profile header code a bit.
|
2025-09-06 02:39:44 +02:00 |
src
|
Updated libraries in general and to Font Awesome v7.
|
2025-09-10 00:16:51 +02:00 |
storage
|
Ensure storage folder exists.
|
2025-03-27 00:57:53 +00:00 |
templates
|
Use locally included font files again instead of the Railgun fonts experiment.
|
2025-09-10 23:00:09 +02:00 |
.browserslistrc
|
Use Node for asset building instead of building on the fly every time (feat. minification!)
|
2023-07-15 23:58:17 +00:00 |
.editorconfig
|
Use make for calling various scripts correctly.
|
2025-04-11 18:57:13 +00:00 |
.env.example
|
Share .env file with the NodeJS build script.
|
2025-04-11 18:02:38 +00:00 |
.gitattributes
|
Use Node for asset building instead of building on the fly every time (feat. minification!)
|
2023-07-15 23:58:17 +00:00 |
.gitignore
|
Ensure storage folder exists.
|
2025-03-27 00:57:53 +00:00 |
CODE_OF_CONDUCT.md
|
info beginnings, still gotta style this
|
2018-09-21 00:56:14 +02:00 |
composer.json
|
Merge most tool scripts into a single msz script and integrate the code properly.
|
2025-08-13 00:46:02 +02:00 |
composer.lock
|
Updated libraries in general and to Font Awesome v7.
|
2025-09-10 00:16:51 +02:00 |
LICENSE
|
Updated LICENCE year.
|
2025-01-03 19:15:56 +00:00 |
Makefile
|
Switched to webpack away from assproc.
|
2025-09-04 18:29:19 +02:00 |
misuzu.php
|
Suppress deprecation notices during runtime.
|
2025-08-19 17:14:31 +02:00 |
msz
|
Altered the way commands are registered.
|
2025-08-22 21:58:36 +02:00 |
package-lock.json
|
Use locally included font files again instead of the Railgun fonts experiment.
|
2025-09-10 23:00:09 +02:00 |
package.json
|
Use locally included font files again instead of the Railgun fonts experiment.
|
2025-09-10 23:00:09 +02:00 |
phpstan.neon
|
Forgot the PHPStan config oops.
|
2025-09-02 02:00:05 +02:00 |
README.md
|
Bumped minimum MariaDB version.
|
2025-02-08 01:11:53 +00:00 |
VERSION
|
Bumped VERSION.
|
2025-09-14 01:15:18 +02:00 |
webpack.config.js
|
Split things out into multiple entrypoint files that are loaded when needed.
|
2025-09-05 00:29:29 +02:00 |