| 
							
							
								 Puyodead1 | 016c0ff760 | Merge pull request #1266 from MathMan05/patch-7 fix password reset bug | 2025-04-03 16:57:48 -04:00 |  | 
			
				
					| 
							
							
								 MathMan05 | d267b08ab5 | stupid fix | 2025-04-03 12:53:03 -05:00 |  | 
			
				
					| 
							
							
								 MathMan05 | 99cc009670 | fix password reset bug Not sure if this'll work, but made a pull so y'all could see the issue | 2025-04-03 12:52:11 -05:00 |  | 
			
				
					| 
							
							
								 Puyodead1 | 89abd2ec12 | Merge pull request #1265 from thedudedies21/Update_Base_Webhooks Finish Webhooks, and add config endpoint for client | 2025-03-30 23:26:31 -04:00 |  | 
			
				
					| 
							
							
								 root | d8b1a8484c | Validate Name for webhooks enforced more | 2025-03-25 16:02:47 -07:00 |  | 
			
				
					| 
							
							
								 root | 52efef274b | Modified Flake.lock to not fail the check | 2025-03-25 11:41:47 -07:00 |  | 
			
				
					| 
							
							
								 root | cabc49a1ba | Added can_recover_account value to /api/policies/instance/config | 2025-03-25 11:26:36 -07:00 |  | 
			
				
					| 
							
							
								 root | 541af2045d | Added better user configuration and removed extra logging | 2025-03-25 11:15:14 -07:00 |  | 
			
				
					| 
							
							
								 Munchy | 7320aa4529 | Merge branch 'spacebarchat:master' into master | 2025-03-24 10:35:27 -04:00 |  | 
			
				
					| 
							
							
								 Munchy | d70a00267d | Merge pull request #2 from thedudedies21/Update_Base_Webhooks Update base webhooks | 2025-03-24 10:35:00 -04:00 |  | 
			
				
					| 
							
							
								 root | d0948c0e49 | Updated error message for empty webhook update body | 2025-03-24 07:29:56 -07:00 |  | 
			
				
					| 
							
							
								 root | 859edb9a27 | Added Name Validation utility function | 2025-03-24 07:26:26 -07:00 |  | 
			
				
					| 
							
							
								 Madeline | b114cad9ad | Merge pull request #1263 from MathMan05/patch-6 acatually fix the embed issue | 2025-03-24 15:33:09 +11:00 |  | 
			
				
					| 
							
							
								 MathMan05 | 664b71f463 | acatually fix the embed issue This one added the line in the right spot, sorry about the previous one lol | 2025-03-23 23:29:19 -05:00 |  | 
			
				
					| 
							
							
								 Munchy | 390611b6d2 | Merge pull request #1 from thedudedies21/finish_base_webhooks Finish base webhooks | 2025-03-23 22:52:58 -04:00 |  | 
			
				
					| 
							
							
								 root | 855c858503 | Prebuild for schema and openapi json files | 2025-03-23 16:35:16 -07:00 |  | 
			
				
					| 
							
							
								 root | b03888fd62 | Merge branch 'master' of https://github.com/spacebarchat/server into update_webhooks | 2025-03-23 16:33:24 -07:00 |  | 
			
				
					| 
							
							
								 root | 336b2df1d7 | Fixed errors in authorization for webhooks with tokens | 2025-03-23 16:28:25 -07:00 |  | 
			
				
					| 
							
							
								 Puyodead1 | 0fffa7f313 | Merge pull request #1217 from SupremeMortal/fix/message-ack Add missing fields to `MessageAcknowledgeSchema` | 2025-03-23 14:21:43 -04:00 |  | 
			
				
					| 
							
							
								 Puyodead1 | 05520665dc | Merge pull request #1205 from DEVTomatoCake/feat/dont-send-x-powered-by Stop sending X-Powered-By & use API CORS + BodyParser middlewares in CDN | 2025-03-23 14:20:32 -04:00 |  | 
			
				
					| 
							
							
								 Puyodead1 | c1906d69d5 | Merge pull request #1260 from MathMan05/patch-5 fix minor bug | 2025-03-23 14:16:35 -04:00 |  | 
			
				
					| 
							
							
								 MathMan05 | 90287748ce | Update index.ts | 2025-03-23 13:13:03 -05:00 |  | 
			
				
					| 
							
							
								 MathMan05 | 109bf0da7c | fix minor bug | 2025-03-22 23:03:33 -05:00 |  | 
			
				
					| 
							
							
								 Madeline | ec1d7273f9 | Merge pull request #1258 from thedudedies21/registration_tokens Added in date wrap on `/api/auth/generate-registration-tokens` | 2025-03-21 10:43:50 +11:00 |  | 
			
				
					| 
							
							
								 Madeline | dcd2c89062 | Merge pull request #1259 from thedudedies21/webhook_sync added updates to sync with djs webhook packet | 2025-03-21 09:45:17 +11:00 |  | 
			
				
					| 
							
							
								 root | c2c34039d3 | added updates to sync with djs webhook packet | 2025-03-20 09:09:34 -07:00 |  | 
			
				
					| 
							
							
								 root | fdab1c9945 | Updated webhooks to accept params as provided by djs | 2025-03-20 08:59:11 -07:00 |  | 
			
				
					| 
							
							
								 root | 39af71131a | modified webhooks to match djs webhook send format | 2025-03-20 08:33:16 -07:00 |  | 
			
				
					| 
							
							
								 root | dda930d501 | Added in date wrap on generate-registration-tokens.ts | 2025-03-19 09:36:13 -07:00 |  | 
			
				
					| 
							
							
								 Madeline | c7994c7de0 | Merge pull request #1256 from MathMan05/patch-4 Update README.md | 2025-03-14 11:31:42 +11:00 |  | 
			
				
					| 
							
							
								 MathMan05 | 209f87f479 | Update README.md | 2025-03-13 19:06:50 -05:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | b18a297794 | build(deps): update npm dependencies hash [dependabot skip] | 2025-01-25 05:18:46 +01:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | a0ba68a7fa | build(deps): bump undici from 6.20.1 to 6.21.1 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).
