Daniel Klabbers
6aad164ed7
Release v0.1.0-beta.16
2021-03-15 11:21:14 +01:00
Daniel Klabbers
1890553c8b
npm audit
2021-03-15 10:51:41 +01:00
Daniel Klabbers
e5db085417
Release v0.1.0-beta.16
2021-03-15 10:51:17 +01:00
Daniel Klabbers
dc518b0f75
Release v0.1.0-beta.16
2021-03-15 10:32:08 +01:00
Daniel Klabbers
dbccc396b0
forgot one change in changelog
2021-03-15 10:24:28 +01:00
Daniel Klabbers
cd0f550808
Release v0.1.0-beta.16
2021-03-15 10:23:58 +01:00
Daniel Klabbers
57cbb2bb7f
Release v0.1.0-beta.16
2021-03-15 10:02:50 +01:00
Daniël Klabbers
04c8a30b52
Merge pull request #19 from flarum/dependabot/npm_and_yarn/js/elliptic-6.5.4
...
Bump elliptic from 6.5.3 to 6.5.4 in /js
2021-03-15 09:55:25 +01:00
Alexander Skvortsov
f2b2a26caf
Use Settings extender serializeToForum properly now that it supports defaults.
2021-03-13 17:18:55 -05:00
Alexander Skvortsov
8bdba151b5
Apply GetModelIsPrivate BC mode to CommentPost, not Post
2021-03-13 17:16:18 -05:00
Alexander Skvortsov
0904e34525
Fix ModelPrivate docblocks
2021-03-13 17:15:50 -05:00
Alexander Skvortsov
ff86e68752
Use resolve helper instead of app
2021-03-13 17:13:20 -05:00
Alexander Skvortsov
6c25f09c9b
Use non-deprecated translator interface
2021-03-13 17:11:42 -05:00
Alexander Skvortsov
caaefa1bf1
Use non-deprecated translator interface
2021-03-13 17:11:03 -05:00
Alexander Skvortsov
b922257468
Use non-deprecated translator interface
2021-03-13 17:10:23 -05:00
Alexander Skvortsov
06dfd8a603
Use ApiSerializer attributes method
2021-03-13 17:04:58 -05:00
Alexander Skvortsov
506985e881
Update for beta 16
2021-03-13 17:03:56 -05:00
flarum-bot
208aa47e60
Bundled output for commit 932c31db6d
[skip ci]
2021-03-13 22:01:34 +00:00
Alexander Skvortsov
a419c5804a
Merge pull request #2684 from flarum/as/filter-mutator-consistency
...
Make filter mutator API consistent with search mutator API.
2021-03-13 17:01:33 -05:00
Alexander Skvortsov
932c31db6d
Apply fixes from StyleCI
2021-03-13 22:00:39 +00:00
Alexander Skvortsov
ee48c97a23
Tags admin list: move edit button back to where it should be
2021-03-13 17:00:27 -05:00
Alexander Skvortsov
85de81627d
Update for beta 16
2021-03-13 16:54: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
Alexander Skvortsov
b14d24964f
Apply fixes from StyleCI
2021-03-13 21:01:56 +00:00
SychO9
72ad775840
Update to beta.16
2021-03-13 16:00:50 -05:00
Alexander Skvortsov
c01dc63c5d
Apply fixes from StyleCI
2021-03-13 20:49:35 +00:00
Alexander Skvortsov
6eb2c9e574
Update for search/filter split
2021-03-13 15:49:23 -05:00
Alexander Skvortsov
63a71d58c5
Apply fixes from StyleCI
2021-03-13 20:36:07 +00:00
Alexander Skvortsov
668de47095
Update for search filter split
2021-03-13 15:35:53 -05:00
Alexander Skvortsov
8266966fec
Remove unused import
2021-03-13 15:18:56 -05:00
Alexander Skvortsov
70cbe1d186
Update to use new extenders
2021-03-13 15:15:11 -05:00
Alexander Skvortsov
2f0192d47d
Fix Index content, only use search when applicable.
2021-03-12 15:30:36 -05:00
Alexander Skvortsov
38dc12ef0d
Provide active filters to filter state
2021-03-12 15:30:14 -05:00
flarum-bot
62feab756e
Bundled output for commit 6a10c4e8ed
[skip ci]
2021-03-12 05:35:57 +00:00
Alexander Skvortsov
6a10c4e8ed
Fix shaky composer on safari mobile
...
When the composer is opened while scrolled to the absolute bottom of the page (via hitting the "reply" button, `window.scrollTop` has a value of ~600px greater than it should. This doesn't seem to be the composer element's height (which appears to be 0 at the time). This incorrect scrollTop positions the composer off screen, which causes Safari to freak out and shake the element violently as it tries to scroll to the cursor (which is now off screen).
We can get around this by calculating scrollTop ourselves.
Fixes https://github.com/flarum/core/issues/2683
2021-03-12 00:23:37 -05:00
Alexander Skvortsov
99311188a2
Make filter mutator API consistent with search mutator API.
...
This is inline with the docblock for the Filter extender, and is much more sensible.
2021-03-11 23:12:49 -05:00
flarum-bot
32bd64f427
Bundled output for commit ae6a652a72
[skip ci]
2021-03-11 18:12:58 +00:00
Alexander Skvortsov
ae6a652a72
Fix typo
2021-03-11 13:11:56 -05:00
SychO9
c7fdb79ce3
Ignore generated tmp
2021-03-11 13:07:31 -05:00
SychO9
ca8b7424b8
Add required argument
2021-03-11 13:07:31 -05:00
flarum-bot
c1308f395f
Bundled output for commit 752c43376e
[skip ci]
2021-03-11 00:24:16 +00:00
Alexander Skvortsov
752c43376e
Run oninput and input listeners on timeout
...
This is necessary for the setTimeout callback to be run after the new value has been applied; otherwise, mobile iOS doesn't respect the timeout.
Fixes https://github.com/flarum/core/issues/2681
2021-03-10 19:23:27 -05:00
flarum-bot
6c4867d547
Bundled output for commit 2183a7f879
[skip ci]
2021-03-09 03:46:55 +00:00
Alexander Skvortsov
2183a7f879
Search: dont adjust height if not rendered
2021-03-08 22:45:39 -05:00
flarum-bot
2924d44d15
Bundled output for commit 74e9276579
[skip ci]
2021-03-08 21:31:49 +00:00
Alexander Skvortsov
74e9276579
Send username as author filter value instead of id.
...
For consistency with the Discussion AuthorFilterGambit, this should be sent usernames, not numerical ids.
2021-03-08 16:29:48 -05:00
flarum-bot
3e8c9dc185
Bundled output for commit 6f09af5ad9
[skip ci]
2021-03-08 21:25:06 +00:00
Alexander Skvortsov
6f09af5ad9
Use new author
key for filtering posts
...
Fixes https://github.com/flarum/core/issues/2671
2021-03-08 16:21:36 -05:00