Commit Graph

8935 Commits

Author SHA1 Message Date
Sami Mazouz
3644d81829
feat: refactor extension-manager extension 2024-03-02 12:20:39 +01:00
Sami Mazouz
6f942addb0
chore: merge conflicts 2024-03-02 11:34:10 +01:00
Sami Mazouz
78ed7d5782
Merge branch '2.x' into sm/json-api-server
# Conflicts:
#	extensions/tags/src/TagValidator.php
#	framework/core/locale/validation.yml
#	framework/core/src/User/Command/RegisterUserHandler.php
2024-03-02 11:14:10 +01:00
Sami Mazouz
40d219e988
feat: refactor likes extension 2024-03-01 21:22:07 +01:00
Sami Mazouz
e19346efd3
feat: refactor lock extension 2024-03-01 18:49:54 +01:00
Sami Mazouz
14955bb6d5
feat: refactor mentions extension 2024-03-01 18:42:18 +01:00
Sami Mazouz
8a6e96dc8e
feat: refactor nicknames extension 2024-02-26 17:43:45 +01:00
Sami Mazouz
7e0ff2ad75
feat: refactor sticky extension 2024-02-26 17:12:28 +01:00
Sami Mazouz
d0d3c15bbf
feat: refactor approval extension 2024-02-26 16:25:25 +01:00
Sami Mazouz
aebd5278cb
feat: refactor subscriptions extension 2024-02-26 15:27:04 +01:00
Sami Mazouz
6e753b4def
feat: refactor suspend extension 2024-02-26 14:46:34 +01:00
Sami Mazouz
8b7f3c3d6d
fix: drop bc layer 2024-02-26 14:46:06 +01:00
Sami Mazouz
f6cd055dbe
fix: regressions 2024-02-26 13:47:47 +01:00
Sami Mazouz
8bcc2ffb40
feat: refactor flags extension 2024-02-26 11:31:14 +01:00
Sami Mazouz
82b9c54969
feat: refactor tags extension 2024-02-23 15:11:47 +01:00
Sami Mazouz
cd958797f5
feat: improve 2024-02-23 15:09:47 +01:00
Daniël Klabbers
e771b908d5
Patch vulnerability advisory (#3966)
Seems composer has a vulnerability, see https://github.com/advisories/GHSA-7c6p-848j-wh5h


Affected versions
>= 2.0.0-alpha1, < 2.2.23 -- patched in 2.2.23
>= 2.3.0-rc1, < 2.7.0 -- patched in 2.7.0

---

Let's raise the minimum to enforce the latest.

Thank you @peopleinside for reporting this.
2024-02-22 11:40:56 +01:00
Sami Mazouz
c5b61a1f87
feat: ApiResource extender 2024-02-21 14:42:42 +01:00
Sami Mazouz
c36f034672
feat: allow dependency injection in resources 2024-02-17 14:53:40 +01:00
Sami Mazouz
0619662c48
feat: AccessTokenResource 2024-02-17 13:24:30 +01:00
Sami Mazouz
dc71b82e3e
chore: move additions/changes to package 2024-02-17 11:31:26 +01:00
Sami Mazouz
bc5bac0ac4
fix: regressions 2024-02-17 11:01:47 +01:00
Sami Mazouz
4e3b5f7c2c
chore: delete dead code 2024-02-10 16:05:31 +01:00
Sami Mazouz
5e1f97141b
refactor: json:api refactor iteration 1 2024-02-10 15:59:41 +01:00
flarum-bot
721e2eae3d Bundled output for commit 3fbe05fd18
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-22 18:01:17 +00:00
Sami Mazouz
3fbe05fd18
feat(em): port extension manager from 1.0 (#3959)
* feat(em): port extension manager from 1.0

* Apply fixes from StyleCI

* chore: phpstan

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
2024-01-22 18:58:08 +01:00
IanM
8f29b7af82
feat: support composer auth (#3961) 2024-01-22 18:57:54 +01:00
Ngô Quốc Đạt
734f4a150c
chore: use hex_color rule for color validation (#3936) 2024-01-19 12:09:22 +01:00
flarum-bot
0186ca909e Bundled output for commit 1aa7806244
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-19 11:07:33 +00:00
Ngô Quốc Đạt
1aa7806244
Fix notify for all posts switch field loading state (#3938) 2024-01-19 12:04:25 +01:00
IanM
e3350543af
feat: upgrade intervention/image to 3.2 (#3947)
* chore: create standalone imageprovider

* chore: upgrade intervention to v3

* Apply fixes from StyleCI

* use new static instatiation

* Revert "Apply fixes from StyleCI"

This reverts commit 096b4d9a79fa41c948a7572cf65316ebc6b07d36.

* get avatar from remote

* Apply fixes from StyleCI

* fix: incorrect gid exception namespace

* fix test

* remove debug code

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
2024-01-19 11:49:00 +01:00
Sami Mazouz
d400dcbc2f
feat: dispatch event to flarum/installation-packages on release (#3625) 2024-01-19 09:54:26 +01:00
Davide Iadeluca
430709bf5b
[2.x] fix(Mentions): allow renderer to be used without context (#3954)
* fix(Mentions): allow renderer to be used without context

* test(Mentions): implement test for rendering post without context

* Update UnparsePostMentions.php

* Update PostMentionsTest.php

---------

Co-authored-by: IanM <16573496+imorland@users.noreply.github.com>
2024-01-10 11:17:11 +00:00
flarum-bot
f784f48906 Bundled output for commit 3a34136e36
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-09 21:54:15 +00:00
Sami Mazouz
3a34136e36
feat: search UI/UX revamp (#3941)
* feat: first iteration

* chore: tweak

* feat: second iteration

* chore: incorrect code organization

* feat: gambit input suggestions

* feat: gambit keyboard navigation

* chore: bugs

* feat: negative gambits

* feat: improve gambit highlighting

* refactor: localize gambits

* feat: negative and positive gambit buttons

* fix: permissions

* chore: wat

* per: lazy load search modal

* fix: extensibility and bug fixes

* fix: bugs

* feat: reusable autocomplete dropdown

* chore: format

* fix: tag filter
2024-01-09 21:51:01 +00:00
flarum-bot
fb1703cd9b Bundled output for commit b58fec7ead
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-09 18:13:57 +00:00
Ngô Quốc Đạt
b58fec7ead
Fix width issue in edit user modal (#3939)
* Fix width input issue in EditUserModal

* update
2024-01-09 18:10:55 +00:00
flarum-bot
537f97a07a Bundled output for commit c1be00e79a
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-09 18:04:43 +00:00
Sami Mazouz
c1be00e79a
chore: improve debugging experience (#3944) 2024-01-09 18:01:29 +00:00
dependabot[bot]
91b89bc698
chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 (#3957)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 18:19:28 +01:00
flarum-bot
278617a10d Bundled output for commit f793e5b8f8
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-01-09 17:10:55 +00:00
IanM
f793e5b8f8
fix: ts error causing build to fail (#3956) 2024-01-09 17:07:38 +00:00
IanM
01598555a9
chore: larastan changed namespace (#3955) 2024-01-09 17:07:26 +00:00
StyleCI Bot
5399c86a1b
Apply fixes from StyleCI 2024-01-09 15:06:12 +00:00
IanM
74ce4cf1a7 chore: dummy commit for StyleCI purposes 2024-01-09 15:05:47 +00:00
Ngô Quốc Đạt
b4a82e81fc
fix: overflowing forum stats (#3940) 2023-12-01 11:42:36 +01:00
Rafał Całka
471ce0ea2a
fix(approval): PostWasApproved event triggered incorrectly 2023-11-23 18:50:47 +01:00
IanM
723cb73d48
Enable testing on PHP 8.3 (#3932) 2023-11-23 18:48:24 +01:00
flarum-bot
e4abf93763 Bundled output for commit 9310ce13d8
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2023-11-23 17:19:53 +00:00
Sami Mazouz
9310ce13d8
chore: yarn format 2023-11-23 18:16:49 +01:00