Ian Morland
99644abb30
fix: set priority on subscription item ( #43 )
2021-11-16 14:58:34 +00:00
David Wheatley
3b8447ffb2
chore: bump bundled extension constraint to core 1.1
2021-10-13 08:05:29 +01:00
Alexander Skvortsov
75f3ec0b36
Release v1.1.0
2021-10-11 21:16:54 -04:00
Sami Mazouz
6f706f7774
Use css variables for badge ( #42 )
2021-08-16 10:18:56 +01: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
Daniel Klabbers
53ed61c444
fix branch alias
2021-05-25 22:52:55 +02:00
Daniel Klabbers
448d8401d4
changes for stable
2021-05-25 16:50:04 +02:00
flarum-bot
c7b235a781
Bundled output for commit f3ac771980
...
Includes transpiled JS/TS.
[skip ci]
2021-05-17 00:46:10 +00:00
David Wheatley
f3ac771980
Fix Tooltip deprecation warnings
2021-05-17 01:45:00 +01:00
Alexander Skvortsov
b51c7c01ba
Bump composer reqs for 1.0.0
2021-05-16 18:29:28 -04:00
David Wheatley
4e44f1fe6b
Update copyright year
2021-05-15 00:57:53 +01:00
flarum-bot
e12320a25d
Bundled output for commit e783a7603d
[skip ci]
2021-03-18 16:39:31 +00:00
sl-kr
e783a7603d
change value of subscribed from false to null in the JSON API ( #37 )
2021-03-18 12:38:21 -04:00
Alexander Skvortsov
c1c47e81aa
SubscriptionFilterGambit: properly implement conditions
method
2021-03-17 14:22:10 -04:00
Matt Kilgore
34ee9c32de
Fix Changelog beta.16 header link
2021-03-15 11:39:02 -04:00
Daniel Klabbers
786bf91f93
Release v0.1.0-beta.16
2021-03-15 12:36:13 +01:00
Alexander Skvortsov
caaefa1bf1
Use non-deprecated translator interface
2021-03-13 17:11:03 -05:00
flarum-bot
ff8e3f8a92
Bundled output for commit 2da4f8204e
[skip ci]
2021-03-13 21:33:44 +00:00
Alexander Skvortsov
2da4f8204e
Apply fixes from StyleCI
2021-03-13 21:33:02 +00:00
Alexander Skvortsov
58fa8d4b8c
Update for beta 16
2021-03-13 16:32:48 -05:00
Charlie
d8a39508dd
Change Category ( #39 )
2021-03-08 14:33:13 -05:00
Robert Korulczyk
5f5cb9318d
Move locale files from language pack to extension. ( #34 )
2021-02-17 16:25:03 -05:00
flarum-bot
293b2e31cf
Bundled output for commit b222856744
[skip ci]
2021-01-07 15:25:43 +00:00
Alexander Skvortsov
b222856744
Add an onFollowing
param to GlobalSearchState ( #38 )
...
Add an `onFollowing` param to GlobalSearchState
This ensures that it will be taken into account by IndexPage's `refreshParams` call, preventing the following page from being shown if the user:
1. goes to following
2. goes to any other page not inheriting IndexPage
3. goes to 'all discussions'
Ref https://github.com/flarum/core/issues/2516 for a full explanation.
2021-01-07 10:24:41 -05:00
Daniël Klabbers
1b69d455d1
changelog and constraint for beta 15
2020-12-15 09:30:15 +01:00
Daniël Klabbers
a30a5aefce
npm audit fix
2020-12-15 09:29:29 +01:00
Alexander Skvortsov
03fc9d2119
Update composer metadata for admin dashboard
2020-12-08 19:58:17 -05:00
Alexander Skvortsov
9614c9d5c1
Use User extender for preference registration, move search modifications back into callback style extender
2020-12-08 12:43:59 -05:00
Sami Mazouz
2ef3bf411f
Use new extenders ( #36 )
2020-12-08 12:37:40 -05:00
Alexander Skvortsov
032ad4aadc
Add composer metadata for admin ux redesign
2020-11-25 01:34:01 -05:00
Sami Mazouz
249626c68d
Use the new Notification type extender ( #35 )
2020-10-31 18:42:30 -04:00
Daniël Klabbers
9164eafd42
changelog and dep for v0.1.0-beta.14
2020-10-15 16:04:46 +02:00
Daniël Klabbers
db88a12cde
npm audit security vulnerabilities patched
2020-10-14 10:02:07 +02:00
Alexander Skvortsov
063b853305
Translate notification emails ( #30 )
2020-09-30 15:51:00 -04:00
flarum-bot
eebefa196e
Bundled output for commit 6bdbee70db
[skip ci]
2020-09-24 02:57:42 +00:00
Alexander Skvortsov
6bdbee70db
Mithril 2 Update ( #32 )
...
Update for Mithril 2
2020-09-23 22:56:47 -04:00
dependabot[bot]
73579883f6
Bump elliptic from 6.5.2 to 6.5.3 in /js ( #31 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 01:08:57 +02:00
Alexander Skvortsov
39bf9af538
Don't typehint the view factory in the closure in extend.php
...
This causes the view factory to resolve early, breaking all future extensions that use the view extender
2020-07-27 19:31:13 -04:00
Matt Kilgore
1fe034460b
Removes AssertPermissionTrait ( #29 )
...
* Removes AssertPermissionTrait
* Apply fixes from StyleCI
* Fix my dumb mistake
Co-authored-by: luceos <daniel+github@klabbers.email>
2020-07-19 17:37:05 -04:00
Franz Liedke
2648ee2031
Use new View extender
...
Refs flarum/core#2134 .
2020-07-17 12:11:25 +02:00
dependabot[bot]
db11257494
Bump lodash from 4.17.15 to 4.17.19 in /js ( #28 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:35 +02:00
flarum-bot
b5b477ad3a
Bundled output for commit 0654a93c1e
[skip ci]
2020-06-26 14:12:46 +00:00
Franz Liedke
0654a93c1e
Fix extension to work with latest state changes
...
Refs flarum/core#2151 .
2020-06-26 16:11:16 +02:00
flarum-bot
52b832c520
Bundled output for commit 04ee85f266
[skip ci]
2020-06-26 14:07:34 +00:00
Franz Liedke
04ee85f266
Fix extension to work with latest state changes
...
Refs flarum/core#2150 .
2020-06-26 16:06:16 +02:00
Franz Liedke
6c6975a750
Remove unused imports
2020-06-26 16:06:05 +02:00
Alexander Skvortsov
2a4e8bf8ad
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:22:54 -04:00
flarum-bot
c5deb89fee
Bundled output for commit a67e90adf4
[skip ci]
2020-06-03 10:47:58 +00:00
Alexander Skvortsov
a67e90adf4
Added meta title to following page ( #23 )
...
Refs flarum/core#495 .
2020-06-03 12:46:05 +02:00