Sami Mazouz

Results 63 issues of Sami Mazouz

**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...

**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

**Closes #3559** **Changes proposed in this pull request:** * Sets up PHPStan infrastructure. * Adapts Docblocks and certain backend typings. * Fixes some issues caught by phpstan. **Reviewers should focus...

type/infrastructure

We need a list of components we could add for better ecosystem use.

We need to look into why they no longer point to the correct source files/lines.

type/bug

**Relies on #3645** **Changes proposed in this pull request:** Follow up to the linked PR. Adds a `Model` frontend extender and makes use of it in bundled extensions. **Necessity** -...

type/feature
needs-documentation

**Changes proposed in this pull request:** Prior to this, frontend extenders never actually worked before, nor could any extension use them at all as they weren't exported in `compat` either....

type/feature
needs-documentation

**Changes proposed in this pull request:** When developing and you forget to provide a serializer, the forum crashes but does not indicate what the problem is, even in the flarum...