flarum-bot
90a68506b8
Bundled output for commit bd0577f435
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-10-02 18:49:08 +00:00
Sami Mazouz
bd0577f435
fix: statistics previous period chart is unclear ( #3654 )
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2022-10-02 19:43:47 +01:00
flarum-bot
8c0a14aff2
Bundled output for commit 76788efaba
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-09-29 11:17:55 +00:00
David Wheatley
76788efaba
feat(statistics): support for custom date ranges ( #3622 )
...
* feat: backend support for statistics custom date ranges
* feat: use seconds-based timestamps on backend instead
* feat: add frontend date selection option
* feat: add tests for lifetime and timed stats
* fix: add error alert when end date is after start date
* fix: wrong label
* fix: no data when start and end date are same day
* fix: use utc dayjs for formatting custom date range on widget
* chore: add dayjs as project dep
* fix: make end date inclusive
* feat: add integration test for custom date period
* fix: incorrect ts expect error comment
* fix: add missing type
* fix: typing errors
* fix(tests): remove type from class attribute definition
* fix: extract default values to function body
* fix: typo
* chore: use small modal
* fix: add missing `FormControl` class
* fix: cast url params to int to enforce type
* chore: `yarn format`
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
2022-09-29 13:12:54 +02:00
flarum-bot
6da0bc63b7
Bundled output for commit 6e1bc2daed
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-09-23 13:18:01 +00:00
Ngô Quốc Đạt
6e1bc2daed
fix: package manager failures not showing alerts ( #3647 )
...
* fix: close `LoadingModal` when install falied
* move error handler to catch
2022-09-23 14:11:36 +01:00
StyleCI Bot
267f6759f8
Apply fixes from StyleCI
2022-09-22 08:21:34 +00:00
Daniël Klabbers
b5874a08e4
fix(approval): posts approved for deleted users error
...
In certain edge cases posts get approved through moderative action and
throws an error when the user has already been deleted.
Ref: DISCUSS-11K on sentry
2022-09-22 10:20:06 +02:00
flarum-bot
368e08bb9b
Bundled output for commit 5f2d7fb7b6
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-09-17 11:36:06 +00:00
Sami Mazouz
5f2d7fb7b6
fix(regression): bad import
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2022-09-17 12:29:16 +01:00
flarum-bot
68d6e30143
Bundled output for commit c5c312db0d
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-09-17 11:07:16 +00:00
Sami Mazouz
c5c312db0d
chore: yarn format
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2022-09-17 11:54:09 +01:00
flarum-bot
05f80b7b83
Bundled output for commit 31c3cfc4ea
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-09-16 10:02:55 +00:00
Sami Mazouz
31c3cfc4ea
chore(package-manager): set min core version and add warning
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2022-09-16 10:54:39 +01:00
Sami Mazouz
fd196454a5
chore(package-manager): config composer to use web php version
...
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
2022-09-15 11:07:08 +01:00
Daniël Klabbers
a35df8c139
chore: v1.5.0 preparations
2022-09-13 10:55:30 +02:00
flarum-bot
ffd0b90a83
Bundled output for commit 87aaaf6971
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-31 09:20:08 +00:00
David Wheatley
87aaaf6971
feat(subscriptions): add option to send notifications when not caught up ( #3503 )
2022-08-31 11:13:51 +02:00
Sami Mazouz
6ffa9e3736
fix(mentions): accessing id
of null user
relation ( #3618 )
...
* test: editing a post with deleted author and mentions
* fix(mentions): accessing `id` of null `user` relation
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-26 10:38:00 +01:00
Sami Mazouz
434c459246
fix(tags): use default index sortmap ( #3615 )
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-24 12:17:00 +01:00
Sami Mazouz
7f2f3e34f5
chore(statistics): add release notes for 1.4.2
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-22 11:24:29 +01:00
flarum-bot
ec97ee41f9
Bundled output for commit 335c602cea
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-20 17:30:31 +00:00
Sami Mazouz
335c602cea
chore(package-manager): last tweaks before beta tag
...
chore: fix workflow errors
chore: fix workflow errors
chore: avoid updating an extension that wasn't directly required
chore: prevent job overlap
chore: reorganize code, separate state from view
fix: update checking ui display
chore: minor improvements
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-20 18:21:02 +01:00
flarum-bot
082117d8bc
Bundled output for commit 11a9b73610
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-17 13:02:21 +00:00
Hasan Özbey
11a9b73610
fix: use isCollapsed
instead of rangeCount
( #3581 )
2022-08-17 13:56:03 +01:00
flarum-bot
974f003fe3
Bundled output for commit 352a50e3ad
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-16 17:36:57 +00:00
David Wheatley
352a50e3ad
perf(statistics): split timed data into per-model XHR requests ( #3601 )
...
* chore: kill off timeset offset from statistics extension
* perf: split timed data into per-model requests
2022-08-16 18:30:24 +01:00
David Wheatley
3d167749cb
fix(subscriptions): add missing table prefix for filter gambit ( #3599 )
2022-08-15 12:35:03 +02:00
Sami Mazouz
25122fd355
fix: user has wrong discussion read status ( #3591 )
...
* test: deleting last post(s) then posting new replies works as expected
* fix: user has wrong discussion read status
2022-08-09 22:43:38 +02:00
flarum-bot
b28606b8ef
Bundled output for commit 631b4c194c
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-08 13:53:39 +00:00
Sami Mazouz
631b4c194c
chore: unify JS actions into one (rewritten flarum/action-build
) ( #3573 )
...
* chore: unify JS actions into one (rewritten `flarum/action-build)`
* chore: maintain backwards compatibility
* fix: wrong default format check script
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-08 14:48:43 +01:00
flarum-bot
b20961cc9d
Bundled output for commit 495462183b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-08 13:04:48 +00:00
flarum-bot
40fa7a2c9b
Bundled output for commit f69210b6d1
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-08 12:35:51 +00:00
flarum-bot
bb5f7b87bc
Bundled output for commit e2f568252b
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-08 10:37:13 +00:00
flarum-bot
bca7d48d99
Bundled output for commit 3bdb0af993
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-05 19:27:47 +00:00
David Wheatley
3bdb0af993
fix: intellisense imports defaulting to absolute path from src
folder ( #3549 )
...
* docs: remove baseUrl recommendation
Fixes https://github.com/flarum/flarum-tsconfig/issues/4
* chore: implement change within framework monorepo
2022-08-05 20:23:45 +01:00
flarum-bot
d345734a8e
Bundled output for commit 4b25c2d425
...
Includes transpiled JS/TS.
[skip ci]
2022-08-05 18:28:35 +00:00
flarum-bot
54e1966ec8
Bundled output for commit f073c22212
...
Includes transpiled JS/TS.
[skip ci]
2022-08-04 09:55:07 +00:00
Sami Mazouz
f073c22212
chore: remove debug line that slipped in while rebasing a PR ( #3580 )
...
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
2022-08-04 10:43:26 +01:00
flarum-bot
71731819fb
Bundled output for commit b01b75e367
...
Includes transpiled JS/TS.
[skip ci]
2022-08-04 08:11:58 +00:00
flarum-bot
71b444b6f6
Bundled output for commit bb641144b6
...
Includes transpiled JS/TS.
[skip ci]
2022-08-02 11:36:01 +00:00
flarum-bot
b06be43988
Bundled output for commit 237076e5b7
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-08-02 10:31:17 +00:00
Ian Morland
237076e5b7
chore(approval, likes): use subscribers ( #3577 )
...
* chore: use subscribers
* Apply fixes from StyleCI
* Un-static
Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-08-02 11:27:26 +01:00
flarum-bot
737783a8a8
Bundled output for commit 7d3147d4e1
...
Includes transpiled JS/TS.
[skip ci]
2022-08-02 10:10:01 +00:00
flarum-bot
85d4fb6ce2
Bundled output for commit da855c654e
...
Includes transpiled JS/TS.
[skip ci]
2022-08-01 22:53:45 +00:00
flarum-bot
7147d39975
Bundled output for commit f4ace73a3c
...
Includes transpiled JS/TS.
[skip ci]
2022-08-01 11:03:26 +00:00
David Wheatley
f4ace73a3c
chore(statistics): add release notes for 1.4.1
2022-08-01 11:59:57 +01:00
flarum-bot
0b299d0003
Bundled output for commit 70e483d1b1
...
Includes transpiled JS/TS.
[skip ci]
2022-07-30 22:16:30 +00:00
flarum-bot
e7af009fbc
Bundled output for commit 2b31b185e4
...
Includes transpiled JS/TS.
[skip ci]
2022-07-30 12:05:59 +00:00
flarum-bot
f96f914576
Bundled output for commit f610f8aa67
...
Includes transpiled JS/TS.
[skip ci]
2022-07-30 06:22:07 +00:00