PluralKit/PluralKit.API
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
..
Controllers Added max member count to limits 2019-10-20 02:16:57 -05:00
app.config Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
PluralKit.API.csproj Enable CORS for the API 2019-07-16 14:20:25 +02:00
Program.cs Clean up unused imports 2019-07-17 13:38:23 +02:00
RequiresSystemAttribute.cs Add member routes to API 2019-07-10 00:19:18 +02:00
Startup.cs Fix API service injection 2019-08-12 06:54:28 +02:00
TokenAuthService.cs Clean up unused imports 2019-07-17 13:38:23 +02:00