Franz Liedke
b14da91a98
Run integration tests in a transaction
2021-01-05 22:47:19 -05:00
Alexander Skvortsov
fb7ffc2351
Fix IOS scroll menu bug ( #2527 )
...
Fixes https://github.com/flarum/core/issues/1959
These transform lines are known to cause issues on iOS, and were added to hack around chrome issues that have since been fixed upstream.
2021-01-05 19:40:11 -05:00
flarum-bot
ed6035c674
Bundled output for commit 3b838dfd01
[skip ci]
2021-01-05 21:41:50 +00:00
SKmedix
3b838dfd01
🐛 Make sure summed value is a number ( #14 )
2021-01-05 16:41:00 -05:00
Sami Mazouz
111f615c60
Add default value to Settings extender ( #2495 )
2021-01-05 01:28:25 -05:00
Robert Korulczyk
be9d498614
Register locale extender to refresh translations after enabling extension ( #2 )
2020-12-23 16:10:51 -05:00
Qiaeru
135c662cf7
Fix some typos ( #181 )
2020-12-23 15:05:09 -05:00
Ian Morland
d368aa4e55
Fix incorrect display_name showing in email notifications ( #59 )
2020-12-21 12:43:27 -05:00
Daniël Klabbers
833dfb1fae
changes for beta 15
2020-12-20 21:16:48 +01:00
Daniël Klabbers
7a6284c760
npm audit fix
2020-12-20 20:55:51 +01:00
flarum-bot
f9ee8e02fd
Bundled output for commit 445923fb11
[skip ci]
2020-12-20 17:15:07 +00:00
Sami Mazouz
445923fb11
Add ExtensionPermissionGrid to compat ( #2501 )
2020-12-20 12:14:00 -05:00
Daniël Klabbers
4fc2f1ae56
beta 15 changelog and version constant
2020-12-18 20:02:22 +01:00
Robert Korulczyk
0892b83c88
Fix appearance title typo ( #180 )
2020-12-17 20:50:15 -05:00
Alexander Skvortsov
c9b9c1ddce
Properly return allow / deny instead of boolean
2020-12-17 19:51:53 -05:00
Alexander Skvortsov
64d965fa17
Fix logic for determining whether users can add tags to a discussion
2020-12-16 17:31:44 -05:00
Alexander Skvortsov
c099c96703
Fix old-style return true
in policy
2020-12-16 17:31:02 -05:00
Daniël Klabbers
dcea305864
Fixes validation failures of avatars that are jpg/jpeg ( #2497 )
...
Due to a commit by @fabpot in october, the mimetypes symfony class
now re-orders the shortened mimetypes that are returned when looking
up based on header mimetype. Our validator uses the first key, pops
the prefix off and then matches against our hardcoded array.
I've added a constraint to symfony/mime ^5.2.0 which ships with this change.
This constraint is fully compatible with our current lineup. In addition
I changed the hardcoded array to use the first entry from symfony mime types
now `jpg` instead of `jpeg`.
2020-12-16 13:53:17 -05:00
flarum-bot
2d22a8a1cd
Bundled output for commit 68b0554c2f
[skip ci]
2020-12-15 22:50:49 +00:00
Alexander Skvortsov
68b0554c2f
Support multiple callback-based settings per-extension
2020-12-15 17:49:24 -05:00
Daniël Klabbers
765254c4f5
changelog and constraint for beta 15
2020-12-15 09:41:50 +01:00
Daniël Klabbers
9429b229bb
npm audit fix
2020-12-15 09:34:41 +01:00
Daniël Klabbers
064d1f5eb6
changelog and constraint for beta 15
2020-12-15 09:33:50 +01:00
Daniël Klabbers
e0979861fe
npm audit fix
2020-12-15 09:31:08 +01:00
Daniël Klabbers
1b69d455d1
changelog and constraint for beta 15
2020-12-15 09:30:15 +01:00
Daniël Klabbers
a30a5aefce
npm audit fix
2020-12-15 09:29:29 +01:00
Daniël Klabbers
8e3e51a613
changelog and constraint for beta 15
2020-12-15 09:28:40 +01:00
Daniël Klabbers
69997f188b
npm audit fix
2020-12-15 09:27:52 +01:00
Daniël Klabbers
aaf3bc309c
changelog and constraint for beta 15
2020-12-15 09:26:39 +01:00
Daniël Klabbers
22a5b3e381
npm audit fix
2020-12-15 09:24:26 +01:00
Daniël Klabbers
d93c80fdba
changelog and constraint for beta 15
2020-12-15 09:22:33 +01:00
Daniël Klabbers
afcd0dc511
npm audit fix
2020-12-15 09:20:31 +01:00
Daniël Klabbers
3b59e80955
changelog and constraint for beta 15
2020-12-15 09:18:59 +01:00
Daniël Klabbers
5f8a4009fe
changelog and constraint for beta 15
2020-12-15 09:15:26 +01:00
Daniël Klabbers
80101d52a9
npm audit fix
2020-12-15 09:15:26 +01:00
Daniël Klabbers
1df1b136aa
changelog and constraint for beta 15
2020-12-15 09:04:29 +01:00
Daniël Klabbers
d6c7f5b921
npm audit fix
2020-12-15 09:03:27 +01:00
Daniël Klabbers
46966c29ac
npm audit fix
2020-12-15 08:43:59 +01:00
Daniël Klabbers
467d49f938
changelog and constraint for beta 15
2020-12-14 23:23:48 +01:00
Alexander Skvortsov
6ed4442ea6
Clarify that request
argument of render
callbacks for Formatter
must be either nullable or omitted
2020-12-14 17:20:35 -05:00
Daniël Klabbers
211f36df35
changelog and constraint for beta 15
2020-12-14 23:19:25 +01:00
Daniël Klabbers
51f0d7e25d
npm audit fix
2020-12-14 23:15:29 +01:00
Alexander Skvortsov
8f2e76d966
Deprecate CheckingForFlooding
...
This should have been done earlier as part of the ThrottleApi PR
2020-12-14 17:12:05 -05:00
Daniël Klabbers
9f065ee973
changelog and constraint for beta 15
2020-12-14 22:36:54 +01:00
Daniël Klabbers
632cb165d8
npm audit fix
2020-12-14 22:36:47 +01:00
Daniël Klabbers
d6751934bd
changelog and constraint for beta 15
2020-12-14 22:14:15 +01:00
Daniël Klabbers
a661d3450e
Merge pull request #33 from flarum/dependabot/npm_and_yarn/js/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7 in /js
2020-12-14 22:12:13 +01:00
Daniël Klabbers
abf29bd77b
npm audit fix
2020-12-14 21:34:57 +01:00
Daniël Klabbers
540e23e03f
changelog and constraint for beta 15
2020-12-14 21:33:40 +01:00
Daniël Klabbers
24519534cc
fix incorrect version compare for beta 14 to 15
2020-12-14 21:31:13 +01:00