Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished file translation | FlumeZ | 2022-05-26 | 1 | -10/+10 |
* | Merge pull request #757 from xFlum3/patch-1 | Erkin Alp Güney | 2022-05-26 | 1 | -11/+11 |
|\ | |||||
| * | Fixed Broken Translates and finished the file | FlumeZ | 2022-05-26 | 1 | -11/+11 |
|/ | |||||
* | add guild policies | Erkin Alp Güney | 2022-05-19 | 1 | -0/+2 |
* | 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 index.ts | Erkin Alp Güney | 2022-05-15 | 1 | -14/+18 |
* | 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 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-05-15 | 5 | -23/+85 |
|\ | |||||
| * | 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 |
| * | Update MessageFlags.ts | Erkin Alp Güney | 2022-05-11 | 1 | -1/+1 |
| * | Update MessageFlags.ts | Erkin Alp Güney | 2022-05-11 | 1 | -1/+2 |
| * | add more message flags | Erkin Alp Güney | 2022-05-11 | 1 | -3/+8 |
| * | more event types | Erkin Alp Güney | 2022-05-10 | 1 | -4/+54 |
| * | Remove more WAAO references | Erkin Alp Güney | 2022-05-06 | 1 | -6/+6 |
* | | 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 |
* | Update prune.ts | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
* | needs to be async | Erkin Alp Güney | 2022-04-28 | 3 | -5/+6 |
* | exempt users logic | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 |
* | Merge pull request #736 from MaddyUnderStars/backfilling | Erkin Alp Güney | 2022-04-27 | 1 | -5/+24 |
|\ | |||||
| * | use return codes to allow for automation | Erkin Alp Güney | 2022-04-24 | 1 | -3/+5 |
| * | refine error codes for backfill constraint violations | Erkin Alp Güney | 2022-04-24 | 1 | -9/+9 |
| * | API response codes for backfill errors | Erkin Alp Güney | 2022-04-24 | 1 | -0/+2 |
| * | 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 the... | Madeline | 2022-04-24 | 1 | -5/+19 |
* | | Hotfix for workspace (#739) | Kuna | 2022-04-27 | 1 | -1/+1 |
* | | Forum and guild directory types | Erkin Alp Güney | 2022-04-27 | 1 | -0/+2 |
* | | Do stuff for npm workspace | Thesourtimes | 2022-04-26 | 16 | -165/+26 |
* | | eventually fix those errors | Erkin Alp Güney | 2022-04-24 | 2 | -8/+11 |
* | | Update RateLimit.ts | Erkin Alp Güney | 2022-04-24 | 1 | -2/+3 |
* | | Update Token.ts | Erkin Alp Güney | 2022-04-24 | 1 | -1/+6 |
* | | Update RateLimit.ts | Erkin Alp Güney | 2022-04-24 | 1 | -1/+1 |
* | | fix the seconds rounding logic | Erkin Alp Güney | 2022-04-24 | 1 | -2/+2 |
* | | Punitive rate limiting | Erkin Alp Güney | 2022-04-24 | 1 | -4/+8 |
* | | 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 |
|/ | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-23 | 6 | -8158/+12494 |
|\ | |||||
| * | text+voice code is already there | Erkin Alp Güney | 2022-04-22 | 1 | -1/+0 |
| * | Merge pull request #734 from MaddyUnderStars/fix/sanitisation | TheArcaneBrony | 2022-04-22 | 5 | -8151/+12495 |
| |\ | |||||
| | * | 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 ( categor... | Madeline | 2022-04-23 | 2 | -0/+16 |
| | * | Fixed ability for user to edit any property of themselves, including `rights`... | Madeline | 2022-04-23 | 3 | -8151/+12479 |
| |/ | |||||
| * | Update UserGroup.ts | Erkin Alp Güney | 2022-04-21 | 1 | -7/+0 |
* | | backfilling — first steps | Erkin Alp Güney | 2022-04-23 | 2 | -2/+87 |
|/ | |||||
* | user groups - first steps | Erkin Alp Güney | 2022-04-21 | 1 | -0/+44 |
* | Try catch cpu log | TheArcaneBrony | 2022-04-19 | 1 | -1/+7 |
* | Use 1 thread on platform where fetching thread/core count fails | TheArcaneBrony | 2022-04-19 | 3 | -3/+18 |
* | general rights enforcement stuff | Erkin Alp Güney | 2022-04-18 | 1 | -0/+3 |
* | Merge branch 'master' of https://github.com/fosscord/fosscord-server | Erkin Alp Güney | 2022-04-18 | 2 | -2/+7 |
|\ | |||||
| * | Unified ghost instead of separate ghosts | Erkin Alp Güney | 2022-04-18 | 1 | -1/+1 |
| * | Google staff email | Erkin Alp Güney | 2022-04-18 | 1 | -1/+6 |
* | | 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 |
* | Update Intents.ts | Erkin Alp Güney | 2022-04-16 | 1 | -1/+1 |
* | jumbo and lobbies are indeed different | Erkin Alp Güney | 2022-04-16 | 1 | -1/+1 |
* | Update Identify.ts | Erkin Alp Güney | 2022-04-16 | 1 | -5/+5 |
* | add more intents | Erkin Alp Güney | 2022-04-16 | 1 | -15/+26 |
* | remove misleading todo note | Erkin Alp Güney | 2022-04-16 | 1 | -1/+0 |
* | Align buttons to center | Kuna | 2022-04-14 | 1 | -1/+1 |
* | New translations common.json (Swedish) | Samuel | 2022-04-12 | 1 | -14/+14 |
* | New translations auth.json (Swedish) | Samuel | 2022-04-12 | 1 | -10/+10 |
* | Update passwordStrength.ts | Erkin Alp Güney | 2022-04-12 | 1 | -1/+1 |
* | Fix compile errors in checkPassword's entropy check | Madeline | 2022-04-10 | 1 | -4/+4 |
* | Update Guild.ts | Erkin Alp Güney | 2022-04-10 | 1 | -4/+8 |
* | Update passwordStrength.ts | Erkin Alp Güney | 2022-04-09 | 1 | -1/+1 |
* | add an elegant entropy check | Erkin Alp Güney | 2022-04-09 | 1 | -5/+16 |
* | bug fix | 1itt1eB0y | 2022-04-09 | 1 | -1/+1 |
* | Resolves #715 | Madeline | 2022-04-09 | 1 | -1/+1 |
* | Update User.ts | Erkin Alp Güney | 2022-04-09 | 1 | -7/+7 |
* | 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 |
* | remove todos that are implemented | Erkin Alp Güney | 2022-04-08 | 1 | -3/+3 |
* | enforce the rights | Erkin Alp Güney | 2022-04-08 | 1 | -3/+5 |
* | 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 |
* | fix the build mistakes from yesternight | Erkin Alp Güney | 2022-04-08 | 2 | -16/+20 |
* | Update index.ts | Erkin Alp Güney | 2022-04-08 | 1 | -7/+10 |
* | More rights stuff | Erkin Alp Güney | 2022-04-07 | 1 | -0/+11 |
* | added the maintenance listing endpoint | Erkin Alp Güney | 2022-04-07 | 1 | -0/+1 |
* | scheduled maintenances | Erkin Alp Güney | 2022-04-07 | 1 | -0/+12 |
* | with public read receipts explicitly stored, no need to store manual flag of ... | Erkin Alp Güney | 2022-04-07 | 1 | -1/+2 |
* | Fix 404 URL | Luna Alfien | 2022-04-07 | 1 | -1/+1 |
* | New translations common.json (Hebrew) | Samuel | 2022-04-05 | 1 | -7/+7 |
* | User Notes (#707) | Madeline | 2022-04-05 | 3 | -5/+35 |
* | Revert "Make member.premium_since ISO8601 timestamp" (#710) | Erkin Alp Güney | 2022-04-04 | 1 | -3/+3 |
* | 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 same... | Madeline | 2022-03-30 | 10 | -21/+37 |
* | Merge pull request #705 from fosscord/dependabot/npm_and_yarn/bundle/minimist... | Erkin Alp Güney | 2022-03-30 | 1 | -4/+6 |
|\ | |||||
| * | Bump minimist from 1.2.5 to 1.2.6 in /bundle | dependabot[bot] | 2022-03-30 | 1 | -4/+6 |
|/ | |||||
* | Bump minimist from 1.2.5 to 1.2.6 in /util | dependabot[bot] | 2022-03-30 | 1 | -6/+6 |
* | Bump minimist from 1.2.5 to 1.2.6 in /cdn | dependabot[bot] | 2022-03-30 | 1 | -6/+6 |
* | Bump minimist from 1.2.5 to 1.2.6 in /gateway | dependabot[bot] | 2022-03-30 | 1 | -8/+12 |
* | Bump minimist from 1.2.5 to 1.2.6 in /api | dependabot[bot] | 2022-03-30 | 1 | -6/+12 |
* | Make member.premium_since ISO8601 timestamp | minhducsun2002 | 2022-03-28 | 1 | -3/+3 |
* | Make comments more accurate to use-case | Luna Alfien | 2022-03-27 | 1 | -0/+4 |
* | Create fosscord-login.js | Luna Alfien | 2022-03-27 | 1 | -0/+8 |
* | 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 |
* | Fix `servers[0].url` in `openapi.json`. | SpacingBat3 | 2022-03-20 | 1 | -1/+1 |
* | add the necessary types for server assisted selfbotting | Erkin Alp Güney | 2022-03-19 | 1 | -0/+2 |
* | close issue #684 | Erkin Alp Güney | 2022-03-14 | 3 | -6/+6 |
* | Update Rights.ts | Erkin Alp Güney | 2022-03-09 | 1 | -0/+2 |
* | fix(api): add vanity urls creation/update (#665) | Nobody | 2022-03-09 | 1 | -5/+28 |
* | fix(api): working replies in dm channels | Nobody | 2022-03-09 | 1 | -4/+6 |
* | Merge pull request #675 from nobodylabs/fix/ban-list | Erkin Alp Güney | 2022-03-08 | 1 | -14/+25 |
|\ | |||||
| * | Merge branch 'master' into fix/ban-list | Nobody | 2022-03-08 | 10 | -21/+98 |
| |\ | |||||
| * | | fix(api): working ban list | Nobody | 2022-03-08 | 1 | -8/+23 |
* | | | Change premium_since to bigint | Xenorio | 2022-03-08 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Temporary notes fix | RealMANI | 2022-03-08 | 1 | -3/+3 |
* | | Changing Member.premium_since back from Date to number fixes an error in the ... | Madeline | 2022-03-08 | 1 | -1/+1 |
* | | refactor(Docker): add working docker scripts (#671) | Nobody | 2022-03-08 | 2 | -10/+83 |
* | | fix(util): working invisible status type | Nobody | 2022-03-08 | 2 | -2/+2 |
* | | fix(api): working invisible status type | Nobody | 2022-03-08 | 2 | -3/+3 |
* | | fix(api): don't send @everyone in route response | Nobody | 2022-03-08 | 1 | -1/+4 |
* | | fix(api): prevent @everyone role duplication | Nobody | 2022-03-08 | 1 | -1/+1 |
* | | fix(api): always add @everyone in user's roles | Nobody | 2022-03-08 | 1 | -0/+3 |
* | | refactor(gateway): delete hardcoded guild boosts | Nobody | 2022-03-08 | 1 | -2/+0 |
* | | Fix bans list (#674) | RealMANI | 2022-03-08 | 1 | -8/+12 |
|/ | |||||
* | Revert "Type change" | RealMANI | 2022-03-08 | 1 | -1/+1 |
* | Type change | RealMANI | 2022-03-07 | 1 | -1/+1 |
* | Check username | RealMANI | 2022-03-06 | 1 | -6/+8 |
* | [Fix] Changing bio and accent color | RealMANI | 2022-03-06 | 1 | -1/+1 |
* | Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably... | Madeline | 2022-03-06 | 6 | -3824/+2598 |
* | Tsnode support (#580) | Madeline | 2022-03-06 | 6 | -109/+317 |
* | 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 |
* | Add nan to dependencies | Xenorio | 2022-03-04 | 1 | -1/+2 |
* | Merge pull request #656 from fosscord/dependabot/npm_and_yarn/bundle/url-pars... | Erkin Alp Güney | 2022-02-28 | 1 | -28/+6 |
|\ | |||||
| * | Bump url-parse from 1.5.7 to 1.5.10 in /bundle | dependabot[bot] | 2022-02-28 | 1 | -28/+6 |
* | | Merge pull request #655 from fosscord/dependabot/npm_and_yarn/util/url-parse-... | Erkin Alp Güney | 2022-02-28 | 1 | -6/+6 |
|\ \ | |||||
| * | | Bump url-parse from 1.5.7 to 1.5.10 in /util | dependabot[bot] | 2022-02-28 | 1 | -6/+6 |
| |/ | |||||
* | | Merge pull request #654 from fosscord/dependabot/npm_and_yarn/gateway/url-par... | Erkin Alp Güney | 2022-02-28 | 1 | -12/+12 |
|\ \ | |/ |/| | |||||
| * | Bump url-parse from 1.5.7 to 1.5.10 in /gateway | dependabot[bot] | 2022-02-28 | 1 | -12/+12 |
|/ | |||||
* | Merge pull request #653 from fosscord/dependabot/npm_and_yarn/api/url-parse-1... | Erkin Alp Güney | 2022-02-28 | 1 | -12/+12 |
|\ | |||||
| * | Bump url-parse from 1.5.7 to 1.5.10 in /api | dependabot[bot] | 2022-02-28 | 1 | -12/+12 |
|/ | |||||
* | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 2 | -7/+72 |
|\ | |||||
| * | Merge branch 'master' into origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-04 | 4 | -775/+46 |
| |\ | |||||
| * | | 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 |
| * | | attempt to fix self-bans | Erkin Alp Güney | 2022-02-04 | 0 | -0/+0 |
| * | | attempt to fix self-bans | Erkin Alp Güney | 2022-02-04 | 2 | -939/+208 |
| * | | 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 compi... | Erkin Alp Güney | 2022-02-04 | 1 | -2/+0 |
| * | | 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 |
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundle | dependabot[bot] | 2022-02-19 | 1 | -4/+6 |
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /gateway | dependabot[bot] | 2022-02-19 | 1 | -8/+12 |
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /util | dependabot[bot] | 2022-02-19 | 1 | -6/+6 |
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /api | dependabot[bot] | 2022-02-19 | 1 | -8/+12 |
* | | | changed user.premium_since to also load from the database. | Iratu | 2022-02-18 | 4 | -1/+12 |
* | | | Forgot the openapi.json change. | Iratu | 2022-02-18 | 1 | -1/+2 |
* | | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in the... | Iratu | 2022-02-18 | 2 | -5/+13 |
* | | | Merge pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 23 | -65/+283 |
|\ \ \ | |||||
| * | | | Return none for dev portal + todo for categories | Featyre | 2022-02-02 | 3 | -1/+11 |
| * | | | 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 | 2 | -7/+9 |
| |\| | | |||||
| * | | | A few minor changes | Erkin Alp Güney | 2022-01-27 | 1 | -10/+9 |
| * | | | Dev portal + categories load db | Featyre | 2022-01-26 | 10 | -26/+89 |
| * | | | change line | Featyre | 2022-01-25 | 1 | -1/+1 |
| * | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 4 | -0/+48 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/Featyre/fosscord-server | Featyre | 2022-01-24 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| * | | | | | | Partnet + Discover fix and join | Featyre | 2022-01-24 | 8 | -9/+105 |
| |/ / / / / | |||||
| * | | | | | Prep for Category db work | Featyre | 2022-01-24 | 4 | -6/+4 |
| * | | | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 5 | -165/+29 |
| |\ \ \ \ \ | |||||
| * | | | | | | category + discovery + custom status fix, new config | Featyre | 2022-01-24 | 10 | -34/+39 |
| * | | | | | | Merge branch 'fosscord:master' into master | Featyre | 2022-01-24 | 4 | -334/+420 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'fosscord:master' into master | Featyre | 2022-01-23 | 12 | -490/+2861 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Partial integration of categories and discovery | Featyre | 2022-01-23 | 10 | -46/+96 |
| * | | | | | | | | Branding updates | Featyre | 2022-01-23 | 2 | -4/+8 |
* | | | | | | | | | Typo | RealMANI | 2022-02-16 | 1 | -1/+1 |
* | | | | | | | | | Mutual Friends | RealMANI | 2022-02-16 | 1 | -0/+41 |
* | | | | | | | | | Mutual Guilds (#637) | RealMANI | 2022-02-16 | 1 | -2/+15 |
* | | | | | | | | | [Fix] Invisible space username (#639) | RealMANI | 2022-02-16 | 1 | -0/+7 |
* | | | | | | | | | Bump follow-redirects from 1.14.6 to 1.14.8 in /cdn (#635) | dependabot[bot] | 2022-02-15 | 1 | -6/+6 |
* | | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634) | dependabot[bot] | 2022-02-15 | 1 | -220/+991 |
* | | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /api (#633) | dependabot[bot] | 2022-02-15 | 1 | -13/+35 |
* | | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /gateway (#632) | dependabot[bot] | 2022-02-15 | 1 | -6/+43 |
* | | | | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /util (#631) | dependabot[bot] | 2022-02-15 | 1 | -14/+35 |
* | | | | | | | | | Added a few extensions | Erkin Alp Güney | 2022-02-12 | 1 | -5/+23 |
* | | | | | | | | | Appropriate DB charset (#629) | RealMANI | 2022-02-11 | 1 | -0/+1 |
* | | | | | | | | | Manually lock node to >15 | Erkin Alp Güney | 2022-02-10 | 1 | -0/+1 |
* | | | | | | | | | Add more rights (#541) | Erkin Alp Güney | 2022-02-10 | 1 | -2/+13 |
* | | | | | | | | | [Fix] Trying to remove a null element (#625) | ImAaronFR | 2022-02-10 | 1 | -1/+6 |
* | | | | | | | | | [Fix] Client bug (#623) | ImAaronFR | 2022-02-09 | 1 | -1/+4 |
* | | | | | | | | | [Fix] Column "groups" contains null-values (#622) | ImAaronFR | 2022-02-08 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Bump simple-get from 3.1.0 to 3.1.1 in /util (#620) | dependabot[bot] | 2022-02-04 | 1 | -6/+6 |
* | | | | | | | | automated security fixes applied (#619) | Erkin Alp Güney | 2022-02-04 | 2 | -1718/+241 |
* | | | | | | | | Merge pull request #616 from MaddyUnderStars/noNullsInMessageFetch | Erkin Alp Güney | 2022-02-04 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Remove nulled properties from GET `/channels/#id/messages` for improved compa... | Madeline | 2022-02-04 | 1 | -0/+7 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #612 from ImAaronFR/patch-3 | Erkin Alp Güney | 2022-01-31 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update index.html | ImAaronFR | 2022-01-31 | 1 | -5/+5 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #555 from unknownPerson115/patch-1 | Erkin Alp Güney | 2022-01-24 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Fixed potential guild message SQL constraints | unknownPerson115 | 2021-12-23 | 1 | -2/+4 |
* | | | | | | | Add dummy endpoints to prevent client loading some settings panels indefinitely | TheArcaneBrony | 2022-01-24 | 4 | -0/+48 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Speed up setup by not installing optional packages (#605) | TheArcaneBrony | 2022-01-24 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge pull request #606 from MaddyUnderStars/hotfix/node-fetch | Kuna | 2022-01-24 | 8 | -171/+35 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | revert dependabot PRs that update node-fetch to v3 | Madeline | 2022-01-24 | 8 | -171/+35 |
|/ / / / | |||||
* | | | | * Replaced list of invisible characters with unicode codepoints | Madeline | 2022-01-23 | 2 | -62/+65 |
* | | | | channel.owner_id is type string not number | Madeline | 2022-01-23 | 1 | -1/+1 |
* | | | | Add unhandled channel types to IsTextChannel method | Madeline | 2022-01-23 | 1 | -2/+6 |
* | | | | Apply suggestions from code review | Madeline | 2022-01-23 | 1 | -2/+4 |
* | | | | 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 | 3 | -332/+406 |
| |_|/ |/| | | |||||
* | | | Closed-join guilds | Erkin Alp Güney | 2022-01-23 | 1 | -1/+2 |
* | | | Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstest | dependabot[bot] | 2022-01-23 | 1 | -6/+14 |
* | | | Bump node-fetch from 2.6.5 to 2.6.7 in /bundle | dependabot[bot] | 2022-01-23 | 2 | -15/+28 |
* | | | Bump node-fetch from 2.6.6 to 2.6.7 in /cdn | dependabot[bot] | 2022-01-23 | 2 | -11/+19 |
* | | | Bump node-fetch from 2.6.2 to 2.6.7 in /util | dependabot[bot] | 2022-01-23 | 2 | -66/+359 |
* | | | Bump node-fetch from 2.6.2 to 3.1.1 in /gateway | dependabot[bot] | 2022-01-23 | 2 | -313/+1698 |
* | | | Bump node-fetch from 2.6.2 to 3.1.1 in /api | dependabot[bot] | 2022-01-23 | 2 | -81/+747 |
* | | | Branding updates | Featyre | 2022-01-22 | 2 | -4/+8 |
| |/ |/| | |||||
* | | 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 |
* | | Add erlpack warning (#587) | TheArcaneBrony | 2022-01-13 | 1 | -1/+3 |
* | | Fix typo in commit 277b28c | Madeline | 2022-01-13 | 1 | -1/+1 |
* | | update defaults | Erkin Alp Güney | 2022-01-12 | 1 | -7/+7 |
* | | Fix the feature check | Erkin Alp Güney | 2022-01-12 | 1 | -0/+2 |
* | | Update Guild.ts | Erkin Alp Güney | 2022-01-12 | 1 | -0/+1 |
* | | Add cross channel replies | Erkin Alp Güney | 2022-01-12 | 1 | -2/+4 |
* | | Schema change for group specific emojis | Erkin Alp Güney | 2022-01-12 | 1 | -1/+4 |
* | | Use the boomerang logo | Erkin Alp Güney | 2022-01-11 | 1 | -1/+1 |
* | | Merge pull request #582 from ced777ric/empty_message_fix | Chris Chrome | 2022-01-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix the message endpoint always returning Empty message error | ced777ric | 2022-01-11 | 1 | -1/+1 |
|/ / | |||||
* | | Message fixes | Character limits and embed fixes (#581) | Madeline | 2022-01-11 | 2 | -8/+14 |
* | | Update role-icons.ts | Erkin Alp Güney | 2022-01-09 | 1 | -2/+1 |
* | | Correct the invite response | Thesourtimes | 2022-01-06 | 1 | -1/+1 |
* | | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 6 | -3/+124 |
* | | Update documents | Thesourtimes | 2022-01-04 | 9 | -23/+67 |
* | | Incrementing user discriminators | Daniel Huber | 2022-01-04 | 2 | -16/+35 |
* | | Fix schemas handler | Thesourtimes | 2022-01-01 | 1 | -1/+1 |
* | | Correct the format | Kuna | 2022-01-01 | 1 | -8/+9 |
* | | Merge pull request #569 from Thesourtimes/master | Kuna | 2022-01-01 | 16 | -12/+25 |
|\ \ |