summary refs log tree commit diff
path: root/src/api/routes/users/@me/channels.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Signify some imports more explicitlyRory&2026-06-161-1/+1
|
* Move entities to databaseRory&2026-06-121-2/+3
|
* DM bot FixMathMan052025-12-191-1/+1
| | | | | | | Makes the API conform to https://docs.discord.food/resources/channel#create-private-channel This should help with bot compat which says to make DMs like this https://discord.com/developers/docs/resources/user#create-dm
* Deprecation: Use object-based relations for typeormRory&2025-12-191-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-28/+28
|
* Prettier u4Rory&2025-12-171-15/+3
|
* Reorganise schemas a little bitRory&2025-10-151-6/+2
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-301-1/+1
|
* clusterfuckPuyodead12023-04-131-1/+1
|
* oapi: users progressPuyodead12023-04-131-12/+31
|
* fixing lots of openapi crapPuyodead12023-04-131-5/+5
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2022-09-261-7/+26
|
* Move schemas to /src/util/schemasMadeline2022-09-261-6/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+25