flarum-bot
637ae1624c
Bundled output for commit 02899d4f68f7f26a2515fb7c17c04d467585516e [skip ci]
2020-02-04 22:59:06 +01:00
David Sevilla Martín
0c9bcba3a6
Add Content for User page, preload user & throw 404 accordingly ( #1901 )
2020-02-04 22:59:06 +01:00
flarum-bot
966a093911
Bundled output for commit 4c89e2eb772779b7a1d499caa789a59515a23701 [skip ci]
2020-02-04 22:59:06 +01:00
Vladimir Vinogradov
0560238945
Add Mailgun region setting
...
Fixes #1834 .
2020-02-04 22:59:05 +01:00
flarum-bot
d7fd076220
Bundled output for commit c1878fe29b6d78a79da210d98569dca979c1dcc8 [skip ci]
2020-02-04 22:59:05 +01:00
Franz Liedke
30a2421749
Update Webpack
2020-02-04 22:59:05 +01:00
flarum-bot
bab49650e6
Bundled output for commit 17c86b82bf42605b13a92d17b30a493d3694ddd5 [skip ci]
2020-02-04 22:59:04 +01:00
w-4
a789c6b4e9
history back function fix
...
it shouldn't check for canGoBack again after the array pop()
2020-02-04 22:59:04 +01:00
flarum-bot
75e624d7ca
Bundled output for commit 6d2b50722afa37098460ce07d2e477ec1d19ab27 [skip ci]
2020-02-04 22:59:04 +01:00
Clark Winkelmann
5a01b63c99
Pass event to KeyboardNavigatable whenCallback ( #1922 )
...
This way the callback can know which key is pressed.
2020-02-04 22:59:04 +01:00
flarum-bot
456f5095da
Bundled output for commit 1ba4a0b87e02c85a94ce59c8a56a34d4086e6d92 [skip ci]
2020-02-04 22:59:04 +01:00
Daniël Klabbers
0b3ce2e7d0
Fix existing Post component classes being dropped
2020-02-04 22:59:04 +01:00
flarum-bot
607eeb530d
Bundled output for commit 1f2566c32c5a3466ad55eec4026804ced83c6eff [skip ci]
2020-02-04 22:59:04 +01:00
Daniël Klabbers
5f4efe3c66
Improved naming of class for post by actor.
...
Made class list for post extensible by using a separate method.
2020-02-04 22:59:04 +01:00
flarum-bot
fac61b5bce
Bundled output for commit 19ecd968c68a8334c2bc19a0b2e605cdf651fabe [skip ci]
2020-02-04 22:59:04 +01:00
Matthew Kilgore
c4ba13f608
Added border around post made by active user
2020-02-04 22:59:03 +01:00
flarum-bot
cef46ec357
Bundled output for commit 54c5c0969384f6a50489f9b1c599e3aa8ff10e24 [skip ci]
2020-02-04 22:59:03 +01:00
David Sevilla Martin
5788c7373e
Cleanup some code and fix alert dismiss not working
2020-02-04 22:59:03 +01:00
Moritz Stueckler
8fdd8a1089
feat: re-add debug button/modal
...
Fixes #1687
2020-02-04 22:59:03 +01:00
flarum-bot
29eb233dd1
Bundled output for commit 937354512b0f1600ccfe58af46f02ac3cbfdb169 [skip ci]
2020-02-04 22:59:03 +01:00
Daniël Klabbers
f6e48fa054
Update User.js
...
Use recommended `anonymous`, see https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/crossOrigin
2020-02-04 22:59:03 +01:00
J.C.Ködel
1b5e8f221a
Fix Color Thief cross origin bug
...
When users have external avatar urls (for instance: in a SSO environment where the avatar is provided by another domain), color thief fails to get the avatar dominant color because the canvas would be tainted.
Following the instructions here (https://lokeshdhakar.com/projects/color-thief/ on the "Does it work if the image is hosted on another domain?"), adding an `image.crossOrigin = 'Anonymous';` solves the issue.
Tested on my forum which before suffered from a JS error and works fine (without this fix, the canvas remain in the `body` while an script error is thrown by color thief)
2020-02-04 22:59:03 +01:00
flarum-bot
23709a77a2
Bundled output for commit bbd891965f927d393bffb1f5c9e9b287f2ca2d9e [skip ci]
2020-02-04 22:59:03 +01:00
Madalin Tache
29a2c247a1
Update window size ( #1894 )
...
This small change attempts to fix #1727 , as i just got my eye on it and figured i could simply fix it while seeing it.
2020-02-04 22:59:03 +01:00
flarum-bot
a7f97c14ec
Bundled output for commit 7a684660e9a1854a067319c9e639defd7f7175da [skip ci]
2020-02-04 22:59:03 +01:00
David Sevilla Martín
8fcd62955b
Enable scrollbars in login button popups ( #1900 )
...
Fixes #1716
2020-02-04 22:59:02 +01:00
Franz Liedke
a6decb2350
Update vulnerable JS dependencies
2020-02-04 22:59:02 +01:00
flarum-bot
108a23c1eb
Bundled output for commit a9557c399a61dfe24c33d65dcba46ee576ff4b69 [skip ci]
2020-02-04 22:58:49 +01:00
David Sevilla Martín
1dd329982a
Fix errors caused by deletion alert when deleting users ( #1883 )
...
Refs #1788
TypeError: t.showDeletionAlert is not a function
at onSuccess(./src/forum/utils/UserControls.js:104:12)
Also, don't override 'this' param with user object for editAction
2020-02-04 22:58:49 +01:00
flarum-bot
d654517c91
Bundled output for commit 119831e51c2b5d59102893d7c8944656e94980fd [skip ci]
2020-02-04 22:58:49 +01:00
David Sevilla Martin
0232d949e9
Fixes an issue where deleting a nonexistent model would error instead of resolving gracefully
2020-02-04 22:58:49 +01:00
flarum-bot
855dd2445a
Bundled output for commit 24964b94bf8435f3201974de6ff57284cff511f6 [skip ci]
2020-02-04 22:58:49 +01:00
David Sevilla Martín
1a3d955b4f
Mark notification as read without visiting discussion ( #1874 )
2020-02-04 22:58:48 +01:00
flarum-bot
8db91e3395
Bundled output for commit 2e647cdda8e23cc3c95ad8c834839349de602dc1 [skip ci]
2020-02-04 22:58:48 +01:00
David Sevilla Martín
d725012a84
Fix error thrown if textarea doesn't exist in TextEditor ( #1852 )
...
* Prevent textarea not existing from causing errors to be thrown
* Replace [0] with .length
2020-02-04 22:58:48 +01:00
flarum-bot
0a32a96207
Bundled output for commit 8b3913339af368ded760e31ff17168dadb3ab567 [skip ci]
2020-02-04 22:58:48 +01:00
Matthew Kilgore
1587d48e59
Fix the new edit user permission label ( #1870 )
2020-02-04 22:58:48 +01:00
flarum-bot
14e89546ca
Bundled output for commit 0191babb05b0ffa1443447809686c1141a35b04f [skip ci]
2020-02-04 22:58:48 +01:00
Franz Liedke
92642519d4
Optimize ScrollListener performance
...
Listen to "scroll" event and throttle callback executions instead
of actively polling for changes to the scroll position.
Fixes #1222 .
2020-02-04 22:58:48 +01:00
Matthew Kilgore
52e73b2481
Add Edit User permission to permissions grid ( #1859 )
2020-02-04 22:58:28 +01:00
dependabot[bot]
53c728b184
Bump lodash from 4.17.11 to 4.17.15 in /js ( #1863 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-04 22:58:28 +01:00
dependabot[bot]
1d525d0a78
Bump mixin-deep from 1.3.1 to 1.3.2 in /js ( #1862 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-04 22:58:28 +01:00
flarum-bot
5ddb843eb2
Bundled output for commit 29df6b60be4bbf764baf3d6f818f9e91579c9326 [skip ci]
2020-02-04 22:55:25 +01:00
Franz Liedke
bbeacc0299
Tweak translation keys, always use full keys
...
Makes them easier to grep when editing / removing.
Refs #1750 , #1788 .
2020-02-04 22:55:25 +01:00
Franz Liedke
82480457ce
Extract real method
...
Refs #1750 , #1788 .
2020-02-04 22:55:25 +01:00
flarum-bot
685459c0bc
Bundled output for commit 37e0a5579bdc8819b211408aec7f02909b8c86a0 [skip ci]
2020-02-04 22:55:25 +01:00
Tobias Karlsson
347edcf2cd
Improve feedback on user deletion
...
Fixes #1750 , #1777
2020-02-04 22:55:25 +01:00
flarum-bot
9b449386d6
Bundled output for commit c5122bf5d57c07854a3c3cfce09e1547b65d6b68 [skip ci]
2020-02-04 22:37:24 +01:00
Franz Liedke
f1d9753aee
a11y: Try to make screenreaders read tooltips
...
Refs #1835 .
2020-02-04 22:37:24 +01:00
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