1
0
mirror of https://github.com/flarum/core.git synced 2025-08-26 09:34:59 +02:00
Commit Graph

8263 Commits

Author SHA1 Message Date
flarum-bot
38174cfa2b Bundled output for commit 6117c1231a [skip ci] 2020-03-06 16:53:22 +00:00
Alexander Skvortsov
6117c1231a Add title and description meta tags (#72) 2020-03-06 17:52:30 +01:00
Ian Morland
c2f8aeeecc Improve performance of subqueries (#75) 2020-03-06 15:12:34 +01:00
Franz Liedke
7096da722e Add a baseline test for the middleware extender
Refs #2017.
2020-03-06 15:05:16 +01:00
Franz Liedke
774dd10bf5 Fix typo 2020-03-06 15:05:15 +01:00
Franz Liedke
a1a2b35221 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-03-06 13:55:39 +00:00
Matt Kilgore
390b529da7 Test Middleware extender (#2017) 2020-03-06 14:55:21 +01:00
Daniël Klabbers
18ebf34635 start using a dev stability version constant during the cycle 2020-03-05 10:50:30 +01:00
Franz Liedke
00e4b44abc Remove deprecated ConfigureMiddleware Event (#2032) 2020-03-04 23:02:05 +01:00
Franz Liedke
f6b4985347 Remove deprecated Flarum\Util\Str class 2020-03-04 22:59:14 +01:00
Franz Liedke
6b20c92be2 Remove mail settings backwards compatibility layer 2020-03-04 22:58:15 +01:00
Franz Liedke
1b66612e11 Merge branch 'refs/heads/v0.1.0-beta.12'
# Conflicts:
#	composer.json
2020-03-04 22:56:37 +01:00
Daniël Klabbers
2813bc79ed update deps, remove author 2020-03-04 12:08:08 +01:00
Daniël Klabbers
90c6f3f567 updated core developers in authors 2020-03-03 15:47:00 +01:00
Daniël Klabbers
f8355e661a Update Application.php
updated version constant for b12
2020-03-03 15:38:15 +01:00
Daniël Klabbers
b2704c3929 update deps, remove author 2020-03-03 15:35:10 +01:00
Daniël Klabbers
aa6ace8699 changelog for beta 12 2020-03-03 14:59:14 +01:00
Daniël Klabbers
c46edb0223 update deps, remove author 2020-03-03 14:59:01 +01:00
Daniël Klabbers
30590f718a remove author, updated deps 2020-03-03 14:51:42 +01:00
Daniël Klabbers
b7ac4796d3 remove author, updated deps 2020-03-03 14:49:56 +01:00
Daniël Klabbers
2ee8093099 changelog for b12 2020-03-03 14:49:39 +01:00
Daniël Klabbers
8f3d9dfee1 remove author, updated deps 2020-03-03 14:40:42 +01:00
Daniël Klabbers
06b21b3fc5 remove author, updated deps 2020-03-03 14:33:22 +01:00
Daniël Klabbers
535f32740c remove author, updated deps 2020-03-03 14:31:34 +01:00
Daniël Klabbers
090483e3ab remove author, updated deps 2020-03-03 14:29:50 +01:00
Daniël Klabbers
a2c02a5a2e remove author, updated deps 2020-03-03 14:21:27 +01:00
Daniël Klabbers
17a9e1f0ab Merge pull request #13 from flarum/mk/2033-hide-mentions-spoilers
Hide mentions in inline spoilers
2020-03-03 14:08:45 +01:00
Daniël Klabbers
a922418bbe remove author, updated deps 2020-03-03 14:07:06 +01:00
Daniël Klabbers
7afae64629 remove author, updated deps 2020-03-03 13:59:55 +01:00
Daniël Klabbers
7d5a1b2db6 changelog for beta 12 2020-03-03 13:59:36 +01:00
Daniël Klabbers
ea60da9ee5 Merge pull request #17 from the-turk/master
Fix notifications for [deleted] users
2020-03-03 13:57:25 +01:00
Daniël Klabbers
01ebd41bcd added heading for type of commit 2020-03-03 13:55:28 +01:00
Daniël Klabbers
7583faf9ed remove author, updated deps 2020-03-03 13:53:12 +01:00
Daniël Klabbers
2c4813f7e1 updated changelog for beta 12 2020-03-03 13:52:44 +01:00
Daniël Klabbers
a3455b7f30 remove author, updated deps 2020-03-03 13:27:43 +01:00
Daniël Klabbers
0ea1d50360 remove author, updated deps 2020-03-03 13:26:41 +01:00
Daniël Klabbers
39a6dc0e19 remove author, updated deps 2020-03-03 13:18:20 +01:00
Daniël Klabbers
d87bcc52dd remove author, updated deps 2020-03-03 13:15:01 +01:00
Matthew Kilgore
8a71c6f17d Hide mentions in inline spoilers
Fixes #2033
2020-03-01 09:52:30 -05:00
Alexander Skvortsov
6577842b7a Drop support for PHP 7.1 (#2014)
* Updated PHP requirement to 7.2

* Set wikimedia less version to 1.8

* Indentation fix on composer json

* Revert "Set wikimedia less version to 1.8"

This reverts commit 22d862fd98.
2020-02-27 00:52:03 +01:00
Franz Liedke
1a3f90daef Re-add mail settings backwards compatibility layer 2020-02-26 23:11:22 +01:00
Franz Liedke
50ea61b524 Require new mail driver methods, remove BC layer 2020-02-26 22:56:09 +01:00
Alexander Skvortsov
ccf11480bf Removed support for SES Mail Driver (#2011) 2020-02-26 22:36:27 +01:00
Alexander Skvortsov
9ef640fa44 Remove Zend compatability bridge (#2010) 2020-02-26 22:29:44 +01:00
Franz Liedke
3e154f9c25 Re-add util class and mark it as deprecated
This would be the only breaking change in beta.12. Let's stick to our
backwards compatibility promise / intentions as much as possible, even
if we assume the class has not been used anywhere.

This BC layer will be removed again for beta.13.

Refs #1975.
2020-02-26 22:14:23 +01:00
Franz Liedke
a41fef8d25 Prepare changelog for beta.12 release 2020-02-26 21:10:52 +01:00
the-turk
08bcdbd8da notification fix 2020-02-26 20:13:12 +03:00
flarum-bot
45d1b57522 Bundled output for commit 9a17784600 [skip ci] 2020-02-26 10:42:17 +00:00
Daniël Klabbers
9a17784600 Merge pull request #76 from flarum/ds/fix-align-color-issues
Fix alignments and checked colors in TagDiscussionModal
2020-02-26 11:40:16 +01:00
flarum-bot
8bfd6bfb80 Bundled output for commit b94ce4993a [skip ci] 2020-02-26 07:03:38 +00:00