framework icon indicating copy to clipboard operation
framework copied to clipboard

Simple forum software for building great communities.

Results 179 framework issues
Sort by recently updated
recently updated
newest added

**Changes proposed in this pull request:** See separate commits to understand changes better. * The first commit reduces number of actions 132 -> 106 * The second 106 -> 132...

### Current Behavior I have a group I would like to be able to review flagged posts and approve them. I have the following permissions enabled for them - View...

type/bug

**Changes proposed in this pull request:** An effort to promote the use of the scheduler, this proposes exposing it's basic status to the dashboard. Possible statuses are - `Never run`...

**Picks up from #2651 and #2074** **Changes proposed in this pull request:** Introduces the following: * UI to manage access tokens (actor only). * Revoke developer tokens (only the actor...

type/feature
prio/high

**Fixes #3429** **Changes proposed in this pull request:** Changes the backend endpoints to URL-decode slugs before looking up the tag. **Necessity** - [x] Has the problem that is being solved...

type/i18n

Need to: - [x] move workflow definitions from `.github` to the monorepo (here) (https://github.com/flarum/framework/pull/3490). - [ ] start testing with PHP 8.2

type/feature
type/infrastructure

Flarum isn't particularly accessible at the moment, particularly revolving around keyboard navigation. This issue serves as progress tracking for individual a11y issues. More issues may be present in core aside...

type/accessibility

**Changes proposed in this pull request:** Currently this alert uses generic classes and it is quite hard to distinguish this particular alert from any other alerts. Custom class should simplify...

**Fixes #0000** **Changes proposed in this pull request:** This PR supposedly adds two new values by default to each post whenever Likes is enabled. A count of likes and the...

prio/low

**Changes proposed in this pull request:** Instead of deleting compiler generated assets we will now rebuild them on cache clear. The reason we're doing this is this scenario mainly: -...