summary refs log tree commit diff
path: root/src/api/routes/applications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more extensions to extensionsRory&2026-06-121-1/+2
|
* Move entities to databaseRory&2026-06-118-20/+28
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-113-3/+3
|
* Remove unused imports for non-entitiesRory&2026-03-142-3/+2
|
* Qodana: fix async warningsRory&2026-03-141-1/+1
|
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-252-2/+2
|
* Assert req.params type as solely string (express update)Rory&2026-02-016-61/+69
|
* Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-221-0/+1
|
* fest: throw an error if bot name is emptyCyberL12026-01-141-1/+10
|
* fest: throw an error if application name is emptyCyberL12026-01-141-1/+10
|
* Deprecation: Use object-based relations for typeormRory&2025-12-194-8/+8
|
* Dont use promises for dummy endpointsRory&2025-12-191-1/+1
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-192-2/+2
|
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-182-5/+3
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-1711-728/+728
|
* Prettier 6Rory&2025-12-171-5/+1
|
* Prettier 1Rory&2025-12-174-50/+15
|
* Fix bad importsRory&2025-12-161-1/+1
|
* Tell browsers to cache applications/games detectable response in accordance ↵Rory&2025-11-301-5/+7
| | | | of internal cache
* fix bot deletingMathMan052025-11-241-3/+1
|
* fix: trim moreCyberL12025-10-224-9/+12
|
* fix: add `BulkApplicationCommandCreateSchema`CyberL12025-10-222-2/+2
|
* fix: delete bot user when application is deletedCyberL12025-10-221-38/+14
|
* fix: remove commands not present in arrayCyberL12025-10-202-0/+21
|
* fix: trim command `name` and `description` fieldsCyberL12025-10-204-24/+24
|
* fix: check if an application is in a guildCyberL12025-10-172-8/+38
|
* feat: add endpoints for managing application commandsCyberL12025-10-174-0/+610
|
* Local changesRory&2025-10-161-2/+14
|
* Implement applications/@meRory&2025-10-161-0/+115
|
* Reorganise schemas a little bitRory&2025-10-153-3/+3
|
* Update path variablesRory&2025-10-114-6/+6
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-306-6/+6
|
* Add more application propertiesTomatoCake2024-08-311-3/+22
|
* Send 204 statusTomatoCake2024-08-151-4/+4
|
* Fix application icons (#1110)BoryaGames2024-02-111-0/+8
| | | | Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* create util for app bot user creationPuyodead12023-05-072-35/+5
|
* add option to auto add bot users to new appsPuyodead12023-05-061-0/+21
|
* clusterfuckPuyodead12023-04-131-1/+1
|
* oapi: finish usersPuyodead12023-04-131-2/+2
|
* fixing lots of openapi crapPuyodead12023-04-133-3/+3
|
* applicationsPuyodead12023-04-136-97/+215
|
* Remove ALL fosscord mentionsMadeline2023-03-316-9/+9
|
* SPACEBARMadeline2023-03-316-6/+6
|
* SPACEBARMadeline2023-03-316-6/+6
|
* Add ESLint (#941)Madeline2023-01-204-7/+4
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-186-0/+108
| | | | | | | | | * 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
* Fix deleting an application if it has a botMadeline2023-01-171-2/+0
|
* PrettierMadeline2023-01-054-64/+119
|
* Fix creating bot accountsMadeline2022-12-241-1/+4
|
* Make teams nullableTheArcaneBrony2022-12-181-1/+0
|
* Refactor applicationsMadeline2022-12-183-83/+103
|
* WhoopsChrisChrome2022-12-181-1/+1
|
* Whoops, missed oneChrisChrome2022-12-181-1/+0
|
* I'm probably forgetting a lot of things, but hey, it worksChrisChrome2022-12-181-1/+6
|
* It works now... I guessChrisChrome2022-12-182-2/+1
| | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-184-2/+147
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Refactor to mono-repo + upgrade packagesMadeline2022-09-253-0/+34