flarum-bot
0dde2dcc9f
Bundled output for commit 6480c6f937
[skip ci]
2020-07-24 21:53:31 +00:00
Franz Liedke
6480c6f937
Fix an irrelevant export name :P
2020-07-24 23:51:44 +02:00
Franz Liedke
c6ed69b549
Simplify a few unnecessary Arr::get() calls
2020-07-24 22:56:31 +02:00
Alexander Skvortsov
a5cff3a352
Revert "Fixes wrong IP address when using a reverse proxy ( #2236 )" ( #2242 )
...
This reverts commit a6cb962f97
pending further discussion of https://github.com/flarum/core/pull/2236#issuecomment-663645583
2020-07-24 14:19:10 -04:00
flarum-bot
5df2f11ace
Bundled output for commit 5a60d9d7a1
[skip ci]
2020-07-24 17:03:04 +00:00
Alexander Skvortsov
5a60d9d7a1
Notifications Dropdown: Remove init method that doesn't do anything (cleanup)
2020-07-24 13:01:45 -04:00
Alexander Skvortsov
c36d13e8dc
Revert "Inject Url Generator and Translator Interface into notification mailer ( #2169 )"
...
This was actually already present and functional, so adding additional code for it
is unnecessary.
This reverts commit c73ce3e768
.
2020-07-24 12:44:59 -04:00
Franz Liedke
aeffe31cc1
Update to Laravel 6, finally!
...
Fixes #2055 .
2020-07-24 17:34:40 +02:00
Franz Liedke
bf774d8a9b
Make Translator compatible with Laravel 6
...
It's contract will change in Laravel 6. We extend from Symfony's
translator, but need to be compatible with that from Laravel in
order to use its validation package.
References:
- https://laravel.com/docs/6.x/upgrade#trans-and-trans-choice
- 8557dc56b1 (diff-88bc04a1548d09aa6250d902d1ac2b4c)
2020-07-24 17:32:50 +02:00
Franz Liedke
8a7e70550e
Inject Symfony translator contract, not Laravel's
...
The Laravel changes with v6, and our translator is primarily an
implementation of the Symfony contract.
2020-07-24 17:31:46 +02:00
Franz Liedke
1b78f0ca60
Replace a few forgotten obsolete helpers
...
- Apparently, I forgot that `array_flatten` comes from Laravel. :)
- When I did this previously, I did not search the views directory.
2020-07-24 17:28:56 +02:00
Franz Liedke
9de0901293
Explicitly bundle Carbon library
...
We have used this transitive dependency (via illuminate/support)
for a while, so let's make this explicit.
Incidentally, we now also explicitly require version 2.x - the
previous 1.x branch will no longer be supported after the
upcoming upgrade to Laravel 6.
Refs #2055 .
2020-07-24 16:46:33 +02:00
Franz Liedke
2b76b169d3
Remove Mandrill mail driver
...
This is in preparation for the upcoming upgrade to Laravel 6,
which dropped this driver.
Refs #2055 .
2020-07-24 16:39:28 +02:00
Franz Liedke
c7a8c20b8d
Remove locales for Mandrill mail driver
...
Refs flarum/core#2055 .
2020-07-24 16:39:00 +02:00
Jake Esser
a6cb962f97
Fixes wrong IP address when using a reverse proxy ( #2236 )
...
Added reverse proxy support to preserve forwarded IPs
2020-07-22 08:55:44 -04:00
Matt Kilgore
e85063fbf7
Remove AssertPermissionTrait ( #26 )
...
* Remove AssertPermissionTrait
* Apply fixes from StyleCI
* Fix my dumb mistake
* Fix another small mistake ->assertRegistered
Co-authored-by: luceos <daniel+github@klabbers.email >
2020-07-20 08:02:29 +02:00
Matt Kilgore
9246bdc985
Removes AssertPermissionTrait ( #21 )
...
* Removes AssertPermissionTrait
* Fix my dumb mistake
2020-07-20 07:59:51 +02:00
Matt Kilgore
38c0e3c500
Removes AssertPermissionTrait ( #17 )
...
* Removes AssertPermissionTrait
* Fix my dumb mistake
2020-07-20 07:59:16 +02:00
Matt Kilgore
e8490bd991
Removes AssertPermissionTrait ( #20 )
...
* Removes AssertPermissionTrait
* Fix my dumb mistake
2020-07-20 07:58:22 +02:00
Matt Kilgore
2237e597d0
Removes AssertPermissionTrait ( #90 )
...
* Removes AssertPermissionTrait
* Apply fixes from StyleCI
Co-authored-by: luceos <daniel+github@klabbers.email >
2020-07-19 17:37:27 -04:00
Matt Kilgore
d90d0e5fbc
Removes AssertPermissionTrait ( #25 )
...
* Removes AssertPermissionTrait
* Fix ->can to ->assertCan
2020-07-19 17:37:14 -04:00
Matt Kilgore
1fe034460b
Removes AssertPermissionTrait ( #29 )
...
* Removes AssertPermissionTrait
* Apply fixes from StyleCI
* Fix my dumb mistake
Co-authored-by: luceos <daniel+github@klabbers.email >
2020-07-19 17:37:05 -04:00
Alexander Skvortsov
86d3c0ce0a
Use $actor->assertCan instead of $actor->can
2020-07-19 16:24:56 -04:00
Matt Kilgore
425ba74903
Remove AssertPermissionTrait ( #19 )
...
* Removed AssertPermissionTrait
* Apply fixes from StyleCI
Co-authored-by: luceos <daniel+github@klabbers.email >
2020-07-19 16:23:03 -04:00
Alexander Skvortsov
89a2a9786e
Deprecate AssertPermissionTrait ( #2044 )
2020-07-17 15:16:15 +02:00
Franz Liedke
dda253cd8e
Fix deprecation and removal date
2020-07-17 12:19:48 +02:00
Alexander Skvortsov
c10ebea00c
User Extender (prepareGroups functionality) ( #2110 )
2020-07-17 12:18:35 +02:00
Franz Liedke
b033b61164
Use new View extender
...
Refs flarum/core#2134 .
2020-07-17 12:11:42 +02:00
Franz Liedke
2648ee2031
Use new View extender
...
Refs flarum/core#2134 .
2020-07-17 12:11:25 +02:00
Franz Liedke
ba3071eaac
Use new View extender
...
Refs flarum/core#2134 .
2020-07-17 12:10:47 +02:00
Franz Liedke
b89ccaf83c
Rename view extender
...
As discussed in my initial review, it seems unlikely that we need
the ability to remove (or otherwise modify) namespaces again.
Therefore, it seems more consistent with other extenders to go
for a "View" extender with a "namespace" method.
Sorry for the back and forth. ;)
Refs #1891 , #2134 .
2020-07-17 12:05:49 +02:00
Franz Liedke
3b6dbddee9
View extender: Do not resolve factory
...
Not all requests need this factory, so there is no need to
instantiate one and load the required files.
Refs #1891 , #2134 .
2020-07-17 12:05:38 +02:00
Alexander Skvortsov
cd58692fca
View Extender (add namespace) ( #2134 )
2020-07-17 11:59:00 +02:00
Alexander Skvortsov
368a9836bd
Use lifecycle interface for frontend extender ( #2211 )
2020-07-17 11:49:52 +02:00
dependabot[bot]
7a5fee739b
Bump lodash from 4.17.15 to 4.17.19 in /js ( #89 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 11:28:18 +02:00
Franz Liedke
a42f906a21
Update package.json
2020-07-17 11:26:13 +02:00
dependabot[bot]
a6cc7d3742
Bump lodash from 4.17.15 to 4.17.19 ( #5 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:48:31 +02:00
dependabot[bot]
c192cbc57b
Bump lodash from 4.17.15 to 4.17.19 in /js ( #49 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:48:25 +02:00
dependabot[bot]
5d64996b84
Bump lodash from 4.17.15 to 4.17.19 in /js ( #25 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:48:19 +02:00
dependabot[bot]
df3e1843cc
Bump lodash from 4.17.15 to 4.17.19 in /js ( #21 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:48:10 +02:00
dependabot[bot]
bab0e072b3
Bump lodash from 4.17.15 to 4.17.19 in /js ( #16 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:48:06 +02:00
dependabot[bot]
cdd6d8d20c
Bump lodash from 4.17.15 to 4.17.19 in /js ( #13 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:53 +02:00
dependabot[bot]
59498e5e71
Bump lodash from 4.17.15 to 4.17.19 in /js ( #18 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:49 +02:00
dependabot[bot]
12a3ed7355
Bump lodash from 4.17.15 to 4.17.19 in /js ( #20 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:44 +02:00
dependabot[bot]
6fc7ba196b
Bump lodash from 4.17.15 to 4.17.19 in /js ( #24 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:41 +02:00
dependabot[bot]
27925133d6
Bump lodash from 4.17.15 to 4.17.19 in /js ( #19 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:38 +02:00
dependabot[bot]
db11257494
Bump lodash from 4.17.15 to 4.17.19 in /js ( #28 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:35 +02:00
dependabot[bot]
86e77812b8
Bump lodash from 4.17.15 to 4.17.19 in /js ( #26 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:31 +02:00
dependabot[bot]
7f27f1180b
Bump lodash from 4.17.15 to 4.17.19 in /js ( #2235 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:28 +02:00
dependabot[bot]
a49b663989
Bump lodash from 4.17.15 to 4.17.19 in /js ( #10 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:20 +02:00