Steven Nguyen
092f0cfcaf
Fix the routing for the default OAuth2 pages
2023-06-03 20:05:45 +05:30
Steven Nguyen
e87e2fc16d
Fix the routing for the default OAuth2 pages
2023-06-03 14:16:47 +05:30
Christy Jacob
73f410cc60
Merge pull request #5640 from appwrite/fix-oauth-routes
2023-06-03 12:51:41 +05:30
Steven Nguyen
bd6b0dcc43
Fix the routing for the default OAuth2 pages
2023-06-02 14:22:28 -07:00
Torsten Dittmann
223663aa89
Merge pull request #5637 from appwrite/1.3.x
...
sync 1.3.x
2023-06-02 16:30:55 +02:00
Torsten Dittmann
a664363525
fix: trailing wildcards
2023-06-02 15:20:58 +02:00
Prateek Banga
5dc65ea374
fix updated test case to check if expire is valid iso string or not
2023-06-02 15:15:06 +05:30
Prateek Banga
1475497ffb
Merge branch 'master' of https://github.com/fanatic75/appwrite into fix-4846-added-expiry-value-to-account-sessions
2023-06-02 14:53:26 +05:30
Damodar Lohani
db44001f34
update test
2023-06-01 05:46:14 +00:00
Christy Jacob
44fd41d2ea
Merge branch 'master' of https://github.com/appwrite/appwrite into 1.3.x
2023-05-30 16:58:22 +00:00
Jake Barnby
e44e4e7766
Merge pull request #5603 from appwrite/hotfix-route-mismatch
...
Update framework to fix route mismatches
2023-05-30 23:33:17 +12:00
Jake Barnby
d2bfe46fca
Set min length to 0 for default value when creating or updating a string attribute
...
(cherry picked from commit c61e54f69b )
2023-05-30 19:42:13 +12:00
Jake Barnby
5f5ed7dc19
Fix graphql upload test path
2023-05-30 19:41:06 +12:00
Jake Barnby
edce3cceed
Fix tests
...
(cherry picked from commit 0661f1f889 )
(cherry picked from commit bab804b8e1 )
# Conflicts:
# tests/e2e/Client.php
2023-05-30 19:01:46 +12:00
Jake Barnby
91c5e066ec
Update framework to fix route mismatches
...
(cherry picked from commit d42f6738a9 )
# Conflicts:
# composer.lock
(cherry picked from commit c2e711b021 )
# Conflicts:
# composer.json
# composer.lock
2023-05-30 19:00:42 +12:00
Jake Barnby
bab804b8e1
Fix tests
...
(cherry picked from commit 0661f1f889 )
2023-05-30 18:29:20 +12:00
Jake Barnby
c2e711b021
Update framework to fix route mismatches
...
(cherry picked from commit d42f6738a9 )
# Conflicts:
# composer.lock
2023-05-30 18:29:04 +12:00
Jake Barnby
c61e54f69b
Set min length to 0 for default value when creating or updating a string attribute
2023-05-30 14:52:59 +12:00
Jake Barnby
f45905e545
Merge pull request #5553 from 2002Bishwajeet/feat-add-enable-param-db
...
Feat: Add enable param in Database and Collection
2023-05-29 20:35:33 +12:00
Jake Barnby
0372b0c590
Update tests/e2e/Services/Databases/DatabasesCustomServerTest.php
2023-05-29 20:34:41 +12:00
Bishwajeet Parhi
729eed25e5
chore: fix formatting
2023-05-29 13:12:55 +05:30
Suven-p
42b2587b6d
Fix linting error
2023-05-27 22:54:00 +05:45
Bishwajeet Parhi
9d1d985d0d
chore: Add new unit tests
2023-05-26 17:54:35 +05:30
Christy Jacob
075ed65a2f
Merge pull request #5572 from appwrite/feat-update-project-creation
...
Feat update project creation
2023-05-25 22:50:24 +05:30
Damodar Lohani
6c38bcc270
fix typo
2023-05-25 01:26:13 +00:00
Damodar Lohani
6813d53e06
remove password required for project deletion
2023-05-25 00:32:49 +00:00
Bishwajeet Parhi
b0656acf9c
chore: Add unitTests DatabaseConsoleClientTest
2023-05-24 23:10:12 +05:30
Bishwajeet Parhi
1a8729177f
chore: formattin suggestion
2023-05-24 10:36:54 +05:30
Steven Nguyen
9d13d72c71
Update the Update Account Status API to clear the cookie
...
After a user updates their status, their session no longer works
however, the cookie may still exist in their browser, preventing other
API calls from completing successfully.
2023-05-23 10:40:31 -07:00
Christy Jacob
0839822a66
Apply suggestions from code review
2023-05-23 14:39:26 +00:00
Christy Jacob
9a712686f2
chore: add tests
2023-05-23 14:39:16 +00:00
Bishwajeet Parhi
4964b5c592
Update tests/e2e/Services/Databases/DatabasesCustomServerTest.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2023-05-23 13:30:48 +05:30
Bishwajeet Parhi
6e5ee27f7c
Update tests/e2e/Services/Databases/DatabasesCustomServerTest.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2023-05-23 13:30:39 +05:30
Eldad A. Fux
b86ce2d233
Merge pull request #5561 from appwrite/fix-delete-account
...
Update the Update Account Status API to clear the cookie
2023-05-22 23:06:02 +03:00
shimon
432ee72071
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
app/cli.php
app/console
app/controllers/api/account.php
app/controllers/api/functions.php
app/controllers/api/teams.php
app/controllers/shared/api.php
app/init.php
app/worker.php
app/workers/builds.php
app/workers/certificates.php
app/workers/deletes.php
app/workers/functions.php
app/workers/mails.php
src/Appwrite/Event/Event.php
src/Appwrite/Event/Mail.php
2023-05-22 18:41:24 +03:00
Bishwajeet Parhi
45f5d932f6
Add more Tests
2023-05-22 20:10:09 +05:30
Suven-p
5108ab7b06
Add test for x-appwrite-id = unique()
2023-05-21 15:43:26 +00:00
Prateek Banga
5cb9cc9dfd
fix expire field in list account sessions api
2023-05-20 02:36:45 +05:30
Steven Nguyen
9961609d71
Update the Update Account Status API to clear the cookie
...
After a user updates their status, their session no longer works
however, the cookie may still exist in their browser, preventing other
API calls from completing successfully.
2023-05-19 11:58:17 -07:00
Christy Jacob
d630d8772b
Merge pull request #5460 from appwrite/fix-create-project-error
...
fix: throw correct exception when project ID already exists
2023-05-19 22:48:02 +05:30
Bishwajeet Parhi
7fe1f56122
chore: add more test coverage
2023-05-19 18:18:26 +05:30
Bishwajeet Parhi
40f70faa89
Feat: Add enable param in Database and Collection
2023-05-18 18:55:22 +05:30
Damodar Lohani
9a358b921a
fix formatting
2023-05-15 00:32:37 +00:00
Damodar Lohani
d9a1ae2761
paused unit test
2023-05-15 00:30:31 +00:00
Damodar Lohani
a266f7ec1f
removed commented codes
2023-05-11 06:49:27 +00:00
Damodar Lohani
0c012f91aa
update tests to account for new project
2023-05-10 06:46:30 +00:00
Damodar Lohani
0592384d84
fix test
2023-05-10 06:31:12 +00:00
fogelito
d55dc7a5b2
Merge branch 'master' of github.com:appwrite/appwrite into validator-mv
2023-05-07 12:23:02 +03:00
fogelito
0fd89b2ca6
remove extra line
2023-05-07 12:22:28 +03:00
fogelito
60377fd8b7
console
2023-05-07 12:21:54 +03:00