SychO9
ae5fb2f253
Remove unnecessary provider
2021-09-01 20:01:36 +01:00
SychO9
1d48c9878b
Tweaks
2021-09-01 19:49:44 +01:00
SychO9
5d3804c7ca
init
2021-09-01 17:20:06 +01:00
Sami Mazouz
6a5d7e9864
Fix unrecognised user/post mentions ( #71 )
...
* fix: Use proper mentionsUsers serializer
The only reason we haven't seen any issues with this up until now is because we have not has to include the relationship in any responses.
* fix: User/Post mentions showing as deleted after saving
The reason this happens is because the modified relationship is not refreshed, so the formatter doesn't recognize the new mentions as valid.
2021-08-30 18:23:59 +01:00
David Wheatley
428fc3131c
Revert "Add translation support for quote. ( #12 )" ( #13 )
...
This reverts commit d6c01890a3
.
2021-08-28 18:23:33 +01:00
Sami Mazouz
df725cace6
perf: Eager load actor tag states ( #143 )
2021-08-26 21:57:36 +01:00
Ian Morland
e8111a6f8f
Pass filter params ( #141 )
...
* Pass params to getApiDocument
* Reverse arrays
2021-08-26 10:48:12 +01:00
flarum-bot
66065a33e8
Bundled output for commit b054ae7dcb
...
Includes transpiled JS/TS.
[skip ci]
2021-08-25 20:07:22 +00:00
David Wheatley
b054ae7dcb
Update JS imports to new namespaced style ( #39 )
2021-08-25 16:06:28 -04:00
Guillaume Kulakowski
d6c01890a3
Add translation support for quote. ( #12 )
2021-08-23 17:11:51 -04:00
Sami Mazouz
af9e5a9cc9
Eager load more necessary related mentions ( #72 )
...
* perf: Eager load related mentions from the extender
These missing relations caused more queries to be called, the more mentions posts have the more queries produced.
* perf: Eager load models in show endpoints
Can't use the extender for that
2021-08-23 20:33:42 +01:00
Clark Winkelmann
7a0923dce2
Update nojs view to use slug driver. Fixes #3013 ( #142 )
2021-08-21 16:30:37 +01:00
flarum-bot
b791263702
Bundled output for commit 12a9d7fd80
...
Includes transpiled JS/TS.
[skip ci]
2021-08-16 09:19:23 +00:00
Sami Mazouz
6f706f7774
Use css variables for badge ( #42 )
2021-08-16 10:18:56 +01:00
Sami Mazouz
711793c470
Use css variables for badge ( #29 )
2021-08-16 10:18:46 +01:00
Sami Mazouz
3e962c5e0f
Use css variables for badge ( #29 )
2021-08-16 10:18:32 +01:00
Sami Mazouz
12a9d7fd80
[1.x] Custom Colorising with CSS Custom Properties ( #139 )
...
* Use css variables for tag labels
* Use css variables for hero
* Fix color when links force override (event posts)
* Use css variables for start discussion button
* Use css variables for tag tiles
* Use css variables for sidenav links
* Use `classList` instead
2021-08-16 10:18:12 +01:00
flarum-bot
ab2a198aa3
Bundled output for commit bbca24a873
...
Includes transpiled JS/TS.
[skip ci]
2021-08-16 09:03:01 +00:00
David Wheatley
bbca24a873
Add classes to sticky discussions ( #31 )
2021-08-16 11:01:54 +02:00
flarum-bot
46fa1a1bd8
Bundled output for commit fa2cb91182
...
Includes transpiled JS/TS.
[skip ci]
2021-08-07 10:24:47 +00:00
Rafał Całka
fa2cb91182
Fixing posts not appearing automatically ( #32 )
2021-08-07 11:24:00 +01:00
flarum-bot
738db107b1
Bundled output for commit 05a2ded71a
...
Includes transpiled JS/TS.
[skip ci]
2021-08-05 07:42:52 +00:00
David Wheatley
05a2ded71a
Fix issue with Twemoji frontend rendering ( #40 )
2021-08-05 08:41:41 +01:00
flarum-bot
e4efd94add
Bundled output for commit 0cb36b90c3
...
Includes transpiled JS/TS.
[skip ci]
2021-07-31 11:51:35 +00:00
David Wheatley
0cb36b90c3
Perform general repo maintenance ( #37 )
...
* Perform general repo maintenance
- Bump deps
- Add Prettier
- Add `flarum-tsconfig` for typings support
* Move webpack config to devDeps
* Use organisation Prettier
* Add setup for https://github.com/flarum/flarum-tsconfig/pull/2
2021-07-31 12:50:35 +01:00
flarum-bot
fd14cb2472
Bundled output for commit 8353f087e5
...
Includes transpiled JS/TS.
[skip ci]
2021-07-18 20:48:36 +00:00
Hasan Özbey
8353f087e5
suspend anonymously ( #39 )
...
* suspend anonymously
closes https://github.com/flarum/core/issues/2614
* format less file
* empty methods should return null
2021-07-18 22:47:34 +02:00
flarum-bot
ee0cbf9d85
Bundled output for commit 81187fe5fe
...
Includes transpiled JS/TS.
[skip ci]
2021-07-18 20:22:50 +00:00
David Wheatley
81187fe5fe
Repo maintenance: add Prettier config, update deps ( #41 )
...
* Bump deps; add prettier dep
* Add Prettier config
2021-07-18 21:21:44 +01:00
Sami Mazouz
fb365c98e5
Load parent relation for proper tag listing ( #137 )
2021-07-15 13:18:17 +01:00
flarum-bot
6f925c1229
Bundled output for commit e681d3eb00
...
Includes transpiled JS/TS.
[skip ci]
2021-07-10 20:40:18 +00:00
David Wheatley
e681d3eb00
Format with prettier, bump deps ( #37 )
...
General repo maintenance
2021-07-10 21:39:20 +01:00
Robert Korulczyk
bfdaee7e79
Add missing dot to liked_by_text
translation ( #29 )
2021-07-01 21:52:56 +01:00
Daniel Klabbers
222a0de3ef
fixes flarum/core#2907 discussion shows parent after child due to missing parent include
2021-06-11 00:25:24 +02:00
Daniel Klabbers
a72f0a8851
changelog for v1.0.3
2021-06-11 00:25:24 +02:00
flarum-bot
94eeb34ac0
Bundled output for commit 51790494ce
...
Includes transpiled JS/TS.
[skip ci]
2021-06-10 22:19:21 +00:00
Daniel Klabbers
51790494ce
fixes the parent include for tags when visiting index from any other page
2021-06-11 00:18:17 +02:00
Daniel Klabbers
9627e40e72
changelog for 1.0.2
2021-06-07 12:11:11 +02:00
flarum-bot
7df97be80a
Bundled output for commit a0f4dcc62a
...
Includes transpiled JS/TS.
[skip ci]
2021-06-07 10:09:41 +00:00
SychO9
a0f4dcc62a
Fix wrong subtags listing in sidebar
2021-06-07 12:08:40 +02:00
Daniel Klabbers
6c07082c83
changelog for v1.0.1
2021-06-02 09:13:30 +02:00
Daniel Klabbers
09e031ae23
changelog for v1.0.1
2021-06-02 08:56:52 +02:00
flarum-bot
a08b3d18e6
Bundled output for commit 3fb216b99e
...
Includes transpiled JS/TS.
[skip ci]
2021-06-02 06:54:57 +00:00
SychO9
3fb216b99e
Load all tags in permission grid
2021-06-02 08:53:59 +02:00
flarum-bot
4ad2bfc172
Bundled output for commit fd3300d7e5
...
Includes transpiled JS/TS.
[skip ci]
2021-05-31 13:28:37 +00:00
David Wheatley
fd3300d7e5
Add missing link button to Markdown toolbar ( #29 )
2021-05-31 14:26:44 +01:00
Daniel Klabbers
af7390eb4c
fixes flarum/core#2889 locale uses count instead of generated tags
2021-05-27 09:12:44 +02:00
Daniel Klabbers
7b636600ee
fix typo in changelog
2021-05-26 20:07:33 +02:00
Daniel Klabbers
e982e0206d
fix branch alias
2021-05-25 22:53:19 +02:00
Daniel Klabbers
14c6675e47
fix branch alias
2021-05-25 22:53:06 +02:00