Commit Graph

3692 Commits

Author SHA1 Message Date
flarum-bot
da8ebe439b Bundled output for commit 5d26485c04
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2025-01-03 14:19:07 +00:00
flarum-bot
38e1b49cc1 Bundled output for commit 0c40e19cdf
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2025-01-03 13:20:33 +00:00
Sami Mazouz
0c40e19cdf
fix: unexpected subscription breaks rendering (#4150) 2025-01-03 14:17:45 +01:00
Sami Mazouz
9fe17b3c24
perf(mentions): only access related mentions if loaded
Some checks failed
Backend Tests / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled
2024-12-13 13:06:36 +01:00
Sami Mazouz
27087cc713
test: use new jest config version
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run
2024-12-07 09:54:35 +01:00
Sami Mazouz
d5f944023c
chore: prepare 2.0.0-beta.1 2024-12-07 09:50:31 +01:00
Sami Mazouz
570580dcf0
fix: improve the flarum validator (#4133)
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run
2024-12-06 10:23:45 +01:00
Sami Mazouz
097a54289f
feat: separate mariadb driver (#4132)
Some checks failed
Backend Tests / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled
* feat: separate mariadb driver
* chore: add mariadb install dump
2024-12-02 10:17:27 +01:00
flarum-bot
d90573f8f1 Bundled output for commit f6e84a0dc5
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-11-29 13:58:55 +00:00
Sami Mazouz
f6e84a0dc5
fix(em): production ready check 2024-11-29 14:56:20 +01:00
flarum-bot
22b74d0404 Bundled output for commit 94b0d67a40
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-11-29 13:41:10 +00:00
Sami Mazouz
94b0d67a40
fix(em): prevent use if missing php functions 2024-11-29 14:38:31 +01:00
flarum-bot
5fbb9fe9a7 Bundled output for commit 33a72f5c14
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-11-29 09:57:59 +00:00
33a72f5c14
fix(tags): wrong tag input width with CJK chars (#4127) 2024-11-29 10:55:21 +01:00
flarum-bot
1ebceab85a Bundled output for commit dd45d75cd8
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-11-09 10:10:16 +00:00
Sami Mazouz
820894a7c9
test: php 8.4 (#4103)
* test: php 8.4

* fix: php 8.4 deprecations

* fix: make argument required

* chore: review changes
2024-11-08 17:33:47 +01:00
Sami Mazouz
0c32184775
feat: use components for email templating (#4102)
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run
2024-11-02 12:09:51 +01:00
flarum-bot
ff7b02ac1b Bundled output for commit 9f87bf18c2
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-25 15:03:06 +00:00
Sami Mazouz
53ac644516
chore: simplify checking of current composer 2024-10-25 16:00:32 +01:00
flarum-bot
017b90b97d Bundled output for commit 4715293164
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-25 09:15:55 +00:00
Sami Mazouz
4715293164
fix: caught warnings and missing locale 2024-10-25 10:13:11 +01:00
Sami Mazouz
30c7602814
chore: update tsconfig version 2024-10-25 09:39:34 +01:00
Sami Mazouz
3b7b4055f1
test: prevent false negatives
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run
2024-10-24 20:09:27 +01:00
flarum-bot
4d8e6abff6 Bundled output for commit 3b66925a66
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-24 17:49:43 +00:00
91fd28c319
fix(messages): missing tooltip translation (#4090) 2024-10-24 16:49:55 +01:00
flarum-bot
51015b3ca4 Bundled output for commit 6a3be3301e
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-22 12:56:37 +00:00
6a3be3301e
fix(messages): timezone is missing from datetime (#4086) 2024-10-22 13:53:43 +01:00
Daniel
f51df1c486
feat(nicknames): allow OAuth to provide a nickname (#4004) 2024-10-22 13:52:25 +01:00
Tristian Kelly
f729a4d054
test(mentions): add integration test for reply approval notification (#3748)
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
2024-10-22 10:09:18 +01:00
Sami Mazouz
f97c67e2f9
test: prevent false negatives
Some checks failed
Backend Tests / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled
2024-10-21 19:16:12 +01:00
flarum-bot
8219e76da4 Bundled output for commit 30a6a9b697
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-21 18:13:23 +00:00
Chisato Nishikigi
a0311dfb2b
feat(sticky): make excerpt optional in sticky (#4016) 2024-10-21 19:09:48 +01:00
Sami Mazouz
1584174e1c
test: prevent false negatives 2024-10-21 16:09:02 +01:00
Viktor Szépe
265d0e1dd1
chore: fix typos (#4021) 2024-10-21 16:00:56 +01:00
flarum-bot
ee60a7f8ca Bundled output for commit b9b52d85a7
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-21 10:52:15 +00:00
flarum-bot
57879974ca Bundled output for commit a3333320d7
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-19 19:34:54 +00:00
flarum-bot
dccf1535f9 Bundled output for commit 6f823731ca
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-19 18:12:17 +00:00
flarum-bot
caefacbecd Bundled output for commit a47bd2d457
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-19 17:44:34 +00:00
Sami Mazouz
17ec1567a4
test: fix 2024-10-19 18:05:33 +01:00
flarum-bot
e3f969588c Bundled output for commit e9be7b9aea
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-19 16:53:04 +00:00
Sami Mazouz
e9be7b9aea
perf: store message mentions for better performance (#4079)
Some checks failed
Backend Tests / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled
2024-10-19 17:49:58 +01:00
flarum-bot
8742790980 Bundled output for commit 321020ab83
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-19 16:48:34 +00:00
Sami Mazouz
321020ab83
fix: skip major updater if not ready for prod (#4080) 2024-10-19 17:45:30 +01:00
Sami Mazouz
bfb82fca4b
test: fix 2024-10-17 19:37:45 +01:00
flarum-bot
4acb6e36f5 Bundled output for commit 139adb0e65
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-17 18:31:38 +00:00
Sami Mazouz
139adb0e65
chore: fix typings 2024-10-17 19:28:30 +01:00
StyleCI Bot
498b8dfe6a
Apply fixes from StyleCI 2024-10-17 15:45:09 +00:00
Sami Mazouz
b866623c94
chore: phpstan 2024-10-17 16:44:55 +01:00
Sami Mazouz
07b98030df
chore(em): port fix from 1.x 2024-10-17 15:19:31 +01:00
flarum-bot
7264941f91 Bundled output for commit 876a964e1e
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2024-10-17 12:29:35 +00:00