WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
ref https://www.woltlab.com/community/thread/289445-tagging-vorschl%C3%A4ge-bei-mehrsprachigkeit-aus-anderen-sprache/
ref https://www.woltlab.com/community/thread/294199-linkvorschau-in-artikel-kommentaren/
The current implementation for push notifications is implemented through a period polling with increasing delays during inactivity. This does create some load on the server (although very little even for...
A large number of user groups can currently cause max_input_vars to be exceeded when saving the ACL. ref https://www.woltlab.com/community/thread/288318-benutzergruppen-berechtigungen-werden-bei-53-gruppen-nicht-gespeichert/
The cookie banner is largely obsolete from a legal perspective and can therefore be removed completely in the future.
The reauthentication's grace period is meant to improve the UX in cases where a user opens up a form shortly before the soft limit expires and then submits the form...
I was testing what happens when programmatically creating groups without providing an options array and noticed when viewing the permissions/options under `/acp/index.php?user-group-option/` it doesn't show the fallback/default options like `/acp/index.php?user-group-edit/`...
- [ ] Remove use of DirectoryUtil. - [ ] Make the cache files `return;` the serialized data, instead of needing to manually parse them (in preliminary tests this brings...