dependabot[bot]
fa3915fa53
Bump lodash-es from 4.17.11 to 4.17.14 in /js ( #1818 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-04 22:37:24 +01:00
flarum-bot
54d7c0d3b6
Bundled output for commit b5876d9f31
[skip ci]
2019-06-27 19:23:54 +00:00
David Sevilla Martín
985b87da6c
Visit home page if no previous route exists
...
Fixes #1777
2019-06-27 14:58:05 -04:00
flarum-bot
f4dd045326
Bundled output for commit 24522943f6
[skip ci]
2019-06-01 18:10:13 +00:00
Franz Liedke
24522943f6
Update insecure jQuery version
...
Thanks, GitHub security alerts!
2019-06-01 20:03:07 +02:00
flarum-bot
c4ba41f850
Bundled output for commit 0c4de6f163
[skip ci]
2019-03-20 21:09:11 +00:00
Franz Liedke
0c4de6f163
Fix storing dynamic mail settings
...
Refs #1169 .
2019-03-20 22:02:06 +01:00
flarum-bot
cd313952c7
Bundled output for commit 5154d7e5a6
[skip ci]
2019-03-19 09:06:21 +00:00
Franz Liedke
5154d7e5a6
Allow configuring all drivers via frontend ( #1169 )
...
This includes an API endpoint for fetching the list of possible
drivers and their configuration fields. In the future, this can
be extended to include more meta information about each field.
2019-03-19 09:56:20 +01:00
Franz Liedke
2bd40b50c7
Remove dead code
...
Probably a leftover from copy-pasting the BasicsPage.
2019-03-17 19:02:46 +01:00
flarum-bot
0a818cfdf3
Bundled output for commit a21052c903
[skip ci]
2019-03-15 17:01:09 +00:00
Franz Liedke
57204c6ed0
Fix last commit
2019-03-15 17:57:11 +01:00
Franz Liedke
a21052c903
Mail settings: Only show necessary fields ( #1169 )
2019-03-15 17:54:14 +01:00
flarum-bot
20227a2201
Bundled output for commit 0493682dba
[skip ci]
2019-03-03 19:45:38 +00:00
Franz Liedke
49dda87e86
npm audit fix
2019-03-03 20:29:50 +01:00
Franz Liedke
d959d08561
NPM: Update bootstrap package
...
The old version had a vulnerability.
See https://nvd.nist.gov/vuln/detail/CVE-2019-8331 .
2019-03-03 20:27:14 +01:00
flarum-bot
296677b5fc
Bundled output for commit f3931b537c
[skip ci]
2019-02-18 07:51:00 +00:00
Daniël Klabbers
f3931b537c
Copied over logic from EditTagModal to allow additional attributes to be send
...
to the API based on additional fields rendered by extending the fields.
2019-02-18 08:43:47 +01:00
flarum-bot
abf224bb0a
Bundled output for commit c7d2e165d7
[skip ci]
2019-01-25 04:46:37 +00:00
Daniël Klabbers
c7d2e165d7
Fixes #1686
...
- further cleaned up the toggle action
- there's no way to remove the redraws because then the jquery isn't being fired properly
2019-01-25 05:37:45 +01:00
flarum-bot
b9a93f3440
Bundled output for commit c67fb2d4b6
[skip ci]
2019-01-16 09:05:46 +00:00
Daniël Klabbers
c67fb2d4b6
fixes #1686 , unable to edit user password
2019-01-16 09:58:22 +01:00
flarum-bot
1106a2e3a3
Bundled output for commit b7f666525c
[skip ci]
2018-12-02 22:26:12 +00:00
Toby Zerner
40dc6ac604
Fix discussion list scroll position not being maintained when hero is not visible
2018-12-03 08:50:54 +10:30
flarum-bot
9e63f32105
Bundled output for commit b074f47298
[skip ci]
2018-11-21 21:38:27 +00:00
Toby Zerner
b074f47298
Fix build errors by updating webpack-cli
2018-11-22 08:04:08 +10:30
Toby Zerner
2ef66ac716
Add "clear cache" button to admin
2018-11-22 08:03:43 +10:30
Toby Zerner
c11e4720d9
Change watch
command to dev
2018-11-21 18:31:54 +10:30
Toby Zerner
c73d03a427
Make npm package private, update deps
2018-11-21 18:31:24 +10:30
flarum-bot
0255393108
Bundled output for commit b474843cc2
[skip ci]
2018-11-14 01:11:59 +00:00
Toby Zerner
b474843cc2
Clear the search loading indicator after pressing Enter
2018-11-14 11:38:28 +10:30
flarum-bot
64a7e8ac3a
Bundled output for commit e8b8cd0078
[skip ci]
2018-11-13 21:41:20 +00:00
David Sevilla Martín
e8b8cd0078
Move EditUserModal fields into an ItemList to make more extendable ( #1593 )
2018-11-14 08:00:43 +10:30
flarum-bot
882c4aa105
Bundled output for commit b826f9ce36
[skip ci]
2018-11-12 10:35:23 +00:00
Toby Zerner
b826f9ce36
Trigger input event when text is programmatically inserted
2018-11-12 17:21:37 +10:30
Toby Zerner
c13dfa2228
Add a toolbar area to the TextEditor component
...
This is to be used for formatting buttons and the like. Although it is
displayed in the controls area at the moment, it is conceptually
different and may be relocated to the top of the text editor in the
future.
2018-11-12 17:21:15 +10:30
Toby Zerner
bf3934d16f
Improve appearance of text editor buttons
...
- Change preview icon to Font Awesome Regular instead of Solid
- Give the preview button a tooltip
- Change submit button icon to paper plane (shown on mobile)
- Tweak mobile header button touch target
- Scroll overflowing text editor controls horizontally
2018-11-12 17:19:37 +10:30
flarum-bot
a08068b112
Bundled output for commit 60149fbe15
[skip ci]
2018-11-12 01:14:08 +00:00
Clark Winkelmann
0f9118fe2b
Clean PostStreamScrubber code
2018-11-11 19:03:22 +01:00
Clark Winkelmann
95f0edcd80
Fix scrubber index not limited to max items count when bypassing view()
2018-11-11 19:00:51 +01:00
flarum-bot
66404e1f61
Bundled output for commit bf8bc0222f
[skip ci]
2018-11-11 06:35:34 +00:00
Toby Zerner
9de786d1e6
Fix notification list not displaying "empty" message
2018-11-11 16:46:54 +10:30
flarum-bot
fb185f70cd
Bundled output for commit f283f0c7bd
[skip ci]
2018-11-07 21:20:16 +00:00
Clark Winkelmann
f283f0c7bd
Use ItemList for EditGroupModal fields ( #1625 )
2018-11-07 22:15:19 +01:00
flarum-bot
1c7d2c3d27
Bundled output for commit 7db6cfac3f
[skip ci]
2018-10-31 13:35:47 +00:00
Daniël Klabbers
7db6cfac3f
Update EditGroupModal.js
...
fixed placeholder icon name fa 4 style to fa 5 style with `fas fa-bolt`
2018-10-31 14:28:50 +01:00
flarum-bot
bd10ebff24
Bundled output for commit 104d3982fe
[skip ci]
2018-10-28 21:00:22 +00:00
Toby Zerner
104d3982fe
Fix regression in admin routing in subdirectory. fixes #1606
...
Because admin routing uses the "hash" strategy, the base path does not
need to be taken into account.
2018-10-29 07:25:17 +10:30
flarum-bot
b4dbab5df1
Bundled output for commit f062f69f00
[skip ci]
2018-10-24 20:06:14 +00:00
Clark Winkelmann
f062f69f00
Update Font Awesome icons page link ( #1615 )
2018-10-24 21:20:49 +02:00