Commit Graph

14421 Commits

Author SHA1 Message Date
Steven Nguyen e87e2fc16d Fix the routing for the default OAuth2 pages 2023-06-03 14:16:47 +05:30
Christy Jacob b68f601240 Merge pull request #5620 from appwrite/fix-system-performance
Fix system performance
2023-06-02 18:00:50 +05:30
Christy Jacob 36f1791a92 chore: linter 2023-06-02 17:59:20 +05:30
Christy Jacob fac4b6f600 fix: update console 2023-06-02 17:20:08 +05:30
Christy Jacob 23e6c1adf6 feat: remove unused orderBy, skip executing recursive functions 2023-06-02 17:19:00 +05:30
Christy Jacob cd8485fae4 Merge pull request #5633 from appwrite/fix-trailing-wildcards-db-pools
fix: trailing wildcards
2023-06-02 17:16:53 +05:30
Torsten Dittmann 55ba25ad83 fix: trailing wildcards 2023-06-02 13:18:34 +02:00
Christy Jacob 8bc547e825 Merge pull request #5590 from appwrite/feat-improve-logging
Feat: Improve logging
2023-06-02 16:29:56 +05:30
Steven Nguyen 2ee7a3a356 Prevent triggering a function off of a function 2023-05-31 16:02:46 -07:00
Steven Nguyen 02cd8720f7 Don't clear cache on startup 2023-05-31 14:06:25 -07:00
Christy Jacob 0765aac5d2 Merge pull request #5608 from appwrite/feat-calc-users
Feat calc tier stats
2023-05-31 14:57:22 +05:30
Christy Jacob 072232e1af fix: console 2023-05-30 18:17:48 +00:00
shimon 0fd7db3c36 addressing comments 2023-05-30 20:11:25 +03:00
Christy Jacob 876b0da2e2 feat: update console 2023-05-30 16:27:39 +00:00
shimon 5e2e28995d minor fix 2023-05-30 18:47:35 +03:00
shimon 9ac4a2bfd5 minor fix 2023-05-30 18:46:36 +03:00
shimon 8ce6d38922 minor fix 2023-05-30 18:30:15 +03:00
shimon 3b6128c560 calc tier stats 2023-05-30 18:17:47 +03:00
shimon da75a2e409 calc tier stats 2023-05-30 18:13:30 +03:00
shimon 1225c8b7c3 calc tier stats 2023-05-30 18:06:51 +03:00
Jake Barnby 37f690c3bd Merge pull request #5605 from appwrite/fix-cloud-route-mistmatch
Update framework to fix route mismatches
2023-05-30 23:39:40 +12:00
Jake Barnby dd2bda0d98 Downgrade to framework patch 2023-05-30 19:52:06 +12:00
Jake Barnby 95f299779d Update platform 2023-05-30 19:23:03 +12:00
Jake Barnby b75d3ff07c Update to release version of framework
(cherry picked from commit b101404eda)
2023-05-30 19:01:53 +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 fad53d3e89 Fix visibility
(cherry picked from commit b092405b04)
(cherry picked from commit 3dd67cb17f)
2023-05-30 19:00:50 +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
Matej Bačo 4ec8f69da6 Improve logging 2023-05-27 13:56:26 +02:00
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
Christy Jacob 9ff96a79d1 Merge pull request #5573 from appwrite/fix-delete-account
Fix delete account
2023-05-25 22:49:50 +05:30
Christy Jacob 54ad50bd4b feat: review comments 2023-05-24 20:07:31 +00:00
Christy Jacob 7d19fe87f5 Merge pull request #5577 from appwrite/feat-improve-logs
Feat: Improve logs
2023-05-25 00:52:47 +05:30
Christy Jacob c5c115d697 Merge pull request #5578 from appwrite/feat-calc-users
Feat calc users
2023-05-25 00:42:31 +05:30
Matej Bačo 3614cb384a Fix error logging 2023-05-24 21:07:41 +02:00
shimon ef35526a69 downgraded csv writer ver 2023-05-24 21:52:08 +03:00
shimon ab83dfedac downgraded csv writer ver 2023-05-24 21:38:35 +03:00
shimon d7b32cfc3e downgraded csv writer ver 2023-05-24 21:36:08 +03:00
shimon 77971a4eb5 downgraded csv writer ver 2023-05-24 21:27:06 +03:00
Matej Bačo 0244154017 Apply new structure of logs 2023-05-24 20:14:58 +02:00
shimon 79ce648211 downgraded csv writer ver 2023-05-24 20:46:39 +03:00
shimon 5960d28428 downgraded csv writer ver 2023-05-24 20:45:40 +03:00
Matej Bačo b81e9ffd47 Fix format 2023-05-24 18:32:03 +02:00
Matej Bačo 1762c4f491 Improve logs 2023-05-24 18:29:23 +02:00
shimon adca405d74 downgraded csv writer ver 2023-05-24 14:10:32 +03:00
shimon 99b56b3584 downgraded csv writer ver 2023-05-24 12:17:14 +03:00
shimon 31e6492dbc downgraded csv writer ver 2023-05-23 21:02:45 +03:00
shimon 3545e0740f downgraded csv writer ver 2023-05-23 21:02:23 +03:00
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
Steven Nguyen f774721701 Update the error message for blocked users
Remove the "You can unblock the user from the Appwrite console." part
as it is not relevant for the person receiving the error.
2023-05-23 10:40:05 -07:00
shimon 5163ce7cc9 calculating users per project task 2023-05-23 19:46:45 +03:00