kopia lustrzana https://github.com/nextcloud/social
changelog+appinfo
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/292/head
rodzic
6ae91e5ff9
commit
fbd95ddc0d
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
### 0.1.2
|
||||||
|
|
||||||
|
- [global] Fix Host Header on proxy setup
|
||||||
|
- [global] Delete object by objectId, not just by its Type+Id
|
||||||
|
- [global] Remove the ending slash from Id on webfinger
|
||||||
|
- [global] rewrite the exception handling during upstream request
|
||||||
|
- [global] Blind key rotation
|
||||||
|
- [request] Manage Update/Person and use signature date as creation on Person creation/update
|
||||||
|
- [request] check the status of queued request before forking process
|
||||||
|
- [request] fixing Accept header for Diaspora
|
||||||
|
- [UX] Integration of internal notification object in the stream.
|
||||||
|
|
||||||
|
|
||||||
### 0.1.1
|
### 0.1.1
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
|
||||||
github_account=nextcloud
|
github_account=nextcloud
|
||||||
branch=master
|
branch=master
|
||||||
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
|
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
|
||||||
version+=0.1.1
|
version+=0.1.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>0.1.1</version>
|
<version>0.1.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||||
|
|
Ładowanie…
Reference in New Issue