Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 26 | -926/+0 |
| | |||||
* | Add discrim verify in PATCH /users/@me | Madeline | 2022-09-25 | 1 | -0/+8 |
| | |||||
* | Mostly working user guild settings | Madeline | 2022-09-25 | 1 | -3/+14 |
| | |||||
* | fix my shit | Madeline | 2022-09-21 | 1 | -2/+2 |
| | |||||
* | Member settings route | Madeline | 2022-09-21 | 1 | -0/+28 |
| | |||||
* | Send user settings on PATCH users/@me/settings | Madeline | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | Apply Iratu's patch for relationships | Madeline | 2022-09-02 | 1 | -1/+1 |
| | | | | Wrap get messages in try catch because around is broken | ||||
* | Fix /users/@me/settings get and migrarion | Madeline | 2022-08-21 | 1 | -3/+3 |
| | |||||
* | fosscord-server/pulls/858 | Madeline | 2022-08-21 | 1 | -0/+8 |
| | |||||
* | Merge branch 'feat/notesTable' into slowcord | Madeline | 2022-07-23 | 1 | -10/+14 |
|\ | |||||
| * | Delete Note if no content | Madeline | 2022-07-23 | 1 | -10/+14 |
| | | |||||
* | | Merge branch 'feat/notesTable' into slowcord | Madeline | 2022-07-23 | 1 | -11/+28 |
|\| | |||||
| * | Moved user notes into separate table | Madeline | 2022-07-23 | 1 | -11/+28 |
| | | |||||
* | | Prevent demo user from enabling 2FA | Madeline | 2022-07-20 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'feat/latestWebClient' into slowcord | Madeline | 2022-07-20 | 1 | -0/+45 |
|\ \ | |||||
| * \ | Merge branch '2fa' into feat/latestWebClient | Madeline | 2022-07-20 | 4 | -0/+189 |
| |\ \ | | | | | | | | | | | | | Add placeholder codes-verification and view-backup-codes-challenge routes | ||||
* | \ \ | Merge branch '2fa' into slowcord | Madeline | 2022-07-20 | 3 | -0/+144 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 2fa | Madeline | 2022-07-20 | 3 | -0/+144 |
| | |/ | |/| | |||||
* | | | Merge branch 'feat/latestWebClient' into slowcord | Madeline | 2022-07-10 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix username/discrim changing | Madeline | 2022-07-10 | 1 | -0/+1 |
| |/ | |||||
| * | Fix not assigning new changes to input fields in users/@me | Madeline | 2022-04-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed ability for user to edit any property of themselves, including ↵ | Madeline | 2022-04-23 | 1 | -2/+1 |
| | | | | | | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/ | ||||
* | | Merge branch 'fix/claim_accounts' into slowcord | Madeline | 2022-07-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | Check if email required in PATCH @me | Madeline | 2022-07-08 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'fix/claim_accounts' into slowcord | Madeline | 2022-07-07 | 1 | -0/+2 |
|\| | | |||||
| * | | Ensure password was given if email is given in PATCH @me | Madeline | 2022-07-07 | 1 | -0/+2 |
| | | | |||||
* | | | Somehow the ID of demo user changed. Use email of demo instead | Madeline | 2022-07-07 | 1 | -4/+4 |
| | | | |||||
* | | | Prevent demo user from editing their profile | Madeline | 2022-07-03 | 1 | -0/+3 |
|/ / | |||||
* | | Merge branch 'master' into fix/claim_accounts | Madeline | 2022-04-11 | 2 | -13/+38 |
|\| | |||||
| * | User Notes (#707) | Madeline | 2022-04-05 | 1 | -5/+30 |
| | | | | | | | | | | | | | | | | * Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 ! | ||||
| * | Temporary notes fix | RealMANI | 2022-03-08 | 1 | -3/+3 |
| | | | | | | | | Temporary fix for getting stuck on loading user note. //TODO | ||||
| * | 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 fix/claim_accounts | Erkin Alp Güney | 2022-03-05 | 1 | -2/+2 |
|\| | |||||
| * | [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 | ||||
* | | Added email sanitisation to /users/@me PATCH. Could previously have email as ↵ | Madeline | 2022-02-17 | 1 | -1/+8 |
| | | | | | | | | 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 pull request #608 from Featyre/master | Erkin Alp Güney | 2022-02-16 | 1 | -1/+7 |
|\ | | | | | Branding updates + Fixed Discovery and custom status + Dev portal | ||||
| * | Return none for dev portal + todo for categories | Featyre | 2022-02-02 | 1 | -1/+7 |
| | | |||||
* | | [Fix] Invisible space username (#639) | RealMANI | 2022-02-16 | 1 | -0/+7 |
|/ | | | You can send only spaces to the server and have a invisible username, this way you can remove the spaces and check and if it wasn't null after you know it's not just spaces | ||||
* | prettier formatted /api | developomp | 2021-10-20 | 4 | -11/+15 |
| | |||||
* | :bug: user settings | Flam3rboy | 2021-10-17 | 1 | -2/+3 |
| | |||||
* | :bug: fix claim account | Flam3rboy | 2021-10-09 | 1 | -4/+12 |
| | |||||
* | :bug: fix password changing | Flam3rboy | 2021-10-09 | 1 | -4/+22 |
| | |||||
* | :bug: fix user projection | Flam3rboy | 2021-10-05 | 3 | -3/+7 |
| | |||||
* | :bug: fix client locale | Flam3rboy | 2021-10-05 | 1 | -1/+2 |
| | |||||
* | :sparkles: added autoJoin guild to config | Flam3rboy | 2021-10-05 | 1 | -3/+7 |
| | |||||
* | hotfix for misc routes | uurgothat | 2021-09-30 | 3 | -4/+6 |
| | |||||
* | Add misc routes | uurgothat | 2021-09-30 | 6 | -0/+75 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 4 | -38/+35 |
|\ | |||||
| * | :bug: fix relationships | Flam3rboy | 2021-09-20 | 1 | -7/+7 |
| | | |||||
| * | Fix one thing, another problem pops up | Chris Chrome | 2021-09-20 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
| * | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-19 | 3 | -34/+32 |
| |\ | |||||
| | * | Merge branch 'fosscord:master' into fix-dm | AlTech98 | 2021-09-18 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Update connections.ts | Flam3rboy | 2021-09-18 | 1 | -2/+3 |
| | | | | |||||
| | | * | Add /users/@me/connections | The Arcane Brony | 2021-09-18 | 1 | -0/+10 |
| | | | | |||||
| | * | | Removed ChannelService, more fixes | AlTech98 | 2021-09-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'fosscord:master' into fix-dm | AlTech98 | 2021-09-18 | 1 | -1/+1 |
| | |\| | |||||
| | * | | Fix GET /users/@me/channels | AlTech98 | 2021-09-17 | 1 | -12/+3 |
| | | | | |||||
| | * | | Implemented DMs and group DMs | AlTech98 | 2021-09-16 | 2 | -33/+29 |
| | | | | |||||
| * | | | :truck: move handleFile to cdn | Flam3rboy | 2021-09-19 | 1 | -2/+1 |
| | |/ | |/| | |||||
* / | | :pencil: add default route description to all routes | Flam3rboy | 2021-09-18 | 4 | -8/+11 |
|/ / | |||||
* / | :bug: fix body parse treating null not as undefined (except for icons/avatars) | Flam3rboy | 2021-09-17 | 1 | -1/+1 |
|/ | |||||
* | Update index.ts | Flam3rboy | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | Emit USER_UPDATE, fix #214 | AlTech98 | 2021-09-13 | 1 | -4/+12 |
| | |||||
* | :bug: fix relationship | Flam3rboy | 2021-09-13 | 1 | -53/+55 |
| | |||||
* | :bug: fix dm #321 | Flam3rboy | 2021-09-13 | 1 | -8/+8 |
| | |||||
* | Merge branch ↵ | Flam3rboy | 2021-09-12 | 11 | -96/+131 |
|\ | | | | | | | 'typescript-interface-body-parser+autogenerate-unit-tests+documentation' | ||||
| * | :sparkles: #307 done | Flam3rboy | 2021-09-12 | 11 | -91/+128 |
| | | |||||
| * | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 4 | -8/+6 |
| | | |||||
* | | Add dummy missing routes | AlTech98 | 2021-09-12 | 4 | -1/+31 |
|/ | |||||
* | Fix relationships get query | AlTech98 | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | moved Constants and Errorhandler from api to util | xnacly | 2021-09-03 | 1 | -1/+1 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 3 | -4/+4 |
| | |||||
* | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 3 | -34/+8 |
| | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 1 | -23/+2 |
| | |||||
* | :sparkles: use DiscordApiErrors and check limits | Flam3rboy | 2021-09-01 | 1 | -1/+7 |
| | |||||
* | :bug: db query fixes | Flam3rboy | 2021-08-31 | 3 | -8/+8 |
| | |||||
* | :sparkles: channel recipients | Flam3rboy | 2021-08-31 | 1 | -3/+4 |
| | |||||
* | :sparkles: typeorm api rewrite done | Flam3rboy | 2021-08-29 | 7 | -102/+100 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-27 | 1 | -18/+18 |
| | |||||
* | :construction: api | Flam3rboy | 2021-08-24 | 8 | -69/+66 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-21 | 1 | -1/+2 |
| | |||||
* | :ambulance: user settings route | Flam3rboy | 2021-08-18 | 1 | -2/+8 |
| | |||||
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 1 | -0/+10 |
| | |||||
* | rename @fosscord/server-util to -> @fosscord/util | Flam3rboy | 2021-08-13 | 6 | -16/+18 |
| | |||||
* | :sparkles: api | Flam3rboy | 2021-08-12 | 11 | -0/+441 |