Torsten Dittmann
9f384e016f
Merge branch '1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-09 15:47:23 +01:00
Torsten Dittmann
9565152ced
chore: update console
2022-11-09 15:22:38 +01:00
Torsten Dittmann
ab5ddc263b
Merge branch 'feat-console-rewrite' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-09 15:06:32 +01:00
Bradley Schofield
a0ab934328
Fix another null warning
2022-11-09 13:23:14 +00:00
Bradley Schofield
29c30a361b
Fix null warnings
...
- Fixed Avatars isset operator
- Added isset operator to openSSL data in files
- dns_get_record does not throw errors, instead it logs a warning and returns false. Altered code accordingly. PHP Bug Report: https://bugs.php.net/bug.php?id=73149
-
2022-11-09 11:45:15 +00:00
Torsten Dittmann
4befb19c35
feat: add databases and buckets to projects usage
2022-11-08 13:09:18 +01:00
Bradley Schofield
842185e45d
Update projects.php
2022-11-07 11:58:57 +00:00
Bradley Schofield
4dfafd1169
Merge branch 'master' into feat-implement-session-length-api
2022-11-04 16:11:38 +00:00
Bradley Schofield
e1f9a8e0ce
Clean up a couple things and fix tests
2022-11-04 14:48:29 +00:00
Bradley Schofield
4cfc3b3a7f
Update authDuration fallback value
2022-11-04 10:12:02 +00:00
Bradley Schofield
94676a6c16
Alter sessionVerify to remove expire
2022-11-04 09:50:59 +00:00
Jake Barnby
a47bfe71bf
Merge remote-tracking branch 'origin/1.2.x' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
# composer.json
# composer.lock
# tests/e2e/Services/Functions/FunctionsCustomServerTest.php
2022-11-04 21:32:57 +13:00
Eldad A. Fux and GitHub
44ca7d9459
Merge pull request #4631 from appwrite/feat-fix-account-naming
...
Updated titles on account routes
2022-11-03 18:19:41 +02:00
Eldad Fux
103469928e
Updated routes
2022-11-03 17:24:32 +02:00
Bradley Schofield
4b8287c097
Remove 'expire' from sessions
2022-11-03 15:03:39 +00:00
Christy Jacob
8e99c44c59
Merge branch 'master' of github.com:appwrite/appwrite into sync-1.2.x
2022-11-02 20:39:20 +05:30
Eldad A. Fux and GitHub
32be6d6816
Merge pull request #4282 from appwrite/doc-unique-id
...
Update Unique ID references in docs from magic string to ID.unique()
2022-11-02 15:39:46 +02:00
4b5d537eee
Apply suggestions from code review
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com >
2022-11-02 15:41:50 +05:45
Damodar Lohani and GitHub
41d31c28d0
remove buildTime from deployments collection
2022-11-02 15:38:59 +05:45
Damodar Lohani
b66f932b3b
Merge remote-tracking branch 'origin/1.1.x' into feat-usage-refactor
2022-11-02 08:43:12 +00:00
Christy Jacob
360a51ec20
Merge branch '1.1.x' of github.com:appwrite/appwrite into sync-1.2.x
2022-11-02 10:16:27 +05:30
Christy Jacob
e9239717d7
Merge branch 'master' of github.com:appwrite/appwrite into sync-1.2.x
2022-11-02 10:16:16 +05:30
Christy Jacob and GitHub
c074731615
Merge pull request #4590 from rskbansal/master
...
fixed grammatical and spelling errors
2022-11-02 07:38:45 +05:30
Jake Barnby
0827d59f21
Merge remote-tracking branch 'origin/1.1.x' into fix-missing-deployment-attributes
...
# Conflicts:
# tests/e2e/Services/Functions/FunctionsCustomServerTest.php
2022-11-02 13:33:10 +13:00
Vincent (Wen Yu) Ge
a8a23fb8eb
Merge branch 'master' into doc-unique-id
2022-11-01 17:53:48 +00:00
Christy Jacob
b2d884e329
Merge branch 'master' of github.com:appwrite/appwrite into 1.1.x
2022-11-01 22:21:19 +05:30
Bradley Schofield
cddacfbb78
Handle Eldad's Comments
2022-11-01 14:43:18 +00:00
Bradley Schofield
5dc8a2dee0
Add Tests and fix bugs
2022-11-01 11:15:45 +00:00
Christy Jacob and GitHub
5ea19cd539
Merge pull request #3848 from appwrite/refactor-remove-beta
...
Remove beta tag from Android, Kotlin, Apple and Swift
2022-11-01 12:35:56 +05:30
Damodar Lohani
8baa95db1c
Merge remote-tracking branch 'origin/1.1.x' into feat-usage-refactor
2022-11-01 04:54:48 +00:00
Jake Barnby
8a4fd3307d
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# composer.json
# composer.lock
2022-11-01 11:38:23 +13:00
Jake Barnby
03f85c3b74
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
...
# Conflicts:
# 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
# composer.json
# composer.lock
# src/Appwrite/Utopia/Response/Model/Provider.php
2022-11-01 11:07:51 +13:00
Damodar Lohani and Jake Barnby
11f3474cb8
buildTime attribute to deployment
...
(cherry picked from commit 7989518eec )
2022-11-01 11:04:27 +13:00
geisterfurz007
e891424c17
fix: empty payload deleting single user session
2022-10-31 21:01:49 +01:00
Christy Jacob
629c1b1686
Merge branch 'test-mysql-adapter' of github.com:appwrite/appwrite into update-db-library
2022-10-31 23:38:58 +05:30
fogelito
bf119867e8
change name back to original 'name' 2048
2022-10-31 17:17:37 +02:00
Bradley Schofield
d34359fd49
Implement Variable Session Duration
2022-10-31 14:54:15 +00:00
Christy Jacob
aff7c59097
feat: update database library
2022-10-31 12:02:51 +00:00
Torsten Dittmann
983f885b3f
fix: builds worker buildTime
2022-10-31 12:47:41 +01:00
Torsten Dittmann
d8717a4a16
fix: console build
2022-10-31 11:50:19 +01:00
Damodar Lohani
7989518eec
buildTime attribute to deployment
2022-10-31 09:07:06 +00:00
Torsten Dittmann
0049a76565
feat: submodule
2022-10-31 09:53:36 +01:00
Torsten Dittmann
4f3188c63f
Merge branch 'rebase-1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-10-31 09:47:35 +01:00
Torsten Dittmann
d387f198db
Merge branch 'master' of https://github.com/appwrite/appwrite into rebase-1.1.x
2022-10-31 09:45:51 +01:00
Damodar Lohani
4086ba93ad
Merge remote-tracking branch 'origin/1.1.x' into feat-usage-refactor
2022-10-31 06:36:26 +00:00
Jake Barnby
049e3a2646
Add missing status, buildStdout, buildStderr to getDeployment
2022-10-31 18:11:55 +13:00
Damodar Lohani
7433a260db
fix formatting
2022-10-30 05:16:51 +00:00
Damodar Lohani
0d29968169
refactor database listener callback
2022-10-30 05:14:46 +00:00
Damodar Lohani
80972aa4ce
update variables descriptions
2022-10-30 05:07:46 +00:00
Karlis Suvi
6ae1a12219
Include response of 5xx status codes for function executions
2022-10-29 09:04:57 +00:00