Commit Graph

1707 Commits

Author SHA1 Message Date
Paul Munteanu c5072c42fc Merge branch 'master' of github.com:luth31/fosscord-gateway 2021-07-28 03:10:50 +03:00
Paul Munteanu 5c711aa455 [Actions] Build and publish to Docker Hub 2021-07-28 03:05:28 +03:00
Paul Munteanu 945337b3a0 Make Docker Hub image tags a GH secret 2021-07-28 02:31:26 +03:00
Paul Munteanu 17875b6213 Merge branch 'master' of github.com:luth30/fosscord-api 2021-07-28 02:19:54 +03:00
Paul Munteanu a450786e14 Docker image layer caching using GHA cache 2021-07-28 02:19:34 +03:00
Paul Munteanu 8b0db028b2 Merge branch 'fosscord:master' into master 2021-07-28 01:57:02 +03:00
Paul Munteanu e1b2b96821 Fix docker builds 2021-07-28 01:55:59 +03:00
Paul Munteanu 2823e3d947 Bump server-util version to 1.3.35 2021-07-28 01:51:22 +03:00
Paul Munteanu 518ca8571a [Actions] Build and publish to Docker Hub 2021-07-27 01:57:35 +03:00
Flam3rboy 255c84e319 Merge pull request #175 from luth31/master 2021-07-26 07:08:44 +02:00
Flam3rboy e0acff92c1 Merge pull request #10 from luth31/master 2021-07-26 07:08:04 +02:00
Paul Munteanu a78bd9033c Bump version to 1.3.35 2021-07-26 02:34:55 +03:00
Paul Munteanu 1b6358a151 Use config default region for new Guilds 2021-07-26 02:19:45 +03:00
Paul Munteanu 16ef891781 Implement guilds/#guild_id/regions route 2021-07-26 02:19:10 +03:00
Paul Munteanu 0ce5c918f5 Add regions to Config 2021-07-26 02:14:37 +03:00
Flam3rboy 04a6590bd3 Merge pull request #74 from luth31/master 2021-07-24 09:19:20 +02:00
Paul Munteanu e1ffed7b4a Add thread_member_lists to LazyRequest 2021-07-24 04:03:13 +03:00
Flam3rboy 707e94614b Merge pull request #174 from DankDumpster/72-char
Make password limit 72 to match discord's limit
2021-07-22 18:22:12 +02:00
Flam3rboy 007b977e0f 1.3.34 2021-07-22 14:26:06 +02:00
Flam3rboy cfb97ca830 🔧 build 2021-07-22 14:26:03 +02:00
Flam3rboy 7ee8cda4c6 1.3.33 2021-07-22 14:23:40 +02:00
Flam3rboy 9af8df3baf ReadState 2021-07-22 14:23:30 +02:00
Flam3rboy f7e3809d7e 🐛 fix 404 error return json instead of client 2021-07-22 14:04:24 +02:00
Matthew ec9671a429 Update register.ts 2021-07-22 01:35:24 +00:00
Matthew c687d9074f Make password limit 72 to match discord's limit 2021-07-22 01:33:58 +00:00
Diego Magdaleno 3fe2c8bfa8 npm i @fosscord/server-util@1.32 2021-07-21 15:54:00 -05:00
Diego Magdaleno 43c560c210 [Update] 1.3.32 2021-07-21 15:44:12 -05:00
Diego Magdaleno d2c924a28b Merge pull request #9 from DiegoMagdaleno/master
Fix: edited_timestamp should be either Date | null not Date | undefined
2021-07-21 15:38:25 -05:00
Diego Magdaleno 2752f481b6 Merge branch 'fosscord:master' into master 2021-07-21 15:37:24 -05:00
Diego Magdaleno 1bd9e2d787 Fix: Edited timestamp is Date or NULL 2021-07-21 15:36:21 -05:00
Diego Magdaleno adf1f7cce6 [Remove] Remove the console.log 2021-07-21 15:04:41 -05:00
Diego Magdaleno 7408faf8b7 Merge pull request #173 from DiegoMagdaleno/master
[Fix] Fixes STR instead of JSON response and timestamps
2021-07-21 14:49:14 -05:00
Diego Magdaleno 3ae50def52 Merge branch 'fosscord:master' into master 2021-07-21 14:47:30 -05:00
Diego Magdaleno a95d7b7ce5 [Fix] All messages should have edited_timestamp even if null 2021-07-21 14:47:07 -05:00
Diego Magdaleno 320fef002e Merge pull request #5 from fosscord/Docker
Dockerization
2021-07-20 16:05:53 -05:00
Diego Magdaleno 295202de90 [Add] Add working Dockerfile 2021-07-20 16:05:12 -05:00
Flam3rboy 2fefd17471 fix guild create 2021-07-19 22:46:19 +02:00
Flam3rboy c05e17e4d4 🐛 fix login route 2021-07-19 22:46:06 +02:00
Flam3rboy 247a213eea 🐛 fix gateway route 2021-07-19 22:45:58 +02:00
Flam3rboy 32d18c5cc0 1.3.31 2021-07-19 22:44:22 +02:00
Flam3rboy 6f0ca89989 1.3.30 2021-07-19 22:42:18 +02:00
Flam3rboy 11ace49d8c 🐛 fix findOne exists query 2021-07-19 22:42:07 +02:00
Diego Magdaleno 7dab8f9435 [Gateway Endpoint] Encode response as JSON 2021-07-19 13:17:33 -05:00
Flam3rboy 05cff32522 Merge pull request #172 from fosscord/l10n_master 2021-07-19 17:15:56 +02:00
Flam3rboy 705971f1a6 New translations common.json (Slovak) 2021-07-19 17:12:08 +02:00
Flam3rboy d079841df1 New translations auth.json (Slovak) 2021-07-19 17:12:07 +02:00
Flam3rboy 1754557af4 fix attachment 2021-07-18 19:51:19 +02:00
Flam3rboy 0fc1833268 Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-07-18 19:49:17 +02:00
Flam3rboy 3e6e19e838 🔊 fix log 2021-07-18 19:49:12 +02:00
Flam3rboy 11ded12204 🔊 fix log 2021-07-18 19:49:10 +02:00