Updates `undici` from 6.20.1 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.20.1...v6.21.1)
---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com> | 2025-01-25 05:18:46 +01:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | 1fad1eaa05 | build(deps): update npm dependencies hash [dependabot skip] | 2025-01-21 19:01:31 +01:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | 7680492287 | build(deps): bump the npm_and_yarn group with 2 updates Bumps the npm_and_yarn group with 2 updates: [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express).
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)
Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2)
---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com> | 2025-01-21 19:01:31 +01:00 |  | 
			
				
					| 
							
							
								 Puyodead1 | 8c7fabfe40 | implement hubs routes | 2025-01-07 21:12:43 -05:00 |  | 
			
				
					| 
							
							
								 Madeline | dd52fbf14b | Merge pull request #1237 from dank074/patch/fix-prettier-eol | 2024-11-20 15:20:40 +11:00 |  | 
			
				
					| 
							
							
								 dank074 | 7e4da0de6f | change eol to auto in prettier config | 2024-11-19 21:25:01 -06:00 |  | 
			
				
					| 
							
							
								 Madeline | 43b342a152 | Merge pull request #1236 from dank074/patch/prettier | 2024-11-20 12:00:26 +11:00 |  | 
			
				
					| 
							
							
								 dank074 | f5d6394c38 | run prettier | 2024-11-19 14:19:40 -06:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | 93219757a6 | build(deps): update npm dependencies hash [dependabot skip] | 2024-11-17 20:20:29 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | eda3f4a4aa | build(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [@eslint/plugin-kit](https://github.com/eslint/rewrite).
Updates `@eslint/plugin-kit` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3)
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com> | 2024-11-17 20:20:29 +00:00 |  | 
			
				
					| 
							
							
								![Emma [it/its]@Rory&](/assets/img/avatar_default.png) Emma [it/its]@Rory& | 2e333e1b87 | GHA updates | 2024-11-17 20:58:31 +01:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | 3640464978 | build(deps): update npm dependencies hash [dependabot skip] | 2024-11-17 19:51:07 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot] | fd856e275a | Bump cross-spawn from 7.0.3 to 7.0.5 Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)
---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com> | 2024-11-17 19:51:07 +00:00 |  | 
			
				
					| 
							
							
								![Emma [it/its]@Rory&](/assets/img/avatar_default.png) Emma [it/its]@Rory& | 2c7d612ca2 | Make dependabot update nix hashes | 2024-11-17 20:42:23 +01:00 |  | 
			
				
					| 
							
							
								 Madeline | a5e875c3d2 | Merge pull request #1231 from CyberL1/fix/user-profile-colors | 2024-11-16 12:22:19 +11:00 |  | 
			
				
					| 
							
							
								 Cyber | 9384138dd4 | Merge branch 'master' into fix/user-profile-colors | 2024-11-14 07:58:16 +01:00 |  | 
			
				
					| 
							
							
								 Madeline | 841b36112f | Merge pull request #1232 from dank074/patch/eslintConfig | 2024-11-14 16:02:00 +11:00 |  | 
			
				
					| 
							
							
								 Madeline | 762287e57b | Merge pull request #1233 from dank074/patch/fixOp8 fix opcode 8 handler: onRequestGuildMembers | 2024-11-14 13:13:12 +11:00 |  |