WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
The session ID is currently created by generating 20 random bytes using a CSPRNG and encoded as Base16. This creates unpredictable IDs that make it impossible to guess them. However,...
Currently, many lists/tables are displayed in an outdated way. I suggest working on the UI/UX to make the lists more practical and visually appealing. This applies to both the admin...
Given the ongoing development of online platforms, I suggest adding a feature similar to 'reels' on Facebook or Instagram - something that allows users to share short photo or video...
In the English version, the names almost always start with “Notify me of”, which makes the list of events rather confusing as the events are difficult to distinguish. This prefix...
My suggestion is to replace the standard border with a shadow wherever possible. In many sections, borders are being replaced with shadows as they look more aesthetically pleasing and provide...
I suggest a small change to the login page. In my opinion, the version I present below looks better. A login icon could also be added, for example: right-to-bracket After:...
Ref https://github.com/WoltLab/WCF/issues/5984 The user options from the “Profiles” category can be searched using the condition system. Currently, the `UserOptionsCondition` class is used for this purpose, which requires an option that...
Ref https://github.com/WoltLab/WCF/issues/5984 With the overhaul of the condition system, the current data must be migrated to the new format. This means that condition types of plugins that have already been...
Allow the user to ... - [ ] Hide columns - [ ] Show columns that are hidden by default - [ ] Change the order of the columns ref...
Required https://github.com/WoltLab/WCF/pull/6282