WCF icon indicating copy to clipboard operation
WCF copied to clipboard

WoltLab Suite Core (previously WoltLab Community Framework)

Results 261 WCF issues
Sort by recently updated
recently updated
newest added

… add this header automatically for same-site requests and pull the value out of the X-XSRF-TOKEN cookie. Rationale: Passing the CSRF token as an URL parameter is questionable. The described...

Feature

When creating a new project `com.woltlab.wcf` will be added as requirement (without version number) and as excluded package (with version 6). This leads to an error "If required packages are...

Bug
P2: Low

When using the CLI `exit` command it terminates the script without properly closing the `ConsoleReader` resulting in the shell not showing the currently typed command until `reset` is being used....

Needs Triage

> Is it intented to remove the possibility to execute the scripts on the devtools sync page? https://github.com/WoltLab/WCF/commit/d5b180155d5805bda7e3132df2f4fde6627a49db#commitcomment-55519515

Needs Triage

The colors are static and the icon is still based on 256px, despite larger icons up to 512px are supported. See https://web.dev/add-manifest/#splash-screen

Discussion

Nesting the same template inside a `foreach` loop that is also accessed inside the nested call will overwrite the values from the outer template due to identical identifiers being used....

Bug
P1: Medium

In a future version of Chrome, the amount of information available in the User Agent string will be reduced (see https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html). To fix this issue, replace the usage of `navigator.userAgent`,...

Needs Triage

This PR, as of right now, adds a `PackageManifest` class that generates a packages manifest summarizing the security critical identifiers of a package. The following design choices were made: -...

Feature

https://github.com/WoltLab/WCF/blob/b74ff359ee66b5cf7bebb7478a3e031cb03705ed/wcfsetup/install/files/lib/system/exception/AJAXException.class.php#L149

Bug

Importing conversations, for example, also requires the import of users. Hence, if conversations are selected for import, users should be auto-selected or conversations should only be selectable if users are...