summary refs log tree commit diff
path: root/api/scripts/generate_schema.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-26Start of custom login and discord oauth flowMadeline14-1/+1880
2022-06-26fix the wrong nameErkin Alp Güney1-1/+1
2022-06-26self-leave logicErkin Alp Güney1-3/+19
2022-06-26JOIN_GUILDS is not the right flag thereErkin Alp Güney1-1/+1
2022-06-26Update Rights.tsErkin Alp Güney1-0/+2
2022-06-19Bump sqlite3 from 5.0.2 to 5.0.8 in /utildependabot[bot]1-1445/+1487
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08Expose general instance information via api /ping routeMadeline1-1/+17
2022-06-02Use SPDX license syntax in 'package.json' filesKaKi878-8/+8
2022-05-31Added a configurable default rights valueMadeline2-1/+30
2022-05-30Respect register_dateOfBirth_required = falseMadeline2-2/+2
2022-05-26Finished file translation FlumeZ1-10/+10
Auth.json :D
2022-05-26Fixed Broken Translates and finished the fileFlumeZ1-11/+11
Enjoy :)
2022-05-19add guild policiesErkin Alp Güney