]> git repositories - QuestLog.git/commit
first commit
authorbochard <mail@tenkyuu.dev>
Wed, 28 May 2025 12:34:11 +0000 (20:34 +0800)
committerbochard <mail@tenkyuu.dev>
Wed, 28 May 2025 12:46:42 +0000 (20:46 +0800)
commit7e89bdbc870181a3666bf9f28df98a1b52bf0986
treebdc4ed40813afeaf3628b294c7f462fd7e1703be
first commit
115 files changed:
.env.example [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0644]
Classes/Auth.php [new file with mode: 0644]
Classes/DbConn.php [new file with mode: 0644]
Classes/Tasks.php [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.TXT [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
database.sql [new file with mode: 0644]
includes/add_task.php [new file with mode: 0644]
includes/dashboard.php [new file with mode: 0644]
includes/delete_task.php [new file with mode: 0644]
includes/fetch_tasks.php [new file with mode: 0644]
includes/init.php [new file with mode: 0644]
includes/logout.php [new file with mode: 0644]
index.php [new file with mode: 0644]
js/tasks.js [new file with mode: 0644]
login.php [new file with mode: 0644]
signup.php [new file with mode: 0644]
vendor/autoload.php [new file with mode: 0644]
vendor/composer/ClassLoader.php [new file with mode: 0644]
vendor/composer/InstalledVersions.php [new file with mode: 0644]
vendor/composer/LICENSE [new file with mode: 0644]
vendor/composer/autoload_classmap.php [new file with mode: 0644]
vendor/composer/autoload_files.php [new file with mode: 0644]
vendor/composer/autoload_namespaces.php [new file with mode: 0644]
vendor/composer/autoload_psr4.php [new file with mode: 0644]
vendor/composer/autoload_real.php [new file with mode: 0644]
vendor/composer/autoload_static.php [new file with mode: 0644]
vendor/composer/installed.json [new file with mode: 0644]
vendor/composer/installed.php [new file with mode: 0644]
vendor/composer/platform_check.php [new file with mode: 0644]
vendor/graham-campbell/result-type/LICENSE [new file with mode: 0644]
vendor/graham-campbell/result-type/composer.json [new file with mode: 0644]
vendor/graham-campbell/result-type/src/Error.php [new file with mode: 0644]
vendor/graham-campbell/result-type/src/Result.php [new file with mode: 0644]
vendor/graham-campbell/result-type/src/Success.php [new file with mode: 0644]
vendor/phpoption/phpoption/LICENSE [new file with mode: 0644]
vendor/phpoption/phpoption/composer.json [new file with mode: 0644]
vendor/phpoption/phpoption/src/PhpOption/LazyOption.php [new file with mode: 0644]
vendor/phpoption/phpoption/src/PhpOption/None.php [new file with mode: 0644]
vendor/phpoption/phpoption/src/PhpOption/Option.php [new file with mode: 0644]
vendor/phpoption/phpoption/src/PhpOption/Some.php [new file with mode: 0644]
vendor/symfony/polyfill-ctype/Ctype.php [new file with mode: 0644]
vendor/symfony/polyfill-ctype/LICENSE [new file with mode: 0644]
vendor/symfony/polyfill-ctype/README.md [new file with mode: 0644]
vendor/symfony/polyfill-ctype/bootstrap.php [new file with mode: 0644]
vendor/symfony/polyfill-ctype/bootstrap80.php [new file with mode: 0644]
vendor/symfony/polyfill-ctype/composer.json [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/LICENSE [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Mbstring.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/README.md [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/bootstrap.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/bootstrap80.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/composer.json [new file with mode: 0644]
vendor/symfony/polyfill-php80/LICENSE [new file with mode: 0644]
vendor/symfony/polyfill-php80/Php80.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/PhpToken.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/README.md [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/bootstrap.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/composer.json [new file with mode: 0644]
vendor/vlucas/phpdotenv/LICENSE [new file with mode: 0644]
vendor/vlucas/phpdotenv/composer.json [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Dotenv.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Exception/ValidationException.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Loader/Loader.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Loader/Resolver.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/Entry.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/EntryParser.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/Lexer.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/Lines.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/Parser.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Parser/Value.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/File/Paths.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/File/Reader.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/FileStore.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/StoreInterface.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Store/StringStore.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Util/Regex.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Util/Str.php [new file with mode: 0644]
vendor/vlucas/phpdotenv/src/Validator.php [new file with mode: 0644]