flarum-bot
a08068b112
Bundled output for commit 60149fbe15
[skip ci]
2018-11-12 01:14:08 +00:00
Toby Zerner
60149fbe15
Merge pull request #1634 from clarkwinkelmann/fix-scrubber-index
...
Fix scrubber index exceeding post count
2018-11-12 11:40:29 +10:30
Clark Winkelmann
13c593cbaa
Fix notification isRead value not being updated in API update response ( #1635 )
2018-11-12 00:14:13 +01:00
Toby Zerner
f7a320bcca
Boot new application instance before enabling extensions. fixes #1587 ( #1631 )
2018-11-12 00:01:17 +01:00
Franz Liedke
b980c6fb7d
Remove unused default constructor
2018-11-11 23:52:47 +01: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
Toby Zerner
222e3c3fe2
Log errors that occur in the API stack
...
This takes place only in the FallbackExceptionHandler. Having a custom
exception handler implies that a friendly message is displayed in the
API response, in which case we can bet that the exception won't need to
be "debugged" per se.
2018-11-11 18:00:57 +10:30
Toby Zerner
903c1e329d
Stop logging errors that use a custom view
...
Having a custom view implies that a friendly message is displayed to
the user, in which case we can bet that the exception won't need to be
"debugged" per se.
2018-11-11 17:57:55 +10:30
Toby Zerner
295a007cd5
Catch Throwables so that we handle internal PHP errors too
2018-11-11 17:54:19 +10:30
flarum-bot
66404e1f61
Bundled output for commit bf8bc0222f
[skip ci]
2018-11-11 06:35:34 +00:00
Toby Zerner
64e43ec9a4
Apply fixes from StyleCI ( #1632 )
...
[ci skip] [skip ci]
2018-11-11 17:01:34 +10:30
Toby Zerner
bf8bc0222f
Delete associated notifications when deleting discussions, posts, and users. fixes #1380
2018-11-11 16:59:24 +10:30
Toby Zerner
6d14d0c39b
Perform visibility checks on notification subjects at the query level
...
This will prevent a notification from being seen by a user if its
subject is deleted or undergoes some kind of permission change (eg.
a discussion is moved into a private tag)
ref #1380
2018-11-11 16:58:08 +10:30
Toby Zerner
17fdc0ebe0
Consolidate Post visibility logic into the PostPolicy
...
A post can only be seen if the discussion in which it resides can be
seen. The logic for this belongs in the policy, not the model.
2018-11-11 16:54:15 +10:30
Toby Zerner
9de786d1e6
Fix notification list not displaying "empty" message
2018-11-11 16:46:54 +10:30
Toby Zerner
b92ae61294
Always allow users to see their own account. fixes #1626
2018-11-11 14:25:21 +10:30
Franz Liedke
e99f7fcdac
Fix leak of private information when updating users
...
Fixes #1628 .
2018-11-09 12:02:26 +01:00
Franz Liedke
009ddcdb63
Add regression test for email crawling vulnerability
...
Refs #1628 .
2018-11-09 12:02:26 +01:00
Franz Liedke
d021dc2399
Move trait to base test class
...
This way, its properties can be overwritten in subclasses of
`ApiControllerTestCase`. This isn't allowed when those subclasses
use the trait directly.
2018-11-09 12:02:21 +01:00
Daniël Klabbers
1fff5dbbbc
add security address in issue template as well ( #1630 )
...
as per suggestion by @CDK2020, let's also add an important statement in the issue template
2018-11-09 10:02:20 +01:00
Daniël Klabbers
4de5accfc1
add security email address in flarum/core readme ( #1629 )
...
Let's make the security email address even more visible.
2018-11-08 23:41:51 +01:00
Daniël Klabbers
bb0fc165af
[b8] master token fix ( #1622 )
...
* fixed not being able to use master token because id column no longer holds key
* added flexibility of user_id column
* added tests to confirm the api keys actually work as intended
2018-11-07 22:34:09 +01:00
flarum-bot
fb185f70cd
Bundled output for commit f283f0c7bd
[skip ci]
2018-11-07 21:20:16 +00:00
Franz Liedke
3b630cb03e
Restore horizontal overflow for permission grid
...
Refs #1627 .
2018-11-07 22:17:16 +01:00
Clark Winkelmann
f283f0c7bd
Use ItemList for EditGroupModal fields ( #1625 )
2018-11-07 22:15:19 +01:00
David Sevilla Martín
4b915c688c
Remove overflow from .PermissionsPage-permissions ( #1627 )
2018-11-06 22:41:21 +01:00
Toby Zerner
83e99ed5a5
Merge pull request #1623 from flarum/luceos-patch-1
...
Update AccessToken.php
2018-11-02 07:12:23 +10:30
Daniël Klabbers
a09894a906
Update AccessToken.php
...
Fixes phpdoc while working on #1622
2018-11-01 10:56:45 +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
Daniël Klabbers
c446c5cc61
fixes author gambit when used with fulltext search, added test to cover ( #1620 )
...
* fixes author gambit when used with fulltext search, added test to cover
* Apply fixes from StyleCI
[ci skip] [skip ci]
2018-10-29 23:01:25 +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
Franz Liedke
a1948e7bb8
Fix installation in subdirectory
...
Fixes #1604 .
2018-10-26 00:27:35 +02:00
Franz Liedke
4775535421
Fix tests
2018-10-24 22:38:47 +02:00
Franz Liedke
2392e06c0e
Apply fixes from StyleCI ( #1616 )
...
[ci skip] [skip ci]
2018-10-24 22:20:15 +02:00
Franz Liedke
e3e10a8fc3
Allow setting all paths when instantiating Site
...
Fixes #1592 .
2018-10-24 22:19:09 +02:00
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
Toby Zerner
0e3b0fc5a0
Update forgotten column name
2018-10-23 20:52:09 +10:30
Franz Liedke
21b3737dc2
Merge pull request #1608 from flarum/fl/1602-extend-frontend-document
...
New extender for adding variables to HtmlDocument payload
2018-10-21 22:34:22 +02:00
Franz Liedke
4ed1d0aaee
New extender for adding variables to HtmlDocument payload
...
Fixes #1602 .
2018-10-21 20:45:19 +02:00
Franz Liedke
86b26ce2fb
Tweak ContentInterface so that callables can be used as well
2018-10-21 20:41:45 +02:00
Toby Zerner
eafc637475
Prevent long words/content from stretching the discussion list width
2018-10-21 14:47:41 +10:30
Daniël Klabbers
a03f243ca5
Fixes logging in with access token ( #1605 )
...
Seems the created_at column has no default value. This was always the case, at least that's what I can tell from a clean install and no migrations changing that default value.
```
$table->timestamp('created_at');
```
2018-10-21 01:21:34 +02:00
Toby Zerner
5f5e1c512c
Load extensions in the configured order
2018-10-20 22:21:39 +10:30
Toby Zerner
a4d540f74b
Don't require paths to be set in config - use sensible defaults
2018-10-18 19:27:03 +10:30
Tristian Kelly
c23af9550e
Broader system font stack ( #1600 )
2018-10-17 23:55:41 +02:00
David Sevilla Martín
8fd3e8908c
Align search icon on search bar ( #1599 )
2018-10-16 20:40:39 +02:00