Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax some of the limits | Erkin Alp Güney | 2022-07-09 | 1 | -18/+17 |
| | |||||
* | * Make max website preview download size for embeds configurable | Madeline | 2022-07-09 | 1 | -0/+2 |
| | | | | * Fix Message.update call throwing 'Cannot query across one-to-many for property attachments' | ||||
* | Respect register_dateOfBirth_required = false | Madeline | 2022-05-30 | 1 | -1/+1 |
| | |||||
* | Extended settings will not be type checked | Erkin Alp Güney | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | Extended settings | Erkin Alp Güney | 2022-05-15 | 1 | -0/+5 |
| | |||||
* | Update AuditLog.ts | Erkin Alp Güney | 2022-05-15 | 1 | -1/+3 |
| | |||||
* | user groups | Erkin Alp Güney | 2022-05-15 | 1 | -0/+33 |
| | |||||
* | more event types | Erkin Alp Güney | 2022-05-10 | 1 | -4/+54 |
| | |||||
* | Forum and guild directory types | Erkin Alp Güney | 2022-04-27 | 1 | -0/+2 |
| | |||||
* | Update Message.ts | Erkin Alp Güney | 2022-04-23 | 1 | -1/+1 |
| | |||||
* | self commands and /me messages | Erkin Alp Güney | 2022-04-23 | 1 | -1/+3 |
| | |||||
* | text+voice code is already there | Erkin Alp Güney | 2022-04-22 | 1 | -1/+0 |
| | |||||
* | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2022-04-23 | 1 | -0/+11 |
| | | | | categories, voice etc ) | ||||
* | Update UserGroup.ts | Erkin Alp Güney | 2022-04-21 | 1 | -7/+0 |
| | |||||
* | user groups - first steps | Erkin Alp Güney | 2022-04-21 | 1 | -0/+44 |
| | |||||
* | Update Guild.ts | Erkin Alp Güney | 2022-04-10 | 1 | -4/+8 |
| | |||||
* | bug fix | 1itt1eB0y | 2022-04-09 | 1 | -1/+1 |
| | | | Fix `QueryFailedError: constraint "FK_05535bc695e9f7ee104616459d3" for relation "messages" already exists` | ||||
* | Resolves #715 | Madeline | 2022-04-09 | 1 | -1/+1 |
| | |||||
* | Update User.ts | Erkin Alp Güney | 2022-04-09 | 1 | -7/+7 |
| | |||||
* | optional | Erkin Alp Güney | 2022-04-08 | 1 | -2/+2 |
| | |||||
* | add joined_by to allow for separate treatment of force-joiners | Erkin Alp Güney | 2022-04-08 | 1 | -2/+11 |
| | |||||
* | with public read receipts explicitly stored, no need to store manual flag of ↵ | Erkin Alp Güney | 2022-04-07 | 1 | -1/+2 |
| | | | | the read mark | ||||
* | User Notes (#707) | Madeline | 2022-04-05 | 1 | -0/+4 |
| | | | | | | | | * 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 ! | ||||
* | Revert "Make member.premium_since ISO8601 timestamp" (#710) | Erkin Alp Güney | 2022-04-04 | 1 | -3/+3 |
| | | | This reverts commit 093ae5558007031253b5dadb5a5be96dd265683d. | ||||
* | Add our custom channel types | Erkin Alp Güney | 2022-04-03 | 1 | -1/+5 |
| | |||||
* | More message types | Erkin Alp Güney | 2022-04-02 | 1 | -0/+7 |
| | |||||
* | first steps for E2EE support — channel security settings event | Erkin Alp Güney | 2022-04-02 | 1 | -0/+35 |
| | |||||
* | Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵ | Madeline | 2022-03-30 | 3 | -8/+8 |
| | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol ) | ||||
* | Make member.premium_since ISO8601 timestamp | minhducsun2002 | 2022-03-28 | 1 | -3/+3 |
| | |||||
* | fix the conditional | Erkin Alp Güney | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | A few channels on channels | Erkin Alp Güney | 2022-03-23 | 1 | -12/+19 |
| | | | | | - Added a field for retention policies (progress towards #164) - Allowed note to self channels - Added the UNHANDLED type | ||||
* | close issue #684 | Erkin Alp Güney | 2022-03-14 | 1 | -2/+2 |
| | |||||
* | Change premium_since to bigint | Xenorio | 2022-03-08 | 1 | -2/+2 |
| | |||||
* | Changing Member.premium_since back from Date to number fixes an error in the ↵ | Madeline | 2022-03-08 | 1 | -1/+1 |
| | | | | | Discord electron client related to rendering premium status. (#669) Client throws "Invalid time value", so I'm guessing it's something to do with premium_since not being the date format they want ( allegedly ISO8601, but works with a plain number, so wtf ) | ||||
* | fix(util): working invisible status type | Nobody | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Revert "Type change" | RealMANI | 2022-03-08 | 1 | -1/+1 |
| | | | | This reverts commit ec8d8e43c5de13c560c1c4038a24e2726601fe47. | ||||
* | Type change | RealMANI | 2022-03-07 | 1 | -1/+1 |
| | | | | | Changed type for column "content" to "longtext" (you might want to get a back up from your database before updating) | ||||
* | document which field is which | Erkin Alp Güney | 2022-03-04 | 1 | -1/+4 |
| | |||||
* | Initial work on public read receipts | Erkin Alp Güney | 2022-03-04 | 1 | -0/+6 |
| | | | Progress on #416 | ||||
* | changed user.premium_since to also load from the database. | Iratu | 2022-02-18 | 1 | -0/+5 |
| | |||||
* | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵ | Iratu | 2022-02-18 | 1 | -2/+2 |
| | | | | the database | ||||
* | Merge pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 5 | -41/+64 |
|\ | | | | | Branding updates + Fixed Discovery and custom status + Dev portal | ||||
| * | Return none for dev portal + todo for categories | Featyre | 2022-02-02 | 2 | -0/+4 |
| | | |||||
| * | Fix primarycolum being assigned to nullable = true | Featyre | 2022-02-02 | 1 | -1/+1 |
| | | |||||
| * | make everything in categories nullable | Featyre | 2022-02-02 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'fosscord:master' into master | Featyre | 2022-02-01 | 1 | -2/+4 |
| |\ | |||||
| * | | A few minor changes | Erkin Alp Güney | 2022-01-27 | 1 | -10/+9 |
| | | | |||||
| * | | Dev portal + categories load db | Featyre | 2022-01-26 | 1 | -3/+3 |
| | | | |||||
| * | | Prep for Category db work | Featyre | 2022-01-24 | 1 | -5/+1 |
| | | | |||||
| * | | category + discovery + custom status fix, new config | Featyre | 2022-01-24 | 3 | -12/+15 |
| | | | |||||
| * | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 1 | -332/+357 |
| |\ \ | |||||
| * | | | Partial integration of categories and discovery | Featyre | 2022-01-23 | 4 | -22/+43 |
| | | | | |||||
* | | | | [Fix] Column "groups" contains null-values (#622) | ImAaronFR | 2022-02-08 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #555 from unknownPerson115/patch-1 | Erkin Alp Güney | 2022-01-24 | 1 | -2/+4 |
|\ \ \ | |_|/ |/| | | Fixed potential guild message SQL constraints | ||||
| * | | Fixed potential guild message SQL constraints | unknownPerson115 | 2021-12-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | i have tied member dependencies to the author id rather than the member id to avoid a dependency cycle and you can now kick/ban someone from a guild/server and the messages will remain in the guild (just like discord) as stated in issue #441 I have also tested this code seems clean so far (new pull request opened because of branch commit issues) | ||||
* | | | * Replaced list of invisible characters with unicode codepoints | Madeline | 2022-01-23 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | * No longer silently edit invalid channel names * No longer trim channel names in unnamed check | ||||
* | | | channel.owner_id is type string not number | Madeline | 2022-01-23 | 1 | -1/+1 |
| | | | |||||
* | | | Apply suggestions from code review | Madeline | 2022-01-23 | 1 | -2/+4 |
| | | | | | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | | | Update Channel.ts | Erkin Alp Güney | 2022-01-23 | 1 | -4/+7 |
| | | | |||||
* | | | Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flags | Madeline | 2022-01-23 | 1 | -332/+350 |
| |/ |/| | |||||
* | | update defaults | Erkin Alp Güney | 2022-01-12 | 1 | -7/+7 |
| | | |||||
* | | Update Guild.ts | Erkin Alp Güney | 2022-01-12 | 1 | -0/+1 |
| | | |||||
* | | Schema change for group specific emojis | Erkin Alp Güney | 2022-01-12 | 1 | -1/+4 |
| | | |||||
* | | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Incrementing user discriminators | Daniel Huber | 2022-01-04 | 2 | -16/+35 |
| | | | | | | | | Closes #328 | ||||
* | | Organize @fosscord/api utils in directories | Thesourtimes | 2022-01-01 | 2 | -1/+1 |
| | | |||||
* | | Add env name in sentry, set default sentry endpoint | The Arcane Brony | 2021-12-26 | 1 | -2/+5 |
| | | |||||
* | | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 3 | -3/+13 |
|/ | |||||
* | General work on API | Thesourtimes | 2021-12-18 | 3 | -1/+36 |
| | |||||
* | Improvements + dummy API configs | Thesourtimes | 2021-12-18 | 1 | -0/+17 |
| | |||||
* | Make the test client togglable | Thesourtimes | 2021-12-15 | 1 | -0/+6 |
| | |||||
* | Update util/src/entities/Config.ts | Kuna | 2021-11-21 | 1 | -0/+2 |
| | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Update util/src/entities/Config.ts | Kuna | 2021-11-21 | 1 | -0/+2 |
| | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Fix the minor issues on route | Thesourtimes | 2021-11-18 | 1 | -0/+2 |
| | |||||
* | Add image field | uurgothat | 2021-11-17 | 1 | -1/+3 |
| | |||||
* | Add instance route | uurgothat | 2021-11-17 | 1 | -0/+6 |
| | |||||
* | make templates configurable + authorization | uurgothat | 2021-10-24 | 1 | -4/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | uurgothat | 2021-10-24 | 3 | -3/+9 |
|\ | |||||
| * | Merge pull request #490 from developomp/master | Samuel | 2021-10-20 | 2 | -2/+2 |
| |\ | | | | | | | Prettier format and link simplification | ||||
| | * | prettier formatted /util | developomp | 2021-10-20 | 2 | -2/+2 |
| | | | |||||
| * | | :bug: revert file config overwrite | Flam3rboy | 2021-10-20 | 1 | -1/+7 |
| |/ | |||||
* | | external templates + fosscord draft and more configs | uurgothat | 2021-10-18 | 1 | -2/+10 |
| | | |||||
* | | Add discord template support | uurgothat | 2021-10-17 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #467 from hbjydev/fix-migration-column-issue | Samuel | 2021-10-17 | 1 | -1/+1 |
|\ | | | | | Fix migration timestamp column data type issue | ||||
| * | fix: make timestamp column a bigint | Hayden Young | 2021-10-15 | 1 | -1/+1 |
| | | |||||
* | | :bug: default session activites | Flam3rboy | 2021-10-17 | 1 | -1/+1 |
| | | |||||
* | | :art: reformatted | Flam3rboy | 2021-10-17 | 1 | -6/+11 |
| | | |||||
* | | :sparkles: User presence/status | Flam3rboy | 2021-10-17 | 2 | -5/+33 |
|/ | |||||
* | :sparkles: automatically run db migrations | Flam3rboy | 2021-10-15 | 2 | -0/+19 |
| | |||||
* | Merge branch 'master' into sticker | Flam3rboy | 2021-10-15 | 1 | -0/+3 |
|\ | |||||
| * | :bug: fix prune | Flam3rboy | 2021-10-15 | 1 | -3/+2 |
| | | |||||
| * | added route /guilds/:id/prune GET count and POST prune. | Maddy | 2021-10-13 | 1 | -0/+4 |
| | | | | | | | | | | 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. | ||||
* | | :art: reformat | Flam3rboy | 2021-10-15 | 2 | -5/+1 |
| | | |||||
* | | :bug: fix sticker packs | Flam3rboy | 2021-10-15 | 1 | -4/+4 |
| | | |||||
* | | :bug: fix message sticker sending | Flam3rboy | 2021-10-15 | 1 | -1/+1 |
| | | |||||
* | | :sparkles: sticker upload | Flam3rboy | 2021-10-15 | 1 | -4/+9 |
| | | |||||
* | | :sparkles: sticker db entities | Flam3rboy | 2021-10-14 | 2 | -1/+49 |
|/ | |||||
* | :art: gifs | Flam3rboy | 2021-10-11 | 1 | -11/+10 |
| | |||||
* | Put local types back | The Arcane Brony | 2021-10-10 | 8 | -17/+17 |
| | |||||
* | Change enums to numbers | The Arcane Brony | 2021-10-10 | 8 | -20/+17 |
| | |||||
* | forgot to fix primary columns on invites | The Arcane Brony | 2021-10-10 | 1 | -4/+4 |
| | |||||
* | Fix duplicate key | The Arcane Brony | 2021-10-10 | 2 | -8/+3 |
| | |||||
* | :bug: fix Emoji missing in identify | Flam3rboy | 2021-10-10 | 1 | -1/+0 |
| | |||||
* | :art: emoji db migration | Flam3rboy | 2021-10-10 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' into pr/LoboMetalurgico/424 | Flam3rboy | 2021-10-10 | 5 | -67/+8 |
|\ | |||||
| * | :see_no_evil: remove console.log | Flam3rboy | 2021-10-10 | 1 | -1/+0 |
| | | |||||
| * | :art: clean up imports + classes | Flam3rboy | 2021-10-10 | 5 | -67/+9 |
| | | |||||
* | | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojis | Lobo Metalúrgico | 2021-10-09 | 1 | -6/+7 |
|\| | |||||
| * | :sparkles: added read state | Flam3rboy | 2021-10-09 | 1 | -6/+7 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Lobo Metalúrgico | 2021-10-09 | 1 | -0/+2 |
|\| | | | | | | | milestoneV1/routes/implement/emojis | ||||
| * | :sparkles: added guestsRequireInvite to config | Flam3rboy | 2021-10-09 | 1 | -0/+2 |
| | | |||||
* | | (api): inital emojis route implementation | Lobo Metalúrgico | 2021-10-08 | 1 | -0/+2 |
|/ | |||||
* | :bug: fix user projection | Flam3rboy | 2021-10-05 | 2 | -1/+2 |
| | |||||
* | :sparkles: added autoJoin guild to config | Flam3rboy | 2021-10-05 | 2 | -1/+91 |
| | |||||
* | :sparkles: add User.register() method | Flam3rboy | 2021-10-05 | 1 | -9/+93 |
| | |||||
* | :sparkles: db migrate script | Flam3rboy | 2021-10-04 | 1 | -2/+1 |
| | |||||
* | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 5 | -16/+14 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-04 | 3 | -5/+17 |
|\ | |||||
| * | :bug: fix message reactions | Flam3rboy | 2021-10-03 | 1 | -4/+2 |
| | | |||||
| * | :sparkles: User instance rights | Flam3rboy | 2021-10-03 | 1 | -1/+3 |
| | | |||||
| * | Add setting to show all guilds in discovery, fix query for guild discovery | The Arcane Brony | 2021-10-01 | 1 | -0/+8 |
| | | |||||
| * | :bug: fix disable register | Flam3rboy | 2021-10-01 | 1 | -1/+1 |
| | | |||||
| * | :sparkles: new user flags | Flam3rboy | 2021-10-01 | 1 | -0/+2 |
| | | |||||
| * | fix #406 | Flam3rboy | 2021-10-01 | 1 | -0/+2 |
| | | |||||
* | | :sparkles: custom user flags offset | Flam3rboy | 2021-10-04 | 1 | -0/+2 |
|/ | |||||
* | :bug: fix channel permission overwrites | Flam3rboy | 2021-09-26 | 1 | -2/+2 |
| | |||||
* | :sparkles: key value config | Flam3rboy | 2021-09-25 | 1 | -11/+18 |
| | |||||
* | :sparkles: add option to disable all rate limits | Flam3rboy | 2021-09-20 | 2 | -3/+3 |
| | |||||
* | Merge pull request #382 from fosscord/auto-delete-relations | Flam3rboy | 2021-09-20 | 22 | -87/+299 |
|\ | | | | | Auto delete relations | ||||
| * | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 22 | -86/+152 |
| | | |||||
| * | :sparkles: finish and fix .delete() for one-to-many relations | Flam3rboy | 2021-09-20 | 1 | -8/+9 |
| | | |||||
| * | :construction: auto delete relations | Flam3rboy | 2021-09-20 | 2 | -12/+49 |
| | | |||||
| * | Merge branch 'master' into auto-delete-relations | Flam3rboy | 2021-09-19 | 3 | -4/+121 |
| |\ | |||||
| * | | :art: add orphanedRowAction and cascade onDelete to entities | Flam3rboy | 2021-09-19 | 3 | -20/+116 |
| | | | |||||
| * | | :art: remove deleteMessageAttachments and move to entity | Flam3rboy | 2021-09-19 | 1 | -1/+8 |
| | | | |||||
* | | | :sparkles: accept invite page | Flam3rboy | 2021-09-20 | 2 | -4/+16 |
| |/ |/| | |||||
* | | Removed ChannelService, more fixes | AlTech98 | 2021-09-18 | 1 | -8/+116 |
| | | |||||
* | | Fix icon, owner_id change and channel deletion for group DMs | AlTech98 | 2021-09-17 | 1 | -2/+2 |
| | | |||||
* | | Implemented DMs and group DMs | AlTech98 | 2021-09-16 | 3 | -8/+12 |
|/ | |||||
* | Revert ":construction: webhook" | Flam3rboy | 2021-09-16 | 1 | -3/+3 |
| | | | | This reverts commit f691aa4c5aa47c8a8085c7b01912a1c403ce8732. | ||||
* | :construction: webhook | Flam3rboy | 2021-09-14 | 1 | -3/+3 |
| | |||||
* | Fix attachments not being saved to db | AlTech98 | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | :bug: fix In() query | Flam3rboy | 2021-09-13 | 1 | -3/+11 |
| | |||||
* | :bug: fix relationship | Flam3rboy | 2021-09-13 | 1 | -6/+24 |
| | |||||
* | :bug: fix dm #321 | Flam3rboy | 2021-09-13 | 1 | -6/+6 |
| | |||||
* | :bug: fix channel events + message send | Flam3rboy | 2021-09-13 | 1 | -0/+1 |
| | |||||
* | Update User.ts | Flam3rboy | 2021-09-07 | 1 | -0/+5 |
| | |||||
* | :arrow_up: update test client | Flam3rboy | 2021-09-04 | 2 | -2/+1 |
| | |||||
* | :pencil: added comments and updated type | Flam3rboy | 2021-09-04 | 1 | -0/+1 |
| | |||||
* | Added missing permissions and channel types | AlTech98 | 2021-09-04 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-04 | 2 | -2/+43 |
|\ | |||||
| * | readded todos | xnacly | 2021-09-03 | 1 | -0/+37 |
| | | |||||
| * | Revert "added big todo list to Guild.ts (big chungus)" | xnacly | 2021-09-03 | 1 | -37/+1 |
| | | | | | | | | This reverts commit 4a63e1560c07c938ec74f14e5076ec4e69de7ce6. | ||||
| * | added big todo list to Guild.ts (big chungus) | xnacly | 2021-09-03 | 1 | -1/+37 |
| | | |||||
| * | added ban check to `Member.addToGuild` | xnacly | 2021-09-03 | 1 | -2/+6 |
| | | |||||
* | | :bug: fix ready members payload | Flam3rboy | 2021-09-04 | 2 | -2/+9 |
| | | |||||
* | | :bug: fix invites | Flam3rboy | 2021-09-04 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #314 from AlTech98/master | Flam3rboy | 2021-09-03 | 1 | -2/+3 |
|\ | | | | | Fix VoiceStateUpdate | ||||
| * | Temp fix for Guild.voice_states not working | AlTech98 | 2021-09-03 | 1 | -2/+3 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | AlTech98 | 2021-09-03 | 1 | -8/+23 |
| |\ | |||||
| * | | VoiceState fix for db update | AlTech98 | 2021-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | :bug: fix #311 | Flam3rboy | 2021-09-03 | 3 | -12/+16 |
| |/ |/| | |||||
* | | :bug: fix member has no roles in guild create | Flam3rboy | 2021-09-03 | 1 | -4/+6 |
| | | |||||
* | | :bug: fix client connection crash on guild create | Flam3rboy | 2021-09-03 | 1 | -4/+17 |
|/ | |||||
* | fix #310 | Flam3rboy | 2021-09-03 | 1 | -5/+5 |
| | |||||
* | :bug: fix#310 | Flam3rboy | 2021-09-03 | 1 | -5/+21 |
| | |||||
* | :bug: fix message sending | Flam3rboy | 2021-09-03 | 1 | -1/+1 |
| | |||||
* | :art: update entities | Flam3rboy | 2021-09-03 | 5 | -28/+43 |
| | |||||
* | fix #309 | Flam3rboy | 2021-09-03 | 1 | -0/+2 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-02 | 4 | -1/+55 |
|\ | |||||
| * | :art: reformat files | Flam3rboy | 2021-09-02 | 3 | -23/+31 |
| | | |||||
| * | VOICE_STATE_UPDATE implementation, fix #210 | AlTech98 | 2021-09-02 | 4 | -1/+47 |
| | | |||||
* | | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 1 | -31/+32 |
|/ | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 5 | -34/+57 |
| | |||||
* | Added property maxWebhooks to ConfigValue and defined a default value in ↵ | sudenoh | 2021-09-01 | 1 | -0/+2 |
| | | | | DefaultConfigOptions. | ||||
* | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 2 | -3/+9 |
|\ | |||||
| * | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 2 | -3/+9 |
| | | |||||
* | | :sparkles: delete _ids from entities | Flam3rboy | 2021-08-31 | 25 | -216/+357 |
|/ | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 5 | -19/+20 |
| | |||||
* | :zap: only local rate limit to prevent to much pressure on the database | Flam3rboy | 2021-08-30 | 1 | -2/+1 |
| | |||||
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | fix util | Flam3rboy | 2021-08-29 | 6 | -28/+26 |
| | |||||
* | :sparkles: typeorm gateway | Flam3rboy | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | :sparkles: update util | Flam3rboy | 2021-08-29 | 23 | -6424/+488 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-27 | 6 | -32/+545 |
| | |||||
* | :sparkles: use RelationId | Flam3rboy | 2021-08-26 | 21 | -82/+444 |
| | |||||
* | :bug: fix unit tests | Flam3rboy | 2021-08-26 | 1 | -2/+4 |
| | |||||
* | :sparkles: unit test | Flam3rboy | 2021-08-26 | 2 | -7/+9 |
| | |||||
* | :sparkles: util | Flam3rboy | 2021-08-24 | 1 | -13781/+117 |
| | |||||
* | :sparkles: typeorm entities | Flam3rboy | 2021-08-24 | 23 | -0/+21011 |