Khushboo Verma
f4cf7ba414
Merge branch 'main' into feat-function-execution-filters
2024-03-20 23:51:27 +05:30
Steven Nguyen and GitHub
7604d35138
fix(functions): fix permissions for function domains
...
Execution via domain should be blocked if permissions does not contain
any and permissions does not contain guests.
2024-03-20 15:53:41 +00:00
Steven Nguyen and GitHub
901a1b8b65
fix: remove escaping
...
It's done automatically when setting the params already.
2024-03-20 15:53:34 +00:00
Steven Nguyen and GitHub
57533e64b3
chore: remove dead code in error template
2024-03-20 15:53:24 +00:00
Steven Nguyen and GitHub
47f442b98e
fix(functions): fix permissions for function domains
...
Execution via domain should be blocked if permissions does not contain
any and permissions does not contain guests.
2024-03-20 15:49:05 +00:00
Steven Nguyen and GitHub
ac397935a1
fix: remove escaping
...
It's done automatically when setting the params already.
2024-03-20 15:47:33 +00:00
Steven Nguyen and GitHub
fcfff2ab04
chore: remove dead code in error template
2024-03-20 15:46:42 +00:00
Matej Bačo
440d924518
Allow getCache override
2024-03-20 14:14:23 +01:00
Matej Bačo
2ae9d0b710
Make realtime resources configurable
2024-03-20 13:47:20 +01:00
shimon
938f98d8fd
Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into fix-file-size-limit
2024-03-20 11:06:27 +02:00
Steven Nguyen and GitHub
5eff24567f
fix(webhooks): add DB env vars to webhook worker
...
Every worker requires the DB env vars because a connection is created on init.
2024-03-19 23:11:25 +00:00
Steven Nguyen and GitHub
c67b8645c2
chore(sdk-for-cli): bump version to 5.0.1
2024-03-19 22:19:32 +00:00
Steven Nguyen and GitHub
c8728c3c10
fix(functions): bump executor version to fix docker conflict error
2024-03-19 21:33:22 +00:00
Christy Jacob and GitHub
446ebfffee
Merge pull request #7683 from appwrite/fix-vcs-silent-mode
...
Fix vcs silent mode
2024-03-20 02:57:10 +05:30
shimon
fa97ac7019
maximumFileSize fix
2024-03-19 15:16:21 +02:00
shimon
0ee4b95648
maximumFileSize fix
2024-03-19 15:09:03 +02:00
shimon
2213ddb54d
maximumFileSize fix
2024-03-19 12:54:47 +02:00
shimon
63a30ed083
maximumFileSize fix
2024-03-19 12:15:39 +02:00
Eldad A. Fux and GitHub
f824c3c83e
Merge pull request #7838 from appwrite/fix-identities-query-to-use-internal-ids
...
use internal ids for query
2024-03-18 18:35:01 +01:00
Christy Jacob
eeba452fb5
chore: linter
2024-03-18 12:43:42 +00:00
Christy Jacob
5e6c94d307
chore: update checks
2024-03-18 12:41:51 +00:00
Christy Jacob
a306cb87d8
chore: update avatars API
2024-03-18 12:07:14 +00:00
Damodar Lohani
62b2dc0801
use internal ids
2024-03-18 09:22:15 +00:00
Damodar Lohani
21d4b8feef
check user internal Id on membership
2024-03-18 09:01:54 +00:00
Damodar Lohani
2a6da11842
Merge remote-tracking branch 'origin/refactor-usage-sn' into fix-identities-query-to-use-internal-ids
2024-03-18 08:55:30 +00:00
Damodar Lohani
c849ff0b0f
use internal ids for query
2024-03-18 08:52:47 +00:00
Damodar Lohani and GitHub
a75ce14218
Merge pull request #7835 from appwrite/lohanidamodar-patch-5
...
Admin mode use teamInternalId
2024-03-17 15:50:40 +05:45
Damodar Lohani
d4bc65260f
fix linter issues
2024-03-17 09:39:21 +00:00
Damodar Lohani and GitHub
21d33eaceb
Use team internal ID for checks and queries for membership
2024-03-17 15:08:43 +05:45
Damodar Lohani and GitHub
c5512ae010
Update init.php
2024-03-17 15:01:09 +05:45
Damodar Lohani and GitHub
05221334e2
use team internal id in delete memberships
2024-03-17 14:55:31 +05:45
Damodar Lohani and GitHub
4fcb399867
use team internal id for membership check on update
2024-03-17 14:54:08 +05:45
Damodar Lohani and GitHub
24319b8417
Fix membership query to use internalId
2024-03-17 14:51:27 +05:45
Damodar Lohani
52d27179a9
fix jwt response
2024-03-17 03:01:55 +00:00
Damodar Lohani
c6d524c25d
fix formatting
2024-03-17 02:08:22 +00:00
Damodar Lohani
8d67498e52
Merge remote-tracking branch 'origin/main' into feat-file-tokens
2024-03-17 01:59:07 +00:00
Jake Barnby
2d03fc1ce0
Fix msg91 params
2024-03-13 15:42:16 +01:00
Jake Barnby
a4bdf63afd
Fix exception wrap order of operations
2024-03-13 12:41:55 +01:00
Jake Barnby
c6ce585fcc
Update version
2024-03-13 11:08:50 +01:00
Jake Barnby
c8e817a019
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-isolation-modes
...
# Conflicts:
# app/controllers/api/teams.php
2024-03-12 10:47:50 +01:00
Steven Nguyen
d167fb3650
Bump appwrite version to 1.5.3
2024-03-11 17:59:12 +01:00
Steven Nguyen
5bbfffff86
Bump console to version 4.0.4
2024-03-11 17:13:50 +01:00
Jake Barnby
a1d86c9b3f
Switch over errors
2024-03-11 16:11:37 +01:00
Jake Barnby
7e1894feb5
Debug
2024-03-11 14:14:32 +01:00
Steven Nguyen and GitHub
f37e616227
Merge pull request #7780 from appwrite/fix-git-deployments
...
Fix git deployments
2024-03-11 14:01:54 +01:00
Jake Barnby
550837b572
Pass through query exception message
2024-03-11 13:46:02 +01:00
Jake Barnby
22b3ea7e8d
Catch auth fixes
2024-03-11 13:03:30 +01:00
Jake Barnby
cea4e0d8b6
Wrap all db exceptions in error handler
2024-03-11 12:54:42 +01:00
Steven Nguyen
b19efb619b
feat(events): update build event reset to reset everything
...
Instead of using setType('') to prevent events from triggering, it
makes more sense to use reset(). However, reset() didn't properly
reset type, resource, deployment, or template. This change makes
sure to reset all those private variables.
2024-03-11 11:17:40 +01:00
Bradley Schofield
9c100758de
Update general.php
2024-03-11 10:29:57 +01:00