116 Commits

Author SHA1 Message Date
0af45c5dca Dont convert to string when serializing 2020-11-30 15:23:30 -08:00
af00b66687 Deprecate server members endpoint 2020-11-30 05:22:47 -08:00
cba4014bde Support cross origin embedding 2020-11-30 05:20:58 -08:00
1226aea5ca Add informative messages for authenticated user ban or reached max server limit 2020-09-18 13:41:04 -07:00
012700ee7e Fix banned words regex handler 2020-04-29 16:44:37 -07:00
aa49b2d473 Implement sending rich embeds 2019-11-06 13:45:48 -08:00
8dec93d087 Fix vote parsing 2019-11-02 01:14:28 -07:00
018d73a43c Delete webhooks if too much during message post 2019-03-03 22:21:55 +00:00
5c04dffb0d Limit usernames to 25 characters 2019-01-16 18:02:52 +00:00
790dca1766 Unban command 2019-01-10 02:07:12 +00:00
f50b57ff91 Revert to bot message if webhook failed to create SOMEHOW 2019-01-08 09:14:59 +00:00
952afdf31d Lazyload member list as it can be detrimental to user experience 2018-12-31 20:54:19 +00:00
ddcf719cf6 Valid session required to get all them users 2018-08-21 00:43:23 +00:00
4672243ebe Delay fetching for all users for a faster load 2018-08-20 19:43:12 +00:00
a742f08f6d Implement file uploading from the embeds 2018-08-17 03:12:21 +00:00
5ae32aeb89 Implement Members list command 2018-08-11 06:08:31 +00:00
6e886bcf1c Strings instead of int 2018-08-10 04:42:27 +00:00
6d06b4001f Use webapp secret instead of bot token 2018-08-10 04:22:24 +00:00
cb0f1b249e Entirely remove db portion in bot and handle kickban cmds in webapp 2018-08-10 04:13:56 +00:00
0203f24ce7 Fix admin voting page crash 2018-07-23 05:02:26 +00:00
150e112387 Implement autorole for embed users 2018-07-22 06:46:03 +00:00
3783cf1152 Move columns found in discord api on the guilds table into redis 2018-07-20 23:10:24 +00:00
6cd27f2aff Fix permissions issue and role hoists 2018-07-18 00:38:37 +00:00
86c7232b35 Remove guild members table for storing in redis 2018-07-17 23:47:30 +00:00
56ba9bc127 Reimplement remove message table 2018-07-16 23:47:25 +00:00
89b12d06ab Revert "Remove messages table", Accidentally committed in dev code
This reverts commit 6d6b390431.
2018-07-16 23:43:41 +00:00
6d6b390431 Remove messages table 2018-07-16 23:34:13 +00:00
bc129289fc Use redis to store discord api related objects, so far messages only
Keeping the table for now in case the redis method does not work as hoped
2018-07-16 03:50:31 +00:00
ccf9aed9ec Add the ability to disallow words (banned words) 2018-07-09 01:37:46 +00:00
d540a4888b Only db commit on requests that change the database 2018-06-15 00:13:09 +00:00
e8424a63c8 Customizable msg posting timeout and msg length 2018-03-25 04:43:39 +00:00
05697402df Name CnD + DM stuff 2018-03-24 06:03:33 +00:00
105fe24a40 Support mentions for offline members 2018-03-19 19:04:51 +00:00
78af0891b1 Remove float conversion for dbl referrer 2018-03-19 01:35:03 -07:00
99afd2aeb7 Add voting statics to admin panel 2018-03-19 08:28:09 +00:00
11b6e447ae Bugfix usercard animations not showing 2018-03-04 08:18:21 +00:00
aa5a4fa79a Gif avatars for user cards 2018-03-04 08:10:15 +00:00
487f5756f5 Parse role mentions 2018-03-04 06:31:08 +00:00
33374e32fa Sidebar discord members image to ditch jpgs 2018-03-02 04:55:52 +00:00
572a3f0341 Not all emojis have the animated attr yet hotfix 2018-03-01 08:37:39 +00:00
63979835ab Animated Emoji Support, Closes #85 2018-03-01 07:57:51 +00:00
26aa56cc4e hotfix undefined variable for query 2018-02-27 07:30:05 +00:00
32c3491b54 Add voting page and track referrals 2018-02-27 07:22:58 +00:00
39dc966138 Switch github stargazer to voting on DBLorg 2018-02-18 22:50:24 +00:00
ba8b100e33 Make ids as strings for online embed users 2018-01-24 21:38:43 +00:00
b4e04a27c3 Hotfix member sidebar misbehaving, not showing role heiarchy 2018-01-23 22:59:34 +00:00
aa199ad818 Use a more optimal primary key and integer to store snowflakes 2018-01-23 21:08:55 +00:00
56d25d6ecb Commit to database on only on request teardown 2018-01-22 07:52:51 +00:00
2c949d911b Move tracking online users to redis 2018-01-21 03:15:02 +00:00
bf47f9457c Administrator can now disable misbehaving servers 2018-01-05 08:52:22 +00:00