Daniel Klabbers
d8dd870efe
releasing beta 11.1
2020-02-04 22:59:05 +01:00
Franz Liedke
60572b93fb
Fix implementations of settings repo interface
2020-02-04 22:59:05 +01:00
Daniel Klabbers
810bfdc28f
Revert "7.4 release, forcing tests to work with them"
...
This reverts commit da5628d125
.
2020-02-04 22:59:05 +01:00
Daniel Klabbers
9c4a24b258
7.4 release, forcing tests to work with them
2020-02-04 22:59:05 +01:00
David Sevilla Martín
18462c079f
Update Application version string to beta 11
2020-02-04 22:59:05 +01:00
Franz Liedke
10d6e653cb
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-02-04 22:59:05 +01:00
Franz Liedke
4e1f753f59
Update copyright claims in LICENSE
2020-02-04 22:59:04 +01:00
Daniel Klabbers
3c2dd23765
preparing the changelog for beta 11, part 2
2020-02-04 22:59:04 +01:00
Daniel Klabbers
aebc23cba2
preparing the changelog for beta 11
2020-02-04 22:59:04 +01:00
Clark Winkelmann
f6d03771cb
Fix tests to include expectation count and run user saving events
2020-02-04 22:59:04 +01:00
Clark Winkelmann
54be9573ac
Add unit test for AvatarUploader
2020-02-04 22:59:04 +01:00
Clark Winkelmann
bf46ea3840
Fix avatar files not being deleted. Fixes #1918
2020-02-04 22:59:04 +01:00
flarum-bot
bab49650e6
Bundled output for commit 17c86b82bf
[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
Daniel Klabbers
3b3459ad3d
incorrect ability used, drop prefix discussion.
2020-02-04 22:59:04 +01:00
Daniel Klabbers
223f4d93d4
test only on the hidePosts policy ability
2020-02-04 22:59:04 +01:00
Daniel Klabbers
5d1fe9b815
resume chain in query builder
2020-02-04 22:59:04 +01:00
Daniël Klabbers
521834f5da
[review] using orWhere to allow any where to follow in extensions
2020-02-04 22:59:04 +01:00
Daniël Klabbers
622e2a6644
fixes #1827
...
- set default statement to block access
- added tests to confirm all scenarios work as intended
2020-02-04 22:59:04 +01:00
Franz Liedke
c5e38a5b1f
Automatically set up Mockery for unit tests
...
- Use provided PhpUnit listener to enforce verification of expectations.
- Include Mockery's trait to auto-close Mockery after each test.
2020-02-04 22:59:04 +01:00
Franz Liedke
9d2595d531
Actually return null
...
Nullable return types require an explicit null return value; not
returning or returning without value is the "void" type.
2020-02-04 22:59:04 +01:00
David Sevilla Martin
3526083320
Add test for discussion posts being deleted on discussion delete from DB
2020-02-04 22:59:04 +01:00
David Sevilla Martin
82562294b7
Fix failing tests
2020-02-04 22:59:04 +01:00
datitisev
51ae92f841
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-02-04 22:59:04 +01:00
David Sevilla Martin
6448babaa5
Remove 'or' from 'orWhereNotExists'
2020-02-04 22:59:04 +01:00
David Sevilla Martin
f7feea496d
Add discussion_id foreign key to posts table
2020-02-04 22:59:04 +01:00
flarum-bot
75e624d7ca
Bundled output for commit 6d2b50722a
[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
Daniël Klabbers
cae4a6eb45
Fix the queue:restart command ( #1932 )
...
Adding a proxy callStatic on our simple implementation of the Manager class allows passing through calls like `forever()` to the underlying cache driver instance.
2020-02-04 22:59:04 +01:00
Franz Liedke
36d6d79011
Add a docblock
2020-02-04 22:59:04 +01:00
Daniël Klabbers
22c599b283
only show queue commands if using another driver than sync
2020-02-04 22:59:04 +01:00
flarum-bot
456f5095da
Bundled output for commit 1ba4a0b87e
[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 1f2566c32c
[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 19ecd968c6
[skip ci]
2020-02-04 22:59:04 +01:00
Matthew Kilgore
ea64de5952
Removed LESS changes
2020-02-04 22:59:03 +01:00
Matthew Kilgore
ff6c407e53
Set border to left side only
2020-02-04 22:59:03 +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 54c5c09693
[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
David Sevilla Martin
dc31a0a076
Fix Modal width on <768px screens not occupying the whole page
2020-02-04 22:59:03 +01:00
flarum-bot
29eb233dd1
Bundled output for commit 937354512b
[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
Franz Liedke
f903487ef3
Revert search performance regression
...
We decided it is better to have a less intelligent search (that does not
match search terms in titles) for some people than a bad-performing
search for everyone.
We will revisit the search performance topic in the next release cycle,
possibly with larger changes around indexing.
Refs #1738 , #1741 , #1764 .
2020-02-04 22:59:03 +01:00
Daniël Klabbers
1da4b72eac
improve queue error handling
2020-02-04 22:59:03 +01:00
Daniël Klabbers
55bdad55fc
added return type hint to memory cache
2020-02-04 22:59:03 +01:00
Daniël Klabbers
b603c7b336
add type hinting to settings repository
2020-02-04 22:59:03 +01:00