Commit Graph

8565 Commits

Author SHA1 Message Date
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
Daniël Klabbers
2cc8bf607c changelog and constraint for beta 15 2020-12-14 21:15:22 +01:00
Daniël Klabbers
a509feb080 changelog and constraint for beta 15 2020-12-14 21:03:48 +01:00
Daniël Klabbers
4dcc9036d7 npm audit fix 2020-12-14 21:01:47 +01:00
Daniël Klabbers
739386bf81 npm audit fix 2020-12-14 21:00:19 +01:00
Daniël Klabbers
ba1eb76845 changelog and constraint for beta 15 2020-12-14 20:49:51 +01:00
flarum-bot
c2b3bfe1d9 Bundled output for commit a7306addf1 [skip ci] 2020-12-14 19:07:44 +00:00
Alexander Skvortsov
a7306addf1 Fix scroll on long discussions
- Anchor scroll when inserting post placeholders
- Indicate that pages are loading at start of `loadPage`, which allows `onscroll` to not request that multiple pages be loaded at the same time

These changes are particularly applicable to firefox, where previously, dozens of posts could be skipped at a time if scroll up was held while at the top of the viewport.
2020-12-14 14:06:32 -05:00
Alexander Skvortsov
198f8ae870 Ensure nullable arguments are indeed nullable 2020-12-13 16:38:24 -05:00