Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-09-15 14:05:46 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-09-15 14:05:46 +0300
commit0fbde758f0f9ea4ccadd7628aec08630d7d1ba71 (patch)
tree108a2eed27c2db60711c58104f6f1b74fb4e2397 /CHANGELOG.md
parent034882da5e9e0c1c3f88aea636900e616cfd4917 (diff)
wip 0.13.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64355085..3396564b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,44 @@
All notable changes to this project will be documented in this file.
+
+## 0.13.0
+
+- Feature: Circles Async is now available on every shares rendering the UX a lot smoother.
+- Feature: The stability of Circles Async is testable from the Admin Interface.
+- Feature: mail address can be added as a member of a Circle.
+- Feature: contact can be added as a member of a Circle.
+- Feature: When sharing a file to a Circle, all non-local member (Mail address or Contact) will receive a link to the shared files by mail.
+- Feature: the older Admin of a Circle becomes Owner if current Owner's account deleted. If the Circle has no Admin, the Circle is deleted.
+- Bugfix: Unexpected behaviour when an the account of a circle owner is removed from the cloud
+- Code: Automatic DI
+- New Command: ./occ circles:clean
+- API: The app will dispatch some events (by Vinicius Cubas Brand <viniciuscb@gmail.com>)
+
+
+ \OCA\Circles::onCircleCreation
+ \OCA\Circles::onCircleDestruction
+ \OCA\Circles::onMemberNew
+ \OCA\Circles::onMemberInvited
+ \OCA\Circles::onMemberRequesting
+ \OCA\Circles::onMemberLeaving
+ \OCA\Circles::onMemberLevel
+ \OCA\Circles::onMemberOwner
+ \OCA\Circles::onGroupLink
+ \OCA\Circles::onGroupUnlink
+ \OCA\Circles::onGroupLevel
+ \OCA\Circles::onLinkRequestSent
+ \OCA\Circles::onLinkRequestReceived
+ \OCA\Circles::onLinkRequestRejected
+ \OCA\Circles::onLinkRequestCanceled
+ \OCA\Circles::onLinkRequestAccepted
+ \OCA\Circles::onLinkRequestAccepting
+ \OCA\Circles::onLinkUp
+ \OCA\Circles::onLinkDown
+ \OCA\Circles::onLinkRemove
+ \OCA\Circles::onSettingsChange
+
+
## 0.12.4
- Fixing a migration bug.