Commit Graph

201 Commits

Author SHA1 Message Date
Thesourtimes
ff93a9178d Organize @fosscord/api utils in directories 2022-01-01 20:04:30 +03:00
The Arcane Brony
4518cacde1 Add env name in sentry, set default sentry endpoint 2021-12-26 18:19:31 +01:00
The Arcane Brony
9909e5a174 Replace nanocolors with picocolors 2021-12-25 12:09:48 +01:00
The Arcane Brony
252051b95a Add Sentry, fix compile errors 2021-12-22 18:43:39 +01:00
Thesourtimes
0da570dedc General work on API 2021-12-18 19:17:04 +03:00
Thesourtimes
b49d3fa266 Improvements + dummy API configs 2021-12-18 15:19:07 +03:00
Thesourtimes
87f7c9b7a3 Make the test client togglable 2021-12-15 05:41:21 +03:00
Erkin Alp Güney
6d2ae89a3b snowflake-based invite generation 2021-11-28 11:25:41 +03:00
Kuna
82d69052c3 Update util/src/entities/Config.ts
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2021-11-21 15:35:59 +00:00
Kuna
41cd9824af Update util/src/entities/Config.ts
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2021-11-21 15:35:51 +00:00
Thesourtimes
17684a14fd Fix the minor issues on route 2021-11-18 22:15:05 +03:00
uurgothat
312e459337 Add image field 2021-11-17 22:50:25 +03:00
uurgothat
39aebb2cfc Add instance route 2021-11-17 22:28:22 +03:00
uurgothat
f45d1d579d make templates configurable + authorization 2021-10-24 19:49:32 +03:00
uurgothat
b603b81629 Merge branch 'master' of https://github.com/fosscord/fosscord-server 2021-10-24 18:13:51 +03:00
KagurazakaNyaa
8ded9a20f9 Proxy support for external network access 2021-10-24 02:17:07 +08:00
Samuel
b8b0112d04 Merge pull request #490 from developomp/master
Prettier format and link simplification
2021-10-20 14:16:26 -04:00
Flam3rboy
d4be4a8101 🐛 revert file config overwrite 2021-10-20 17:15:21 +02:00
developomp
04a739a5b9 prettier formatted /util 2021-10-20 09:16:59 +09:00
Flam3rboy
f6b00d2fcd vertically scale bundle 2021-10-18 17:38:31 +02:00
uurgothat
89c3ec1b4a external templates + fosscord draft and more configs 2021-10-18 04:36:49 +03:00
Flam3rboy
842d6ea905 config override file 2021-10-17 22:27:54 +02:00
uurgothat
3b6fc60783 Add discord template support 2021-10-17 23:20:46 +03:00
Flam3rboy
a8ba406222 migration for timestamp migrations 2021-10-17 01:23:51 +02:00
Samuel
a152cae899 Merge pull request #467 from hbjydev/fix-migration-column-issue
Fix migration timestamp column data type issue
2021-10-17 01:14:43 +02:00
Flam3rboy
9fa1081803 🐛 default session activites 2021-10-17 00:57:31 +02:00
Flam3rboy
f2cb03da4b add presence migration 2021-10-17 00:51:51 +02:00
Flam3rboy
5249e923a0 🎨 reformatted 2021-10-17 00:41:24 +02:00
Flam3rboy
0ea7d5f35c User presence/status 2021-10-17 00:39:54 +02:00
Flam3rboy
bd0b941fea added session + memberlist event 2021-10-17 00:38:56 +02:00
Flam3rboy
451e27998f 🐛 fix migration timestampe 2021-10-15 23:29:59 +02:00
Hayden Young
b9d852a4bd fix: make timestamp column a bigint 2021-10-15 19:20:16 +01:00
Flam3rboy
a64f79afda sticker events 2021-10-15 18:39:28 +02:00
Flam3rboy
34e2392b48 automatically run db migrations 2021-10-15 18:39:19 +02:00
Flam3rboy
9e2553c3a1 Merge branch 'master' into sticker 2021-10-15 13:32:26 +02:00
Samuel
d1c0753bc0 Merge pull request #448 from Mr2u/master
Route #10 Prune and prune count
2021-10-15 00:35:32 +02:00
Flam3rboy
0994b47a67 🐛 fix prune 2021-10-15 00:35:18 +02:00
Flam3rboy
88425f87ec 🎨 reformat 2021-10-15 00:03:35 +02:00
Flam3rboy
c1d786b6e1 🐛 fix sticker packs 2021-10-15 00:03:19 +02:00
Flam3rboy
0ccc478c54 🐛 fix message sticker sending 2021-10-15 00:03:05 +02:00
Flam3rboy
d2df6f99be sticker upload 2021-10-15 00:02:23 +02:00
Flam3rboy
9200fb546c sticker db entities 2021-10-14 19:47:02 +02:00
Flam3rboy
8257e2631a 🐛 fix migration + autojoin 2021-10-14 00:32:15 +02:00
Mr2u
625853a47e Merge branch 'fosscord:master' into master 2021-10-13 19:33:39 +11:00
Maddy
808bf0a74c added route /guilds/:id/prune GET count and POST prune.
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.
2021-10-13 19:19:46 +11:00
Flam3rboy
f2e8e2e031 improve memory managment 2021-10-12 21:53:57 +02:00
Flam3rboy
7053d9a8b8 🎨 gifs 2021-10-11 16:34:18 +02:00
Flam3rboy
3aa8470eef Merge pull request #435 from TheArcaneBrony/change-enums-to-number
Change enums to numbers
2021-10-11 15:06:00 +02:00
Flam3rboy
207d9137c7 Update Rights.ts 2021-10-11 15:04:03 +02:00
Erkin Alp Güney
601c850b66 Added more rights, and explained existing ones 2021-10-10 23:16:24 +03:00