Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 31 | -1890/+0 |
| | |||||
* | Potential nick reset fix | Madeline | 2022-09-25 | 1 | -2/+2 |
| | |||||
* | Fix default rights sucking, fix patch /guilds/:id/members/:id not checking ↵ | Madeline | 2022-09-24 | 1 | -1/+4 |
| | | | | perm for nick | ||||
* | Message searching in guilds | Madeline | 2022-09-02 | 1 | -0/+87 |
| | |||||
* | Check if role icon was actually sent or if it's just an empty string | Madeline | 2022-07-10 | 1 | -1/+1 |
| | |||||
* | Fix role icons not deleting? | Madeline | 2022-07-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feat/latestWebClient' into slowcord | Madeline | 2022-07-06 | 4 | -2/+19 |
|\ | |||||
| * | Welcome screen | Madeline | 2022-07-04 | 1 | -1/+3 |
| | | |||||
| * | Placeholder member verification endpoint | Madeline | 2022-07-04 | 1 | -0/+14 |
| | | |||||
| * | Merge branch 'fix/channelPermissionOverwriteSchema' into feat/latestWebClient | Madeline | 2022-07-03 | 1 | -1/+1 |
| | | |||||
| * | Add premium_progress_bar_enabled to GuildUpdateSchema | Madeline | 2022-07-03 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into slowcord | Madeline | 2022-07-05 | 2 | -53/+68 |
|\ \ | |||||
| * | | 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 |
| |/ | |||||
* | | Revert "Perhaps a better nickname change implementation" | Madeline | 2022-07-03 | 1 | -4/+1 |
| | | | | | | | | This reverts commit ca703955e209aebebf84f2fa09699809e7fd9d5b. | ||||
* | | Perhaps a better nickname change implementation | Madeline | 2022-07-03 | 1 | -1/+4 |
| | | |||||
* | | Allow nicknames through MemberChangeSchema | Madeline | 2022-07-03 | 1 | -0/+3 |
|/ | |||||
* | 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 |
| | |||||
* | Update prune.ts | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
| | |||||
* | 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 |
| | |||||
* | 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(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 | 1 | -0/+6 |
|\ | |||||
| * | 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 | ||||
* | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 1 | -6/+61 |
|\ | | | | | Allow self-banning | ||||
| * | 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 |
| | | |||||
* | | change line | Featyre | 2022-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 3 | -0/+44 |
|\| | |||||
| * | Add dummy endpoints to prevent client loading some settings panels indefinitely | TheArcaneBrony | 2022-01-24 | 3 | -0/+44 |
| | | |||||
* | | Partnet + Discover fix and join | Featyre | 2022-01-24 | 3 | -5/+57 |
|/ | |||||
* | 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> | ||||
* | 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 index.ts | Samuel | 2021-11-21 | 1 | -2/+3 |
| | |||||
* | Minor API stuff | uurgothat | 2021-11-17 | 1 | -3/+2 |
| | |||||
* | 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 | 1 | -82/+82 |
|\ | |||||
| * | prettier formatted /api | developomp | 2021-10-20 | 1 | -82/+82 |
| | | |||||
* | | 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 |
|/ | |||||
* | :sparkles: sticker events | Flam3rboy | 2021-10-15 | 1 | -1/+27 |
| | |||||
* | Merge branch 'master' into sticker | Flam3rboy | 2021-10-15 | 1 | -0/+82 |
|\ | |||||
| * | :bug: fix prune | Flam3rboy | 2021-10-15 | 1 | -24/+32 |
| | | |||||
| * | added route /guilds/:id/prune GET count and POST prune. | Maddy | 2021-10-13 | 1 | -0/+74 |
| | | | | | | | | | | 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 | 1 | -4/+1 |
| | | |||||
* | | :bug: fix message sticker sending | Flam3rboy | 2021-10-15 | 1 | -0/+10 |
| | | |||||
* | | :sparkles: sticker upload | Flam3rboy | 2021-10-15 | 1 | -7/+42 |
| | | |||||
* | | :sparkles: stickers | Flam3rboy | 2021-10-14 | 1 | -0/+74 |
|/ | |||||
* | :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 | 1 | -6/+3 |
|/ | |||||
* | :bug: fix emojis route | Flam3rboy | 2021-10-10 | 2 | -137/+121 |
| | |||||
* | Merge branch 'master' into pr/LoboMetalurgico/424 | Flam3rboy | 2021-10-10 | 2 | -3/+8 |
|\ | |||||
| * | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 2 | -3/+8 |
| | | |||||
* | | (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 |
| | | |||||
* | | (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 |
|/ | |||||
* | :sparkles: added autoJoin guild to config | Flam3rboy | 2021-10-05 | 1 | -70/+7 |
| | |||||
* | :bug: fix guild create with client template | Flam3rboy | 2021-10-05 | 1 | -21/+17 |
| | |||||
* | :bug: fix guild template create | Flam3rboy | 2021-09-25 | 1 | -13/+15 |
| | |||||
* | :sparkles: generate openapi documentation | Flam3rboy | 2021-09-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 3 | -15/+4 |
|\ | |||||
| * | :bug: fix .delete -> add onDelete: "CASCADE" | Flam3rboy | 2021-09-20 | 1 | -11/+1 |
| | | |||||
| * | :truck: move handleFile to cdn | Flam3rboy | 2021-09-19 | 2 | -5/+3 |
| | | |||||
| * | :bug: fix guild create icon | Flam3rboy | 2021-09-18 | 1 | -1/+2 |
| | | |||||
* | | :pencil: add default route description to all routes | Flam3rboy | 2021-09-18 | 2 | -2/+2 |
|/ | |||||
* | :bug: fix body parse treating null not as undefined (except for icons/avatars) | Flam3rboy | 2021-09-17 | 3 | -6/+6 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-09-16 | 1 | -3/+4 |
| | |||||
* | Revert "fix #129" | Flam3rboy | 2021-09-16 | 1 | -17/+0 |
| | | | | This reverts commit ae140801c51bec5eac98c2e19d325276d6bec890. | ||||
* | Revert ":construction: webhook" | Flam3rboy | 2021-09-16 | 1 | -10/+0 |
| | | | | This reverts commit f691aa4c5aa47c8a8085c7b01912a1c403ce8732. | ||||
* | :construction: webhook | Flam3rboy | 2021-09-14 | 1 | -0/+10 |
| | |||||
* | fix #129 | Flam3rboy | 2021-09-14 | 1 | -0/+17 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-14 | 2 | -6/+6 |
|\ | |||||
| * | Fix #356 | AlTech98 | 2021-09-13 | 2 | -6/+6 |
| | | |||||
* | | :art: remove unused imports | Flam3rboy | 2021-09-13 | 11 | -31/+19 |
|/ | |||||
* | :bug: fix In() query | Flam3rboy | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | :sparkles: #307 done | Flam3rboy | 2021-09-12 | 21 | -210/+251 |
| | |||||
* | :construction: :sparkles: new body parser (bans route) | Flam3rboy | 2021-09-12 | 1 | -15/+10 |
| | |||||
* | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 16 | -29/+28 |
| | |||||
* | Added /guilds/:id/voice-states apis | AlTech98 | 2021-09-04 | 2 | -0/+30 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-04 | 4 | -4/+5 |
|\ | |||||
| * | replace '@me' with req.user_id in guild join | xnacly | 2021-09-03 | 1 | -1/+2 |
| | | |||||
| * | moved Constants and Errorhandler from api to util | xnacly | 2021-09-03 | 3 | -3/+3 |
| | | |||||
* | | :bug: api member add roles -> make sure that roles exist | Flam3rboy | 2021-09-04 | 1 | -8/+7 |
| | | |||||
* | | :bug: fix invites | Flam3rboy | 2021-09-04 | 1 | -2/+2 |
|/ | |||||
* | :bug: fix #311 | Flam3rboy | 2021-09-03 | 2 | -3/+15 |
| | |||||
* | :bug: fix member roles + list | Flam3rboy | 2021-09-03 | 2 | -10/+6 |
| | |||||
* | :sparkles: guild position update | Flam3rboy | 2021-09-03 | 2 | -8/+37 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 5 | -48/+47 |
| | |||||
* | :bug: fix entity missing an id (replace .insert with new Entity().save) | Flam3rboy | 2021-09-02 | 3 | -16/+19 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 5 | -8/+12 |
| | |||||
* | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 3 | -19/+32 |
| | |||||
* | Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm | Flam3rboy | 2021-08-31 | 1 | -2/+7 |
|\ | |||||
| * | Implemented voice apis #127 and #78 | AlTech98 | 2021-08-30 | 1 | -2/+7 |
| | | |||||
* | | Channel utility methods in entity | Flam3rboy | 2021-08-31 | 1 | -2/+1 |
| | | |||||
* | | fix member roles | Flam3rboy | 2021-08-31 | 3 | -4/+4 |
| | | |||||
* | | :zap: use insert instead of save | Flam3rboy | 2021-08-31 | 1 | -22/+19 |
|/ | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-30 | 3 | -50/+42 |
| | |||||
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 14 | -284/+178 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-27 | 3 | -37/+42 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-24 | 16 | -154/+122 |
| | |||||
* | :bug: fix vanity url | Flam3rboy | 2021-08-19 | 2 | -8/+24 |
| | |||||
* | :bug: fix #267 | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: fix guild channel reorder | Flam3rboy | 2021-08-18 | 1 | -15/+22 |
| | |||||
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 5 | -18/+12 |
| | |||||
* | :bug: prevent @everyone role deletion | Flam3rboy | 2021-08-15 | 1 | -7/+4 |
| | |||||
* | :bug: fix guild create with channel template | Flam3rboy | 2021-08-14 | 1 | -1/+21 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 1 | -2/+2 |
|\ | |||||
| * | Fixed #257 Can't change nickname | Intevel ツ | 2021-08-13 | 1 | -2/+2 |
| | | |||||
* | | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 2021-08-13 | 19 | -31/+34 |
|/ | |||||
* | :sparkles: api | Flam3rboy | 2021-08-12 | 19 | -0/+1212 |