IanM
7540ede897
feat: allow modifying the discussion title on PostsUserPage ( #4031 )
2024-09-28 08:54:03 +01:00
flarum-bot
77d1a3d04b
Bundled output for commit c79d2892de
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-09-28 06:44:31 +00:00
IanM
c79d2892de
feat: [1.x] [extensibility] feat: allow to be extended ( #4025 )
2024-09-28 07:36:58 +01:00
IanM
46cdaf5d1a
chore: bump version to 1.8.6
2024-09-28 07:31:05 +01:00
flarum-bot
4d59ec4600
Bundled output for commit e0adf90453
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-09-27 06:54:45 +00:00
Davide Iadeluca
e0adf90453
Export all missing modules in compat ( #4006 )
...
* chore(emoji): export missing modules in compat API
* chore(flags): export missing modules in compat API
* chore(likes): export missing modules in compat API
* chore(lock): export missing modules in compat API
* chore(markdown): export missing modules in compat API
* chore(mentions): export missing modules in compat API
* chore(nicknames): export missing modules in compat API
* chore(extension-manager): export missing modules in compat API
* chore(statistics): export missing modules in compat API
* chore(sticky): export missing modules in compat API
* chore(subscriptions): export missing modules in compat API
* chore(suspend): export missing modules in compat API
* chore(tags): export missing modules in compat API
* chore(core): export missing modules in compat API
2024-09-27 07:44:06 +01:00
flarum-bot
07a1781181
Bundled output for commit 80e70f4980
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-09-26 18:12:40 +00:00
雨
80e70f4980
fix: reset admin page save button in catch ( #3963 )
2024-09-26 19:07:35 +01:00
StyleCI Bot
e43530e40a
Apply fixes from StyleCI
2024-09-26 15:55:20 +00:00
IanM
24e88d12b8
chore: dummy commit to trigger style CI on 1.x
2024-09-26 16:38:56 +01:00
Rafał Całka
b3366e4c93
fix(tags): load correct user tag state and prevent N+1 queries in stateFor
( #4008 )
...
* fix: load tag state for correct user
* fix: prevent loading state if loaded previously
* fix(PHPStan): TagState can be null
2024-08-10 18:29:26 +01:00
Davide Iadeluca
8415d2233e
ci: allow custom actions runner to be defined ( #3989 )
2024-05-16 17:30:30 +01:00
Daniël Klabbers
a52959ccf2
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.
(cherry picked from commit e771b908d5
)
2024-02-22 11:43:31 +01:00
Sami Mazouz
b2044ff312
fix(em): breaks when composer deps get updated
2024-02-04 13:56:09 +01:00
IanM
50dd73b07c
feat: support passing composer_auth values
2024-01-19 16:29:51 +00:00
Sami Mazouz
4f4977b7a5
fix(em): phpstan
2024-01-12 17:59:59 +01:00
Sami Mazouz
24b7dcb102
fix(em): composer.json
schema issues
2024-01-12 17:57:08 +01:00
Sami Mazouz
25beb7919d
fix: broken paths
2024-01-10 16:03:12 +01:00
Sami Mazouz
207032f6ff
chore: rename package-manager
to extension-manager
2024-01-10 15:56:32 +01:00
Davide Iadeluca
8205ae5bf5
[1.x] fix(Mentions): allow renderer to be used without context ( #3953 )
...
* fix(Mentions): allow renderer to be used without context
* test(Mentions): implement test for rendering post without context
2024-01-10 09:53:10 +00:00
flarum-bot
ac6f4d4d0c
Bundled output for commit 56b2b3b2bc
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-01-06 17:07:40 +00:00
Sami Mazouz
56b2b3b2bc
fix(package-manager): bugs
2024-01-06 18:00:09 +01:00
Sami Mazouz
7fb0e08c0a
fix(package-manager): file not found exception
2024-01-06 13:07:02 +01:00
IanM
2a693db1b6
chore: prep 1.8.5 release
v1.8.5
2024-01-05 15:47:32 +00:00
IanM
7d70328471
[1.x] fix: Logout controller allows open redirects ( #3948 )
...
* fix: prevent open redirects on logout controller
* use clearer config key
* cast url as string, reinstate guest redirect
* clean up a little
* simplify
* return Uri
* resolve ternary always true
* simplify some more
* remove extra newline
* handle malformed uri
* chore: requested changes
2024-01-05 15:33:10 +00:00
Sami Mazouz
45a8b572e3
fix: package name require
format
2024-01-04 14:14:45 +01:00
flarum-bot
5d14f96c32
Bundled output for commit 2299541e4d
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-12-18 12:50:33 +00:00
Sami Mazouz
2299541e4d
feat: package manager improvements ( #3943 )
...
* chore: track
* Apply fixes from StyleCI
* chore: track
* Apply fixes from StyleCI
* fix: installing beta packages #3792
* chore: guess package not found error
* Apply fixes from StyleCI
* feat: queue improvements
* feat: queue improvements
* fix: issues with job failure and unique runs
* fix: enforce one composer action at a time
* feat: add cause to queued command output
* Apply fixes from StyleCI
* feat: add soft & hard extension update options
* chore: explain why an extension cannot be removed
* chore: remove test
* chore: simplify
* docs: readme
* Apply fixes from StyleCI
* fea: allow adding repositories and auth methods
* chore: prevent future issues when min stability is set
* chore: typings check
* fix: phpstan
* Apply fixes from StyleCI
* fix: bugs
2023-12-18 13:44:33 +01:00
Sami Mazouz
a131132654
chore: prepare 1.8.4
2023-12-14 14:56:10 +01:00
Sami Mazouz
7743a2bcd4
chore: apply textformatter constraint to monorepo as well
2023-12-14 14:51:46 +01:00
Sami Mazouz
62080303bf
fix(1.x): textformatter 2.15 has breaking changes ( #3946 )
2023-12-14 14:44:30 +01:00
IanM
480093d023
chore(1.x): enable testing on PHP 8.3 ( #3933 )
2023-11-23 19:02:08 +01:00
Rafał Całka
1c421fc266
fix(1.x,approval): correct PostWasApproved
event trigger condition ( #3925 )
2023-11-17 17:58:14 +01:00
Ian Morland
f07336e204
chore: prep 1.8.3 release
v1.8.3
2023-10-18 19:47:50 +01:00
IanM
95061a2ed4
fix: console extender does not accept ::class ( #3900 )
2023-10-18 19:39:45 +01:00
IanM
c3fadbf6b1
[1.x] Conditional extender instantiation ( #3898 )
...
* chore: create tests to highlight the conditional instantiation problem
* Apply fixes from StyleCI
* add callback and invokable class + tests
* Apply fixes from StyleCI
* address stan issue on php 8.2
* Revert "address stan issue on php 8.2"
This reverts commit 1fc2c8801a
.
* attempt to make stan happy
* Revert "attempt to make stan happy"
This reverts commit 1cc327bb3b
.
* is it really that simple?
* Revert "is it really that simple?"
This reverts commit 2006755cf1
.
* let's try this
* Update framework/core/src/Extend/Conditional.php
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com >
---------
Co-authored-by: StyleCI Bot <bot@styleci.io >
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com >
2023-10-18 19:36:59 +01:00
Ian Morland
82e08e3fa5
chore: prep 1.8.2 release
v1.8.2
2023-09-22 20:01:59 +01:00
flarum-bot
2c4a2b8d9e
Bundled output for commit 00866fbba9
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2023-09-22 18:51:39 +00:00
Ian Morland
00866fbba9
chore: bump version
2023-09-22 19:46:39 +01:00
IanM
0d1d4d46d1
fix: missing compat exports ( #3888 )
2023-09-22 19:38:59 +01:00
Sami Mazouz
b1383a955f
fix(1.x,suspend): suspended users can abuse avatar upload ( #3890 )
...
* fix(1.x,suspend): suspended users can abuse avatar upload
* test: works as expected
* Apply fixes from StyleCI
---------
Co-authored-by: StyleCI Bot <bot@styleci.io >
2023-09-22 19:38:33 +01:00
Sami Mazouz
daeab48ae8
chore: turn on frontend build on 1.x
branch
2023-09-20 21:12:54 +01:00
Ian Morland
e03ca4406d
chore: build js
2023-07-06 12:03:30 +01:00
StyleCI Bot
7894c6a69b
Apply fixes from StyleCI
2023-07-05 09:31:05 +00:00
Sami Mazouz
102e31754a
chore: not 1.8.2
2023-07-04 11:19:15 +01:00
Sami Mazouz
8538f9c8f6
chore: prepare v1.8.2 release
2023-07-04 11:12:55 +01:00
Sami Mazouz
5a4bb7ccf2
fix: missing slug from post mention links
2023-07-04 11:00:45 +01:00
Sami Mazouz
d2a6329689
fix(mentions): cannot use mentionables extender ( #3849 )
2023-07-04 10:56:52 +01:00
Rafael Horvat
2bc2899a1d
fix(mentions): missed post mentions UI changes ( #3832 )
...
Co-authored-by: Ian Morland <ian@morland.me >
2023-07-01 17:44:59 +01:00
Sami Mazouz
5437bf5c23
chore: prepare v1.8.1 release
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com >
v1.8.1
2023-05-23 19:24:51 +01:00