summary refs log tree commit diff
path: root/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2fa' into slowcordMadeline2022-07-203-2/+44
|\
| * 2faMadeline2022-07-203-2/+44
| |
* | Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-1/+1
|\|
| * chore: fix package.json scriptsNobody2022-07-191-1/+1
| | | | | | | | npx should be used to execute local package binaries
* | Merge branch 'feat/defaultFeatures' into slowcordMadeline2022-07-182-1/+3
|\ \
| * | Default features configMadeline2022-07-182-1/+3
| |/
* | remove some default rights that I gave like an idiotMadeline2022-07-171-2/+0
| |
* | Set util to use same typeorm as bundleMadeline2022-07-142-111/+286
| |
* | Merge branch 'master' into slowcordMadeline2022-07-091-18/+17
|\|
| * Relax some of the limitsErkin Alp Güney2022-07-091-18/+17
| |
| * * Make max website preview download size for embeds configurableMadeline2022-07-091-0/+2
| | | | | | | | * Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
* | Merge branch 'fix/messageLinkMetas' into slowcordMadeline2022-07-091-0/+2
|\ \
| * | * Make max website preview download size for embeds configurableMadeline2022-07-091-0/+2
| |/ | | | | | | * Fix Message.update call throwing 'Cannot query across one-to-many for property attachments'
* | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-061-1/+1
|\ \
| * | Fix types for welcome screenMadeline2022-07-061-1/+1
| |/
* | Use 1:1 dms instead of group dmsMadeline2022-07-031-1/+1
| |
* | Disable compact modeMadeline2022-07-031-1/+1
| |
* | Whoops, syntax errorMadeline2022-07-031-1/+1
| |
* | Mass invite permMadeline2022-07-033-351/+234
| |
* | type longtext does not support lengthMadeline2022-07-021-1/+1
| |
* | Attempt to fix messages being deletedMadeline2022-07-021-1/+1
| |
* | set message max length manuallyMadeline2022-07-021-1/+1
| |
* | Update default rightsMadeline2022-07-021-3/+5
| |
* | Merge branch 'master' into slowcordMadeline2022-06-271-0/+2
|\|
| * Update Rights.tsErkin Alp Güney2022-06-261-0/+2
| |
* | Start of custom login and discord oauth flowMadeline2022-06-262-0/+2
| |
* | Merge branch 'master' into slowcordMadeline2022-06-262-1446/+1488
|\|
| * Bump sqlite3 from 5.0.2 to 5.0.8 in /utildependabot[bot]2022-06-191-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>
| * Use SPDX license syntax in 'package.json' filesKaKi872022-06-021-1/+1
| |
* | 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-3112-32/+128
|\|
| * Respect register_dateOfBirth_required = falseMadeline2022-05-301-1/+1
| |
| * 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 AuditLog.tsErkin Alp Güney2022-05-151-1/+3
| |
| * user groupsErkin Alp Güney2022-05-151-0/+33
| |
| * 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
| |
| * Forum and guild directory typesErkin Alp Güney2022-04-271-0/+2
| |
| * Do stuff for npm workspaceThesourtimes2022-04-262-15/+1
| |
| * eventually fix those errorsErkin Alp Güney2022-04-241-7/+10
| |
| * Update Token.tsErkin Alp Güney2022-04-241-1/+6
| |
| * 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-242-10/+17
|\ \
| * | Categories skip most of the ALLOW_INVALID_CHANNEL_NAMES checks on ↵Madeline2022-04-242-9/+17
| |/ | | | | | | discord.com ( they also trim whitespace )
| * text+voice code is already thereErkin Alp Güney2022-04-221-1/+0
| |
* | Merge branch 'fix/sanitisation' into slowcordMadeline2022-04-232-0/+48
|\|
| * Can no longer send messages to channel types that do not support it ( ↵Madeline2022-04-231-0/+11
| | | | | | | | categories, voice etc )
| * Update UserGroup.tsErkin Alp Güney2022-04-211-7/+0
| |
| * user groups - first stepsErkin Alp Güney2022-04-211-0/+44
| |
* | Merge branch 'master' into slowcordMadeline2022-04-1912-42/+133
|\|
| * Google staff emailErkin Alp Güney2022-04-181-1/+6
| |
| * Update Intents.tsErkin Alp Güney2022-04-161-1/+1
| |
| * jumbo and lobbies are indeed differentErkin Alp Güney2022-04-161-1/+1
| |
| * add more intentsErkin Alp Güney2022-04-161-15/+26
| |
| * Update Guild.tsErkin Alp Güney2022-04-101-4/+8
| |
| * bug fix1itt1eB0y2022-04-091-1/+1
| | | | | | Fix `QueryFailedError: constraint "FK_05535bc695e9f7ee104616459d3" for relation "messages" already exists`
| * Resolves #715Madeline2022-04-091-1/+1
| |
| * Update User.tsErkin Alp Güney2022-04-091-7/+7
| |
| * 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-081-9/+8
| |
| * More rights stuffErkin Alp Güney2022-04-071-0/+11
| |
| * with public read receipts explicitly stored, no need to store manual flag of ↵Erkin Alp Güney2022-04-071-1/+2
| | | | | | | | the read mark
| * User Notes (#707)Madeline2022-04-052-0/+5
| | | | | | | | | | | | | | | | * 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üney2022-04-041-3/+3
| | | | | | This reverts commit f1caebe98dfcdeab3c0237f31d77c54e32a12471.
| * 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 ↵Madeline2022-03-304-8/+24
| | | | | | | | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol )
| * Bump minimist from 1.2.5 to 1.2.6 in /utildependabot[bot]2022-03-301-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>
* | fixed migration?Madeline2022-03-311-0/+3
| |
* | Merge branch 'fix/relase_typo' into slowcordMadeline2022-03-314-8/+21
|\ \
| * | Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more ↵Madeline2022-03-314-8/+21
| |/ | | | | | | typos of the same typo.
* | Merge branch 'master' into slowcordMadeline2022-03-314-17/+26
|\|
| * Make member.premium_since ISO8601 timestampminhducsun20022022-03-281-3/+3
| |
| * fix the conditionalErkin Alp Güney2022-03-231-1/+1
| |
| * A few channels on channelsErkin Alp Güney2022-03-231-12/+19
| | | | | | | | | | - Added a field for retention policies (progress towards #164) - Allowed note to self channels - Added the UNHANDLED type
| * add the necessary types for server assisted selfbottingErkin Alp Güney2022-03-191-0/+2
| |
| * close issue #684Erkin Alp Güney2022-03-141-2/+2
| |
* | Merge branch 'maddyrtc' into slowcordMadeline2022-03-121-2/+6
|\ \ | |/ |/|
| * Merge branch 'fix/electron_premium_since' into maddyrtcMadeline2022-03-081-1/+1
| |\
| | * Changing Member.premium_since back from Date to number fixes an error in the ↵Madeline2022-03-081-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 )
| * | aughMadeline2022-03-071-2/+3
| | |
| * | Merge branch 'master' into maddyrtcMadeline2022-03-065-10/+27
| |\|
| * | Merge branch 'master' into maddyrtcMadeline2022-02-179-60/+124
| |\ \
| * \ \ Merge branch 'master' into maddyrtcMadeline2022-02-139-409/+798
| |\ \ \
| * | | | boilerplate stuffMadeline2022-01-161-0/+3
| | | | |
* | | | | Update Rights.tsErkin Alp Güney2022-03-091-0/+2
| | | | |
* | | | | Change premium_since to bigintXenorio2022-03-081-2/+2
| | | | |
* | | | | Changing Member.premium_since back from Date to number fixes an error in the ↵Madeline2022-03-081-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 )
* | | | | fix(util): working invisible status typeNobody2022-03-082-2/+2
| | | | |
* | | | | Revert "Type change"RealMANI2022-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit de8b83f7b9bf9f418b49c4221bec35417de219d8.
* | | | | Type changeRealMANI2022-03-071-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | Changed type for column "content" to "longtext" (you might want to get a back up from your database before updating)
* | | | Tsnode support (#580)Madeline2022-03-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 whichErkin Alp Güney2022-03-041-1/+4
| | | |
* | | | Initial work on public read receiptsErkin Alp Güney2022-03-041-0/+6
| | | | | | | | | | | | Progress on #416
* | | | Bump url-parse from 1.5.7 to 1.5.10 in /utildependabot[bot]2022-02-281-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>
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /utildependabot[bot]2022-02-191-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>
* | | | changed user.premium_since to also load from the database.Iratu2022-02-181-0/+5
| | | |
* | | | Fix for Premium Since to show the 'Guild Boost' and store it correctly in ↵Iratu2022-02-181-2/+2
| |_|/ |/| | | | | | | | the database
* | | Merge pull request #608 from Featyre/masterErkin Alp Güney2022-02-167-41/+66
|\ \ \ | | | | | | | | Branding updates + Fixed Discovery and custom status + Dev portal
| * | | Return none for dev portal + todo for categoriesFeatyre2022-02-022-0/+4
| | | |
| * | | 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-011-2/+4
| |\ \ \
| * | | | A few minor changesErkin Alp Güney2022-01-271-10/+9
| | | | |
| * | | | Dev portal + categories load dbFeatyre2022-01-261-3/+3
| | | | |
| * | | | Prep for Category db workFeatyre2022-01-243-5/+3
| | | | |
| * | | | Merge branch 'fosscord:master' into masterFeatyre2022-01-242-2/+2
| |\ \ \ \
| * | | | | category + discovery + custom status fix, new configFeatyre2022-01-243-12/+15
| | | | | |
| * | | | | Merge branch 'fosscord:master' into masterFeatyre2022-01-243-332/+414
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fosscord:master' into masterFeatyre2022-01-232-66/+359
| |\ \ \ \ \ \
| * | | | | | | Partial integration of categories and discoveryFeatyre2022-01-234-22/+43
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Bump vm2 from 3.9.5 to 3.9.7 in /util (#631)dependabot[bot]2022-02-151-14/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | Added a few extensionsErkin Alp Güney2022-02-121-5/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | Appropriate DB charset (#629)RealMANI2022-02-111-0/+1
| | | | | | | | | | | | | | | | | | causes bugs like turning emojis to "????"
* | | | | | Add more rights (#541)Erkin Alp Güney2022-02-101-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added the backfilling-related rights * Added kick/ban rights * Added the presence right * Guild directory * Interactions rights
* | | | | | [Fix] Column "groups" contains null-values (#622)ImAaronFR2022-02-081-1/+1
| | | | | |
* | | | | | Bump simple-get from 3.1.0 to 3.1.1 in /util (#620)dependabot[bot]2022-02-041-6/+6
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | Merge pull request #555 from unknownPerson115/patch-1Erkin Alp Güney2022-01-241-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fixed potential guild message SQL constraints
| * | | | Fixed potential guild message SQL constraintsunknownPerson1152021-12-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i have tied member dependencies to the author id rather than the member id to avoid a dependency cycle and you can now kick/ban someone from a guild/server and the messages will remain in the guild (just like discord) as stated in issue #441 I have also tested this code seems clean so far (new pull request opened because of branch commit issues)
* | | | | revert dependabot PRs that update node-fetch to v3Madeline2022-01-242-2/+2
| |_|_|/ |/| | |
* | | | * Replaced list of invisible characters with unicode codepointsMadeline2022-01-232-62/+65
| | | | | | | | | | | | | | | | | | | | * No longer silently edit invalid channel names * No longer trim channel names in unnamed check
* | | | channel.owner_id is type string not numberMadeline2022-01-231-1/+1
| | | |
* | | | Apply suggestions from code reviewMadeline2022-01-231-2/+4
| | | | | | | | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* | | | Update Channel.tsErkin Alp Güney2022-01-231-4/+7
| | | |
* | | | Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flagsMadeline2022-01-233-332/+406
| |_|/ |/| |
* | | Bump node-fetch from 2.6.2 to 2.6.7 in /utildependabot[bot]2022-01-232-66/+359
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | update defaultsErkin Alp Güney2022-01-121-7/+7
| |
* | Update Guild.tsErkin Alp Güney2022-01-121-0/+1
| |
* | Schema change for group specific emojisErkin Alp Güney2022-01-121-1/+4
| |
* | Add Role Icons (#574)Chris Chrome2022-01-052-0/+8
| | | | | | | | | | | | | | | | | | * Role Icons Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Cache coherency rules Co-authored-by: MANIKILLER <manikillrorg@gmail.com> Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com>
* | Incrementing user discriminatorsDaniel Huber2022-01-042-16/+35
| | | | | | | | Closes #328
* | Organize @fosscord/api utils in directoriesThesourtimes2022-01-012-1/+1
| |
* | Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-262-2116/+3553
| |
* | Restore package locksThe Arcane Brony2021-12-261-0/+12659
| |
* | Replace nanocolors with picocolorsThe Arcane Brony2021-12-252-2/+5
| |
* | Add Sentry, fix compile errorsThe Arcane Brony2021-12-224-4/+13
| |
* | Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-211-14093/+0
|/
* General work on APIThesourtimes2021-12-183-1/+36
|
* Improvements + dummy API configsThesourtimes2021-12-181-0/+17
|
* Make the test client togglableThesourtimes2021-12-151-0/+6
|
* snowflake-based invite generationErkin Alp Güney2021-11-281-4/+7
|
* Update util/src/entities/Config.tsKuna2021-11-211-0/+2
| | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Update util/src/entities/Config.tsKuna2021-11-211-0/+2
| | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Fix the minor issues on routeThesourtimes2021-11-181-0/+2
|
* Add image fielduurgothat2021-11-171-1/+3
|
* Add instance routeuurgothat2021-11-171-0/+6
|
* make templates configurable + authorizationuurgothat2021-10-241-4/+2
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-serveruurgothat2021-10-2415-163/+1566
|\
| * :arrow_up: update packagesFlam3rboy2021-10-241-149/+119
| |
| * Fix missing dependenciesKagurazakaNyaa2021-10-242-62/+648
| |
| * Proxy support for external network accessKagurazakaNyaa2021-10-241-2/+5
| |
| * Merge pull request #490 from developomp/masterSamuel2021-10-209-31/+38
| |\ | | | | | | Prettier format and link simplification
| | * prettier formatted /utildevelopomp2021-10-209-31/+38
| | |
| * | :bug: revert file config overwriteFlam3rboy2021-10-202-9/+15
| |/
| * :zap: use better-sqlite3 as default dbFlam3rboy2021-10-182-59/+8026
| |
| * :zap: vertically scale bundleFlam3rboy2021-10-181-2/+26
| |
| * Revert "fix: make the CDN build correctly"Flam3rboy2021-10-183-5573/+5573
| | | | | | | | This reverts commit 79aae987fd001db4fcd6c5946949ac7840305198.
| * Merge branch 'docker-fix' of https://github.com/hbjydev/fosscord-server into ↵Diego Magdaleno2021-10-173-12747/+5573
| |\ | | | | | | | | | hbjydev-docker-fix
| | * fix: make the CDN build correctlyHayden Young2021-10-173-7511/+47
| | |
| * | :sparkles: config override fileFlam3rboy2021-10-171-1/+15
| | |
* | | external templates + fosscord draft and more configsuurgothat2021-10-181-2/+10
| | |
* | | Add discord template supportuurgothat2021-10-171-0/+6
|/ /
* | :arrow_up: update sqlite3Flam3rboy2021-10-172-34/+949
| |
* | :sparkles: migration for timestamp migrationsFlam3rboy2021-10-172-1/+16
| |
* | Merge pull request #467 from hbjydev/fix-migration-column-issueSamuel2021-10-171-1/+1
|\ \ | | | | | | Fix migration timestamp column data type issue
| * | fix: make timestamp column a bigintHayden Young2021-10-151-1/+1
| | |
* | | :bug: default session activitesFlam3rboy2021-10-171-1/+1
| | |
* | | :sparkles: add presence migrationFlam3rboy2021-10-171-0/+11
| | |
* | | :art: reformattedFlam3rboy2021-10-171-6/+11
| | |
* | | :sparkles: User presence/statusFlam3rboy2021-10-172-5/+33
| | |
* | | :sparkles: added session + memberlist eventFlam3rboy2021-10-173-19/+59
| | |
* | | :arrow_up: update mnjsfFlam3rboy2021-10-162-8/+8
| | |
* | | :lock: update modulesFlam3rboy2021-10-152-1003/+42
| | |
* | | :lock: update set-value & tarFlam3rboy2021-10-151-24/+7267
| | |
* | | :bug: fix migration timestampeFlam3rboy2021-10-151-1/+1
|/ /
* | Merge pull request #455 from fosscord/stickerSamuel2021-10-1512-13/+179
|\ \ | | | | | | Stickers
| * | :sparkles: sticker eventsFlam3rboy2021-10-151-0/+10
| | |
| * | :sparkles: automatically run db migrationsFlam3rboy2021-10-156-1/+106
| | |
| * | Merge branch 'master' into stickerFlam3rboy2021-10-154-9/+12
| |\|
| * | :art: reformatFlam3rboy2021-10-153-6/+4
| | |
| * | :bug: fix sticker packsFlam3rboy2021-10-151-4/+4
| | |
| * | :bug: fix message sticker sendingFlam3rboy2021-10-151-1/+1
| | |
| * | :sparkles: sticker uploadFlam3rboy2021-10-151-4/+9
| | |
| * | :sparkles: sticker db entitiesFlam3rboy2021-10-142-1/+49
| | |
* | | chore(merge): remote -> localHayden Young2021-10-151-7505/+16
| |/ |/|
* | :bug: fix unittestsFlam3rboy2021-10-152-8/+8
| |
* | Merge pull request #448 from Mr2u/masterSamuel2021-10-152-1/+4
|\ \ | |/ |/| Route #10 Prune and prune count
| * :bug: fix pruneFlam3rboy2021-10-152-4/+3
| |
| * Merge branch 'fosscord:master' into masterMr2u2021-10-131-0/+2
| |\
| * | added route /guilds/:id/prune GET count and POST prune.Maddy2021-10-131-0/+4
| | | | | | | | | | | | | | | Edited Member entity to include last_message_id to avoid searching for every members last message when pruning When a message is sent through /channels/:id/messages last_message_id of sending Member is updated.
* | | :bug: fix migration + autojoinFlam3rboy2021-10-141-2/+5
| |/ |/|
* | :zap: improve memory managmentFlam3rboy2021-10-121-0/+2
|/
* :art: gifsFlam3rboy2021-10-111-11/+10
|
* Merge pull request #435 from TheArcaneBrony/change-enums-to-numberFlam3rboy2021-10-117-11/+8
|\ | | | | Change enums to numbers
| * Put local types backThe Arcane Brony2021-10-108-17/+17
| |
| * Change enums to numbersThe Arcane Brony2021-10-108-20/+17
| |
* | Update Rights.tsFlam3rboy2021-10-111-1/+1
| |
* | Added more rights, and explained existing onesErkin Alp Güney2021-10-101-3/+7
| |
* | Merge branch 'master' into pr/TheArcaneBrony/434Flam3rboy2021-10-101-43/+16
|\ \
| * | :bug: fix modify role.permissionsFlam3rboy2021-10-101-43/+16
| | |
* | | Merge branch 'master' into remove-vanity-urlFlam3rboy2021-10-101-5/+10
|\| |
| * | :art: update migration scriptFlam3rboy2021-10-101-8/+10
| | |
* | | Merge branch 'remove-vanity-url' of ↵Flam3rboy2021-10-101-4/+4
|\ \ \ | | |/ | |/| | | | https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/434
| * | forgot to fix primary columns on invitesThe Arcane Brony2021-10-101-4/+4
| | |
* | | added vanity db migrationFlam3rboy2021-10-102-11/+27
|/ /
* / Fix duplicate keyThe Arcane Brony2021-10-102-8/+3
|/
* :bug: fix Emoji missing in identifyFlam3rboy2021-10-101-1/+0
|
* :art: emoji db migrationFlam3rboy2021-10-107-8/+233
|
* :bug: fix cdnFlam3rboy2021-10-101-18/+3
|
* Merge branch 'master' into pr/LoboMetalurgico/424Flam3rboy2021-10-1011-1079/+79
|\
| * :see_no_evil: remove console.logFlam3rboy2021-10-101-1/+0
| |
| * :bug: fix tsc compilerFlam3rboy2021-10-102-0/+11
| |
| * :art: clean up imports + classesFlam3rboy2021-10-106-73/+9
| |
| * :art: clean up dependenciesFlam3rboy2021-10-103-1006/+60
| |
* | Merge branch 'fosscord:master' into milestoneV1/routes/implement/emojisLobo Metalúrgico2021-10-093-11/+26
|\|
| * :sparkles: added read stateFlam3rboy2021-10-092-7/+7
| |
| * :sparkles: handleFile() now returns mime_type and sizeFlam3rboy2021-10-091-4/+19
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lobo Metalúrgico2021-10-092-2/+7
|\| | | | | | | milestoneV1/routes/implement/emojis
| * Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-091-0/+2
| |\
| | * :sparkles: added guestsRequireInvite to configFlam3rboy2021-10-091-0/+2
| | |
| * | :bug: fix array key in configFlam3rboy2021-10-091-2/+5
| |/
* / (api): inital emojis route implementationLobo Metalúrgico2021-10-081-0/+2
|/
* :bug: fix buildFlam3rboy2021-10-091-18/+0
|
* :sparkles: bundle build scriptFlam3rboy2021-10-083-32/+74
|
* Merge branch 'compiler-change' of ↵Flam3rboy2021-10-071-8/+17
|\ | | | | | | https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1
| * :bug: fix types + swcrc configsFlam3rboy2021-10-072-3/+9
| |
| * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-071-8/+11
| |
* | :bug: fix swc configFlam3rboy2021-10-071-2/+2
|/
* Compiler testThe Arcane Brony2021-10-064-6/+660
|
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-052-8/+8
|
* :bug: fix user projectionFlam3rboy2021-10-052-1/+2
|
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-052-1/+91
|
* :art: move field error to utilFlam3rboy2021-10-053-2/+28
|
* :sparkles: add User.register() methodFlam3rboy2021-10-051-9/+93
|
* :arrow_up: update mnjsfFlam3rboy2021-10-052-8/+8
|
* :bug: fix windows db file pathFlam3rboy2021-10-051-1/+1
|
* :art: improve migration scriptFlam3rboy2021-10-051-21/+103
|
* :sparkles: db migrate scriptFlam3rboy2021-10-043-4/+52
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-048-25/+23
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-043-2/+15
|\
| * replace chalk with nanocolorsuurgothat2021-10-043-3/+13
| |
| * Rainbow the logsuurgothat2021-10-043-2/+5
| |