David Sevilla Martin
42861dd986
Change implementation to add validation rules, of which 'required' is shown in the frontend
2020-01-24 15:41:25 +01:00
David Sevilla Martin
96d3ae22f2
Add required fields, incomplete configuration warning, and null transport
2020-01-24 15:41:25 +01:00
flarum-bot
6f6958dd6b
Bundled output for commit cb91d705c5
[skip ci]
2020-01-22 23:02:59 +00:00
David Sevilla Martín
cb91d705c5
Add Content for User page, preload user & throw 404 accordingly ( #1901 )
2020-01-23 00:01:26 +01:00
Franz Liedke
c80d704c0b
Convert another test
...
Test the request, not a controller (implementation detail). This also
focuses on the observable behavior instead of hacking our way into the
middleware pipeline in order to observe internal behavior.
The authenticated user is now determined by looking at the API response
to compare permissions and (non-)existing JSON keys.
2020-01-22 23:39:41 +01:00
Daniël Klabbers
96b8a97484
Merge pull request #68 from flarum/dk/1805-selected-tags
...
fixes showing which tags are selected
2020-01-21 13:57:03 +01:00
David Sevilla Martín
6697d3fb5e
Initial template for Stale bot configuration ( #1841 )
2020-01-18 02:06:36 +01:00
Julian Berger
d0a23b756c
Get translations from fallback catalogues ( #1961 )
2020-01-17 23:37:50 +01:00
Franz Liedke
152951f81b
Add backwards compatibility layer for mail drivers
...
Support the old format (a simple list of available fields), in addition
to the new format (a map from field names to their types + metadata).
This will be removed after beta.12 is released.
2020-01-14 11:45:44 +01:00
Franz Liedke
dac47b5571
Document changes in mail driver interface
2020-01-14 11:44:29 +01:00
Daniël Klabbers
de7715168a
prevent lingering permissions when unrestricting ( #65 )
...
Whenever a tag is no longer being restricted, a permission entry in
group_permission lingers around for `viewDiscussions`. This commit
removes all permissions configured after you stop restricting them.
Co-authored-by: Franz Liedke <franz@develophp.org >
2020-01-13 22:11:41 +01:00
Franz Liedke
4ee1816f63
Add translation for Mailgun region field
...
Refs flarum/core#1834.
Closes #144 .
2020-01-10 20:34:24 +01:00
flarum-bot
059a41f9f0
Bundled output for commit 7ca7150b37
[skip ci]
2020-01-10 17:18:42 +00:00
Vladimir Vinogradov
7ca7150b37
Add Mailgun region setting
...
Fixes #1834 .
2020-01-10 18:17:04 +01:00
flarum-bot
b2dffe6a0d
Bundled output for commit b966918fab
[skip ci]
2020-01-10 09:32:25 +00:00
Franz Liedke
b966918fab
Update Webpack
2020-01-10 10:31:17 +01:00
Franz Liedke
eb9ee85b9d
Ensure page parameters are always integers
2020-01-09 00:45:50 +01:00
Tariq Hussein
b92e5a214f
Replaced whereExists/whereNotExists with whereIn/whereNotIn ( #22 )
2020-01-08 22:02:28 +01:00
Franz Liedke
1782e19b57
Apply fixes from StyleCI
2020-01-07 23:47:56 +00:00
Matt Kilgore
a539eb9355
Change Zend to Laminas ( #71 )
2020-01-08 00:47:46 +01:00
Matt Kilgore
030798c455
Change Zend to Laminas ( #16 )
2020-01-08 00:47:36 +01:00
Matt Kilgore
d55daf2a8c
Change Zend namespace to Laminas ( #1963 )
...
Also ensure backwards compatibility for extensions that use the Zend framework but don't explicitly require it.
2020-01-06 22:29:34 +01:00
luceos
c31b004f0c
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-01-05 21:28:46 +00:00
Daniël Klabbers
536bfa7a34
Update LICENSE
2020-01-05 22:28:27 +01:00
Matt Kilgore
441d74f1af
Middleware extender ( #1952 )
2019-12-12 09:22:04 +01:00
flarum-bot
7eb3ece6ad
Bundled output for commit eeaf5227fd
[skip ci]
2019-12-10 14:40:37 +00:00
Franz Liedke
eeaf5227fd
Update Webpack
2019-12-10 15:38:56 +01:00
Franz Liedke
5ef3bacdfd
Catch more exceptions during boot process
...
This extends our boot exception handling block to also catch and format
all exceptions that could be thrown while building our request handler,
i.e. the middleware stack handling requests.
The only exceptions that would now not be handled in this way could be
raised by Zend's `RequestHandlerRunner` and its delegates, which we
should be able to rely on.
Exceptions on request execution will be handled by the error handler in
the middleware stack.
Fixes #1607 .
2019-12-07 01:16:48 +01:00
w-4
1293b95fc1
Fix update page with custom base path ( #1947 )
...
Calling UpdateHandler causes RouteNotFoundException when basepath is not /.
2019-12-04 23:37:33 +01:00
Franz Liedke
37c7df703f
Link to security policy from README
2019-12-04 21:51:53 +01:00
Franz Liedke
250fb504ae
FUNDING.yml does not inherit
2019-12-04 21:42:40 +01:00
Franz Liedke
41874988d5
Add a custom FUNDING.yml file for this repository
...
Let's hope GitHub inherits the lines from our default community health
files at https://github.com/flarum/.github .
2019-12-04 21:41:41 +01:00
Franz Liedke
04ba8e95eb
Update LICENSE to allow auto-detection
2019-12-04 21:17:33 +01:00
Daniël Klabbers
dbd343a163
Update CHANGELOG.md
2019-12-02 10:36:41 +01:00
Daniel Klabbers
6313513dd9
releasing beta 11.1
2019-12-02 09:28:48 +01:00
Franz Liedke
93c66d913a
Fix implementations of settings repo interface
2019-12-01 22:10:58 +01:00
Franz Liedke
c52dad116c
Update copyright claims in LICENSE
2019-11-30 00:34:03 +01:00
Franz Liedke
79c7cf00d4
Apply fixes from StyleCI
2019-11-29 23:17:19 +00:00
Franz Liedke
c9beb17f24
Apply fixes from StyleCI
2019-11-29 23:17:08 +00:00
Franz Liedke
ed82bcdef5
Apply fixes from StyleCI
2019-11-29 23:16:58 +00:00
Franz Liedke
fc787924de
Apply fixes from StyleCI
2019-11-29 23:02:40 +00:00
Franz Liedke
5c7d2bb9f2
Apply fixes from StyleCI
2019-11-29 23:02:35 +00:00
Franz Liedke
907cc2fbe7
Apply fixes from StyleCI
2019-11-29 23:02:31 +00:00
Franz Liedke
e9f298bf89
Apply fixes from StyleCI
2019-11-29 23:02:29 +00:00
Franz Liedke
5add057eed
Apply fixes from StyleCI
2019-11-29 23:02:20 +00:00
Franz Liedke
3390bd5b02
Apply fixes from StyleCI
2019-11-29 23:02:17 +00:00
Franz Liedke
99a003100e
Apply fixes from StyleCI
2019-11-29 23:02:13 +00:00
Franz Liedke
1424fd2211
Apply fixes from StyleCI
2019-11-29 23:02:10 +00:00
Franz Liedke
af13438c76
Apply fixes from StyleCI
2019-11-29 23:02:05 +00:00
Franz Liedke
e64ca03985
Apply fixes from StyleCI
2019-11-29 23:02:02 +00:00