mirror of
https://github.com/flarum/flarum.git
synced 2025-06-23 00:00:10 -04:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4bbaae25f6 | ||
|
ecb5b6b9ab | ||
|
5d98f8965b | ||
|
30bc7b40ce | ||
|
fb04e78b1f | ||
|
177e6e16d0 | ||
|
b0316baf72 | ||
|
0be676095d | ||
|
887f9e288c | ||
|
9ad5d2cb18 |
@ -5,10 +5,12 @@ location / {
|
|||||||
|
|
||||||
# Uncomment the following lines if you are not using a `public` directory
|
# Uncomment the following lines if you are not using a `public` directory
|
||||||
# to prevent sensitive resources from being exposed.
|
# to prevent sensitive resources from being exposed.
|
||||||
|
# <!-- BEGIN EXPOSED RESOURCES PROTECTION -->
|
||||||
# location ~* ^/(\.git|composer\.(json|lock)|auth\.json|config\.php|flarum|storage|vendor) {
|
# location ~* ^/(\.git|composer\.(json|lock)|auth\.json|config\.php|flarum|storage|vendor) {
|
||||||
# deny all;
|
# deny all;
|
||||||
# return 404;
|
# return 404;
|
||||||
# }
|
# }
|
||||||
|
# <!-- END EXPOSED RESOURCES PROTECTION -->
|
||||||
|
|
||||||
# The following directives are based on best practices from H5BP Nginx Server Configs
|
# The following directives are based on best practices from H5BP Nginx Server Configs
|
||||||
# https://github.com/h5bp/server-configs-nginx
|
# https://github.com/h5bp/server-configs-nginx
|
||||||
|
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,5 +1,24 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.8.0](https://github.com/flarum/flarum/compare/v1.7.0...v1.8.0)
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
|
## [1.7.0](https://github.com/flarum/flarum/compare/v1.6.0...v1.7.0)
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
|
## [1.6.0](https://github.com/flarum/flarum/compare/v1.5.0...v1.6.0)
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
|
## [1.5.0](https://github.com/flarum/flarum/compare/v1.4.0...v1.5.0)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Update copyright [#85]
|
||||||
|
- Link logo to official website [#84]
|
||||||
|
|
||||||
## [1.4.0](https://github.com/flarum/flarum/compare/v1.3.0...v1.4.0)
|
## [1.4.0](https://github.com/flarum/flarum/compare/v1.3.0...v1.4.0)
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2019-2021 Stichting Flarum (Flarum Foundation)
|
Copyright (c) 2019-2022 Stichting Flarum (Flarum Foundation)
|
||||||
Copyright (c) 2014-2019 Toby Zerner (toby.zerner@gmail.com)
|
Copyright (c) 2014-2019 Toby Zerner (toby.zerner@gmail.com)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<p align="center"><img src="https://flarum.org/assets/img/logo.png"></p>
|
<p align="center">
|
||||||
|
<a href="https://flarum.org/"><img src="https://flarum.org/images/flarum.svg"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://packagist.org/packages/flarum/core"><img src="https://poser.pugx.org/flarum/core/d/total.svg" alt="Total Downloads"></a>
|
<a href="https://packagist.org/packages/flarum/core"><img src="https://poser.pugx.org/flarum/core/d/total.svg" alt="Total Downloads"></a>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"docs": "https://docs.flarum.org/"
|
"docs": "https://docs.flarum.org/"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^1.4",
|
"flarum/core": "^1.8",
|
||||||
"flarum/approval": "*",
|
"flarum/approval": "*",
|
||||||
"flarum/bbcode": "*",
|
"flarum/bbcode": "*",
|
||||||
"flarum/emoji": "*",
|
"flarum/emoji": "*",
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# Uncomment the following lines if you are not using a `public` directory
|
# Uncomment the following lines if you are not using a `public` directory
|
||||||
# to prevent sensitive resources from being exposed.
|
# to prevent sensitive resources from being exposed.
|
||||||
|
# <!-- BEGIN EXPOSED RESOURCES PROTECTION -->
|
||||||
# RewriteRule /\.git / [F,L]
|
# RewriteRule /\.git / [F,L]
|
||||||
# RewriteRule ^auth\.json$ / [F,L]
|
# RewriteRule ^auth\.json$ / [F,L]
|
||||||
# RewriteRule ^composer\.(lock|json)$ / [F,L]
|
# RewriteRule ^composer\.(lock|json)$ / [F,L]
|
||||||
@ -13,6 +14,7 @@
|
|||||||
# RewriteRule ^flarum$ / [F,L]
|
# RewriteRule ^flarum$ / [F,L]
|
||||||
# RewriteRule ^storage/(.*)?$ / [F,L]
|
# RewriteRule ^storage/(.*)?$ / [F,L]
|
||||||
# RewriteRule ^vendor/(.*)?$ / [F,L]
|
# RewriteRule ^vendor/(.*)?$ / [F,L]
|
||||||
|
# <!-- END EXPOSED RESOURCES PROTECTION -->
|
||||||
|
|
||||||
# Pass requests that don't refer directly to files in the filesystem to index.php
|
# Pass requests that don't refer directly to files in the filesystem to index.php
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user