summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* removed build dirMadeline2022-06-273-120/+3
* update readmeMadeline2022-06-271-1/+1
* alright signed cookies aren't worth it, niceMadeline2022-06-271-1/+1
* clearing cookies is weird?Madeline2022-06-271-1/+4
* the cookie name is being a bitch?Madeline2022-06-272-3/+3
* Token in localStorage must be JSONMadeline2022-06-271-2/+2
* who tf calls the start script run? npm run run, bruhMadeline2022-06-271-1/+1
* Forgot an awaitMadeline2022-06-271-1/+1
* Styling, login whitelistsMadeline2022-06-274-16/+151
* Merge branch 'master' into slowcordMadeline2022-06-275-14/+36
|\
| * Merge pull request #737 from fosscord/translationConner2022-06-262-4/+4
| |\
| | * New translations common.json (Polish)Samuel2022-04-251-2/+2
| | * New translations auth.json (Polish)Samuel2022-04-251-2/+2
| * | Merge pull request #776 from MaddyUnderStars/fix/member_idMadeline2022-06-261-10/+14
| |\ \
| | * | Fix compile errors in latestMadeline2022-06-261-10/+14
| |/ /
| * | fix the wrong nameErkin Alp Güney2022-06-261-1/+1
| * | self-leave logicErkin Alp Güney2022-06-261-3/+19
| * | JOIN_GUILDS is not the right flag thereErkin Alp Güney2022-06-261-1/+1
| * | Update Rights.tsErkin Alp Güney2022-06-261-0/+2
* | | Start of custom login and discord oauth flowMadeline2022-06-2614-1/+1880
* | | Merge branch 'master' into slowcordMadeline2022-06-269-1453/+1495
|\| |
| * | Bump sqlite3 from 5.0.2 to 5.0.8 in /utildependabot[bot]2022-06-191-1445/+1487
| * | Merge pull request #763 from KaKi87/spdxErkin Alp Güney2022-06-198-8/+8
| |\ \
| | * | Use SPDX license syntax in 'package.json' filesKaKi872022-06-028-8/+8
| * | | Merge pull request #767 from MaddyUnderStars/feat/pingInformationSamuel2022-06-151-1/+17
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'feat/pingInformation' into slowcordMadeline2022-06-081-1/+17
|\ \ \ \ | | |/ / | |/| |
| * | | Expose general instance information via api /ping routeMadeline2022-06-081-1/+17
| |/ /
* | | Merge remote-tracking branch 'origin/fix/claim_accounts' into slowcordMadeline2022-05-311-8/+8
|\ \ \
| * \ \ Merge branch 'master' into fix/claim_accountsMadeline2022-04-1155-4104/+3398
| |\ \ \
| * \ \ \ Merge branch 'master' into fix/claim_accountsErkin Alp Güney2022-03-0513-55/+138
| |\ \ \ \
* | \ \ \ \ Merge branch 'feat/defaultRights' into slowcordMadeline2022-05-312-1/+30
|\ \ \ \ \ \
| * | | | | | Added a configurable default rights valueMadeline2022-05-312-1/+30
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into slowcordMadeline2022-05-3137-250/+359
|\| | | | |
| * | | | | Merge pull request #759 from MaddyUnderStars/fix/respectRegisterConfigErkin Alp Güney2022-05-302-2/+2
| |\ \ \ \ \
| | * | | | | Respect register_dateOfBirth_required = falseMadeline2022-05-302-2/+2
| |/ / / / /
| * | | | | Merge pull request #758 from xFlum3/patch-2Erkin Alp Güney2022-05-261-10/+10
| |\ \ \ \ \
| | * | | | | Finished file translation FlumeZ2022-05-261-10/+10
| |/ / / / /
| * | | | | Merge pull request #757 from xFlum3/patch-1Erkin Alp Güney2022-05-261-11/+11
| |\ \ \ \ \
| | * | | | | Fixed Broken Translates and finished the fileFlumeZ2022-05-261-11/+11
| |/ / / / /
| * | | | | add guild policiesErkin Alp Güney2022-05-191-0/+2
| * | | | | Extended settings will not be type checkedErkin Alp Güney2022-05-151-1/+1
| * | | | | Extended settingsErkin Alp Güney2022-05-151-0/+5
| * | | | | Update index.tsErkin Alp Güney2022-05-151-14/+18
| * | | | | Update AuditLog.tsErkin Alp Güney2022-05-151-1/+3
| * | | | | user groupsErkin Alp Güney2022-05-151-0/+33
| * | | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-05-155-23/+85
| |\ \ \ \ \
| | * | | | | Update bulk-delete.tsErkin Alp Güney2022-05-151-7/+13
| | * | | | | Update purge.tsErkin Alp Güney2022-05-151-3/+3
| | * | | | | Update MessageFlags.tsErkin Alp Güney2022-05-111-1/+1
| | * | | | | Update MessageFlags.tsErkin Alp Güney2022-05-111-1/+2
| | * | | | | add more message flagsErkin Alp Güney2022-05-111-3/+8
| | * | | | | more event typesErkin Alp Güney2022-05-101-4/+54
| | * | | | | Remove more WAAO referencesErkin Alp Güney2022-05-061-6/+6
| * | | | | | messages before/after soundness checkErkin Alp Güney2022-04-301-3/+12
| |/ / / / /
| * | | | | patch for missing router schema, and also add purge route self-deletion checksErkin Alp Güney2022-04-301-2/+11
| * | | | | introduce the purge endpointErkin Alp Güney2022-04-282-1/+78
| * | | | | Update prune.tsErkin Alp Güney2022-04-281-2/+6
| * | | | | needs to be asyncErkin Alp Güney2022-04-283-5/+6
| * | | | | exempt users logicErkin Alp Güney2022-04-281-2/+6
| * | | | | Merge pull request #736 from MaddyUnderStars/backfillingErkin Alp Güney2022-04-271-5/+24
| |\ \ \ \ \
| | * | | | | use return codes to allow for automationErkin Alp Güney2022-04-241-3/+5
| | * | | | | refine error codes for backfill constraint violationsErkin Alp Güney2022-04-241-9/+9
| | * | | | | API response codes for backfill errorsErkin Alp Güney2022-04-241-0/+2
| | * | | | | Backfilling privilege does not imply right to post messagesErkin Alp Güney2022-04-241-2/+5
| | * | | | | While backfilling, message ids must now be valid snowflakes, cannot be in the...Madeline2022-04-241-5/+19
| * | | | | | Hotfix for workspace (#739)Kuna2022-04-271-1/+1
| * | | | | | Forum and guild directory typesErkin Alp Güney2022-04-271-0/+2
| * | | | | | Do stuff for npm workspaceThesourtimes2022-04-2616-165/+26
| * | | | | | eventually fix those errorsErkin Alp Güney2022-04-242-8/+11
| * | | | | | Update RateLimit.tsErkin Alp Güney2022-04-241-2/+3
| * | | | | | Update Token.tsErkin Alp Güney2022-04-241-1/+6
| * | | | | | Update RateLimit.tsErkin Alp Güney2022-04-241-1/+1
| * | | | | | fix the seconds rounding logicErkin Alp Güney2022-04-241-2/+2
| * | | | | | Punitive rate limitingErkin Alp Güney2022-04-241-4/+8
| * | | | | | Update Message.tsErkin Alp Güney2022-04-231-1/+1
| * | | | | | self commands and /me messagesErkin Alp Güney2022-04-231-1/+3
| |/ / / / /
* | | | | | Merge branch 'fix/categoryNames' into slowcordMadeline2022-04-244-12/+104
|\ \ \ \ \ \
| * | | | | | Categories skip most of the ALLOW_INVALID_CHANNEL_NAMES checks on discord.com...Madeline2022-04-242-9/+17
| |/ / / / /
| * | | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-236-8158/+12494
| |\ \ \ \ \
| | * | | | | text+voice code is already thereErkin Alp Güney2022-04-221-1/+0
| | * | | | | Merge pull request #734 from MaddyUnderStars/fix/sanitisationTheArcaneBrony2022-04-225-8151/+12495
| | |\ \ \ \ \
| | | * | | | | Fix not assigning new changes to input fields in users/@meMadeline2022-04-231-1/+1
| * | | | | | | backfilling — first stepsErkin Alp Güney2022-04-232-2/+87
* | | | | | | | Merge branch 'fix/sanitisation' into slowcordMadeline2022-04-236-3/+12535
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Can no longer send messages to channel types that do not support it ( categor...Madeline2022-04-232-0/+16
| * | | | | | | Fixed ability for user to edit any property of themselves, including `rights`...Madeline2022-04-233-8151/+12479
| | |/ / / / / | |/| | | | |
| * | | | | | Update UserGroup.tsErkin Alp Güney2022-04-211-7/+0
| |/ / / / /
| * | | | | user groups - first stepsErkin Alp Güney2022-04-211-0/+44
* | | | | | Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl...Madeline2022-04-190-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into slowcordMadeline2022-04-1025-92/+248
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'master' into slowcordMadeline2022-04-1940-148/+357
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Try catch cpu logTheArcaneBrony2022-04-191-1/+7
| * | | | | Use 1 thread on platform where fetching thread/core count failsTheArcaneBrony2022-04-193-3/+18
| * | | | | general rights enforcement stuffErkin Alp Güney2022-04-181-0/+3
| * | | | | Merge branch 'master' of https://github.com/fosscord/fosscord-serverErkin Alp Güney2022-04-182-2/+7
| |\ \ \ \ \
| | * | | | | Unified ghost instead of separate ghostsErkin Alp Güney2022-04-181-1/+1
| | * | | | | Google staff emailErkin Alp Güney2022-04-181-1/+6
| * | | | | | get single message && message rights enforcementErkin Alp Güney2022-04-182-2/+15
| |/ / / / /
| * | | | | reactions rights enforcementErkin Alp Güney2022-04-172-2/+3
| * | | | | Update Intents.tsErkin Alp Güney2022-04-161-1/+1
| * | | | | jumbo and lobbies are indeed differentErkin Alp Güney2022-04-161-1/+1
| * | | | | Update Identify.tsErkin Alp Güney2022-04-161-5/+5
| * | | | | add more intentsErkin Alp Güney2022-04-161-15/+26
| * | | | | remove misleading todo noteErkin Alp Güney2022-04-161-1/+0
| * | | | | Align buttons to centerKuna2022-04-141-1/+1
| | |_|_|/ | |/| | |
| * | | | New translations common.json (Swedish)Samuel2022-04-121-14/+14
| * | | | New translations auth.json (Swedish)Samuel2022-04-121-10/+10
| * | | | Update passwordStrength.tsErkin Alp Güney2022-04-121-1/+1
| * | | | Fix compile errors in checkPassword's entropy checkMadeline2022-04-101-4/+4
| |/ / /
| * | | Update Guild.tsErkin Alp Güney2022-04-101-4/+8
| * | | Update passwordStrength.tsErkin Alp Güney2022-04-091-1/+1
| * | | add an elegant entropy checkErkin Alp Güney2022-04-091-5/+16
| * | | bug fix1itt1eB0y2022-04-091-1/+1
| * | | Resolves #715Madeline2022-04-091-1/+1
| * | | Update User.tsErkin Alp Güney2022-04-091-7/+7
| * | | fix MANAGE_GUILDS; rename getRight to getRightsbinsky2022-04-091-2/+2
| * | | fix invite right enforcementbinsky2022-04-091-1/+1
| * | | correct right nameErkin Alp Güney2022-04-081-1/+1
| * | | invite right enforcedErkin Alp Güney2022-04-081-1/+2
| * | | JOIN_GUILDSErkin Alp Güney2022-04-081-1/+1
| * | | rights enforcement in guild createErkin Alp Güney2022-04-081-3/+4
| * | | MANAGE_GUILDSErkin Alp Güney2022-04-081-2/+10
| * | | remove todos that are implementedErkin Alp Güney2022-04-081-3/+3
| * | | enforce the rightsErkin Alp Güney2022-04-081-3/+5
| * | | optionalErkin Alp Güney2022-04-081-2/+2
| * | | add joined_by to allow for separate treatment of force-joinersErkin Alp Güney2022-04-081-2/+11
| * | | fix the build mistakes from yesternightErkin Alp Güney2022-04-082-16/+20
| * | | Update index.tsErkin Alp Güney2022-04-081-7/+10
| * | | More rights stuffErkin Alp Güney2022-04-071-0/+11
| * | | added the maintenance listing endpointErkin Alp Güney2022-04-071-0/+1
| * | | scheduled maintenancesErkin Alp Güney2022-04-071-0/+12
| * | | with public read receipts explicitly stored, no need to store manual flag of ...Erkin Alp Güney2022-04-071-1/+2
| * | | Fix 404 URLLuna Alfien2022-04-071-1/+1
| * | | New translations common.json (Hebrew)Samuel2022-04-051-7/+7
| * | | User Notes (#707)Madeline2022-04-053-5/+35
| * | | Revert "Make member.premium_since ISO8601 timestamp" (#710)Erkin Alp Güney2022-04-041-3/+3
| * | | Add our custom channel typesErkin Alp Güney2022-04-031-1/+5
| * | | More message typesErkin Alp Güney2022-04-021-0/+7
| * | | first steps for E2EE support — channel security settings eventErkin Alp Güney2022-04-021-0/+35
| * | | Fix typo in table 'client_relase' -> 'client_release' ( and other of the same...Madeline2022-03-3010-21/+37
| * | | Merge pull request #705 from fosscord/dependabot/npm_and_yarn/bundle/minimist...Erkin Alp Güney2022-03-301-4/+6
| |\ \ \
| | * | | Bump minimist from 1.2.5 to 1.2.6 in /bundledependabot[bot]2022-03-301-4/+6
| |/ / /
| * | | Bump minimist from 1.2.5 to 1.2.6 in /utildependabot[bot]2022-03-301-6/+6
| * | | Bump minimist from 1.2.5 to 1.2.6 in /cdndependabot[bot]2022-03-301-6/+6
| * | | Bump minimist from 1.2.5 to 1.2.6 in /gatewaydependabot[bot]2022-03-301-8/+12
| * | | Bump minimist from 1.2.5 to 1.2.6 in /apidependabot[bot]2022-03-301-6/+12
* | | | fixed migration?Madeline2022-03-311-0/+3
* | | | Merge branch 'fix/relase_typo' into slowcordMadeline2022-03-319-20/+33
|\ \ \ \
| * | | | Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typo...Madeline2022-03-3110-21/+34
| |/ / /
* | | | Merge branch 'master' into slowcordMadeline2022-03-317-22/+43
|\| | |
| * | | Make member.premium_since ISO8601 timestampminhducsun20022022-03-281-3/+3
| * | | Make comments more accurate to use-caseLuna Alfien2022-03-271-0/+4
| * | | Create fosscord-login.jsLuna Alfien2022-03-271-0/+8
| * | | fix the conditionalErkin Alp Güney2022-03-231-1/+1
| * | | A few channels on channelsErkin Alp Güney2022-03-231-12/+19
| * | | Fix `servers[0].url` in `openapi.json`.SpacingBat32022-03-201-1/+1
| * | | add the necessary types for server assisted selfbottingErkin Alp Güney2022-03-191-0/+2
| * | | close issue #684Erkin Alp Güney2022-03-143-6/+6
* | | | Merge branch 'maddyrtc' into slowcordMadeline2022-03-1221-250/+995
|\ \ \ \
| * | | | Added preferred_region optional property of VoiceStateUpdateSchema to allow e...Madeline2022-03-081-0/+2
| * | | | Merge branch 'fix/electron_premium_since' into maddyrtcMadeline2022-03-082-7/+9
| |\ \ \ \
| | * | | | Changing Member.premium_since back from Date to number fixes an error in the ...Madeline2022-03-081-1/+1
| * | | | | VOICE CONNECTS!!! Dtls stuck on "connecting" state + currently no way to edit...Madeline2022-03-075-173/+165
| * | | | | aughMadeline2022-03-0710-39/+133
| * | | | | Merge branch 'master' into maddyrtcMadeline2022-03-0620-3966/+3031
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into maddyrtcMadeline2022-02-1732-127/+543
| |\ \ \ \ \ \
| * | | | | | | Discord.js gateway connection when connecting to voice will close 4002 decode...Madeline2022-02-177-221/+1027
| * | | | | | | Merge branch 'master' into maddyrtcMadeline2022-02-1328-2573/+3504
| |\ \ \ \ \ \ \
| * | | | | | | | ;jondfgskMadeline2022-02-043-35/+37
| * | | | | | | | mmmmMadeline2022-01-215-51/+96
| * | | | | | | | more fuckeryMadeline2022-01-177-19/+175
| * | | | | | | | messing around with things I don't understandMadeline2022-01-167-13/+81
| * | | | | | | | boilerplate stuffMadeline2022-01-1617-244/+556
* | | | | | | | | Merge branch 'master' into slowcordMadeline2022-03-1215-46/+167
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Update Rights.tsErkin Alp Güney2022-03-091-0/+2
| * | | | | | | | fix(api): add vanity urls creation/update (#665)Nobody2022-03-091-5/+28
| * | | | | | | | fix(api): working replies in dm channelsNobody2022-03-091-4/+6
| * | | | | | | | Merge pull request #675 from nobodylabs/fix/ban-listErkin Alp Güney2022-03-081-14/+25
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into fix/ban-listNobody2022-03-0810-21/+98
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fix(api): working ban listNobody2022-03-081-8/+23
| * | | | | | | | | | Change premium_since to bigintXenorio2022-03-081-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Temporary notes fixRealMANI2022-03-081-3/+3
| * | | | | | | | | Changing Member.premium_since back from Date to number fixes an error in the ...Madeline2022-03-081-1/+1
| * | | | | | | | | refactor(Docker): add working docker scripts (#671)Nobody2022-03-082-10/+83
| * | | | | | | | | fix(util): working invisible status typeNobody2022-03-082-2/+2
| * | | | | | | | | fix(api): working invisible status typeNobody2022-03-082-3/+3
| * | | | | | | | | fix(api): don't send @everyone in route responseNobody2022-03-081-1/+4
| * | | | | | | | | fix(api): prevent @everyone role duplicationNobody2022-03-081-1/+1
| * | | | | | | | | fix(api): always add @everyone in user's rolesNobody2022-03-081-0/+3
| * | | | | | | | | refactor(gateway): delete hardcoded guild boostsNobody2022-03-081-2/+0
| * | | | | | | | | Fix bans list (#674)RealMANI2022-03-081-8/+12
| |/ / / / / / / /
| * | | | | | | | Revert "Type change"RealMANI2022-03-081-1/+1
| * | | | | | | | Type changeRealMANI2022-03-071-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Check usernameRealMANI2022-03-061-6/+8
| * | | | | | | [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'master' into slowcordMadeline2022-03-069-3866/+2683
|\| | | | | |
| * | | | | | Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably...Madeline2022-03-066-3824/+2598
| * | | | | | Tsnode support (#580)Madeline2022-03-066-109/+317
| | |_|_|_|/ | |/| | | |
| * | | | | document which field is whichErkin Alp Güney2022-03-041-1/+4
| * | | | | Initial work on public read receiptsErkin Alp Güney2022-03-041-0/+6
| * | | | | Add nan to dependenciesXenorio2022-03-041-1/+2
| * | | | | Merge pull request #656 from fosscord/dependabot/npm_and_yarn/bundle/url-pars...Erkin Alp Güney2022-02-281-28/+6
| |\ \ \ \ \
| | * | | | | Bump url-parse from 1.5.7 to 1.5.10 in /bundledependabot[bot]2022-02-281-28/+6
| * | | | | | Merge pull request #655 from fosscord/dependabot/npm_and_yarn/util/url-parse-...Erkin Alp Güney2022-02-281-6/+6
| |\ \ \ \ \ \
| | * | | | | | Bump url-parse from 1.5.7 to 1.5.10 in /utildependabot[bot]2022-02-281-6/+6
| | |/ / / / /
| * | | | | | Merge pull request #654 from fosscord/dependabot/npm_and_yarn/gateway/url-par...Erkin Alp Güney2022-02-281-12/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bump url-parse from 1.5.7 to 1.5.10 in /gatewaydependabot[bot]2022-02-281-12/+12
| |/ / / / /
| * | | | | Merge pull request #653 from fosscord/dependabot/npm_and_yarn/api/url-parse-1...Erkin Alp Güney2022-02-281-12/+12
| |\ \ \ \ \
| | * | | | | Bump url-parse from 1.5.7 to 1.5.10 in /apidependabot[bot]2022-02-281-12/+12
| |/ / / / /
* | | | | | Merge branch 'master' into slowcordMadeline2022-03-066-35/+109
|\| | | | |
| * | | | | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-252-7/+72
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-044-775/+46
| | |\ \ \ \ \
| | * | | | | | pretend self-bans don't exist in the views tooErkin Alp Güney2022-02-041-1/+4
| | * | | | | | ban moderator schema actually changeErkin Alp Güney2022-02-041-2/+12
| | * | | | | | ban moderator schema changeErkin Alp Güney2022-02-041-0/+1
| | * | | | | | some important changesErkin Alp Güney2022-02-041-4/+4
| | * | | | | | attempt to fix self-bansErkin Alp Güney2022-02-040-0/+0
| | * | | | | | attempt to fix self-bansErkin Alp Güney2022-02-042-939/+208
| | * | | | | | Try to commit this one again, this time over the webErkin Alp Güney2022-02-041-4/+8
| | * | | | | | remove pretense of nonexistence from main view route for now to make it compi...Erkin Alp Güney2022-02-041-2/+0
| | * | | | | | Extend the pretense of non-existence of self-bans to API view route tooErkin Alp Güney2022-02-021-0/+2
| | * | | | | | Better protection against self-bansErkin Alp Güney2022-02-021-2/+3
| | * | | | | | Make self-bans irreversibleErkin Alp Güney2022-02-021-1/+4
| | * | | | | | Allow self-ban of non-ownersErkin Alp Güney2022-02-021-1/+34
| * | | | | | | [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
| * | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundledependabot[bot]2022-02-191-4/+6
| * | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /gatewaydependabot[bot]2022-02-191-8/+12
| * | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /utildependabot[bot]2022-02-191-6/+6
| * | | | | | | Bump url-parse from 1.5.3 to 1.5.7 in /apidependabot[bot]2022-02-191-8/+12
* | | | | | | | Merge branch 'fosscord:master' into slowcordMadeline2022-02-195-7/+27
|\| | | | | | |
| * | | | | | | changed user.premium_since to also load from the database.Iratu2022-02-184-1/+12
| * | | | | | | Forgot the openapi.json change.Iratu2022-02-181-1/+2
| * | | | | | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in the...Iratu2022-02-182-5/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | updated readmeMadeline2022-02-181-19/+2
* | | | | | | Merge branch 'fix/claim_accounts' into slowcordMadeline2022-02-182-2/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Added email sanitisation to /users/@me PATCH. Could previously have email as ...Madeline2022-02-172-1/+11
| * | | | | | Fixed bug in /users/@me PATCH where username must be present in every request...Madeline2022-02-171-1/+2
| |/ / / / /
* | | | | | Merge branch 'master' into slowcordMadeline2022-02-1832-140/+546
|\| | | | |
| * | | | | Merge pull request #608 from Featyre/masterErkin Alp Güney2022-02-1623-65/+283
| |\ \ \ \ \
| | * | | | | Return none for dev portal + todo for categoriesFeatyre2022-02-023-1/+11
| | * | | | | Fix primarycolum being assigned to nullable = trueFeatyre2022-02-021-1/+1
| | * | | | | make everything in categories nullableFeatyre2022-02-021-3/+3
| | * | | | | Merge branch 'fosscord:master' into masterFeatyre2022-02-012-7/+9
| | |\| | | |
| | * | | | | A few minor changesErkin Alp Güney2022-01-271-10/+9
| | * | | | | Dev portal + categories load dbFeatyre2022-01-2610-26/+89
| | * | | | | change lineFeatyre2022-01-251-1/+1
| | * | | | | Merge branch 'fosscord:master' into masterFeatyre2022-01-244-0/+48
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of https://github.com/Featyre/fosscord-serverFeatyre2022-01-241-1/+1
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'fosscord:master' into masterFeatyre2022-01-241-1/+1
| | | |\ \ \ \ \ \
| | * | | | | | | | Partnet + Discover fix and joinFeatyre2022-01-248-9/+105
| | |/ / / / / / /