summary refs log tree commit diff
path: root/api/src/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert ascending order thingMadeline2022-07-221-1/+1
|
* Get messages by ascending orderMadeline2022-07-221-1/+1
|
* await the dm channel handlerMadeline2022-07-221-1/+1
|
* Prevent demo user from enabling 2FAMadeline2022-07-201-1/+3
|
* Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-202-0/+71
|\
| * Merge branch '2fa' into feat/latestWebClientMadeline2022-07-207-1/+280
| |\ | | | | | | | | | Add placeholder codes-verification and view-backup-codes-challenge routes
* | \ Merge branch '2fa' into slowcordMadeline2022-07-205-1/+209
|\ \ \ | | |/ | |/|
| * | 2faMadeline2022-07-205-1/+209
| | |
* | | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-202-7/+7
|\ \ \
| * | | Captcha checkingMadeline2022-07-202-7/+22
| |/ /
* | | Hcaptcha backendMadeline2022-07-202-8/+23
| | |
* | | Attempt to fix headers being set after send to client in send messageMadeline2022-07-171-1/+1
| | |
* | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\ \ \
| * | | Actually respect with_mutual_guildsMadeline2022-07-161-1/+1
| | | |
* | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\| | |
| * | | Don't send @everyone roleMadeline2022-07-161-1/+1
| | | |
* | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-1/+1
|\| | |
| * | | Forgot to send roles in guild_memberMadeline2022-07-161-25/+33
| | | |
* | | | Forgot to send roles in guild_memberMadeline2022-07-161-25/+33
| | | |
* | | | Merge branch 'fix/sendMemberInProfile' into slowcordMadeline2022-07-161-14/+39
|\| | |
| * | | Respect with_mutual_guilds and guild_id in /users/:id/profileMadeline2022-07-161-14/+39
| |/ /
* | | /channel/:id/messages/:id/ack responds with { token: null } on discord.comMadeline2022-07-131-1/+1
| | |
* | | Check if role icon was actually sent or if it's just an empty stringMadeline2022-07-101-1/+1
| | |
* | | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-101-0/+1
|\ \ \ | | |/ | |/|
| * | Try to allow role icons to be removedMadeline2022-07-101-0/+1
| | |
| * | Fix username/discrim changingMadeline2022-07-101-0/+1
| | |
| * | Merge branch 'master' into feat/latestWebClientMadeline2022-07-101-1/+1
| |\|
* | | Merge branch 'master' into slowcordMadeline2022-07-091-1/+1
|\ \ \ | | |/ | |/|
| * | Removed unused importMadeline2022-07-091-1/+1
| | | | | | | | | tab autocomplete really loves doing this to me
* | | Merge branch 'fix/registerNewClients' into slowcordMadeline2022-07-091-0/+2
|\ \ \
| * | | Add `promotional_email_opt_in` field to register to allow newer clients to ↵Madeline2022-06-011-0/+2
| | | | | | | | | | | | | | | | make register requests
* | | | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-091-10/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'feat/multiUploads' into feat/latestWebClientMadeline2022-07-093-63/+83
| |\ \ \ | | | |/ | | |/|
| | * | Allow multiple attachments in messagesMadeline2022-07-091-10/+15
| | | |
* | | | Merge branch 'fix/claim_accounts' into slowcordMadeline2022-07-081-3/+3
|\ \ \ \
| * | | | Check if email required in PATCH @meMadeline2022-07-081-3/+3
| | | | |
* | | | | Merge branch 'fix/claim_accounts' into slowcordMadeline2022-07-071-0/+2
|\| | | |
| * | | | Merge branch 'master' into fix/claim_accountsMadeline2022-07-0714-95/+376
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Ensure password was given if email is given in PATCH @meMadeline2022-07-071-0/+2
| | | | |
* | | | | Somehow the ID of demo user changed. Use email of demo insteadMadeline2022-07-071-4/+4
| | | | |
* | | | | Fix role icons not deleting?Madeline2022-07-071-0/+1
| | | | |
* | | | | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-065-2/+35
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Welcome screenMadeline2022-07-041-1/+3
| | | | |
| * | | | Placeholder member verification endpointMadeline2022-07-041-0/+14
| | | | |
| * | | | Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClientMadeline2022-07-031-1/+1
| | | | |
| * | | | Add premium_progress_bar_enabled to GuildUpdateSchemaMadeline2022-07-031-0/+1
| | | | |
| * | | | Add Nitro Lite Monthly SKUMadeline2022-07-031-0/+16
| | | | |
* | | | | Merge branch 'master' into slowcordMadeline2022-07-052-53/+68
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Format changed filesLachlanCourt2022-07-041-13/+6
| | | | |
| * | | | Ensure query fails if role with specified id does not existLachlanCourt2022-07-041-1/+1
| | | | |
| * | | | Add semicolonLachlanCourt2022-07-041-1/+1
| | | | |
| * | | | Simplify role query as per code reviewLachlanCourt2022-07-041-2/+1
| | | | |
| * | | | Move role_id specific api routes to correct fileLachlanCourt2022-07-042-137/+53
| | | | |
| * | | | Fix compile error in get requestLachlanCourt2022-07-041-42/+4
| | | | |
| * | | | Create role subdirectory and add GET api routeLachlanCourt2022-07-042-0/+145
| |/ / /
* | | | Merge branch 'fix/nicknames' into slowcordMadeline2022-07-031-4/+1
|\ \ \ \
| * | | | Revert "Perhaps a better nickname change implementation"Madeline2022-07-031-4/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit b3ec0ccba3acbcb40d5a01014fd304e0b99c37ef.
* | | | | Merge branch 'fix/nicknames' into slowcordMadeline2022-07-031-1/+4
|\| | | |
| * | | | Perhaps a better nickname change implementationMadeline2022-07-031-1/+4
| | | | |
| * | | | Allow nicknames through MemberChangeSchemaMadeline2022-07-031-0/+3
| |/ / /
* | | | Merge branch 'fix/nicknames' into slowcordMadeline2022-07-031-0/+3
|\ \ \ \
| * | | | Allow nicknames through MemberChangeSchemaMadeline2022-07-031-0/+3
| |/ / /
* | | | Prevent demo user from editing their profileMadeline2022-07-031-0/+3
| | | |
* | | | Merge branch 'fix/channelPermissionOverwriteSchema' into slowcordMadeline2022-07-021-8/+1
|\ \ \ \
| * | | | Filter out schemas that block generation instead, and also include util in filesMadeline2022-07-021-8/+1
| | | | |
* | | | | Merge branch 'fix/channelPermissionOverwriteSchema' into slowcordMadeline2022-07-021-1/+8
|\| | | |
| * | | | Typescript-json-schema does not crawl extendsMadeline2022-07-021-1/+8
| |/ / /
* | | | Merge branch 'master' into slowcordMadeline2022-06-272-10/+30
|\| | |
| * | | Fix compile errors in latestMadeline2022-06-261-10/+14
| | | |
| * | | fix the wrong nameErkin Alp Güney2022-06-261-1/+1
| | | |
| * | | self-leave logicErkin Alp Güney2022-06-261-3/+19
| | | |
| * | | JOIN_GUILDS is not the right flag thereErkin Alp Güney2022-06-261-1/+1
| | | |
* | | | Merge branch 'feat/pingInformation' into slowcordMadeline2022-06-081-1/+17
|\| | |
| * | | Expose general instance information via api /ping routeMadeline2022-06-081-1/+17
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/fix/claim_accounts' into slowcordMadeline2022-05-311-8/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into fix/claim_accountsMadeline2022-04-1115-56/+155
| |\ \
| * \ \ Merge branch 'master' into fix/claim_accountsErkin Alp Güney2022-03-053-12/+75
| |\ \ \
* | \ \ \ Merge branch 'master' into slowcordMadeline2022-05-316-32/+160
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Respect register_dateOfBirth_required = falseMadeline2022-05-301-1/+1
| | | | |
| * | | | Update index.tsErkin Alp Güney2022-05-151-14/+18
| | | | |
| * | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-05-152-10/+16
| |\ \ \ \
| | * | | | Update bulk-delete.tsErkin Alp Güney2022-05-151-7/+13
| | | | | |
| | * | | | Update purge.tsErkin Alp Güney2022-05-151-3/+3
| | | | | |
| * | | | | messages before/after soundness checkErkin Alp Güney2022-04-301-3/+12
| |/ / / /
| * | | | patch for missing router schema, and also add purge route self-deletion checksErkin Alp Güney2022-04-301-2/+11
| | | | |
| * | | | introduce the purge endpointErkin Alp Güney2022-04-282-1/+78
| | | | | | | | | | | | | | | | | | | | closes #281
| * | | | Update prune.tsErkin Alp Güney2022-04-281-2/+6
| | | | |
| * | | | needs to be asyncErkin Alp Güney2022-04-281-1/+1
| | | | |
| * | | | use return codes to allow for automationErkin Alp Güney2022-04-241-3/+5
| | | | |
| * | | | Backfilling privilege does not imply right to post messagesErkin Alp Güney2022-04-241-2/+5
| | | | |
| * | | | While backfilling, message ids must now be valid snowflakes, cannot be in ↵Madeline2022-04-241-5/+19
| | | | | | | | | | | | | | | | | | | | the future, and cannot overwrite existing messages
* | | | | Merge branch 'fix/categoryNames' into slowcordMadeline2022-04-241-1/+85
|\| | | |
| * | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-232-2/+6
| |\ \ \ \
| | * | | | Fix not assigning new changes to input fields in users/@meMadeline2022-04-231-1/+1
| | | | | |
| * | | | | backfilling — first stepsErkin Alp Güney2022-04-231-1/+85
| | | | | |
* | | | | | Merge branch 'fix/sanitisation' into slowcordMadeline2022-04-232-2/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Can no longer send messages to channel types that do not support it ( ↵Madeline2022-04-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | categories, voice etc )
| * | | | | Fixed ability for user to edit any property of themselves, including ↵Madeline2022-04-231-2/+1
| |/ / / / | | | | | | | | | | | | | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/
* | | | | Merge branch 'master' into slowcordMadeline2022-04-1911-30/+98
|\| | | |
| * | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-181-1/+1
| |\ \ \ \
| | * | | | Unified ghost instead of separate ghostsErkin Alp Güney2022-04-181-1/+1
| | | | | |
| * | | | | get single message && message rights enforcementErkin Alp Güney2022-04-182-2/+15
| |/ / / /
| * | | | reactions rights enforcementErkin Alp Güney2022-04-172-2/+3
| | | | |
| * | | | remove misleading todo noteErkin Alp Güney2022-04-161-1/+0
| | |_|/ | |/| |
| * | | fix MANAGE_GUILDS; rename getRight to getRightsbinsky2022-04-091-2/+2
| | | |
| * | | fix invite right enforcementbinsky2022-04-091-1/+1
| | | |
| * | | correct right nameErkin Alp Güney2022-04-081-1/+1
| | | |
| * | | invite right enforcedErkin Alp Güney2022-04-081-1/+2
| | | |
| * | | JOIN_GUILDSErkin Alp Güney2022-04-081-1/+1
| | | |
| * | | rights enforcement in guild createErkin Alp Güney2022-04-081-3/+4
| | | |
| * | | MANAGE_GUILDSErkin Alp Güney2022-04-081-2/+10
| | | |
| * | | fix the build mistakes from yesternightErkin Alp Güney2022-04-081-7/+12
| | | |
| * | | Update index.tsErkin Alp Güney2022-04-081-7/+10
| | | |
| * | | scheduled maintenancesErkin Alp Güney2022-04-071-0/+12
| | | |
| * | | User Notes (#707)Madeline2022-04-051-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 !
| * | | Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵Madeline2022-03-304-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol )
* | | | Merge branch 'fix/relase_typo' into slowcordMadeline2022-03-314-11/+11
|\ \ \ \
| * | | | Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more ↵Madeline2022-03-314-11/+11
| |/ / / | | | | | | | | | | | | typos of the same typo.
* | | | Merge branch 'master' into slowcordMadeline2022-03-125-22/+68
|\| | |
| * | | fix(api): add vanity urls creation/update (#665)Nobody2022-03-091-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(api): add vanity urls creation/update * refactor(api): multiple vanity urls Old vanty urls will not be updated, instead a new one will be created. * feat(api): add ALIASABLE_NAMES feature Reference: https://github.com/fosscord/fosscord-server/issues/407
| * | | Merge branch 'master' into fix/ban-listNobody2022-03-082-3/+9
| |\ \ \
| | * | | Temporary notes fixRealMANI2022-03-081-3/+3
| | | | | | | | | | | | | | | | | | | | Temporary fix for getting stuck on loading user note. //TODO
| | * | | fix(api): don't send @everyone in route responseNobody2022-03-081-1/+4
| | | | | | | | | | | | | | | | | | | | The response of `PATCH /guilds/{guild.id}/members/{user.id}` should not include "@everyone" role
| | * | | fix(api): prevent @everyone role duplicationNobody2022-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | If user already has @everyone role, then don't push it to the array
| | * | | fix(api): always add @everyone in user's rolesNobody2022-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | When you add or delete an user's role, you MUST always add "@everyone" role to the roles map
| | * | | Fix bans list (#674)RealMANI2022-03-081-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix bans list - Bans list should load properly now * Updated Removed await Removed unnecessary foreach * Update ban.ts await
| * | | | fix(api): working ban listNobody2022-03-081-8/+23
| |/ / / | | | | | | | | | | | | We should never use await inside loops
| * | | Check usernameRealMANI2022-03-061-6/+8
| | | |
| * | | [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
| | |/ | |/|
* | | Merge branch 'master' into slowcordMadeline2022-03-062-8/+62
|\| |
| * | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-251-6/+61
| |\ \ | | | | | | | | Allow self-banning
| | * \ Merge branch 'master' into origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-041-0/+7
| | |\ \
| | * | | pretend self-bans don't exist in the views tooErkin Alp Güney2022-02-041-1/+4
| | | | |
| | * | | ban moderator schema actually changeErkin Alp Güney2022-02-041-2/+12
| | | | |
| | * | | ban moderator schema changeErkin Alp Güney2022-02-041-0/+1
| | | | |
| | * | | some important changesErkin Alp Güney2022-02-041-4/+4
| | | | |
| | * | | Try to commit this one again, this time over the webErkin Alp Güney2022-02-041-4/+8
| | | | |
| | * | | remove pretense of nonexistence from main view route for now to make it ↵Erkin Alp Güney2022-02-041-2/+0
| | | | | | | | | | | | | | | | | | | | compile while thinking of a fix
| | * | | Extend the pretense of non-existence of self-bans to API view route tooErkin Alp Güney2022-02-021-0/+2
| | | | |
| | * | | Better protection against self-bansErkin Alp Güney2022-02-021-2/+3
| | | | |
| | * | | Make self-bans irreversibleErkin Alp Güney2022-02-021-1/+4
| | | | |
| | * | | Allow self-ban of non-ownersErkin Alp Güney2022-02-021-1/+34
| | | | |
| * | | | [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
| | | | | | | | | | | | | | | Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968
* | | | | Merge branch 'fosscord:master' into slowcordMadeline2022-02-191-4/+12
|\| | | | | |_|_|/ |/| | |
| * | | changed user.premium_since to also load from the database.Iratu2022-02-181-1/+1
| | | |
| * | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵Iratu2022-02-181-3/+11
| | | | | | | | | | | | | | | | the database
* | | | Added email sanitisation to /users/@me PATCH. Could previously have email as ↵Madeline2022-02-171-1/+8
| | | | | | | | | | | | | | | | any string
* | | | Fixed bug in /users/@me PATCH where username must be present in every ↵Madeline2022-02-171-1/+2
|/ / / | | | | | | | | | request, breaking account claiming
* | | Merge pull request #608 from Featyre/masterErkin Alp Güney2022-02-1612-22/+165
|\ \ \ | | | | | | | | Branding updates + Fixed Discovery and custom status + Dev portal
| * | | Return none for dev portal + todo for categoriesFeatyre2022-02-021-1/+7
| | | |
| * | | Dev portal + categories load dbFeatyre2022-01-267-23/+35
| | | |
| * | | change lineFeatyre2022-01-251-1/+1
| | | |
| * | | Merge branch 'fosscord:master' into masterFeatyre2022-01-244-0/+48
| |\| |
| * | | Partnet + Discover fix and joinFeatyre2022-01-247-8/+104
| | | |
| * | | Prep for Category db workFeatyre2022-01-241-1/+1
| | | |
| * | | category + discovery + custom status fix, new configFeatyre2022-01-243-16/+19
| | | |
| * | | Merge branch 'fosscord:master' into masterFeatyre2022-01-241-2/+6
| |\ \ \
| * \ \ \ Merge branch 'fosscord:master' into masterFeatyre2022-01-231-1/+2
| |\ \ \ \
| * | | | | Partial integration of categories and discoveryFeatyre2022-01-234-20/+46
| | | | | |
* | | | | | TypoRealMANI2022-02-161-1/+1
| | | | | |
* | | | | | Mutual FriendsRealMANI2022-02-161-0/+41
| | | | | | | | | | | | | | | | | | Added mutual friends
* | | | | | Mutual Guilds (#637)RealMANI2022-02-161-2/+15
| | | | | |
* | | | | | [Fix] Invisible space username (#639)RealMANI2022-02-161-0/+7
| | | | | | | | | | | | | | | | | | You can send only spaces to the server and have a invisible username, this way you can remove the spaces and check and if it wasn't null after you know it's not just spaces
* | | | | | [Fix] Client bug (#623)ImAaronFR2022-02-091-1/+4
| |_|_|_|/ |/| | | | | | | | | If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it.
* | | | | Remove nulled properties from GET `/channels/#id/messages` for improved ↵Madeline2022-02-041-0/+7
| |_|_|/ |/| | | | | | | | | | | compatibility with some client ( discord.js )
* | | | Add dummy endpoints to prevent client loading some settings panels indefinitelyTheArcaneBrony2022-01-244-0/+48
| |_|/ |/| |
* | | Add unhandled channel types to IsTextChannel methodMadeline2022-01-231-2/+6
| |/ |/|
* | Closed-join guildsErkin Alp Güney2022-01-231-1/+2
|/ | | | Resolves #537 Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Revert previous commitChris Chrome2022-01-161-16/+16
|
* Further debranding of premium tiersErkin Alp Güney2022-01-141-16/+16
|
* Message fixes | Character limits and embed fixes (#581)Madeline2022-01-111-1/+1
| | | | | | | * Adds message character limits (#503) * Fixed message `embeds` being ignored for `embed` * Update Message.ts Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Correct the invite responseThesourtimes2022-01-061-1/+1
|
* Add Role Icons (#574)Chris Chrome2022-01-051-2/+9
| | | | | | | | | * Role Icons Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Cache coherency rules Co-authored-by: MANIKILLER <manikillrorg@gmail.com> Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com>
* Updated stop.tsunknownPerson1152021-12-291-1/+1
| | | | | | | now using bitwise operators and dividing the `rights` value so you can have other rights whilst having the `OPERATOR` right for example: `3` is `1` and `2` combined NOTE: a potential issue has been uncovered while testing; if you have more than 1 thread the server will only stop 1 thread and the rest of the server will continue to run
* Updated stop.tsunknownPerson1152021-12-291-6/+7
| | | | | | updated stop.ts so it checks for user rights instead of the SYSTEM flag which can possibly cause some unnecessary complications when it comes to instance management *also has been tested with multiple tokens to be sure that this does NOT permit normal users to POST to the /stop API route **NOTE**: instance owners will have to re-run `npm run setup` for these changes to take effect
* Merge pull request #553 from TheArcaneBrony/masterChris Chrome2021-12-261-4/+4
|\ | | | | Remove fs-extras, add Sentry support, fix compile errors, fix some typos
| * Add Sentry, fix compile errorsThe Arcane Brony2021-12-221-4/+4
| |
* | Update api/src/routes/stop.tsunknownPerson1152021-12-251-7/+2
| | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* | Create stop.ts (for /stop API route)unknownPerson1152021-12-251-0/+30
| | | | | | | | | | patched up the route and polished it note: THIS API IS ONLY FOR DEVELOPMENT PURPOSES
* | Comment about the hotfixKuna2021-12-241-0/+2
| |
* | (Finally) make a temporary fix for IP leakThesourtimes2021-12-241-3/+13
| |
* | Fix typoKuna2021-12-241-1/+1
| |
* | Fix IP leaks from bans routeThesourtimes2021-12-241-2/+14
|/
* Update downloads.tsKuna2021-12-181-0/+1
|
* General work on APIThesourtimes2021-12-182-0/+39
|
* Add the new discovery routeThesourtimes2021-12-151-0/+20
|
* Update index.tsKuna2021-12-071-1/+1
|
* Update index.tsKuna2021-12-071-1/+2
|
* Fix previous commitThesourtimes2021-12-071-1/+1
|
* Make INTERNAL_EMPLOYEE_ONLY functionalThesourtimes2021-12-051-1/+6
|
* Add a new test-client related endpointThesourtimes2021-11-301-0/+13
|
* Update index.tsSamuel2021-11-211-2/+3
|
* Fix the minor issues on routeThesourtimes2021-11-183-11/+13
|
* Minor API stuffuurgothat2021-11-172-3/+13
|
* Add instance routeuurgothat2021-11-173-0/+39
|
* make templates configurable + authorizationuurgothat2021-10-241-35/+13
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-serveruurgothat2021-10-2421-164/+307
|\
| * Proxy support for external network accessKagurazakaNyaa2021-10-243-0/+13
| |
| * prettier formatted /apidevelopomp2021-10-2016-156/+286
| |
| * :bug: fix bulk deleteFlam3rboy2021-10-181-1/+1
| |
| * :zap: message performanceFlam3rboy2021-10-181-6/+6
| |
| * fix default cdn endpoint for message attachmentsSamuel2021-10-181-1/+1
| |
* | Format the fileuurgothat2021-10-181-19/+27
| |
* | external templates + fosscord draft and more configsuurgothat2021-10-181-2/+28
| |
* | remove unneeded importuurgothat2021-10-171-1/+0
| |
* | Add discord template supportuurgothat2021-10-171-1/+14
|/
* remove template commentKuna2021-10-171-2/+0
|
* oauth2 route draft to return an empty arrayuurgothat2021-10-171-0/+12
|
* :bug: fix typingFlam3rboy2021-10-171-3/+2
|
* :bug: user settingsFlam3rboy2021-10-171-2/+3
|
* Fix /gateway/botChris Chrome2021-10-161-1/+1
| | | https://canary.discord.com/channels/806142446094385153/806142446529806367/898928295771521125
* :bug: fix message sendingFlam3rboy2021-10-151-1/+1
|
* Merge pull request #455 from fosscord/stickerSamuel2021-10-158-27/+166
|\ | | | | Stickers
| * :sparkles: sticker eventsFlam3rboy2021-10-151-1/+27
| |
| * Merge branch 'master' into stickerFlam3rboy2021-10-154-20/+138
| |\
| * | :art: reformatFlam3rboy2021-10-151-4/+1
| | |
| * | :bug: fix sticker packsFlam3rboy2021-10-151-2/+4
| | |
| * | :bug: fix message sticker sendingFlam3rboy2021-10-152-0/+11
| | |
| * | :sparkles: sticker uploadFlam3rboy2021-10-151-7/+42
| | |
| * | :art: restructureFlam3rboy2021-10-141-2/+3
| | |
| * | :sparkles: sticker packsFlam3rboy2021-10-142-21/+2
| | |
| * | :sparkles: stickersFlam3rboy2021-10-142-0/+86
| | |
* | | feat: add tests to gateway routes, split into own routersHayden Young2021-10-152-6/+44
| |/ |/|
* | Merge pull request #460 from fosscord/devSamuel2021-10-152-0/+34
|\ \ | | | | | | merge dev in master
| * | Merge branch 'master' into pr/hbjydev/454Flam3rboy2021-10-1513-30/+255
| |\|
| * | feat: implement a database check on the healthz and readyz probes, remove ↵Hayden Young2021-10-143-12/+16
| | | | | | | | | | | | /-/metrics
| * | feat: initial addition of a healthz, readyz and metrics routeHayden Young2021-10-143-0/+30
| | |
* | | :bug: fix pruneFlam3rboy2021-10-151-24/+32
| | |
* | | :zap: speed up message queryFlam3rboy2021-10-151-27/+21
| | |
* | | added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-132-1/+83
| |/ |/| | | | | | | Edited Member entity to include last_message_id to avoid searching for every members last message when pruning When a message is sent through /channels/:id/messages last_message_id of sending Member is updated.
* | Merge pull request #430 from Thesourtimes/masterFlam3rboy2021-10-113-0/+105
|\ \ | | | | | | Implement GIF route
| * | :art: gifsFlam3rboy2021-10-113-72/+55
| | |
| * | Merge branch 'master' into pr/Thesourtimes/430Flam3rboy2021-10-119-28/+148
| |\ \
| * | | Implement GIFsuurgothat2021-10-093-0/+122
| | |/ | |/|
* | | :bug: fix #371Flam3rboy2021-10-111-2/+2
| |/ |/|
* | Merge branch 'master' into pr/TheArcaneBrony/434Flam3rboy2021-10-101-3/+3
|\ \
| * | :bug: fix modify role.permissionsFlam3rboy2021-10-101-3/+3
| | |
* | | :bug: fix vanity urlFlam3rboy2021-10-101-10/+2
| | |
* | | Fix duplicate keyThe Arcane Brony2021-10-102-7/+3
|/ /
* | :bug: fix emojis routeFlam3rboy2021-10-102-137/+121
| |
* | Merge branch 'master' into pr/LoboMetalurgico/424Flam3rboy2021-10-105-8/+12
|\ \
| * | :bug: convert bigint literal to objectFlam3rboy2021-10-103-5/+10
| | |
| * | :art: clean up imports + classesFlam3rboy2021-10-102-3/+2
| | |
* | | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojisLobo Metalúrgico2021-10-092-3/+10
|\| |
| * | :sparkles: added read stateFlam3rboy2021-10-091-2/+6
| | |
| * | :art: cdn now also works without setting a public endpointFlam3rboy2021-10-091-1/+4
| |/
* | (api): fix some issuesLobo Metalúrgico2021-10-091-3/+2
| |
* | (api): implement post on emoji routeLobo Metalúrgico2021-10-091-4/+38
| |
* | (api): add patch to emoji routeLobo Metalúrgico2021-10-091-0/+26
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lobo Metalúrgico2021-10-093-11/+40
|\| | | | | | | milestoneV1/routes/implement/emojis