a46ce07255
Bundled output for commit 8e404e44155df2f019a7a94d7ae86448ccedcd39
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-06-01 07:48:18 +00:00
8e404e4415
fix: prevent <button>'s from becoming form submit when they shouldn't ( #4221 )
...
* fix: prevent <button>'s from becoming form submit when they shouldn't
Adds `type=button` to most `<button>` usage (except the AdminPage#submitButton). The first button of type submit (which is the default in HTML if undeclared) becomes what the enter keybind presses in a form. This makes the behavior with these components make more sense.
* Prettier on framework
2025-06-01 08:45:32 +01:00
e1a91dcd77
chore: prepare 2.0.0-beta.3
2025-04-25 10:19:54 +01:00
cc05a6dd3b
Bundled output for commit 649be7cb031a55aa7ea13d2b4f1ae09c5e828667
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-04-25 08:20:15 +00:00
649be7cb03
chore(a11y): misc a11y improvements ( #4211 )
2025-04-25 09:17:36 +01:00
15112c2f40
Sanitize page in Tag
( #4170 )
2025-04-18 09:45:21 +01:00
2b08c30a22
Apply fixes from StyleCI
Backend Tests / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
2025-04-11 09:07:58 +00:00
fa88731fe1
chore: increase composer job timeout
2025-04-11 10:07:17 +01:00
1a206ff658
Bundled output for commit 0ca99dcba5f116e499072b3fcb9c8564a80b5a5c
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-02-22 09:53:35 +00:00
12fc3aeec2
feat(tags): improve extensibility of TagHero
( #4198 )
2025-02-22 10:49:44 +01:00
bbc4b6dd13
Bundled output for commit 561e22784a547c8aa92120e0972a9cc97ac21645
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-02-14 17:55:17 +00:00
561e22784a
feat(messages): messages page extensible content
2025-02-14 18:49:57 +01:00
7ba768bf68
Bundled output for commit f13dc058667540ce14f58eb25eef151ba14f524b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-02-11 19:28:15 +00:00
a34a5d4d62
fix: resolve a11y
warnings in Admin Frontend ( #4184 )
2025-02-11 20:24:44 +01:00
fdaf09752c
Bundled output for commit 975c2c936f5265be28e8d76e4057c30200c6b2b9
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-02-08 18:06:58 +00:00
975c2c936f
feat(pm): delete own messages ( #4180 )
2025-02-08 19:04:20 +01:00
ce5feca140
fix(em): skip incompatible extension updates ( #4177 )
2025-02-08 19:01:09 +01:00
6b31a47f05
Bundled output for commit db1e36d545aa0d483620b52ababd79ef1b2aa27c
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-02-08 17:33:04 +00:00
db1e36d545
feat(pm): messages anchor link ( #4175 )
2025-02-08 18:30:35 +01:00
21da7758af
Bundled output for commit 89ff98444640b13ffbd79faf91f1363dafbc5d6b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-01-31 12:00:13 +00:00
89ff984446
fix: messages inconsistencies ( #4174 )
...
* fix: messages inconsistencies
* fix
* chore: message at the page
* fix: permission grid styling broken
* fix
2025-01-31 12:57:45 +01:00
7136ad01d5
Bundled output for commit 875fd241b7da7b82083b43d123fc64ec8e1125c9
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-01-31 08:20:25 +00:00
875fd241b7
fix: messages UI/UX improvement ( #4173 )
2025-01-31 09:17:51 +01:00
0b995b96ef
fix: suspended_until
serialized as date instead of datetime ( #4169 )
2025-01-31 09:15:46 +01:00
cf7ef48906
fix: prevent users from seeing their own flags ( #4167 )
2025-01-31 09:12:12 +01:00
ac6133a768
chore: v2.0.0-beta.2
2025-01-17 09:44:27 +01:00
00426c85e3
chore: extensibility improvements
2025-01-12 13:02:07 +01:00
8c9a772635
Bundled output for commit 9d611d1ee2aad142461ed1bd1d17a6455fb14b73
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-01-04 10:08:20 +00:00
9d611d1ee2
fix(em): incorrect extension compatibility check ( #4155 )
2025-01-04 11:05:38 +01:00
1bdfb66f6c
fix: tag selection icon alignment ( #4153 )
2025-01-03 17:06:44 +01:00
da8ebe439b
Bundled output for commit 5d26485c04099ab207648736fc3bf21318eef733
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-01-03 14:19:07 +00:00
38e1b49cc1
Bundled output for commit 0c40e19cdf6a313454c986c67e15363b6363f36b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2025-01-03 13:20:33 +00:00
0c40e19cdf
fix: unexpected subscription breaks rendering ( #4150 )
2025-01-03 14:17:45 +01:00
9fe17b3c24
perf(mentions): only access related mentions if loaded
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
27087cc713
test: use new jest config version
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
d5f944023c
chore: prepare 2.0.0-beta.1
2024-12-07 09:50:31 +01:00
570580dcf0
fix: improve the flarum validator ( #4133 )
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
097a54289f
feat: separate mariadb driver ( #4132 )
...
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
d90573f8f1
Bundled output for commit f6e84a0dc576d1cfe8539b7438244edf156e3b1a
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-11-29 13:58:55 +00:00
f6e84a0dc5
fix(em): production ready check
2024-11-29 14:56:20 +01:00
22b74d0404
Bundled output for commit 94b0d67a4020e1b7027e0df53dee1d681dc822e1
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-11-29 13:41:10 +00:00
94b0d67a40
fix(em): prevent use if missing php functions
2024-11-29 14:38:31 +01:00
5fbb9fe9a7
Bundled output for commit 33a72f5c14c00671eedcee5d64a0edf5d6db3441
...
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
1ebceab85a
Bundled output for commit dd45d75cd8b9c1789b093562eb312db1ad333c9c
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-11-09 10:10:16 +00:00
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
0c32184775
feat: use components for email templating ( #4102 )
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
ff7b02ac1b
Bundled output for commit 9f87bf18c2f7d417c0904a8409419c8e1666afb3
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-10-25 15:03:06 +00:00
53ac644516
chore: simplify checking of current composer
2024-10-25 16:00:32 +01:00
017b90b97d
Bundled output for commit 471529316447f19e3a3b4a80b6194e6148b13222
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2024-10-25 09:15:55 +00:00