21.99.1 (22.0.0-alpha1)

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2021-05-03 11:47:31 -01:00
parent e0b0544ec0
commit 23585cb999
4 changed files with 22 additions and 29 deletions

View file

@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.
### 22.0.0 (NC22)
- compat nc22
- Full rewrite of the app for Nextcloud 22
- Type of Circles are gone, replaced by config flags
- first implementation of federated circles (2.0)
- first implementation of new ExtendedQueryBuilder
(changelog in progress)
### 0.20.6

View file

@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
version+=0.20.6
version+=21.99.1
all: appstore

View file

@ -1,27 +1,32 @@
# Nextcloud Circles
_**Important Notes**:
- `master` contains a version of Circles for NC22 and is not compatible with older version of Nextcloud_
- Because of the huge difference between the last version and version prior to 22.0.0, any bugfixes about Circles for NC21 and older version should be applied to stable21.
**Bring cloud-users closer together.**
![](https://raw.githubusercontent.com/nextcloud/circles/master/screenshots/0.12.0.png)
Circles allows your users to create their own groups of users/colleagues/friends.
Circles allow your users to create their own groups of users/colleagues/friends.
Those groups of users (or circles) can then be used by any other app for sharing purpose
(files, social feed, status update, messaging, …) through the Circles API
through the Circles API
***
# API (PHP & Javascript)
# API (PHP & Javascript) (Deprecated since NC22)
[Please visit our wiki to read more about the API.](https://github.com/nextcloud/circles/wiki)
# Configuration
# Installation
## Allow usage of Circles in non-SSL environments
(to be written)
In non-SSL environments (like on development setups) it is necessary to set two config flags for Circles:
# Documentation
`./occ config:app:set circles --value 1 allow_non_ssl_links`
(to be written)
`./occ config:app:set circles --value 1 local_is_non_ssl`
# Credits

View file

@ -5,25 +5,10 @@
<name>Circles</name>
<summary>Bring cloud-users closer together.</summary>
<description><![CDATA[Circles allows your users to create their own groups of users/colleagues/friends.
Those groups of users (or 'circles') can then be used by any other app for sharing purpose (files, social feed, status update, messaging, …).
Different type of circles can be created:
- A personal circle is a list of users known only to the owner.
This is the right option if you want to do recurrent sharing with the same group of people.
- A public circle is an open group visible to anyone willing to join.
Your circle will be visible to everyone and everyone will be able to join the circle.
- A closed circle requires invitation or confirmation by an admin.
This is the right circle if you are looking for privacy when sharing your files or ideas.
- An Secret circle is an open group that can be protected by a password.
Users won't be able to find this Circle using Nextcloud search engine.
Those groups of users (or 'circles') can then be used by any other app for sharing purpose.
]]>
</description>
<version>22.0.0</version>
<version>21.99.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>