Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved user notes into separate table | Madeline | 2022-07-23 | 1 | -11/+28 |
| | |||||
* | Removed unused import | Madeline | 2022-07-09 | 1 | -1/+1 |
| | | | tab autocomplete really loves doing this to me | ||||
* | Allow multiple attachments in messages | Madeline | 2022-07-09 | 1 | -10/+15 |
| | |||||
* | Format changed files | LachlanCourt | 2022-07-04 | 1 | -13/+6 |
| | |||||
* | Ensure query fails if role with specified id does not exist | LachlanCourt | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Add semicolon | LachlanCourt | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Simplify role query as per code review | LachlanCourt | 2022-07-04 | 1 | -2/+1 |
| | |||||
* | Move role_id specific api routes to correct file | LachlanCourt | 2022-07-04 | 2 | -137/+53 |
| | |||||
* | Fix compile error in get request | LachlanCourt | 2022-07-04 | 1 | -42/+4 |
| | |||||
* | Create role subdirectory and add GET api route | LachlanCourt | 2022-07-04 | 2 | -0/+145 |
| | |||||
* | Fix compile errors in latest | Madeline | 2022-06-26 | 1 | -10/+14 |
| | |||||
* | fix the wrong name | Erkin Alp Güney | 2022-06-26 | 1 | -1/+1 |
| | |||||
* | self-leave logic | Erkin Alp Güney | 2022-06-26 | 1 | -3/+19 |
| | |||||
* | JOIN_GUILDS is not the right flag there | Erkin Alp Güney | 2022-06-26 | 1 | -1/+1 |
| | |||||
* | Expose general instance information via api /ping route | Madeline | 2022-06-08 | 1 | -1/+17 |
| | |||||
* | Respect register_dateOfBirth_required = false | Madeline | 2022-05-30 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Erkin Alp Güney | 2022-05-15 | 1 | -14/+18 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-05-15 | 2 | -10/+16 |
|\ | |||||
| * | Update bulk-delete.ts | Erkin Alp Güney | 2022-05-15 | 1 | -7/+13 |
| | | |||||
| * | Update purge.ts | Erkin Alp Güney | 2022-05-15 | 1 | -3/+3 |
| | | |||||
* | | messages before/after soundness check | Erkin Alp Güney | 2022-04-30 | 1 | -3/+12 |
|/ | |||||
* | patch for missing router schema, and also add purge route self-deletion checks | Erkin Alp Güney | 2022-04-30 | 1 | -2/+11 |
| | |||||
* | introduce the purge endpoint | Erkin Alp Güney | 2022-04-28 | 2 | -1/+78 |
| | | | | closes #281 | ||||
* | Update prune.ts | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
| | |||||
* | needs to be async | Erkin Alp Güney | 2022-04-28 | 1 | -1/+1 |
| | |||||
* | use return codes to allow for automation | Erkin Alp Güney | 2022-04-24 | 1 | -3/+5 |
| | |||||
* | Backfilling privilege does not imply right to post messages | Erkin Alp Güney | 2022-04-24 | 1 | -2/+5 |
| | |||||
* | While backfilling, message ids must now be valid snowflakes, cannot be in ↵ | Madeline | 2022-04-24 | 1 | -5/+19 |
| | | | | the future, and cannot overwrite existing messages | ||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-23 | 2 | -2/+6 |
|\ | |||||
| * | Fix not assigning new changes to input fields in users/@me | Madeline | 2022-04-23 | 1 | -1/+1 |
| | | |||||
| * | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2022-04-23 | 1 | -0/+5 |
| | | | | | | | | categories, voice etc ) | ||||
| * | Fixed ability for user to edit any property of themselves, including ↵ | Madeline | 2022-04-23 | 1 | -2/+1 |
| | | | | | | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/ | ||||
* | | backfilling — first steps | Erkin Alp Güney | 2022-04-23 | 1 | -1/+85 |
|/ | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-18 | 1 | -1/+1 |
|\ | |||||
| * | Unified ghost instead of separate ghosts | Erkin Alp Güney | 2022-04-18 | 1 | -1/+1 |
| | | |||||
* | | get single message && message rights enforcement | Erkin Alp Güney | 2022-04-18 | 2 | -2/+15 |
|/ | |||||
* | reactions rights enforcement | Erkin Alp Güney | 2022-04-17 | 2 | -2/+3 |
| | |||||
* | remove misleading todo note | Erkin Alp Güney | 2022-04-16 | 1 | -1/+0 |
| | |||||
* | fix MANAGE_GUILDS; rename getRight to getRights | binsky | 2022-04-09 | 1 | -2/+2 |
| | |||||
* | fix invite right enforcement | binsky | 2022-04-09 | 1 | -1/+1 |
| | |||||
* | correct right name | Erkin Alp Güney | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | invite right enforced | Erkin Alp Güney | 2022-04-08 | 1 | -1/+2 |
| | |||||
* | JOIN_GUILDS | Erkin Alp Güney | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | rights enforcement in guild create | Erkin Alp Güney | 2022-04-08 | 1 | -3/+4 |
| | |||||
* | MANAGE_GUILDS | Erkin Alp Güney | 2022-04-08 | 1 | -2/+10 |
| | |||||
* | fix the build mistakes from yesternight | Erkin Alp Güney | 2022-04-08 | 1 | -7/+12 |
| | |||||
* | Update index.ts | Erkin Alp Güney | 2022-04-08 | 1 | -7/+10 |
| | |||||
* | scheduled maintenances | Erkin Alp Güney | 2022-04-07 | 1 | -0/+12 |
| | |||||
* | User Notes (#707) | Madeline | 2022-04-05 | 1 | -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 ↵ | Madeline | 2022-03-30 | 4 | -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 ) | ||||
* | fix(api): add vanity urls creation/update (#665) | Nobody | 2022-03-09 | 1 | -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-list | Nobody | 2022-03-08 | 2 | -3/+9 |
|\ | |||||
| * | Temporary notes fix | RealMANI | 2022-03-08 | 1 | -3/+3 |
| | | | | | | | | Temporary fix for getting stuck on loading user note. //TODO | ||||
| * | fix(api): don't send @everyone in route response | Nobody | 2022-03-08 | 1 | -1/+4 |
| | | | | | | | | The response of `PATCH /guilds/{guild.id}/members/{user.id}` should not include "@everyone" role | ||||
| * | fix(api): prevent @everyone role duplication | Nobody | 2022-03-08 | 1 | -1/+1 |
| | | | | | | | | If user already has @everyone role, then don't push it to the array | ||||
| * | fix(api): always add @everyone in user's roles | Nobody | 2022-03-08 | 1 | -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) | RealMANI | 2022-03-08 | 1 | -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 list | Nobody | 2022-03-08 | 1 | -8/+23 |
|/ | | | | We should never use await inside loops | ||||
* | Check username | RealMANI | 2022-03-06 | 1 | -6/+8 |
| | |||||
* | [Fix] Changing bio and accent color | RealMANI | 2022-03-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 1 | -6/+61 |
|\ | | | | | Allow self-banning | ||||
| * | Merge branch 'master' into origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-04 | 1 | -0/+7 |
| |\ | |||||
| * | | pretend self-bans don't exist in the views too | Erkin Alp Güney | 2022-02-04 | 1 | -1/+4 |
| | | | |||||
| * | | ban moderator schema actually change | Erkin Alp Güney | 2022-02-04 | 1 | -2/+12 |
| | | | |||||
| * | | ban moderator schema change | Erkin Alp Güney | 2022-02-04 | 1 | -0/+1 |
| | | | |||||
| * | | some important changes | Erkin Alp Güney | 2022-02-04 | 1 | -4/+4 |
| | | | |||||
| * | | Try to commit this one again, this time over the web | Erkin Alp Güney | 2022-02-04 | 1 | -4/+8 |
| | | | |||||
| * | | remove pretense of nonexistence from main view route for now to make it ↵ | Erkin Alp Güney | 2022-02-04 | 1 | -2/+0 |
| | | | | | | | | | | | | compile while thinking of a fix | ||||
| * | | Extend the pretense of non-existence of self-bans to API view route too | Erkin Alp Güney | 2022-02-02 | 1 | -0/+2 |
| | | | |||||
| * | | Better protection against self-bans | Erkin Alp Güney | 2022-02-02 | 1 | -2/+3 |
| | | | |||||
| * | | Make self-bans irreversible | Erkin Alp Güney | 2022-02-02 | 1 | -1/+4 |
| | | | |||||
| * | | Allow self-ban of non-owners | Erkin Alp Güney | 2022-02-02 | 1 | -1/+34 |
| | | | |||||
* | | | [Fix] Profile & banner uploading | RealMANI | 2022-02-20 | 1 | -1/+1 |
| | | | | | | | | | Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968 | ||||
* | | | changed user.premium_since to also load from the database. | Iratu | 2022-02-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵ | Iratu | 2022-02-18 | 1 | -3/+11 |
| | | | | | | | | | | | | the database | ||||
* | | | Merge pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 12 | -22/+165 |
|\ \ \ | | | | | | | | | Branding updates + Fixed Discovery and custom status + Dev portal | ||||
| * | | | Return none for dev portal + todo for categories | Featyre | 2022-02-02 | 1 | -1/+7 |
| | | | | |||||
| * | | | Dev portal + categories load db | Featyre | 2022-01-26 | 7 | -23/+35 |
| | | | | |||||
| * | | | change line | Featyre | 2022-01-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 4 | -0/+48 |
| |\| | | |||||
| * | | | Partnet + Discover fix and join | Featyre | 2022-01-24 | 7 | -8/+104 |
| | | | | |||||
| * | | | Prep for Category db work | Featyre | 2022-01-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | category + discovery + custom status fix, new config | Featyre | 2022-01-24 | 3 | -16/+19 |
| | | | | |||||
| * | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 1 | -2/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'fosscord:master' into master | Featyre | 2022-01-23 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| * | | | | | Partial integration of categories and discovery | Featyre | 2022-01-23 | 4 | -20/+46 |
| | | | | | | |||||
* | | | | | | Typo | RealMANI | 2022-02-16 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Mutual Friends | RealMANI | 2022-02-16 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | Added mutual friends | ||||
* | | | | | | Mutual Guilds (#637) | RealMANI | 2022-02-16 | 1 | -2/+15 |
| | | | | | | |||||
* | | | | | | [Fix] Invisible space username (#639) | RealMANI | 2022-02-16 | 1 | -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) | ImAaronFR | 2022-02-09 | 1 | -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 ↵ | Madeline | 2022-02-04 | 1 | -0/+7 |
| |_|_|/ |/| | | | | | | | | | | | compatibility with some client ( discord.js ) | ||||
* | | | | Add dummy endpoints to prevent client loading some settings panels indefinitely | TheArcaneBrony | 2022-01-24 | 4 | -0/+48 |
| |_|/ |/| | | |||||
* | | | Add unhandled channel types to IsTextChannel method | Madeline | 2022-01-23 | 1 | -2/+6 |
| |/ |/| | |||||
* | | Closed-join guilds | Erkin Alp Güney | 2022-01-23 | 1 | -1/+2 |
|/ | | | | Resolves #537 Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Revert previous commit | Chris Chrome | 2022-01-16 | 1 | -16/+16 |
| | |||||
* | Further debranding of premium tiers | Erkin Alp Güney | 2022-01-14 | 1 | -16/+16 |
| | |||||
* | Message fixes | Character limits and embed fixes (#581) | Madeline | 2022-01-11 | 1 | -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 response | Thesourtimes | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 1 | -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.ts | unknownPerson115 | 2021-12-29 | 1 | -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.ts | unknownPerson115 | 2021-12-29 | 1 | -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/master | Chris Chrome | 2021-12-26 | 1 | -4/+4 |
|\ | | | | | Remove fs-extras, add Sentry support, fix compile errors, fix some typos | ||||
| * | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 1 | -4/+4 |
| | | |||||
* | | Update api/src/routes/stop.ts | unknownPerson115 | 2021-12-25 | 1 | -7/+2 |
| | | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | | Create stop.ts (for /stop API route) | unknownPerson115 | 2021-12-25 | 1 | -0/+30 |
| | | | | | | | | | | patched up the route and polished it note: THIS API IS ONLY FOR DEVELOPMENT PURPOSES | ||||
* | | Comment about the hotfix | Kuna | 2021-12-24 | 1 | -0/+2 |
| | | |||||
* | | (Finally) make a temporary fix for IP leak | Thesourtimes | 2021-12-24 | 1 | -3/+13 |
| | | |||||
* | | Fix typo | Kuna | 2021-12-24 | 1 | -1/+1 |
| | | |||||
* | | Fix IP leaks from bans route | Thesourtimes | 2021-12-24 | 1 | -2/+14 |
|/ | |||||
* | Update downloads.ts | Kuna | 2021-12-18 | 1 | -0/+1 |
| | |||||
* | General work on API | Thesourtimes | 2021-12-18 | 2 | -0/+39 |
| | |||||
* | Add the new discovery route | Thesourtimes | 2021-12-15 | 1 | -0/+20 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+2 |
| | |||||
* | Fix previous commit | Thesourtimes | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Make INTERNAL_EMPLOYEE_ONLY functional | Thesourtimes | 2021-12-05 | 1 | -1/+6 |
| | |||||
* | Add a new test-client related endpoint | Thesourtimes | 2021-11-30 | 1 | -0/+13 |
| | |||||
* | Update index.ts | Samuel | 2021-11-21 | 1 | -2/+3 |
| | |||||
* | Fix the minor issues on route | Thesourtimes | 2021-11-18 | 3 | -11/+13 |
| | |||||
* | Minor API stuff | uurgothat | 2021-11-17 | 2 | -3/+13 |
| | |||||
* | Add instance route | uurgothat | 2021-11-17 | 3 | -0/+39 |
| | |||||
* | make templates configurable + authorization | uurgothat | 2021-10-24 | 1 | -35/+13 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | uurgothat | 2021-10-24 | 21 | -164/+307 |
|\ | |||||
| * | Proxy support for external network access | KagurazakaNyaa | 2021-10-24 | 3 | -0/+13 |
| | | |||||
| * | prettier formatted /api | developomp | 2021-10-20 | 16 | -156/+286 |
| | | |||||
| * | :bug: fix bulk delete | Flam3rboy | 2021-10-18 | 1 | -1/+1 |
| | | |||||
| * | :zap: message performance | Flam3rboy | 2021-10-18 | 1 | -6/+6 |
| | | |||||
| * | fix default cdn endpoint for message attachments | Samuel | 2021-10-18 | 1 | -1/+1 |
| | | |||||
* | | Format the file | uurgothat | 2021-10-18 | 1 | -19/+27 |
| | | |||||
* | | external templates + fosscord draft and more configs | uurgothat | 2021-10-18 | 1 | -2/+28 |
| | | |||||
* | | remove unneeded import | uurgothat | 2021-10-17 | 1 | -1/+0 |
| | | |||||
* | | Add discord template support | uurgothat | 2021-10-17 | 1 | -1/+14 |
|/ | |||||
* | remove template comment | Kuna | 2021-10-17 | 1 | -2/+0 |
| | |||||
* | oauth2 route draft to return an empty array | uurgothat | 2021-10-17 | 1 | -0/+12 |
| | |||||
* | :bug: fix typing | Flam3rboy | 2021-10-17 | 1 | -3/+2 |
| | |||||
* | :bug: user settings | Flam3rboy | 2021-10-17 | 1 | -2/+3 |
| | |||||
* | Fix /gateway/bot | Chris Chrome | 2021-10-16 | 1 | -1/+1 |
| | | | https://canary.discord.com/channels/806142446094385153/806142446529806367/898928295771521125 | ||||
* | :bug: fix message sending | Flam3rboy | 2021-10-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #455 from fosscord/sticker | Samuel | 2021-10-15 | 8 | -27/+166 |
|\ | | | | | Stickers | ||||
| * | :sparkles: sticker events | Flam3rboy | 2021-10-15 | 1 | -1/+27 |
| | | |||||
| * | Merge branch 'master' into sticker | Flam3rboy | 2021-10-15 | 4 | -20/+138 |
| |\ | |||||
| * | | :art: reformat | Flam3rboy | 2021-10-15 | 1 | -4/+1 |
| | | | |||||
| * | | :bug: fix sticker packs | Flam3rboy | 2021-10-15 | 1 | -2/+4 |
| | | | |||||
| * | | :bug: fix message sticker sending | Flam3rboy | 2021-10-15 | 2 | -0/+11 |
| | | | |||||
| * | | :sparkles: sticker upload | Flam3rboy | 2021-10-15 | 1 | -7/+42 |
| | | | |||||
| * | | :art: restructure | Flam3rboy | 2021-10-14 | 1 | -2/+3 |
| | | | |||||
| * | | :sparkles: sticker packs | Flam3rboy | 2021-10-14 | 2 | -21/+2 |
| | | | |||||
| * | | :sparkles: stickers | Flam3rboy | 2021-10-14 | 2 | -0/+86 |
| | | | |||||
* | | | feat: add tests to gateway routes, split into own routers | Hayden Young | 2021-10-15 | 2 | -6/+44 |
| |/ |/| | |||||
* | | Merge pull request #460 from fosscord/dev | Samuel | 2021-10-15 | 2 | -0/+34 |
|\ \ | | | | | | | merge dev in master | ||||
| * | | Merge branch 'master' into pr/hbjydev/454 | Flam3rboy | 2021-10-15 | 13 | -30/+255 |
| |\| | |||||
| * | | feat: implement a database check on the healthz and readyz probes, remove ↵ | Hayden Young | 2021-10-14 | 3 | -12/+16 |
| | | | | | | | | | | | | /-/metrics | ||||
| * | | feat: initial addition of a healthz, readyz and metrics route | Hayden Young | 2021-10-14 | 3 | -0/+30 |
| | | | |||||
* | | | :bug: fix prune | Flam3rboy | 2021-10-15 | 1 | -24/+32 |
| | | | |||||
* | | | :zap: speed up message query | Flam3rboy | 2021-10-15 | 1 | -27/+21 |
| | | | |||||
* | | | added route /guilds/:id/prune GET count and POST prune. | Maddy | 2021-10-13 | 2 | -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/master | Flam3rboy | 2021-10-11 | 3 | -0/+105 |
|\ \ | | | | | | | Implement GIF route | ||||
| * | | :art: gifs | Flam3rboy | 2021-10-11 | 3 | -72/+55 |
| | | | |||||
| * | | Merge branch 'master' into pr/Thesourtimes/430 | Flam3rboy | 2021-10-11 | 9 | -28/+148 |
| |\ \ | |||||
| * | | | Implement GIFs | uurgothat | 2021-10-09 | 3 | -0/+122 |
| | |/ | |/| | |||||
* | | | :bug: fix #371 | Flam3rboy | 2021-10-11 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'master' into pr/TheArcaneBrony/434 | Flam3rboy | 2021-10-10 | 1 | -3/+3 |
|\ \ | |||||
| * | | :bug: fix modify role.permissions | Flam3rboy | 2021-10-10 | 1 | -3/+3 |
| | | | |||||
* | | | :bug: fix vanity url | Flam3rboy | 2021-10-10 | 1 | -10/+2 |
| | | | |||||
* | | | Fix duplicate key | The Arcane Brony | 2021-10-10 | 2 | -7/+3 |
|/ / | |||||
* | | :bug: fix emojis route | Flam3rboy | 2021-10-10 | 2 | -137/+121 |
| | | |||||
* | | Merge branch 'master' into pr/LoboMetalurgico/424 | Flam3rboy | 2021-10-10 | 5 | -8/+12 |
|\ \ | |||||
| * | | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 3 | -5/+10 |
| | | | |||||
| * | | :art: clean up imports + classes | Flam3rboy | 2021-10-10 | 2 | -3/+2 |
| | | | |||||
* | | | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojis | Lobo Metalúrgico | 2021-10-09 | 2 | -3/+10 |
|\| | | |||||
| * | | :sparkles: added read state | Flam3rboy | 2021-10-09 | 1 | -2/+6 |
| | | | |||||
| * | | :art: cdn now also works without setting a public endpoint | Flam3rboy | 2021-10-09 | 1 | -1/+4 |
| |/ | |||||
* | | (api): fix some issues | Lobo Metalúrgico | 2021-10-09 | 1 | -3/+2 |
| | | |||||
* | | (api): implement post on emoji route | Lobo Metalúrgico | 2021-10-09 | 1 | -4/+38 |
| | | |||||
* | | (api): add patch to emoji route | Lobo Metalúrgico | 2021-10-09 | 1 | -0/+26 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Lobo Metalúrgico | 2021-10-09 | 3 | -11/+40 |
|\| | | | | | | | milestoneV1/routes/implement/emojis | ||||
| * | :bug: fix typing | Flam3rboy | 2021-10-09 | 2 | -2/+3 |
| | | |||||
| * | :bug: fix claim account | Flam3rboy | 2021-10-09 | 1 | -4/+12 |
| | | |||||
| * | :sparkles: added guestsRequireInvite to config | Flam3rboy | 2021-10-09 | 1 | -5/+7 |
| | | |||||
| * | :bug: fix password changing | Flam3rboy | 2021-10-09 | 1 | -4/+22 |
| | | |||||
* | | (api): fix route name | Lobo Metalúrgico | 2021-10-08 | 1 | -0/+0 |
| | | |||||
* | | (api): inital emojis route implementation | Lobo Metalúrgico | 2021-10-08 | 1 | -0/+78 |
|/ | |||||
* | :art: fix imports with new build script | Flam3rboy | 2021-10-09 | 1 | -1/+2 |
| | |||||
* | :bug: fix user projection | Flam3rboy | 2021-10-05 | 4 | -5/+9 |
| | |||||
* | :art: reformatted | Flam3rboy | 2021-10-05 | 1 | -2/+2 |
| | |||||
* | :bug: fix client locale | Flam3rboy | 2021-10-05 | 1 | -1/+2 |
| | |||||
* | :sparkles: added autoJoin guild to config | Flam3rboy | 2021-10-05 | 2 | -73/+14 |
| | |||||
* | :sparkles: add User.register() method | Flam3rboy | 2021-10-05 | 1 | -127/+60 |
| | |||||
* | :bug: fix guild create with client template | Flam3rboy | 2021-10-05 | 1 | -21/+17 |
| | |||||
* | Merge pull request #412 from TheArcaneBrony/master | Flam3rboy | 2021-10-03 | 2 | -24/+25 |
|\ | | | | | Add subscription plans so the client doesn't crash | ||||
| * | :truck: rename id -> sku_id | Flam3rboy | 2021-10-03 | 1 | -22/+6 |
| | | |||||
| * | Add subscription plans so the client doesn't crash | The Arcane Brony | 2021-10-03 | 1 | -14/+31 |
| | | |||||
* | | :bug: fix message reactions | Flam3rboy | 2021-10-03 | 1 | -2/+2 |
|/ | |||||
* | :bug: fix registration | Flam3rboy | 2021-10-03 | 1 | -0/+1 |
| | |||||
* | Add default value to guild discovery" | The Arcane Brony | 2021-10-01 | 1 | -2/+1 |
| | |||||
* | Add setting to show all guilds in discovery, fix query for guild discovery | The Arcane Brony | 2021-10-01 | 1 | -2/+5 |
| | |||||
* | :sparkles: registration disabled notice | Flam3rboy | 2021-10-01 | 1 | -0/+9 |
| | |||||
* | hotfix for misc routes | uurgothat | 2021-09-30 | 6 | -7/+10 |
| | |||||
* | Add misc routes | uurgothat | 2021-09-30 | 14 | -2/+183 |
| | |||||
* | store improvements | uurgothat | 2021-09-29 | 4 | -24/+156 |
| | |||||
* | :bug: fix channel permission overwrites | Flam3rboy | 2021-09-26 | 2 | -9/+16 |
| | |||||
* | :sparkles: add private and public endpoint | Flam3rboy | 2021-09-25 | 1 | -4/+4 |
| | |||||
* | :bug: message attachment url | Flam3rboy | 2021-09-25 | 1 | -0/+5 |
| | |||||
* | :bug: fix guild template create | Flam3rboy | 2021-09-25 | 1 | -13/+15 |
| | |||||
* | :sparkles: generate openapi documentation | Flam3rboy | 2021-09-21 | 6 | -52/+14 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 17 | -101/+233 |
|\ | |||||
| * | :bug: fix relationships | Flam3rboy | 2021-09-20 | 1 | -7/+7 |
| | | |||||
| * | Merge pull request #382 from fosscord/auto-delete-relations | Flam3rboy | 2021-09-20 | 3 | -20/+15 |
| |\ | | | | | | | Auto delete relations | ||||
| | * | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 1 | -11/+1 |
| | | | |||||
| | * | :construction: auto delete relations | Flam3rboy | 2021-09-20 | 1 | -6/+14 |
| | | | |||||
| | * | Merge branch 'master' into auto-delete-relations | Flam3rboy | 2021-09-19 | 10 | -56/+194 |
| | |\ | |||||
| | * | | :art: remove deleteMessageAttachments and move to entity | Flam3rboy | 2021-09-19 | 1 | -3/+0 |
| | | | | |||||
| * | | | Update index.ts | Flam3rboy | 2021-09-20 | 1 | -5/+1 |
| | | | | |||||
| * | | | oRdEr Of OpErAtIoNs | Chris Chrome | 2021-09-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' | Chris Chrome | 2021-09-20 | 2 | -21/+24 |
| |\ \ \ | |||||
| | * | | | :sparkles: accept invite page | Flam3rboy | 2021-09-20 | 2 | -21/+24 |
| | | |/ | | |/| | |||||
| * | | | Fix one thing, another problem pops up | Chris Chrome | 2021-09-20 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
| * | | | Delete messages before deleting channel | Chris Chrome | 2021-09-20 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Might need some testing, but seems pretty solid for one line of code lol | ||||
| * | | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-19 | 10 | -56/+194 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge branch 'fosscord:master' into fix-dm | AlTech98 | 2021-09-18 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Update connections.ts | Flam3rboy | 2021-09-18 | 1 | -2/+3 |
| | | | | |||||
| | | * | Add /users/@me/connections | The Arcane Brony | 2021-09-18 | 1 | -0/+10 |
| | | | | |||||
| | * | | Removed ChannelService, more fixes | AlTech98 | 2021-09-18 | 4 | -10/+10 |
| | | | | |||||
| | * | | Merge branch 'fosscord:master' into fix-dm | AlTech98 | 2021-09-18 | 6 | -24/+26 |
| | |\| | |||||
| | * | | Fix icon, owner_id change and channel deletion for group DMs | AlTech98 | 2021-09-17 | 1 | -3/+5 |
| | | | | |||||
| | * | | Merge branch 'fosscord:master' into fix-dm | AlTech98 | 2021-09-17 | 1 | -3/+4 |
| | |\ \ | |||||
| | * | | | Fix GET /users/@me/channels | AlTech98 | 2021-09-17 | 1 | -12/+3 |
| | | | | | |||||
| | * | | | Implemented DMs and group DMs | AlTech98 | 2021-09-16 | 7 | -52/+143 |
| | | | | | |||||
| | * | | | Dummy sticker-packs routes | AlTech98 | 2021-09-16 | 2 | -0/+28 |
| | | | | | |||||
| * | | | | :truck: move handleFile to cdn | Flam3rboy | 2021-09-19 | 4 | -9/+5 |
| | | | | | |||||
| * | | | | :art: user is verified by default | Flam3rboy | 2021-09-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | :bug: fix guild create icon | Flam3rboy | 2021-09-18 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | :sparkles: route middleware test option | Flam3rboy | 2021-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | :pencil: add default route description to all routes | Flam3rboy | 2021-09-18 | 10 | -21/+28 |
|/ / / | |||||
* | / | :bug: fix body parse treating null not as undefined (except for icons/avatars) | Flam3rboy | 2021-09-17 | 6 | -24/+26 |
| |/ |/| | |||||
* | | :bug: fix vanity url | Flam3rboy | 2021-09-16 | 1 | -3/+4 |
|/ | |||||
* | Revert "fix #128" | Flam3rboy | 2021-09-16 | 1 | -52/+9 |
| | | | | This reverts commit a359375b77aef4c0792680149382be18661b8bac. | ||||
* | Revert "fix #129" | Flam3rboy | 2021-09-16 | 1 | -17/+0 |
| | | | | This reverts commit ae140801c51bec5eac98c2e19d325276d6bec890. | ||||
* | Revert ":construction: webhook" | Flam3rboy | 2021-09-16 | 4 | -101/+2 |
| | | | | This reverts commit f691aa4c5aa47c8a8085c7b01912a1c403ce8732. | ||||
* | :construction: webhook | Flam3rboy | 2021-09-14 | 4 | -2/+101 |
| | |||||
* | fix #129 | Flam3rboy | 2021-09-14 | 1 | -0/+17 |
| | |||||
* | fix #128 | Flam3rboy | 2021-09-14 | 1 | -9/+52 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-14 | 9 | -15/+60 |
|\ | |||||
| * | Merge pull request #360 from AlTech98/invite | Flam3rboy | 2021-09-14 | 2 | -3/+16 |
| |\ | | | | | | | Invite fixes | ||||
| | * | Emit INVITE_DELETE | AlTech98 | 2021-09-14 | 1 | -2/+15 |
| | | | |||||
| | * | Fix invites creation | AlTech98 | 2021-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | add store endpoints | uurgothat | 2021-09-13 | 2 | -0/+22 |
| |/ | |||||
| * | Fix #356 | AlTech98 | 2021-09-13 | 2 | -6/+6 |
| | | |||||
| * | Update index.ts | Flam3rboy | 2021-09-13 | 1 | -1/+1 |
| | |