Merge branch '0.6' of github.com:appwrite/appwrite into database-ui

This commit is contained in:
Eldad Fux 2020-04-18 17:00:08 +03:00
commit 9a686146fd
4 changed files with 6 additions and 9 deletions

View file

@ -3,6 +3,7 @@
## Features
* New locale for Khmer
* Added TypeScript type hinting to the JS SDK (@zevektor)
## Breaking Changes

View file

@ -125,7 +125,7 @@ This will allow the Appwrite community to have sufficient discussion about the n
This is also important for the Appwrite lead developers to be able to give technical input and different emphasize regarding the feature design and architecture.
## Setup
## Setup From Source
To set up a working **development environment**, just fork the project git repository and install the backend and frontend dependencies using the proper package manager and create run the docker-compose stack.
@ -138,10 +138,6 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git
cd appwrite
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
npm install
docker-compose up -d
```

View file

@ -2,4 +2,4 @@ The account service allows you to authenticate and manage a user account. You ca
You can authenticate the user account by using multiple sign-in methods available. Once the user is authenticated, a new session object will be created to allow the user to access his or her private data and settings.
This service also exposes an endpoint to save and read the [user preferences](/docs/account#updatePrefs) as a key-value object. This feature is handy if you want to allow extra customization in your app. Common usage for this feature may include saving the user preferred locale, timezone, or custom app theme. The usage of this feature is only limited only by your imagination.
This service also exposes an endpoint to save and read the [user preferences](/docs/account#updatePrefs) as a key-value object. This feature is handy if you want to allow extra customization in your app. Common usage for this feature may include saving the user preferred locale, timezone, or custom app theme.

View file

@ -1,5 +1,5 @@
The avatars service aims to help you complete everyday tasks related to your app image, icons, and avatars. Using this service, we hope to save you some precious time and help you focus on solving your real app challenges.
The avatars service aims to help you complete everyday tasks related to your app image, icons, and avatars.
The Avatars service allows you to fetch countries' flags, browser icons, payment methods logos, remote websites favicons, generate QR codes, and manipulate remote images URLs.
The Avatars service allows you to fetch country flags, browser icons, payment methods logos, remote websites favicons, generate QR codes, and manipulate remote images URLs.
All endpoints in this service allow you to resize, crop, and change the output image quality to best fit in your app both in terms of look and performance.
All endpoints in this service allow you to resize, crop, and change the output image quality for maximum performance and visibility in your app.