1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 03:20:36 +02:00

Allow discussions to be hidden and restored

This commit is contained in:
Toby Zerner
2015-09-22 17:48:21 +09:30
parent c7ed189cf3
commit 264725d872
19 changed files with 321 additions and 23 deletions

View File

@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
### Added
- Allow discussions to be hidden and restored.
- External authentication (social login) API.
- API to set asset compiler filename.
- Migration generator, available via generate:migration console command.