PluralKit/PluralKit.API/Controllers
Noko 397da2e1fa Added max member count to limits
A given system can now have up to 1000 members. Within 50 members of that limit, a warning will display whenever a new member is created via the bot. Once the limit is reached, a final warning will appear indicating that no additional members can be created unless members are first deleted. Attempting to create a new member at that point by any method will result in an error message indicating that the limit has been reached.

Respecting this in pk;import required some restructuring to tease apart which members already exist and which ones need to be created prior to creating any members as it seems preferable to fail early and give the user the ability to intervene rather than pushing the system to the member cap and requiring manual deletion of "lower priority" members before others can be created. One consequence of the restructure is that existing members are being read in bulk which is a performance improvement of 25-70% depending on how many switches need to be imported (the more members you have, the more noticeable this is).
2019-10-20 02:16:57 -05:00
..
AccountController.cs Add endpoint for querying systems by Discord snowflake 2019-07-17 13:45:52 +02:00
MemberController.cs Added max member count to limits 2019-10-20 02:16:57 -05:00
MessageController.cs Add endpoint for querying messages by ID 2019-07-17 14:05:44 +02:00
SystemController.cs Remove compiler warning from API 2019-10-18 13:19:17 +02:00