Jake Barnby
e5b9e261c5
Upcase type names
2022-09-29 17:53:07 +13:00
Jake Barnby
6c81069b27
Custom type serialization fixes
2022-09-29 17:51:53 +13:00
Jake Barnby
5e1bb655dc
Fix scrypt algo response model rule default types
2022-09-29 16:54:01 +13:00
Christy Jacob
3b802e9ba6
Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools
2022-09-27 20:59:50 +05:30
Eldad A. Fux and GitHub
b575df867e
Merge pull request #3789 from appwrite/feat-app-region
...
Feat app region
2022-09-25 15:04:56 +03:00
Damodar Lohani
8c6ef5b26f
pass region in constructors
2022-09-25 05:41:13 +00:00
Damodar Lohani
895e12c29b
monthly period not supported
2022-09-25 02:08:42 +00:00
Damodar Lohani
4969ceadd4
add project internal id to the timeseries tats
2022-09-25 02:07:26 +00:00
Eldad A. Fux and GitHub
80ce2b2464
Merge pull request #3906 from appwrite/fix-phone-secret-hash
...
fix: hash phone auth code
2022-09-24 17:49:52 +03:00
Damodar Lohani and GitHub
651ccef328
correct env value
2022-09-23 14:35:50 +05:45
Matej Bačo and GitHub
46c91899e7
Merge branch '0.16.x' into feat-improve-sms-e2e-tests
2022-09-23 08:23:29 +02:00
Christy Jacob and GitHub
426f50c69c
Merge pull request #3852 from appwrite/fix-response-filters
...
Fix response filters
2022-09-23 11:28:34 +05:30
Damodar Lohani
5e6b8ec506
refactor counters to get sum in period only
2022-09-23 05:51:26 +00:00
Jake Barnby
63a4853563
Fix list complexity calculations
2022-09-23 15:53:25 +12:00
Jake Barnby
318bea760e
Fix defualt arg types nullability
2022-09-23 13:52:19 +12:00
Jake Barnby
eb818d15e0
Fix custom entity update
2022-09-23 13:49:36 +12:00
Jake Barnby
6e4bad5969
Fix custom entity delete
2022-09-23 13:46:39 +12:00
Christy Jacob
7abb426e3f
fix: hash phone auth code
2022-09-23 03:55:17 +05:30
Damodar Lohani
aee87e3d01
fix stats users
2022-09-22 12:19:43 +00:00
Jake Barnby
8cd36b2721
Fix custom entity list
2022-09-22 22:48:22 +12:00
Jake Barnby
5f0f136e6e
Refactor methods for clarity
2022-09-22 20:59:47 +12:00
Damodar Lohani
80502ff937
collect counter data
2022-09-22 07:34:11 +00:00
Jake Barnby
2d1cd7cb50
Add queries validators
2022-09-22 18:54:58 +12:00
Krishna Agarwal and GitHub
0ddd2f6c77
fixed typo on line 15
2022-09-21 22:53:36 +05:30
Damodar Lohani
4de148f783
new stats to count resources
2022-09-21 09:36:42 +00:00
Jake Barnby
8af0983274
Handle role validator
2022-09-21 21:12:23 +12:00
Jake Barnby
6aee9e0ddb
Update errors
2022-09-21 21:11:05 +12:00
Jake Barnby
6c9ac29f37
Fix attribute unpacking
2022-09-21 19:01:01 +12:00
Jake Barnby
5cefda4ff2
Fix key replacements
2022-09-21 18:24:47 +12:00
Jake Barnby
bf0b416183
Update permissions and queries for 1.0
2022-09-20 19:51:22 +12:00
Jake Barnby
fd37df5f9c
Handle datetime model rules
2022-09-20 19:24:54 +12:00
Jake Barnby
e9f75d32a1
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# Dockerfile
# app/config/errors.php
# app/config/roles.php
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/graphql.php
# app/controllers/shared/api.php
# app/init.php
# composer.lock
# docker-compose.yml
# src/Appwrite/Extend/Exception.php
# src/Appwrite/Migration/Migration.php
2022-09-20 15:43:09 +12:00
Steven Nguyen and Steven
2f08ec0926
Convert Document $collectionId in 0.15 response
...
Document $collection was renamed to $collectionId to match the naming
convention of referring to other resource IDs. This ensures backwards
compatibility.
2022-09-20 02:48:40 +00:00
Steven Nguyen and Steven
01f77fa993
Ensure empty datetimes are 0 in 0.15 response
...
Because empty datetimes are invalid, strtotime returned false so the
response was false rather than 0.
2022-09-20 02:48:40 +00:00
Damodar Lohani
2bd217b3d2
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-refactor-tasks
2022-09-19 13:11:13 +00:00
Damodar Lohani
e80e65946b
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-app-region
2022-09-19 12:01:56 +00:00
Matej Bačo
6e8a4cc97b
Update sms mock to use request catcher
2022-09-19 08:09:48 +00:00
Torsten Dittmann
95d322dc36
feat: prepare 1.0.1 release
2022-09-14 21:03:00 +02:00
Torsten Dittmann
fab87c7f00
fix: migration for abuse time column
2022-09-14 19:40:03 +02:00
Torsten Dittmann
64926c7f4c
fix: functions execute permissions on migration
2022-09-14 13:57:02 +02:00
Torsten Dittmann
bdd67b0127
fix: user migration not happening twice
2022-09-14 13:02:14 +02:00
Torsten Dittmann
89f18f36b5
fix: migration permissions fix
2022-09-14 12:19:52 +02:00
Torsten Dittmann
620d864d17
fix: migration prevent second password
2022-09-14 12:10:27 +02:00
Torsten Dittmann
78cd9ea71a
chore: prepare 1.0.0 release
2022-09-14 11:00:13 +02:00
Torsten Dittmann
bb2b46cdc1
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2022-09-14 10:26:08 +02:00
Torsten Dittmann and GitHub
3df89e65ca
Merge pull request #3816 from appwrite/feat-consistent-parent-id
...
Update document model
2022-09-14 10:25:36 +02:00
Torsten Dittmann
9c59deca1d
fix: create scheduleUpdatedAt attribute on migration
2022-09-14 10:21:32 +02:00
Torsten Dittmann
d0c3f52ab6
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2022-09-14 10:20:42 +02:00
Torsten Dittmann
f388f3801a
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2022-09-14 09:28:25 +02:00
Torsten Dittmann
e416f9b017
fix: new functions enabled index
2022-09-14 09:26:22 +02:00