Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | ( bad ) lil error message on failed login | Madeline | 2022-06-27 | 2 | -3/+15 | |
| | | | | | | | | ||||||
* | | | | | | | | removed build dir | Madeline | 2022-06-27 | 3 | -120/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | update readme | Madeline | 2022-06-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | alright signed cookies aren't worth it, nice | Madeline | 2022-06-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | clearing cookies is weird? | Madeline | 2022-06-27 | 1 | -1/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | the cookie name is being a bitch? | Madeline | 2022-06-27 | 2 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Token in localStorage must be JSON | Madeline | 2022-06-27 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | who tf calls the start script run? npm run run, bruh | Madeline | 2022-06-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Forgot an await | Madeline | 2022-06-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Styling, login whitelists | Madeline | 2022-06-27 | 4 | -16/+151 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-06-27 | 5 | -14/+36 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge pull request #737 from fosscord/translation | Conner | 2022-06-26 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | New Crowdin updates | |||||
| | * | | | | | | | New translations common.json (Polish) | Samuel | 2022-04-25 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | New translations auth.json (Polish) | Samuel | 2022-04-25 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #776 from MaddyUnderStars/fix/member_id | Madeline | 2022-06-26 | 1 | -10/+14 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix compile errors in latest | |||||
| | * | | | | | | | | 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 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Update Rights.ts | Erkin Alp Güney | 2022-06-26 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Start of custom login and discord oauth flow | Madeline | 2022-06-26 | 14 | -1/+1880 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-06-26 | 9 | -1453/+1495 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Bump sqlite3 from 5.0.2 to 5.0.8 in /util | dependabot[bot] | 2022-06-19 | 1 | -1445/+1487 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | | | Merge pull request #763 from KaKi87/spdx | Erkin Alp Güney | 2022-06-19 | 8 | -8/+8 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use SPDX license syntax in 'package.json' files | |||||
| | * | | | | | | | | Use SPDX license syntax in 'package.json' files | KaKi87 | 2022-06-02 | 8 | -8/+8 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #767 from MaddyUnderStars/feat/pingInformation | Samuel | 2022-06-15 | 1 | -1/+17 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Expose general instance information via api /ping route | |||||
* | | | | | | | | | Merge branch 'feat/pingInformation' into slowcord | Madeline | 2022-06-08 | 1 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Expose general instance information via api /ping route | Madeline | 2022-06-08 | 1 | -1/+17 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge remote-tracking branch 'origin/fix/claim_accounts' into slowcord | Madeline | 2022-05-31 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into fix/claim_accounts | Madeline | 2022-04-11 | 55 | -4104/+3398 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into fix/claim_accounts | Erkin Alp Güney | 2022-03-05 | 13 | -55/+138 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge branch 'feat/defaultRights' into slowcord | Madeline | 2022-05-31 | 2 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added a configurable default rights value | Madeline | 2022-05-31 | 2 | -1/+30 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-05-31 | 37 | -250/+359 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig | Erkin Alp Güney | 2022-05-30 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Respect register_dateOfBirth_required = false | |||||
| | * | | | | | | | | | Respect register_dateOfBirth_required = false | Madeline | 2022-05-30 | 2 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #758 from xFlum3/patch-2 | Erkin Alp Güney | 2022-05-26 | 1 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Finished file translation | |||||
| | * | | | | | | | | | Finished file translation | FlumeZ | 2022-05-26 | 1 | -10/+10 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | Auth.json :D | |||||
| * | | | | | | | | | 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 | |||||
| | * | | | | | | | | | Fixed Broken Translates and finished the file | FlumeZ | 2022-05-26 | 1 | -11/+11 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | Enjoy :) | |||||
| * | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -5/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | exempt users logic | Erkin Alp Güney | 2022-04-28 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolves #396 | |||||
| * | | | | | | | | | Merge pull request #736 from MaddyUnderStars/backfilling | Erkin Alp Güney | 2022-04-27 | 1 | -5/+24 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Backfilling sanitation etc | |||||
| | * | | | | | | | | | 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 ↵ | Madeline | 2022-04-24 | 1 | -5/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the future, and cannot overwrite existing messages | |||||
| * | | | | | | | | | | 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 'fix/categoryNames' into slowcord | Madeline | 2022-04-24 | 4 | -12/+104 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Categories skip most of the ALLOW_INVALID_CHANNEL_NAMES checks on ↵ | Madeline | 2022-04-24 | 2 | -9/+17 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | discord.com ( they also trim whitespace ) | |||||
| * | | | | | | | | | 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 users arbitrarily editing their own User object, and disallow sending messages to certain channels ( eg categories ) | |||||
| | | * | | | | | | | | | Fix not assigning new changes to input fields in users/@me | Madeline | 2022-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | backfilling — first steps | Erkin Alp Güney | 2022-04-23 | 2 | -2/+87 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'fix/sanitisation' into slowcord | Madeline | 2022-04-23 | 6 | -3/+12535 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2022-04-23 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | categories, voice etc ) | |||||
| * | | | | | | | | | | | Fixed ability for user to edit any property of themselves, including ↵ | Madeline | 2022-04-23 | 3 | -8151/+12479 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/ | |||||
| * | | | | | | | | | | 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 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵ | Madeline | 2022-04-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slowcord | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into slowcord | Madeline | 2022-04-10 | 25 | -92/+248 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-04-19 | 40 | -148/+357 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | / / / / / / / | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | ||||||
| * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the read mark | |||||
| * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 f1caebe98dfcdeab3c0237f31d77c54e32a12471. | |||||
| * | | | | | | 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 | 10 | -21/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #705 from ↵ | Erkin Alp Güney | 2022-03-30 | 1 | -4/+6 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fosscord/dependabot/npm_and_yarn/bundle/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6 in /bundle | |||||
| | * | | | | | | Bump minimist from 1.2.5 to 1.2.6 in /bundle | dependabot[bot] | 2022-03-30 | 1 | -4/+6 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Bump minimist from 1.2.5 to 1.2.6 in /util | dependabot[bot] | 2022-03-30 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Bump minimist from 1.2.5 to 1.2.6 in /cdn | dependabot[bot] | 2022-03-30 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Bump minimist from 1.2.5 to 1.2.6 in /gateway | dependabot[bot] | 2022-03-30 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Bump minimist from 1.2.5 to 1.2.6 in /api | dependabot[bot] | 2022-03-30 | 1 | -6/+12 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | | | | | fixed migration? | Madeline | 2022-03-31 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'fix/relase_typo' into slowcord | Madeline | 2022-03-31 | 9 | -20/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more ↵ | Madeline | 2022-03-31 | 10 | -21/+34 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | typos of the same typo. | |||||
* | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-03-31 | 7 | -22/+43 | |
|\| | | | | | ||||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added a field for retention policies (progress towards #164) - Allowed note to self channels - Added the UNHANDLED type | |||||
| * | | | | | Fix `servers[0].url` in `openapi.json`. | SpacingBat3 | 2022-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones. | |||||
| * | | | | | 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 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'maddyrtc' into slowcord | Madeline | 2022-03-12 | 21 | -250/+995 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Added preferred_region optional property of VoiceStateUpdateSchema to allow ↵ | Madeline | 2022-03-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | electron client to connect to voice without crashing | |||||
| * | | | | | Merge branch 'fix/electron_premium_since' into maddyrtc | Madeline | 2022-03-08 | 2 | -7/+9 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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. 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 ) | |||||
| * | | | | | | VOICE CONNECTS!!! Dtls stuck on "connecting" state + currently no way to ↵ | Madeline | 2022-03-07 | 5 | -173/+165 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | edit/inspect packets received or use own packet format in mediasoup ( fork? ) | |||||
| * | | | | | | augh | Madeline | 2022-03-07 | 10 | -39/+133 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into maddyrtc | Madeline | 2022-03-06 | 20 | -3966/+3031 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into maddyrtc | Madeline | 2022-02-17 | 31 | -127/+534 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Discord.js gateway connection when connecting to voice will close 4002 ↵ | Madeline | 2022-02-17 | 7 | -221/+1027 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | decode error due to not sending self_video field. temp solution: remove it from server. this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving. | |||||
| * | | | | | | | | Merge branch 'master' into maddyrtc | Madeline | 2022-02-13 | 28 | -2573/+3504 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ;jondfgsk | Madeline | 2022-02-04 | 3 | -35/+37 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | mmmm | Madeline | 2022-01-21 | 5 | -51/+96 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | more fuckery | Madeline | 2022-01-17 | 7 | -19/+175 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | messing around with things I don't understand | Madeline | 2022-01-16 | 7 | -13/+81 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | boilerplate stuff | Madeline | 2022-01-16 | 17 | -244/+556 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-03-12 | 15 | -46/+167 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | 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): 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 | |||||
| * | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix(api): working ban list | |||||
| | * \ \ \ \ \ \ \ | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should never use await inside loops | |||||
| * | | | | | | | | | | Change premium_since to bigint | Xenorio | 2022-03-08 | 1 | -2/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Temporary notes fix | RealMANI | 2022-03-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporary fix for getting stuck on loading user note. //TODO | |||||
| * | | | | | | | | | 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 ) | |||||
| * | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | refactor(gateway): delete hardcoded guild boosts | Nobody | 2022-03-08 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since you can set `premium_subscription_count` and `premium_tier` by editing the database (and it works fine), this should not be hardcoded. | |||||
| * | | | | | | | | | 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 | |||||
| * | | | | | | | | Revert "Type change" | RealMANI | 2022-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit de8b83f7b9bf9f418b49c4221bec35417de219d8. | |||||
| * | | | | | | | | 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) | |||||
| * | | | | | | | Check username | RealMANI | 2022-03-06 | 1 | -6/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | [Fix] Changing bio and accent color | RealMANI | 2022-03-06 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-03-06 | 9 | -3866/+2683 | |
|\| | | | | | | ||||||
| * | | | | | | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵ | Madeline | 2022-03-06 | 6 | -3824/+2598 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2 | |||||
| * | | | | | | Tsnode support (#580) | Madeline | 2022-03-06 | 6 | -109/+317 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet. * apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. * Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode * Removed Microsoft Corp advert * Remove one more Microsoft Corp. ad Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added `tsnode` npm script * Added `typescript-cached-transpile` package to help improve performance Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | |||||
| * | | | | | 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 | |||||
| * | | | | | Add nan to dependencies | Xenorio | 2022-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho. | |||||
| * | | | | | Merge pull request #656 from ↵ | Erkin Alp Güney | 2022-02-28 | 1 | -28/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fosscord/dependabot/npm_and_yarn/bundle/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10 in /bundle | |||||
| | * | | | | | Bump url-parse from 1.5.7 to 1.5.10 in /bundle | dependabot[bot] | 2022-02-28 | 1 | -28/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Merge pull request #655 from ↵ | Erkin Alp Güney | 2022-02-28 | 1 | -6/+6 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fosscord/dependabot/npm_and_yarn/util/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10 in /util | |||||
| | * | | | | | | Bump url-parse from 1.5.7 to 1.5.10 in /util | dependabot[bot] | 2022-02-28 | 1 | -6/+6 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | Merge pull request #654 from ↵ | Erkin Alp Güney | 2022-02-28 | 1 | -12/+12 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | fosscord/dependabot/npm_and_yarn/gateway/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10 in /gateway | |||||
| | * | | | | | Bump url-parse from 1.5.7 to 1.5.10 in /gateway | dependabot[bot] | 2022-02-28 | 1 | -12/+12 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | Merge pull request #653 from ↵ | Erkin Alp Güney | 2022-02-28 | 1 | -12/+12 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fosscord/dependabot/npm_and_yarn/api/url-parse-1.5.10 Bump url-parse from 1.5.7 to 1.5.10 in /api | |||||
| | * | | | | | Bump url-parse from 1.5.7 to 1.5.10 in /api | dependabot[bot] | 2022-02-28 | 1 | -12/+12 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-03-06 | 6 | -35/+109 | |
|\| | | | | | ||||||
| * | | | | | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 2 | -7/+72 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Allow self-banning | |||||
| | * \ \ \ \ | 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 ↵ | 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 | |||||
| * | | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundle | dependabot[bot] | 2022-02-19 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /gateway | dependabot[bot] | 2022-02-19 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /util | dependabot[bot] | 2022-02-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /api | dependabot[bot] | 2022-02-19 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | | | | | | | Merge branch 'fosscord:master' into slowcord | Madeline | 2022-02-19 | 5 | -7/+27 | |
|\| | | | | | | | ||||||
| * | | | | | | | 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 ↵ | Iratu | 2022-02-18 | 2 | -5/+13 | |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | the database | |||||
* | | | | | | | updated readme | Madeline | 2022-02-18 | 1 | -19/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'fix/claim_accounts' into slowcord | Madeline | 2022-02-18 | 2 | -2/+13 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Added email sanitisation to /users/@me PATCH. Could previously have email as ↵ | Madeline | 2022-02-17 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | any string | |||||
| * | | | | | | Fixed bug in /users/@me PATCH where username must be present in every ↵ | Madeline | 2022-02-17 | 1 | -1/+2 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | request, breaking account claiming | |||||
* | | | | | | Merge branch 'master' into slowcord | Madeline | 2022-02-18 | 31 | -140/+537 | |
|\| | | | | | ||||||
| * | | | | | Merge pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 22 | -65/+274 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Branding updates + Fixed Discovery and custom status + Dev portal | |||||
| | * | | | | | 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 | 9 | -26/+80 | |
| | | | | | | | ||||||
| | * | | | | | 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 | |
| | | |\ \ \ \ \ \ |