Merge branch 'next-minor' into develop
This commit is contained in:
commit
f1d71eb592
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
## Refactor
|
## Refactor
|
||||||
* Don't print a warning when starting the server outside a Git repo [#7712](https://github.com/diaspora/diaspora/pull/7712)
|
* Don't print a warning when starting the server outside a Git repo [#7712](https://github.com/diaspora/diaspora/pull/7712)
|
||||||
* Make script/server work on readonly filesystems [#7719](https://github.com/diaspora/diaspora/pull/7719)
|
* Make script/server work on readonly filesystems [#7719](https://github.com/diaspora/diaspora/pull/7719)
|
||||||
|
* Add camo paths to the robots.txt [#7726](https://github.com/diaspora/diaspora/pull/7726)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Prevent duplicate mention notifications when the post is received twice [#7721](https://github.com/diaspora/diaspora/pull/7721)
|
* Prevent duplicate mention notifications when the post is received twice [#7721](https://github.com/diaspora/diaspora/pull/7721)
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,4 @@
|
||||||
User-Agent: *
|
User-Agent: *
|
||||||
Disallow: /people/
|
Disallow: /people/
|
||||||
Disallow: /u/
|
Disallow: /u/
|
||||||
|
Disallow: /camo/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue