1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Updated structures

This commit is contained in:
Eldad Fux 2020-06-21 16:31:51 +03:00
parent 9d6f5df541
commit 9462e1c75b
12 changed files with 15 additions and 20 deletions

View file

@ -2,14 +2,6 @@
## Features
<<<<<<< HEAD
- New route in Locale API to fetch a list of languages
- New and consistent response format for all API object + new response examples in the docs
- Removed user roles attribute from user object (can be fetched from /v1/teams/memberships) **
- Removed type attribute from session object response (used only internally)
- ** - might be changed before merging to master
=======
- New route in Locale API to fetch a list of languages (@TorstenDittmann)
- Added Google Fonts to Appwrite for offline availability
- Added a new route in the Avatars API to get user initials avatar
@ -26,7 +18,10 @@
- Upgraded Redis Resque queue library to version 1.3.6
- Added container names to docker-compose.yml (@drandell)
- Upgraded ClamAV container image to version 1.0.9
>>>>>>> 0abfa5e5fc2ff2d43a43426fbdaf90b62315c8e9
- - New and consistent response format for all API object + new response examples in the docs
- Removed user roles attribute from user object (can be fetched from /v1/teams/memberships) **
- Removed type attribute from session object response (used only internally)
- ** - might be changed before merging to master
## Bug Fixes

View file

@ -94,7 +94,7 @@ RUN \
add-apt-repository ppa:certbot/certbot && \
apt-get update && \
apt-get install -y --no-install-recommends --no-install-suggests php$PHP_VERSION php$PHP_VERSION-fpm \
php$PHP_VERSION-mysqlnd php$PHP_VERSION-curl php$PHP_VERSION-imagick php$PHP_VERSION-mbstring php$PHP_VERSION-dom webp certbot && \
php$PHP_VERSION-mysqlnd php$PHP_VERSION-curl php$PHP_VERSION-imagick php$PHP_VERSION-mbstring php$PHP_VERSION-dom php$PHP_VERSION-yaml webp certbot && \
# Nginx
wget http://nginx.org/download/nginx-1.19.0.tar.gz && \
tar -xzvf nginx-1.19.0.tar.gz && rm nginx-1.19.0.tar.gz && \

View file

@ -4,7 +4,7 @@ namespace Appwrite\Response;
use Exception;
use Appwrite\Database\Document;
use Appwrite\Response\Results\User;
use Appwrite\Response\Result\User;
use Utopia\Response as UtopiaResponse;
class Response extends UtopiaResponse

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Response\Results;
namespace Appwrite\Response\Result;
use Appwrite\Database\Database;
use Appwrite\Response\Result;