flarum-bot
0ef0b0c0c0
Bundled output for commit 4211cbb9cb
[skip ci]
2019-10-28 15:37:34 +00:00
Daniël Klabbers
4211cbb9cb
Update User.js
...
Use recommended `anonymous`, see https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/crossOrigin
2019-10-28 16:35:45 +01:00
J.C.Ködel
41e97db5d0
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)
2019-10-28 16:35:45 +01:00
flarum-bot
9ddd1b6e81
Bundled output for commit 614b4a1d4e
[skip ci]
2019-10-01 21:50:25 +00:00
Madalin Tache
614b4a1d4e
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.
2019-10-01 23:48:54 +02:00
flarum-bot
4cab24225f
Bundled output for commit 7fe95ec695
[skip ci]
2019-10-01 21:39:07 +00:00
David Sevilla Martín
7fe95ec695
Enable scrollbars in login button popups ( #1900 )
...
Fixes #1716
2019-10-01 23:37:42 +02:00
Franz Liedke
cad6ab1e6e
Update vulnerable JS dependencies
2019-09-13 15:26:10 +02:00
flarum-bot
9f8aeb7927
Bundled output for commit 5e53145bab
[skip ci]
2019-09-12 22:36:12 +00:00
David Sevilla Martín
5e53145bab
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
2019-09-13 00:34:05 +02:00
flarum-bot
c1e03b0436
Bundled output for commit 5530422210
[skip ci]
2019-09-11 22:16:20 +00:00
David Sevilla Martin
5530422210
Fixes an issue where deleting a nonexistent model would error instead of resolving gracefully
2019-09-11 18:14:37 -04:00
flarum-bot
361d2e5ec2
Bundled output for commit 80ff7eb4ea
[skip ci]
2019-09-09 21:37:54 +00:00
David Sevilla Martín
80ff7eb4ea
Mark notification as read without visiting discussion ( #1874 )
2019-09-09 23:36:06 +02:00
flarum-bot
10bd406e18
Bundled output for commit 827c8ff50f
[skip ci]
2019-09-09 21:07:00 +00:00
David Sevilla Martín
827c8ff50f
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
2019-09-09 17:05:11 -04:00
flarum-bot
405cc7b56e
Bundled output for commit 12cc20ad62
[skip ci]
2019-09-08 17:33:39 +00:00
Matthew Kilgore
12cc20ad62
Fix the new edit user permission label ( #1870 )
2019-09-08 13:31:57 -04:00
flarum-bot
56dbcf026d
Bundled output for commit cf16b6c20b
[skip ci]
2019-09-05 00:34:59 +00:00
Franz Liedke
cf16b6c20b
Optimize ScrollListener performance
...
Listen to "scroll" event and throttle callback executions instead
of actively polling for changes to the scroll position.
Fixes #1222 .
2019-09-05 02:17:09 +02:00
Matthew Kilgore
e5e505e85a
Add Edit User permission to permissions grid ( #1859 )
2019-09-03 23:54:38 +02:00
dependabot[bot]
e04d825ee2
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 >
2019-08-28 09:11:25 +02:00
dependabot[bot]
f95d2a8841
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 >
2019-08-28 09:06:38 +02:00
flarum-bot
40a8068dea
Bundled output for commit 4cd48ac048
[skip ci]
2019-08-14 06:41:45 +00:00
Franz Liedke
4cd48ac048
Tweak translation keys, always use full keys
...
Makes them easier to grep when editing / removing.
Refs #1750 , #1788 .
2019-08-14 08:34:36 +02:00
Franz Liedke
e7cdd497dd
Extract real method
...
Refs #1750 , #1788 .
2019-08-14 08:34:14 +02:00
flarum-bot
c3740281b6
Bundled output for commit be6d42d46f
[skip ci]
2019-08-13 21:02:10 +00:00
Tobias Karlsson
be6d42d46f
Improve feedback on user deletion
...
Fixes #1750 , #1777
2019-08-13 22:56:24 +02:00
flarum-bot
e79d1b8f6b
Bundled output for commit 1702929079
[skip ci]
2019-08-08 23:12:56 +00:00
Franz Liedke
1702929079
a11y: Try to make screenreaders read tooltips
...
Refs #1835 .
2019-08-08 22:40:30 +02:00
dependabot[bot]
2697397376
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 >
2019-07-11 09:21:17 +02:00
flarum-bot
eb68b3ec3a
Bundled output for commit 26b9a3ec69
[skip ci]
2019-06-27 19:23:54 +00:00
David Sevilla Martín
20dfcfc39c
Visit home page if no previous route exists
...
Fixes #1777
2019-06-27 14:58:05 -04:00
flarum-bot
50eda14bf3
Bundled output for commit 046c3d0da8
[skip ci]
2019-06-01 18:10:13 +00:00
Franz Liedke
046c3d0da8
Update insecure jQuery version
...
Thanks, GitHub security alerts!
2019-06-01 20:03:07 +02:00
flarum-bot
db10172890
Bundled output for commit b35dd6d405
[skip ci]
2019-03-20 21:09:11 +00:00
Franz Liedke
b35dd6d405
Fix storing dynamic mail settings
...
Refs #1169 .
2019-03-20 22:02:06 +01:00
flarum-bot
a8d138e696
Bundled output for commit 7ffe1502ee
[skip ci]
2019-03-19 09:06:21 +00:00
Franz Liedke
7ffe1502ee
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
cc92e31174
Remove dead code
...
Probably a leftover from copy-pasting the BasicsPage.
2019-03-17 19:02:46 +01:00
flarum-bot
f9b109aa9b
Bundled output for commit 1578dfe0e3
[skip ci]
2019-03-15 17:01:09 +00:00
Franz Liedke
8948b8214a
Fix last commit
2019-03-15 17:57:11 +01:00
Franz Liedke
1578dfe0e3
Mail settings: Only show necessary fields ( #1169 )
2019-03-15 17:54:14 +01:00
flarum-bot
63a950d842
Bundled output for commit 3ca98e0e0e
[skip ci]
2019-03-03 19:45:38 +00:00
Franz Liedke
a21208e5ab
npm audit fix
2019-03-03 20:29:50 +01:00
Franz Liedke
abf02fffec
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
cb2f9c6dd5
Bundled output for commit 48064184a7
[skip ci]
2019-02-18 07:51:00 +00:00
Daniël Klabbers
48064184a7
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
f93f169943
Bundled output for commit 2dced2e6c8
[skip ci]
2019-01-25 04:46:37 +00:00
Daniël Klabbers
2dced2e6c8
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