Jones
Jones
As this seems related I'm adding this here, feel free to create a separate issue if it isn't: I'm using seriesguide on two devices and from time to time the...
As this seems related I'm adding this here, feel free to create a separate issue if it isn't: I'm using seriesguide on two devices and from time to time the...
Probably a simple event/jhook in the `getTooltipContent` function? That way it'd be possible to easily modify the acctual content of the tooltip (eg escaping it, but also change other things).
Hiding information the user shouldn't see should be a priority and should be fixed ASAP @mybb/developers
@euantorano Shall I also include Parser permissions (`canUseMyCode`, `enableMeCode` etc) or do you plan to change the parser package that much that it'd break anyways?
How do we want to handle editing permissions: Everyone with `canEditPolls` and the creator can edit polls or a second permission `canEditOwnPolls`?
Naming will be changed later, I mainly want the logic included atm ;) There are some more permissions that aren't mentioned above (eg canUndoVotes), I need to look which permissions...
How do we want to handle parser permissions (@euantorano)? When creating a post it uses the authors permissions, that's clear. But how do we want to handle editing posts? Use...
Other permissions from 1.8: - Attachments
Profilefields (like attachments, moderation etc) is a general heading to show that they lack permissions atm. How you want to name them or whether you implement something on your own...