Jake Barnby
b7f4f57521
Add new error message to differentiate between missing data and missing data + permissions for document updates
2023-06-07 13:51:24 +12:00
Matej Bačo
5f87ef3074
Fix executor missing runtime
2023-06-06 15:47:25 +02:00
Christy Jacob
8fdb9e6592
Update app/controllers/api/projects.php
2023-06-06 17:51:42 +05:30
Christy Jacob
5c6cbbe370
chore: review comments
2023-06-06 12:11:50 +00:00
Christy Jacob
9f02ed700d
feat: update db backups schedule
2023-06-06 12:09:14 +00:00
Matej Bačo
966210d58c
Update installation model
2023-06-06 09:50:52 +02:00
Damodar Lohani
f373d30a45
formatting
2023-06-05 07:11:53 +00:00
shimon
d820d93ac7
databases worker
2023-06-04 19:25:56 +03:00
Eldad A. Fux
994524b7a1
Merge pull request #5621 from appwrite/fix-4975-update-email-phone-without-password
...
Allow Updating email and phone without password
2023-06-02 19:09:02 +03:00
shimon
6a9011af72
minor changes
2023-06-02 17:14:10 +03:00
shimon
5c9ad6fddd
minor changes
2023-06-02 17:01:15 +03:00
shimon
f5c4e4cd8a
minor changes
2023-06-02 16:52:38 +03:00
shimon
9a071df378
minor changes
2023-06-02 16:23:21 +03:00
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
shimon
071b2e5826
Extract db from list while backing
2023-06-02 11:06:35 +03:00
shimon
ea8804fd52
Extract db from list while backing
2023-06-02 08:10:03 +03:00
Bishwajeet Parhi
0d3b50a07d
Merge remote-tracking branch 'upstream/master' into feat-add-encrypt-param
2023-06-01 21:46:31 +05:30
Matej Bačo
0b600e3ed7
Disable abuse, fix order of params
2023-06-01 12:01:03 +02:00
Damodar Lohani
ed01b5abe3
update file name
2023-06-01 05:44:19 +00:00
Steven Nguyen
5afc49784e
Update the Update Phone API to also set the password
...
This is to ensure the behavior matches the Update Email endpoint.
2023-05-31 13:52:05 -07:00
shimon
a6768bdc32
saving file output to cache instead of decoding data to json
2023-05-31 14:41:56 +03:00
Damodar Lohani
62bbace433
fix name
2023-05-31 08:20:45 +00:00
Steven Nguyen
5ef3162cee
Don't rely on isAnonymousUser to check whether to verify password
...
It's possible for a user to not be anonymous and not have a password.
Using passwordUpdate is a better indicator as to whether the user has
set a password or not.
2023-05-30 17:17:20 -07:00
Steven Nguyen
7dec6c7321
Fix 500 error when a passwordless user creates an email session
2023-05-30 16:59:55 -07: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
Bishwajeet Parhi
08746d0390
chore: misc fixes
2023-05-30 12:47:55 +05:30
Bishwajeet Parhi
967ac1b82c
chore: remove nullable param
2023-05-30 12:34:32 +05:30
Bishwajeet Parhi
69504bfaac
add encrypt param
2023-05-30 12:30:10 +05:30
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
shimon
f1466c05cf
refactor workers
2023-05-29 16:58:45 +03:00
Matej Bačo
5d2d14df6e
Fix bugs with comment, improve git checks logic
2023-05-29 13:51:03 +02: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
Matej Bačo
fb02e12db2
Add state to comment, webhook bug fixing
2023-05-28 13:39:48 +02:00
Matej Bačo
bf5855d101
Fix bugs after merge
2023-05-28 10:02:23 +02:00
Matej Bačo
507b2d978a
Fix response model
2023-05-27 13:55:34 +02:00
Bishwajeet Parhi
68c56daba1
add extra check for admin modes
2023-05-26 17:08:09 +05:30
Matej Bačo
f504e7dbb5
Add cache support to VCS
2023-05-26 10:44:08 +02:00
Matej Bačo
f53d75205b
Implement branches endpoint, rename some attributes, update response models
2023-05-26 00:29:08 +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
Damodar Lohani
237658f4e8
fix param
2023-05-25 05:33:06 +00:00
Matej Bačo
4665c2a2a4
Re-add PR creation deployment
2023-05-25 07:30:52 +02:00
Damodar Lohani
6813d53e06
remove password required for project deletion
2023-05-25 00:32:49 +00:00
Christy Jacob
54ad50bd4b
feat: review comments
2023-05-24 20:07:31 +00:00
Bishwajeet Parhi
2873918cc5
Update databases.php
...
fix: tests
2023-05-24 22:56:58 +05:30
Bishwajeet Parhi
e496419572
remove formatting updates
2023-05-24 22:24:57 +05:30
Bishwajeet Parhi
6fc176d508
chore: add admin mode assertion for create collection
2023-05-24 17:58:40 +05:30
Bishwajeet Parhi
4706e6580d
chore: add new checks
2023-05-24 15:39:08 +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
48ca2530e6
feat: add missing attribute
2023-05-23 14:46:48 +00:00
Christy Jacob
8be36088d7
chore: linter
2023-05-23 14:38:48 +00:00
Christy Jacob
f0df316b4f
fix: throw correct exception when project custom ID already exists
2023-05-23 14:38:33 +00:00
Khushboo Verma
df17c8a3dc
Add production branch as param in updateFunction
2023-05-23 16:04:38 +05:30
Damodar Lohani
5a9f83c43d
validate smtp configuration
2023-05-23 05:09:17 +00:00
Matej Bačo
f86284fe21
Bug fixing
2023-05-23 06:37:25 +02:00
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
Matej Bačo
c09c8b4d25
Fix wildcard issue with OPTIONS & CORS
2023-05-22 21:27:14 +02: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
Prateek Banga
977279b679
fix: expire format for get session api
2023-05-22 18:34:51 +05:30
Matej Bačo
18105d4999
Remove repository owner
2023-05-22 15:02:55 +02:00
Prateek Banga
249bec5124
fixed expire format for phone session, anonymous session, oauth session
2023-05-22 18:18:52 +05:30
Prateek Banga
8673df4ac5
fix: expire format in magic url sessions
2023-05-22 17:52:25 +05:30
Matej Bačo
612af6edf0
Update dependencies, fix bugs
2023-05-22 13:29:35 +02:00
Matej Bačo
6e515e3cc4
Copy Khushboo's integration from feat-peach-q1-kh
2023-05-22 12:58:13 +02:00
Prateek Banga
19a3db69f8
fix updated expire format to iso format
2023-05-20 21:09:48 +05:30
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
c2a13b079e
chore: lowercase
2023-05-19 12:54:07 +05:30
Bishwajeet Parhi
40f70faa89
Feat: Add enable param in Database and Collection
2023-05-18 18:55:22 +05:30
Suven-p
582698bd03
Validate value of x-appwrite-id header
2023-05-18 00:41:07 +05:45
Damodar Lohani
ab28f08480
fix default template sender name
2023-05-17 08:25:24 +00:00
fogelito
aae6b932d3
remove unnecessary hint
2023-05-16 17:49:12 +03:00
fogelito
f6153b7626
Use array instead of variadic
2023-05-16 15:56:20 +03:00
Christy Jacob
12afc294bd
feat: add checks for domain
2023-05-13 23:35:05 +05:30
Matej Bačo
c63505078d
Fix bugs with new versions of utopia
2023-05-13 12:08:02 +02:00
Matej Bačo
eb764871db
Upgrade versions
2023-05-11 22:52:48 +02:00
Matej Bačo
998c2749cb
Merge branch 'feat-db-pools-master' into feat-executor-v3
2023-05-11 21:59:49 +02:00
Matej Bačo
a36bdb2797
Remove deployment conf params
2023-05-11 21:57:31 +02:00
Damodar Lohani
6be37d1ae4
code organization
2023-05-11 06:56:16 +00:00
Damodar Lohani
f70712865e
refactor
2023-05-11 06:52:27 +00:00
Eldad A. Fux
18039f5ba1
Merge pull request #5257 from appwrite/feat-pause-project
...
[FEAT] Enable/Disable all services
2023-05-11 07:00:04 +01:00
Damodar Lohani
b1cf55db6e
fix formatting
2023-05-11 01:43:26 +00:00
shimon
1e29ec8d59
added bucketInternalId to file
2023-05-08 10:32:29 +03:00
fogelito
d55dc7a5b2
Merge branch 'master' of github.com:appwrite/appwrite into validator-mv
2023-05-07 12:23:02 +03:00
Damodar Lohani
fc36120a51
get file hash before encryption and compression
2023-05-07 11:33:27 +05:45
Torsten Dittmann
67ad856490
Merge pull request #5497 from appwrite/fix-bucket-permissions
...
Fix bucket permissions
2023-05-04 19:32:44 +02:00
Christy Jacob
60f51580a7
Merge pull request #5246 from singhbhaskar/fix-4960-Database-usage-screen-shows-500-error-when_APP_USAGE_STATS-is-disabled
...
Fix: Updated error when _APP_USAGE_STATS is disabled
2023-05-04 20:47:50 +05:30
Damodar
3da853af2e
fix email template issue
2023-05-04 07:33:17 +00:00
Steven Nguyen
4dd6a7977e
Update create and update bucket APIs
...
Ensure the permissions and document security are updated in the
metadata collection.
2023-05-03 12:15:37 -07:00
fogelito
c51d4b386b
Merge branch 'master' of github.com:appwrite/appwrite into validator-mv
...
Conflicts:
composer.json
composer.lock
2023-05-03 14:56:03 +03:00
fogelito
5be5a7dd0e
Empty queries fixes
2023-05-03 14:53:40 +03:00
Matej Bačo
6d97ca7569
Fix bugs with cards
2023-05-02 10:28:14 +02:00
Jake Barnby
2eafda4ee2
Fix update document merging existing data after pre-processing instead of before
2023-05-02 19:53:11 +12:00
Damodar Lohani
13a2dfa5cd
method to update project team
2023-05-02 06:59:17 +00:00
Matej Bačo
6885e6ea0e
linter fix
2023-05-01 17:51:31 +02:00
Matej Bačo
287441a913
Improve 3rd variation og card design
2023-05-01 16:45:39 +02:00
Matej Bačo
70b5281a0b
Improve GitHub oauth email discovery
2023-05-01 15:54:33 +02:00
Matej Bačo
e84372aae2
Decreate card resolution
2023-05-01 13:54:41 +02:00
fogelito
5e4ff01568
getByType
2023-05-01 12:18:50 +03:00
Matej Bačo
d71cf65300
Increase card quality, fix GH session finding
2023-04-29 13:33:38 +02:00
Matej Bačo
e912df3368
Fix error 500 in card generation
2023-04-29 10:50:04 +02:00
Christy Jacob
03612a5741
feat: update paths
2023-04-29 14:10:22 +05:30
Christy Jacob
3451d3d800
chore: linter
2023-04-29 12:44:07 +05:30
Christy Jacob
ac004acbc8
fix: throw correct exception when project custom ID already exists
2023-04-29 12:41:17 +05:30
Matej Bačo
a185d6c7f1
Formatting fix
2023-04-28 22:04:27 +02:00
Matej Bačo
2244ba4f98
Enable caching
2023-04-28 22:03:44 +02:00
Matej Bačo
985ca3843b
3rd og card variation
2023-04-28 19:46:24 +02:00
Matej Bačo
d022ee6622
Fix race condition
2023-04-28 11:07:26 +02:00
Matej Bačo
8c1d89c33c
Fix race condition
2023-04-28 09:30:30 +02:00
Damodar Lohani
616dee24d7
replace template variables with values
2023-04-28 07:30:27 +00:00
Damodar Lohani
b1bbc9dfbd
Merge remote-tracking branch 'origin/master' into feat-custom-smtp
2023-04-28 07:11:17 +00:00
Torsten Dittmann
e1cf068652
fix: platforms query
2023-04-27 17:36:00 +02:00
Matej Bačo
6c6154b3d4
Reviews, fine tuning
2023-04-27 14:34:50 +02:00
fogelito
36dee1f345
Alias change
2023-04-27 15:10:07 +03:00
fogelito
9e5af4c046
Alias change
2023-04-27 15:01:40 +03:00
fogelito
0460b59cdc
Namespace Changes
2023-04-27 14:59:05 +03:00
Damodar Lohani
edbc52403a
update so that current SDK don't fail
2023-04-27 09:29:39 +00:00
Matej Bačo
db472b19c7
Improve employee detection
2023-04-27 10:24:53 +02:00
fogelito
e631453e3b
documents name changes
2023-04-27 09:59:55 +03:00
Matej Bačo
837cebcdda
Fix race condition
2023-04-26 13:51:19 +02:00
Matej Bačo
a7f81bd628
Fix permission issue
2023-04-26 13:39:50 +02:00
Matej Bačo
2ed495fe3b
Add OG assets
2023-04-26 13:06:11 +02:00
Matej Bačo
a8cd99873f
Add cache, fix miss-align
2023-04-26 11:10:06 +02:00
Matej Bačo
2e421f15ab
Implement 2D cloud cards
2023-04-26 10:21:10 +02:00
fogelito
9dcf4c0984
validations changes
2023-04-25 14:35:49 +03:00
Matej Bačo
563f2e22f9
skew for 3d og image
2023-04-25 09:35:48 +02:00
Bhaskar Singh
3865f48d32
Moved check for _APP_USAGE_STATS
...
to create init hook for App
2023-04-21 23:09:01 +05:30
Steven Nguyen
3f72b738fa
Fix related creates
2023-04-20 18:44:53 -07:00
Steven Nguyen
e8dee9296c
Fix update document not merging existing data
2023-04-20 10:10:51 -07:00
Steven Nguyen
4113ae7ca5
Allow updating document with read-only relationship
...
A user should be able to update a document without touching the
relationship.
Relates: https://github.com/appwrite/appwrite/issues/5404
2023-04-19 17:21:41 -07:00
Steven Nguyen
37afb82d1c
Delegate permissions check to database layer
2023-04-19 17:21:41 -07:00
Steven Nguyen
611dd9b86c
Return 404 if a user doesn't have access to a collection
...
It is better to return 404 so that an end user doesn't know if the
collection actually exists but they don't have access or they really
don't have access.
2023-04-19 17:21:41 -07:00
Steven Nguyen
50bb69290f
Ensure collections are created with permissions and documentSecurity
2023-04-19 17:21:41 -07:00
Damodar Lohani
ac9f434c85
more fixes and reset endpoints
2023-04-19 08:44:22 +00:00
Damodar Lohani
0177ddccb3
use custom templates to send email when enabled
2023-04-19 08:29:29 +00:00
Matej Bačo
5782f7b8c6
Add OG image render logic
2023-04-19 09:25:05 +02:00
Damodar Lohani
518b45827f
content-range end should be 1 less than file size
2023-04-19 02:17:26 +00:00
Damodar Lohani
07ebb3fae5
fix validator
2023-04-18 07:15:51 +00:00
Damodar Lohani
4719970c93
fix locale
2023-04-18 05:31:18 +00:00
Damodar Lohani
53a9de477b
fix spec
2023-04-18 02:11:08 +00:00
Damodar Lohani
8fcb199af0
remove var dump
2023-04-17 08:58:05 +00:00
Damodar Lohani
0b2ccf7a2a
fix missing argument
2023-04-17 08:53:52 +00:00
Damodar Lohani
16695a4b6d
fix errors
2023-04-17 08:04:52 +00:00
Damodar Lohani
591fd9d734
generate specs
2023-04-17 02:33:50 +00:00
Damodar Lohani
95054434d8
update locale validator
2023-04-17 02:28:49 +00:00
Damodar Lohani
f79c41a132
fix naming and add doc
2023-04-17 02:21:24 +00:00
Damodar Lohani
7419867078
new locale codes endpoint
2023-04-17 02:10:17 +00:00
Jake Barnby
0dea80c9da
Cache whether relation is a list
2023-04-14 22:03:16 +12:00
Christy Jacob
0fb34433b9
feat: personal data filters to enhance password protection
2023-04-14 00:20:03 +04:00
Christy Jacob
8a5a3db082
Merge branch 'master' of github.com:appwrite/appwrite into disallow-personal-data
2023-04-13 12:55:49 +04:00
Jake Barnby
975b044de0
Iterate relation by reference on update
2023-04-13 16:08:53 +12:00
Jake Barnby
c7317b0468
Fix auto-setting custom ID on nested documents
2023-04-13 15:59:57 +12:00
Damodar Lohani
d394715b56
Merge remote-tracking branch 'origin/master' into feat-custom-smtp
2023-04-13 01:35:56 +00:00
Torsten Dittmann
7f377f8d32
Merge pull request #5355 from appwrite/fix-relationship-attr-link
...
Fix link in Learn more about relationship attributes
2023-04-12 19:00:17 +02:00
Torsten Dittmann
34d27fb4d0
fix: prefs for teams
2023-04-12 18:03:08 +02:00
Torsten Dittmann
52d7dcf082
fix: update prefs endpoints to not fallback to stdClass
2023-04-12 18:02:43 +02:00
Vincent (Wen Yu) Ge
f952d57c88
Fix link in storage specs
2023-04-12 11:27:56 -04:00
Christy Jacob
9ca700f04a
Merge branch 'master' of github.com:appwrite/appwrite into disallow-personal-data
2023-04-12 15:12:06 +04:00
Christy Jacob
8690c57a7c
feat: initial commit
2023-04-12 03:01:50 +04:00
Jake Barnby
d86d604624
Reviews fixes
2023-04-12 03:32:14 +12:00
Jake Barnby
f869252d90
Remove redundant import
2023-04-12 03:00:09 +12:00
Jake Barnby
7fe14ca10b
Merge remote-tracking branch 'origin/master' into sync-master
...
# 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
# app/console
# app/controllers/api/storage.php
# composer.lock
2023-04-12 00:50:31 +12:00
Jake Barnby
5cbb08d6f1
Fix response model types for update password + update status
2023-04-11 20:41:24 +12:00
Jake Barnby
f00bd7dac7
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
...
# Conflicts:
# composer.lock
2023-04-11 17:25:26 +12:00
Jake Barnby
7f8f34793e
Merge remote-tracking branch 'origin/1.3.x' into doc-db-relationships
...
# Conflicts:
# composer.lock
2023-04-11 15:57:35 +12:00
Jake Barnby
5485346b5e
Fail validation on nested attribute query
2023-04-11 15:40:14 +12:00
Vincent (Wen Yu) Ge
6e9e6aa6b3
relink to inputfile docs
2023-04-10 22:18:07 +00:00
Jake Barnby
e123188b0a
Fix list document total
2023-04-10 20:51:38 +12:00
Jake Barnby
d44f69df09
Delete collection relationships from deletes worker
2023-04-06 15:40:39 +12:00
Jake Barnby
deb2751cbf
Fix copy error
2023-04-06 02:57:37 +12:00
Jake Barnby
b252fe847f
Add custom delete restricted error
2023-04-06 00:54:44 +12:00
Jake Barnby
1bf15a7cc2
Update database + console
2023-04-05 20:13:51 +12:00
Jake Barnby
599a0d0781
Catch, clear cache and re-throw for unhandled exceptions on attribute create
2023-04-05 18:48:57 +12:00
Jake Barnby
4624241d32
Update app/controllers/api/databases.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-04-05 18:19:40 +12:00
Jake Barnby
2153f65893
Update app/controllers/api/databases.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-04-05 18:19:25 +12:00
Damodar Lohani
ce83c4d3d3
fix format
2023-04-05 05:52:59 +00:00
Damodar Lohani
adcfecfa0e
remove paused and introduce enable-disable all services
2023-04-05 02:33:38 +00:00
Jake Barnby
ed8911e0a6
Remap internal attributes when updating existing document
2023-04-03 22:45:10 +12:00
Jake Barnby
6aba92bf8b
Add missing instanceof checks
2023-04-03 22:39:31 +12:00
Jake Barnby
460d52f948
Add unique ID when no ID passed for nested documents
2023-04-03 20:21:28 +12:00
Jake Barnby
3d95f7e129
Fix cache invalidation when deleting database
2023-04-03 15:51:44 +12:00
Jake Barnby
3cfbdf07b7
Fix cache invalidation when updating attributes
2023-04-03 15:43:14 +12:00
Torsten Dittmann
bd7d28f7d1
fix: steven review
2023-03-31 22:48:34 +02:00
Torsten Dittmann
42df2435ec
fix: sdk.auth for console service
2023-03-31 17:17:30 +02:00
Torsten Dittmann
3860602697
feat: console service
2023-03-31 17:14:59 +02:00
Jake Barnby
fec374fe59
Delete two way relationship attributes on collection delete
2023-03-31 19:56:35 +13:00
Jake Barnby
bcf5b4bfab
Update related two way attribute
2023-03-31 18:38:37 +13:00
Jake Barnby
3bbe6d4da8
Disallow updating two-way
2023-03-31 18:19:46 +13:00
Jake Barnby
578d4d1619
Disallow index creation on relationship attributes
2023-03-31 18:06:50 +13:00
Jake Barnby
939a0c5591
Add missing instanceof check
2023-03-31 17:56:25 +13:00
Jake Barnby
bf4e2df45b
Allow 'unique()' for nested document IDs
2023-03-31 17:33:21 +13:00
fogelito
05d7badd60
Delete related on 2 way
2023-03-30 20:36:24 +03:00
Damodar Lohani
41d22fb50b
Merge remote-tracking branch 'origin' into feat-db-pools-master-sync-2
2023-03-30 08:02:31 +00:00
Jake Barnby
07d90aa4c4
Manually add the side to the attributes table
2023-03-30 20:41:18 +13:00
Jake Barnby
ed54d9861f
Add back validation for fulltext index on search queries
2023-03-30 19:57:56 +13:00
Jake Barnby
9468c238de
Remove conflicts
2023-03-30 13:01:58 +13:00
Vincent (Wen Yu) Ge
19d5ea03b9
Updates links for query page
2023-03-29 19:38:39 +00:00
Matej Bačo
5890647f24
Fix cold start freezes
2023-03-29 14:41:15 +02:00
Jake Barnby
bfc54c4590
Delete original attribute if two-way attribute creation fails
2023-03-29 20:28:59 +13:00
Jake Barnby
161eb0b66f
Create two-way attribute on related collection
2023-03-29 19:26:58 +13:00
Jake Barnby
f25bfa805b
Fix more name collisions
2023-03-29 16:30:47 +13:00
Jake Barnby
d23a2e2040
Database side permission check for list document count
2023-03-29 16:05:53 +13:00
Jake Barnby
1958cef3d2
Merge remote-tracking branch 'origin/feat-relations-2' into feat-relations-2
2023-03-29 14:43:09 +13:00
Jake Barnby
970ae8d0ad
Reset array keys for list documents
2023-03-29 14:38:43 +13:00
Jake Barnby
96e1440ee6
Fix name collision
2023-03-29 14:37:56 +13:00
Jake Barnby
ecaca00463
Force arrays for relation permissions checks
2023-03-29 14:33:53 +13:00
Jake Barnby
e80d13076f
Consistent attribute ordering
2023-03-29 13:37:51 +13:00
Jake Barnby
15d1badafb
Update param desc
2023-03-29 13:37:03 +13:00
Jake Barnby
ac82726364
Update app/controllers/api/databases.php
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2023-03-29 13:33:27 +13:00
fogelito
3c9cb0ab80
Strict WhiteList options
2023-03-28 16:24:18 +03:00
Matej Bačo
5389afc80e
Add build & install commands
2023-03-28 15:21:42 +02:00
Jake Barnby
f69d222a5a
Inline permissions checks
2023-03-28 22:02:49 +13:00
Jake Barnby
5f7f44f939
Reduce nesting and handle arrays for nested ID set
2023-03-28 16:10:12 +13:00
Jake Barnby
fa64cc33ea
Add missing check for update
2023-03-27 20:08:02 +13:00
Jake Barnby
1cf25199ab
Recurse through nested documents to set collection ID
2023-03-27 19:03:00 +13:00
Jake Barnby
0465fb2268
Lint..?
2023-03-27 15:56:11 +13:00
Jake Barnby
275c6bb3a0
Set databaseId for all nested documents
2023-03-27 15:42:36 +13:00
Jake Barnby
64ee75e80d
Revert "Extract $options on get attributes list"
...
This reverts commit 0ef6f32a10 .
2023-03-27 12:18:47 +13:00
Jake Barnby
9ac08b496b
Merge remote-tracking branch 'origin/feat-relations-2' into feat-relations-2
2023-03-27 12:18:29 +13:00
fogelito
0ef6f32a10
Extract $options on get attributes list
2023-03-26 19:39:26 +03:00
Jake Barnby
d76d573e7c
Update attribute subquery to flatten relationship attributes
2023-03-25 16:28:07 +13:00
Jake Barnby
0797df8414
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
...
# 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
2023-03-25 15:32:55 +13:00
Bhaskar Singh
700f4f33ed
Merge branch 'appwrite:master' into fix-4960-Database-usage-screen-shows-500-error-when_APP_USAGE_STATS-is-disabled
2023-03-24 21:33:42 +05:30
Matej Bačo
3916e4c0c5
Fix usage with Proxy
2023-03-24 09:26:21 +01:00
Christy Jacob
a3019f3d8c
Merge branch 'feat-db-pools-sync' of https://github.com/appwrite/appwrite into feat-db-pools-fix-scheduler
2023-03-24 08:23:28 +00:00
Jake Barnby
48b018fd9d
Merge remote-tracking branch 'origin/1.3.x' into feat-relations-2
2023-03-24 20:53:41 +13:00
Jake Barnby
6cddb38290
Fix for count
2023-03-24 20:30:41 +13:00
Christy Jacob
7f493ed510
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-db-pools-sync
2023-03-24 06:45:58 +00:00
Christy Jacob
5f10ff4d3b
Merge branch 'feat-db-pools-master' of https://github.com/appwrite/appwrite into feat-db-pools-sync
2023-03-24 06:35:30 +00:00
Jake Barnby
1885f9e87c
Add graphql tests
2023-03-24 18:08:50 +13:00
Jake Barnby
24d1163703
Fix params
2023-03-24 16:57:56 +13:00
Jake Barnby
b6cfe43681
Clean up
2023-03-24 16:46:02 +13:00
fogelito
969cff5e41
New Queries Activation
2023-03-23 16:08:38 +02:00
Torsten Dittmann
c1ba898cec
feat: rename update team sdk method
2023-03-23 13:04:16 +01:00
Torsten Dittmann
10cd97e978
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-team-prefs
2023-03-23 13:03:50 +01:00
Torsten Dittmann
e8583d9387
Merge pull request #5164 from appwrite/feat-database-update-attribute
...
feat: database update attribute endpoints
2023-03-23 13:01:05 +01:00
Torsten Dittmann
010481bafc
feat: change url for updating attributes
2023-03-23 11:25:40 +01:00
Jake Barnby
7a089f8861
Use specific document validator for select queries on get document
2023-03-23 17:59:23 +13:00
Jake Barnby
2e44434ab8
Parse queries after validation
2023-03-23 17:55:31 +13:00
Jake Barnby
f974477ecc
Use plain param to allow validating against collection attributes
2023-03-23 17:32:44 +13:00
Jake Barnby
0643a94b12
Update signatures
2023-03-23 16:58:41 +13:00
fogelito
60c54e2d10
Select Validator
2023-03-22 23:10:47 +02:00
fogelito
34467de87d
Update relationship get Attribute
2023-03-22 18:44:12 +02:00
fogelito
a824b46df0
Update relationship
2023-03-22 17:49:08 +02:00
Bhaskar Singh
8b5e0e1f1a
Updating the exception variable name for easy
...
readability
2023-03-21 20:33:42 +05:30
fogelito
e06e890279
query validators ignore nested
2023-03-21 14:32:05 +02:00
Damodar Lohani
1ac91ae022
make nullable
2023-03-21 07:54:06 +00:00
Damodar Lohani
3bd92187f4
pause project
2023-03-21 01:52:32 +00:00
fogelito
a5f3af62bd
Extract model options
2023-03-20 13:20:24 +02:00
Torsten Dittmann
d59b4d17bb
fix: update attribute review
2023-03-20 10:13:23 +01:00
fogelito
eee29940bb
Some tests
2023-03-19 19:09:17 +02:00
Matej Bačo
e8b11b2d14
Fix scheduler
2023-03-19 10:43:57 +01:00
Bhaskar Singh
ac2085ffa8
Updated error when _APP_USAGE_STATS is disabled
...
for usage
2023-03-18 22:12:36 +05:30
Damodar Lohani
7764073bdd
fix typo
2023-03-17 00:58:21 +00:00
Damodar Lohani
893d305453
fix template issues
2023-03-17 00:55:00 +00:00
fogelito
79bfa025cb
Merge branch 'feat-database-update-attribute' of github.com:appwrite/appwrite into feat-relations-2
...
Conflicts:
app/controllers/api/databases.php
composer.json
composer.lock
2023-03-16 12:14:37 +02:00
Matej Bačo
75f935601e
Add function entrypoint
2023-03-16 11:07:15 +01:00
fogelito
44de884ee5
convert relatedOptions to options
2023-03-16 09:31:48 +02:00
Torsten Dittmann
08d588aeb1
fix: remove unnecessary owner check
2023-03-15 11:55:21 +01:00
Matej Bačo
a4b31f6472
Fix after merge
2023-03-15 09:20:25 +01:00
Matej Bačo
d10c7c7775
Merge branch 'feat-db-pools-master' into feat-executor-v3-sync
2023-03-15 08:59:42 +01:00
Matej Bačo
ca55de6f03
Fix build missing libraries
2023-03-15 07:08:43 +01:00
Matej Bačo
27bf18f031
Code formatting
2023-03-14 20:31:23 +01:00
Matej Bačo
72e0ccf6d6
Remove scheduleUpdatedAt
2023-03-14 19:39:40 +01:00
Matej Bačo
a919421b47
Fix scheduler bugs
2023-03-14 15:10:36 +01:00
fogelito
40152fbd6c
Model relationshipOptions
2023-03-14 15:18:30 +02:00
Matej Bačo
c01fcb130c
Merge branch 'feat-db-pools-master' into feat-db-pools-sync
2023-03-14 12:58:54 +01:00
Matej Baco
ed610fcdd4
Address TODOs
2023-03-14 11:13:03 +00:00
Damodar Lohani
c633eda501
return default template
2023-03-14 09:09:34 +00:00
Damodar Lohani
c7db44b45f
default sms template
2023-03-14 09:07:42 +00:00
fogelito
f255484fd4
Model relationship
2023-03-14 10:24:53 +02:00
Damodar Lohani
ae549a1e9a
tests and fixes
2023-03-14 07:21:56 +00:00
Torsten Dittmann
bfdb7830d0
fix: update team prefs endpoint
2023-03-14 04:40:17 +05:30
Matej Baco
e7351f4eec
Add logs to rules
2023-03-13 13:35:34 +00:00
fogelito
b1cc4ada4c
relationType
2023-03-13 12:11:38 +02:00
fogelito
f5f51c4fc9
Worker $relatedCollection
2023-03-13 11:46:03 +02:00
fogelito
5fc3f5bc3a
Worker
2023-03-13 11:34:41 +02:00
Damodar Lohani
c649ba897f
update response model
2023-03-13 09:33:11 +00:00
Damodar Lohani
82498459db
update project smtp using hook
2023-03-13 09:21:16 +00:00
fogelito
b6c279b576
add relatedCollectionInternalId
2023-03-13 10:45:54 +02:00
fogelito
b116d24486
Document options
2023-03-13 10:33:07 +02:00
fogelito
ba6439375c
create attribute function
2023-03-13 10:22:01 +02:00
fogelito
f525104963
create relationship
2023-03-12 17:06:56 +02:00
fogelito
ca3efdf562
create relation
2023-03-12 16:04:18 +02:00
Damodar Lohani
07010a5192
set SMTP config from project
2023-03-12 02:14:03 +00:00
Matej Bačo
1f409b4e40
Shared variables
2023-03-11 17:06:02 +01:00
Matej Bačo
541cb010a6
Changes after dev-mode QA
2023-03-10 20:36:39 +01:00
Pranav2612000
c97a4868b1
fix: trigger account subscription event on email verification
2023-03-11 00:23:49 +05:30
Torsten Dittmann
10150aad3e
feat: only owners are allowed to update attributes
2023-03-10 21:57:13 +05:30
Matej Baco
2d25514dd8
Improve 409 rule error; update console
2023-03-10 13:36:31 +00:00
Torsten Dittmann
2178bfc126
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-database-update-attribute
2023-03-10 18:39:11 +05:30
Torsten Dittmann
077ad544b6
fix: database responses
2023-03-10 18:36:34 +05:30
Matej Baco
4b0d6d9826
Bug fixes after proxy QA
2023-03-10 12:20:24 +00:00
Damodar Lohani
1d3e0c19f8
error fixes
2023-03-10 11:04:11 +00:00
Torsten Dittmann
cb065e4228
fix: openapi specification
2023-03-10 15:36:10 +05:30
Matej Baco
04c7db9f7b
Bug fixes for proxy rule service
2023-03-10 07:42:52 +00:00
Damodar Lohani
bf4aca0d4a
get template endpoint
2023-03-10 06:27:42 +00:00
Damodar Lohani
1cd0498b15
code format
2023-03-10 02:46:34 +00:00
Bhaskar Singh
31a903d144
Updated the error message for target check fails
...
in custom domain creation
2023-03-10 00:24:33 +05:30
shimon
4839dbbfb0
fix
2023-03-09 17:49:03 +02:00
Damodar Lohani
2352268a07
templates endponint
2023-03-09 13:44:31 +00:00
Torsten Dittmann
01edc57806
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-team-prefs
2023-03-09 16:04:20 +05:30
Damodar Lohani
52d93fd4af
smtp update endpoint
2023-03-09 01:59:10 +00:00
Damodar Lohani
ad8ae92a6d
Merge branch '1.3.x' into feat-reset-sdk-account-model
2023-03-09 07:06:24 +05:45
Matej Bačo
e4b3ba46ad
functions rules auto-mark as verified
2023-03-08 20:55:59 +01:00
Matej Bačo
83370c21f7
Improve error logs
2023-03-08 20:50:51 +01:00
Matej Bačo
59f5978fa3
Implement rules
2023-03-08 19:30:01 +01:00
Bhaskar Singh
7f3000439a
Updated ENV_VARIABLE_INCORRECT_SETUP to DOMAIN_VARIABLE_INCORRECT
2023-03-08 17:15:55 +05:30
Steven Nguyen
85a2d623a6
Update APIs to check X-Appwrite-Timestamp header
...
Appwrite will refer to the X-Appwrite-Timestamp header for when the
request was originally sent and reject the request if the Timestamp
is older than the updatedAt timestamp of the document.
2023-03-07 10:54:52 -08:00
Torsten Dittmann
496da61cd9
feat: team preferences
2023-03-06 19:54:02 +05:30
Matej Bačo
f223e8b948
Update failed status
2023-03-06 12:16:34 +01:00
Bhaskar Singh
eaf31fdb78
Updated the error to 501 error code for custom
...
domain when _APP_DOMAIN and _APP_DOMAIN_TARGET is setup incorrectly
2023-03-05 14:35:47 +05:30
Torsten Dittmann
5df53e3e76
fix: http status codes for udpating attributes
2023-03-02 12:15:10 +05:30
Torsten Dittmann
bfd23665cb
fix: graphql
2023-03-01 18:13:34 +05:30
Torsten Dittmann
6e5b8fab4b
fix: implement new framework changes
2023-03-01 17:30:36 +05:30
Jake Barnby
d2c55afdcf
Merge pull request #5145 from appwrite/feat-remove-index-requirements
...
Remove indexed attribute query requirement
2023-03-01 21:42:29 +13:00
Torsten Dittmann
ae32536be2
Merge branch 'master' of https://github.com/appwrite/appwrite into chore-release-1-3-console-sdk
2023-02-28 14:45:34 +05:30
Matej Bačo
bf3340a3c6
Add body & headers to sync response
2023-02-27 13:43:10 +01:00
Matej Bačo
69aa59a1d6
Add more log details to execution
2023-02-27 11:24:21 +01:00
Matej Bačo
d7c5d8bb46
Remove response body & headers
2023-02-27 11:20:37 +01:00
Torsten Dittmann
fb3a7bc0e9
fix: update attribute endpoints params
2023-02-27 13:15:11 +05:30
Torsten Dittmann
ec7e28b3e7
fix: databases update attributes events
2023-02-26 21:14:22 +05:30
Torsten Dittmann
740e1956b5
revert: style changes
2023-02-26 18:07:44 +05:30
Torsten Dittmann
8ae974e6dd
feat: database update attribute endpoints
2023-02-26 18:03:18 +05:30
Damodar Lohani
dd9eab65c8
Merge branch 'master' into feat-reset-sdk-account-model
2023-02-26 10:46:07 +05:45
Torsten Dittmann
8b7dd6eaa6
Merge pull request #5083 from singhbhaskar/fix-5070-session-create-event-doesnt-show-in-Appwrite-Console-user-activity-for-OAuth-Sessions
...
Adding missing audits.userId to routes
2023-02-24 15:29:21 +05:30
Torsten Dittmann
dacb713450
Merge branch 'master' into fix-4982-email-session-expire-string-formattz
2023-02-24 15:23:33 +05:30
Matej Bačo
464f88634c
Add function logging toggle
2023-02-24 10:24:20 +01:00
Steven Nguyen
c5ebcbab2b
Add offline support labels on endpoints
2023-02-23 14:47:45 -08:00
Matej Bačo
068acef0f6
Add unique url generator
2023-02-22 16:07:34 +01:00
Christy Jacob
10b7503d62
feat: support case insensitive emails
2023-02-22 17:09:22 +05:30
Matej Bačo
0cf6a50c3c
Code cleanup
2023-02-21 11:31:55 +01:00
Matej Bačo
8dec7e6040
Fix custom ID support
2023-02-21 11:30:16 +01:00
Damodar Lohani
6b6f9edbd6
Merge branch '1.3.x' into feat-13x-master-sync
2023-02-21 07:38:46 +05:45
Matej Bačo
2c5367f779
Update specs, add url to functions
2023-02-20 14:11:29 +01:00
Damodar Lohani
104d99e636
fix default value error
2023-02-20 07:08:27 +00:00
Jake Barnby
6635ebf27f
Remove indexed attribute query requirement
2023-02-20 19:29:25 +13:00
Damodar Lohani
81add700c6
fix error
2023-02-20 04:01:08 +00:00
Damodar Lohani
c990f686dd
Merge remote-tracking branch 'origin/1.3.x' into feat-password-dictionary
2023-02-20 03:56:48 +00:00
Damodar Lohani
4948aedfb5
Merge remote-tracking branch 'origin/master' into 1.3.x
2023-02-20 03:51:54 +00:00
Damodar Lohani
9f3e815167
Merge branch 'feat-password-history' into feat-password-dictionary
2023-02-20 07:56:17 +05:45
Damodar Lohani
4e1a4b961c
update attribute errors
2023-02-20 01:51:56 +00:00
Damodar Lohani
7e055c585d
formatting fix
2023-02-20 01:37:33 +00:00
Damodar Lohani
452ee5c086
update dictonary validator
2023-02-20 01:34:05 +00:00
Eldad A. Fux
6696373d28
Merge pull request #4974 from appwrite/lohanidamodar-patch-3
...
Oauth2 check if provider is enabled
2023-02-19 08:53:41 +02:00
Damodar Lohani
5acd78463a
Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync
2023-02-16 00:44:29 +00:00
Damodar Lohani
171f30adb1
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-16 00:29:37 +00:00
Matej Bačo
04e734f8af
Console UI update
2023-02-15 15:50:18 +01:00
Matej Bačo
f6ae0a05fa
Stream response support
2023-02-15 09:36:20 +01:00
Damodar Lohani
2d702b62b2
switch SDK response model from account to user
2023-02-15 00:10:54 +00:00
Matej Bačo
d2ffa3e7c6
Fix cold-start bug
2023-02-14 11:35:49 +00:00
Matej Bačo
20bc1ab00e
Merge remote-tracking branch 'origin/feat-db-pools' into feat-executor-v3
2023-02-14 11:16:28 +00:00
Matej Bačo
e4d784c871
Add new V3 parameters
2023-02-14 11:01:38 +00:00
Damodar Lohani
3215e8d8df
Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync
2023-02-14 04:54:02 +00:00
Damodar Lohani
71d2c45a92
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-14 04:35:19 +00:00
Jake Barnby
f6fc9a8d8c
Merge remote-tracking branch 'origin/master' into feat-technical-debt-2
...
# Conflicts:
# composer.lock
2023-02-14 14:22:08 +13:00
shimon
794f566fae
addressing comments
2023-02-06 16:03:45 +02:00
shimon
5850a454e0
addressing comments
2023-02-05 22:07:46 +02:00
Bhaskar Singh
e9d53cbc46
Adding missing audits.userId to routes
2023-02-05 12:32:56 +05:30
Matej Bačo
75c7d94633
Implement Open Runtimes v3 support
2023-02-02 19:21:00 +00:00
shimon
1ac935077b
addressing comments
2023-02-02 20:16:01 +02:00
shimon
abdd5f016a
addressing comments
2023-02-02 13:55:23 +02:00
Damodar Lohani
daa121262b
fix boolean param
2023-01-30 06:06:52 +00:00
Damodar Lohani
91abc2b079
fix SDK method
2023-01-30 06:06:05 +00:00
Damodar Lohani
2070cccd54
update description
2023-01-30 06:05:32 +00:00
munyoudoum
ff5c5c7138
fix(api/account): formatTz for expire property in POST email sessions
2023-01-30 00:32:05 +07:00
Damodar Lohani
31b4c73b16
use variable
2023-01-29 15:30:39 +05:45
Christy Jacob
e5a6db6133
Merge pull request #4890 from appwrite/doc-clarify-permission
...
Update permission and ID param descriptions for grammar and clarity.
2023-01-28 04:15:20 +05:30
Torsten Dittmann
24a7caf936
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-4803-flutter-web-platform-type
2023-01-27 13:24:41 +01:00
Christy Jacob
54f4bef67a
Merge pull request #5004 from appwrite/feat-remove-validators
...
Replace Appwrite Validators with backported Utopia ones
2023-01-26 16:03:06 +05:30
Christy Jacob
7c2c68c5ec
Merge pull request #4988 from appwrite/fix-storage-device-case
...
Convert _APP_STORAGE_DEVICE env var to lowercase
2023-01-26 15:24:26 +05:30
Damodar Lohani
e70408094a
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-01-25 10:38:29 +00:00
Christy Jacob
4ea82fb2d0
Merge pull request #4795 from appwrite/fix-compression-logic
...
feat: use constants in switch case
2023-01-23 17:50:33 +05:30
shimon
213c4392a1
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into refactor-internalId-collections-db-pools
2023-01-22 17:21:21 +02:00
Vincent (Wen Yu) Ge
b25dc38a63
clarify custom ID vs unique ID
2023-01-20 22:22:16 +00:00
Steven
e14f4404e0
Merge branch 'master' into feat-4803-flutter-web-platform-type
2023-01-20 12:04:58 -08:00
Christy Jacob
4142ffdb70
feat: update account codes
2023-01-19 17:26:41 +05:30
Christy Jacob
30690f6bc4
Merge pull request #4885 from appwrite/revert-4844-feat-build-size
...
Revert "Feat: Build output size"
2023-01-19 15:04:35 +05:30
Damodar Lohani
1466e7b770
Update app/controllers/api/teams.php
...
Co-authored-by: Vincent (Wen Yu) Ge <vincent@appwrite.io>
2023-01-18 09:33:47 +05:45
Bradley Schofield
4cc135e8e2
Merge branch 'master' into fix-test-warnings
2023-01-17 10:16:53 +00:00
fogelito
c4ae047833
Merge branch 'master' of github.com:appwrite/appwrite into feat-technical-debt-2
...
Conflicts:
app/init.php
composer.json
composer.lock
2023-01-16 10:24:37 +02:00
Damodar Lohani
4f35353289
Merge branch 'feat-password-history' of https://github.com/appwrite/appwrite into feat-password-dictionary
2023-01-16 05:09:55 +00:00
Damodar Lohani
fe472e5b36
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-password-history
2023-01-16 05:04:13 +00:00
shimon
a852672bff
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats
2023-01-15 17:18:32 +02:00
shimon
a0554ca91e
usage test
2023-01-15 12:25:03 +02:00
Vincent (Wen Yu) Ge
45aea5b941
Update branch with master
2023-01-13 14:53:54 -05:00
Vincent (Wen Yu) Ge
92a384e31c
Fix descriptions for ID and regen 1.2.x specs
2023-01-13 14:27:08 -05:00
Bradley Schofield
31b718d829
Replace Appwrite Validators with backported Utopia ones
...
+ Updated Utopia Framework to 0.26.0
+ Replaced Appwrite Validators with Utopia ones
2023-01-13 15:28:04 +00:00
Damodar Lohani
afaa64b54b
fix invitation after merge
2023-01-13 06:05:16 +00:00
Damodar Lohani
3146ec363d
Merge branch 'master' into feat-team-invite-improvements
2023-01-13 11:39:20 +05:45
shimon
9a2f734d3a
compose.lock
2023-01-12 18:06:20 +02:00
Damodar Lohani
f41e3b1e8f
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-01-12 07:25:23 +00:00
Eldad A. Fux
f0bb8dcc33
Merge pull request #4859 from appwrite/refactor-mails-next
...
refactor: make mails event and worker general
2023-01-12 09:07:43 +02:00
Steven Nguyen
be77b10549
Add flutter-web as a platform type
...
Having a dedicated type for flutter-web will allow us to differentiate
between Flutter Web and Web in the Appwrite Console.
2023-01-11 15:47:49 -08:00
Steven Nguyen
2b4dbfb4b9
Convert _APP_STORAGE_DEVICE env var to lowercase
...
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Christy Jacob
837bad59a4
feat: add tests
2023-01-11 18:10:49 +05:30
Christy Jacob
71150ced1a
feat: add tests
2023-01-11 18:05:07 +05:30
Christy Jacob
2bc85e4708
feat: linter fixes
2023-01-11 17:12:29 +05:30
Christy Jacob
9f9daf900a
feat: review comments
2023-01-11 17:11:33 +05:30
Christy Jacob
e3a2135515
feat: linter fixes
2023-01-10 20:18:45 +05:30
Christy Jacob
59adaff541
feat: linter fixes
2023-01-10 14:23:08 +05:30
Damodar Lohani
d2ca803753
add provider enabled check in the redirect
2023-01-10 04:52:21 +00:00
Christy Jacob
3f992b316e
feat: add code to account creation endpoint
2023-01-09 22:52:15 +05:30
Christy Jacob
b751af6db9
feat: add code to account creation endpoint
2023-01-09 22:46:02 +05:30
Christy Jacob
78a057ebf9
feat: add code to account creation endpoint
2023-01-09 22:39:58 +05:30
Damodar Lohani
b06ce91297
fix formatting
2023-01-09 11:11:55 +00:00
Damodar Lohani
8d40220114
remove var dumps
2023-01-09 11:10:50 +00:00
Damodar Lohani
11b3739360
fix when either email or phone were empty
2023-01-09 11:10:02 +00:00
Damodar Lohani
a2642ecc67
send phone invite only if email is empty
2023-01-09 10:59:28 +00:00
Damodar Lohani
b238a1ef2d
fix format
2023-01-09 10:44:28 +00:00
Damodar Lohani
87c7e76a16
Oauth2 check if provider is enabled
2023-01-09 16:20:03 +05:45
Damodar Lohani
34b2280207
fix format
2023-01-09 09:18:13 +00:00
Damodar Lohani
8f351ad7b2
set email and phone attribute once user found
2023-01-09 09:17:39 +00:00
Damodar Lohani
bc7b98821a
fix error
2023-01-09 08:56:18 +00:00
Damodar Lohani
32b8a1edfe
fix param order in action
2023-01-09 08:44:02 +00:00
Damodar Lohani
29ef377b60
refactor privileged/app user check
2023-01-09 08:29:33 +00:00
Damodar Lohani
63a981591d
fix error and param order
2023-01-09 08:25:15 +00:00
Damodar Lohani
a812bfb686
format fix
2023-01-09 05:55:07 +00:00
Damodar Lohani
2e154c06bc
different test and messaging integration as well
2023-01-09 05:46:02 +00:00
Matej Bačo
ccc9432219
Merge branch 'master' into fix-1.2.x-conflicts
2022-12-27 08:29:10 +01:00
Damodar Lohani
a0a08b3588
fix make password optional
2022-12-27 07:13:39 +00:00
Damodar Lohani
8927c71b69
fix formatting
2022-12-26 10:34:41 +00:00
Damodar Lohani
0760ea90d6
use dictionary validator
2022-12-26 10:22:49 +00:00
Damodar Lohani
a9078cded5
rename resource
2022-12-26 09:24:51 +00:00
Damodar Lohani
abde948b43
fix typo
2022-12-26 06:03:43 +00:00
Damodar Lohani
276032b3f7
error fix
2022-12-26 05:55:02 +00:00
Damodar Lohani
574ffa4d4b
check dictionary is enabled before checking password
2022-12-26 05:52:49 +00:00
Damodar Lohani
e9710bdb76
formatting fix
2022-12-26 05:47:20 +00:00
Damodar Lohani
3bcb1f846e
password disctionary endpont and project model
2022-12-26 05:31:49 +00:00
Damodar Lohani
1ff8ce2382
check against passwords dictionary
2022-12-26 05:24:26 +00:00
shimon
e533f8f067
minor adjustments
2022-12-25 19:07:03 +02:00
shimon
0ac5e293b6
add internalId to collections
2022-12-25 14:13:52 +02:00
shimon
586c7fac7c
add internalId to collections
2022-12-25 14:07:54 +02:00
shimon
f3dcd6a79f
add internalId to collections
2022-12-25 13:06:25 +02:00
shimon
a8fe99def0
add internalId to collections
2022-12-25 12:17:49 +02:00
Damodar Lohani
2603f91a6a
use password history on account create and update password
2022-12-23 07:19:35 +00:00
shimon
b89e04f561
add internalId to collections
2022-12-22 19:18:54 +02:00
shimon
20f9b0c655
refactor usage worker
2022-12-22 15:02:41 +02:00
Jake Barnby
27b1ae912a
Merge remote-tracking branch 'origin/fix-max-session-method' into feat-graphql-support
2022-12-22 21:11:35 +13:00
Jake Barnby
43c850bd9b
Deduplicate SDK method name
2022-12-22 21:03:06 +13:00
shimon
5e394fed5d
refactor usage worker
2022-12-21 21:03:09 +02:00
shimon
c02ef7b340
adding build.storage usage
2022-12-21 11:22:29 +02:00
fogelito
b301a64dc4
clean up some use classes not in use
2022-12-21 10:02:22 +02:00
shimon
c6b3fb39b1
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats
...
Conflicts:
app/console
app/workers/builds.php
docker-compose.yml
src/Appwrite/Usage/Stats.php
2022-12-21 09:58:22 +02:00
Jake Barnby
524a6db72d
Hide get method from SDKs
2022-12-21 20:45:34 +13:00
Vincent (Wen Yu) Ge
8239113b95
Grammarly check
2022-12-20 21:43:55 +00:00
Vincent (Wen Yu) Ge
37fc5114ab
Update permission param descriptions for grammar and clarity.
2022-12-20 21:39:41 +00:00
Bradley Schofield
c0daed3644
Refactor names and cleanup code
2022-12-20 16:11:30 +00:00
Bradley Schofield
284ce42177
Merge branch 'feat-db-pools' into refactor-schedulers-workers
2022-12-20 13:01:27 +00:00
Christy Jacob
ff9bccf1ff
Revert "Feat: Build output size"
2022-12-20 18:26:56 +05:30
Bradley Schofield
b0c8e8980d
Continue removing resque
2022-12-20 12:48:55 +00:00
Bradley Schofield
886a1a2abb
Port Deletes and Builds worker
2022-12-20 12:22:58 +00:00
Bradley Schofield
3e66d1a549
Rename certificate queue
2022-12-20 11:21:07 +00:00
Christy Jacob
cb0a927e34
Merge pull request #4050 from geisterfurz007/fix-3916-empty-payload-returned-as-object
...
fix: empty payload returned as list
2022-12-20 13:37:24 +05:30
Christy Jacob
6b31edfdef
Merge pull request #4506 from karniv00l/user-not-found-exception
...
Fix User not found exception
2022-12-20 13:25:35 +05:30
shimon
18f192ed65
benchmarks
2022-12-19 10:25:49 +02:00
Jake Barnby
56a903577f
Remove docs false
2022-12-19 20:51:34 +13:00
Jake Barnby
11ef344216
Remove get method from SDKs
2022-12-19 19:07:04 +13:00
Damodar Lohani
5b1c54c440
fix suggestions
2022-12-19 05:07:41 +00:00
Damodar Lohani
95791c85ff
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-12-19 10:49:18 +05:45
Damodar Lohani
30ece2d36a
validator for password history
2022-12-18 09:08:51 +00:00
Damodar Lohani
f7dd37a9d1
format fix
2022-12-18 08:54:53 +00:00
Damodar Lohani
d098c8c698
use array slice
2022-12-18 08:47:02 +00:00
Damodar Lohani
3f26e66d26
not add random password to history
2022-12-18 08:35:12 +00:00
Damodar Lohani
15f52b933b
fix excaping
2022-12-18 08:34:57 +00:00
Damodar Lohani
ba77b35f05
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-12-18 14:05:55 +05:45
Matej Bačo
8f363eae7a
Fix bugs
2022-12-18 08:35:16 +01:00
Damodar Lohani
4abc30eed1
refactor: fix formatting issues
2022-12-18 06:31:14 +00:00
Damodar Lohani
6612e6edf0
fix: password verify
2022-12-18 06:28:19 +00:00
Damodar Lohani
0eae73e7b8
fix: password comparison
2022-12-18 06:27:41 +00:00
Damodar Lohani
51ad9c6479
fix: get history limit before adding password to history
2022-12-18 04:38:27 +00:00
Damodar Lohani
0b1b7b8170
feat: check history limit
2022-12-16 10:47:08 +00:00
Damodar Lohani
cfd5a91c43
feat: project endpoint to set password history limit
2022-12-16 10:37:49 +00:00
Damodar Lohani
61e03eeedf
add new password to the history
2022-12-16 10:29:20 +00:00
Damodar Lohani
8e7b89ec03
feat: check password history
2022-12-16 10:22:39 +00:00
Damodar Lohani
12302d5b3d
refactor: remove empty param
2022-12-16 06:34:03 +00:00
Damodar Lohani
b7d17e82da
fix: membership invite email
2022-12-16 06:15:23 +00:00
Damodar Lohani
495da1bfd4
fix: template path
2022-12-16 06:11:12 +00:00
shimon
7601c9047b
e2e tests
2022-12-15 11:45:43 +02:00
Damodar Lohani
5d195659bd
refactor: mails refactor
2022-12-15 09:22:05 +00:00
shimon
285bfe9fd7
e2e tests
2022-12-15 09:56:06 +02:00
Jake Barnby
d107b92748
Remove debug flags on production instead of abuse enabled
2022-12-15 13:44:23 +13:00
Jake Barnby
64b74d4100
Add alias route to allow for multiple SDK method names
2022-12-15 13:36:47 +13:00
fogelito
8ade726932
Changing Role + Permissions namespace
2022-12-14 18:04:06 +02:00
fogelito
f96128e14f
Changing Id
2022-12-14 17:42:25 +02:00
shimon
961c408885
metric negative / positive values in worker
2022-12-14 09:34:04 +02:00
Damodar Lohani
5741a960c7
refactor: use refactored maile event and worker
2022-12-14 06:35:04 +00:00
Bradley Schofield
21afa43127
Port Certificates to new Queue system
2022-12-13 11:16:12 +00:00
Jake Barnby
ff33068906
Merge remote-tracking branch 'origin/1.2.x' into feat-graphql-support
2022-12-13 21:37:21 +13:00
shimon
141d55bd36
build+functions worker
2022-12-13 09:35:05 +02:00
Jake Barnby
5e9eccacd1
Allow create deployment from explorer
2022-12-13 19:49:20 +13:00
Jake Barnby
aa7e326ce9
Allow file uploads from explorer
2022-12-13 15:43:29 +13:00
shimon
d80bd75b6d
usage cleanup
2022-12-12 09:54:53 +02:00
Damodar Lohani
c60a3a66a0
feat: session limit separate default and max value
2022-12-12 05:07:18 +00:00
shimon
3242bd9b2a
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats
2022-12-11 20:07:20 +02:00
shimon
52c2cefdb5
users usage
2022-12-11 11:06:19 +02:00
shimon
ba04f845da
databases usage
2022-12-11 11:00:00 +02:00
Damodar Lohani
e0be09ded6
refactor: use session group for session limit
2022-12-11 08:33:52 +00:00
Damodar Lohani
65bacc6983
fix: naming and use constant
2022-12-11 07:13:11 +00:00
Damodar Lohani
f070f0974a
session limit check on shutdown
2022-12-09 11:33:26 +00:00
shimon
4c6b6d00e8
functions api usage
2022-12-07 19:56:38 +02:00
shimon
5d63d2f199
functions api usage
2022-12-07 19:01:25 +02:00
Christy Jacob
69d5a25c62
Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools
2022-12-07 15:39:44 +04:00
shimon
c9b6b3bf8b
storage api usage
2022-12-07 12:48:18 +02:00
Damodar Lohani
27d7f4f083
fix (projects): session limits
...
Set max session limits to 100 and default session limits to 10
2022-12-06 10:52:17 +00:00
Damodar Lohani
1da3f7770f
feat (projects): auth session limit
...
Add endpoint on project to set max number of sessions for project users.
2022-12-06 10:45:04 +00:00
Jake Barnby
b6723b7c83
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/init.php
2022-12-06 20:38:09 +13:00
shimon
d3bc4da15c
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats
2022-12-04 10:35:56 +02:00
Christy Jacob
77d4627d42
feat: use constants in switch case
2022-11-26 19:45:29 +04:00
Jake Barnby
f44a642998
Get from env in param call
2022-11-25 17:27:19 +13:00
Jake Barnby
cefd5660b9
Merge remote-tracking branch 'origin/master' into fix-region-parameter
...
# Conflicts:
# CHANGES.md
2022-11-25 10:42:27 +13:00
Jake Barnby
de38fed306
Fix empty check
2022-11-25 10:29:22 +13:00
Matej Bačo
8b71e318c2
Fix tests bug
2022-11-24 11:55:49 +00:00
Matej Bačo
efe093ce3c
Fix unsaved changes in team inv
2022-11-24 12:35:26 +01:00
Jake Barnby
bb01a6d817
Get default region param from env
2022-11-24 11:23:59 +13:00
Christy Jacob
f239296059
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools
2022-11-23 19:05:19 +00:00
Steven Nguyen
01556184c7
Fix the default oauth paths to match the route
2022-11-23 09:57:49 -08:00
Torsten Dittmann
b819381bed
Merge branch 'master' into fix-623-locale-api-unknown-continent
2022-11-23 18:52:39 +01:00
Torsten Dittmann
991d8749b2
Merge pull request #4757 from gepd/null-failure
...
bug fix: failure status shoudn't be nulled
2022-11-23 18:51:02 +01:00
Torsten Dittmann
2e9087285d
Merge branch 'master' into fix-function-status-missing
2022-11-23 18:47:15 +01:00
Eldad Fux
95e835a902
Deprecated Usage stats
2022-11-23 19:08:42 +02:00
Damodar Lohani
1a00e3829a
fix hourly stats
2022-11-23 13:40:51 +05:45
Jake Barnby
bd0139ef3b
Make region optional with default of 'default'
2022-11-23 18:16:57 +13:00
Alex Patterson
ad1587872b
remove dup line
2022-11-22 18:49:31 -05:00
gepd
64ba896738
bug fix: failure status shoudn't be nulled
2022-11-22 17:05:04 -03:00
Matej Bačo
d2362aeab0
Improve performance
2022-11-21 11:43:20 +00:00
Matej Bačo
831960245f
Permission bug fix
2022-11-21 11:20:52 +00:00
Matej Bačo
0ee49e7895
Fix missing execution status
2022-11-21 09:38:36 +00:00
Matej Baco
91de1cbcf3
Fix bug
2022-11-18 15:22:46 +01:00
Matej Baco
5ec548cc06
Fix more failing tests
2022-11-18 14:13:33 +01:00
Matej Baco
26ea9d675a
Linter fix
2022-11-18 08:13:22 +01:00
Matej Baco
418a432d6c
Merge branch 'feat-db-pools' into fix-init-retry
2022-11-18 08:10:11 +01:00
Christy Jacob
b30571dcd0
chore: update submodule
2022-11-18 00:43:12 +05:30
Christy Jacob
373e230ab0
fix: issues with usage
2022-11-18 00:28:57 +05:30
Christy Jacob
71bb70dec4
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-add-console
2022-11-17 23:27:26 +05:30
Christy Jacob
c4a5c73717
feat: use new storage library
2022-11-17 23:13:59 +05:30
Christy Jacob
e0c363e8e5
feat: add new console
2022-11-17 22:51:55 +05:30
Christy Jacob
080abbbb79
Merge branch 'master' of github.com:appwrite/appwrite into feat-add-console
2022-11-17 20:26:10 +05:30
Christy Jacob
878021b9a3
feat: disable auth on console project
2022-11-17 18:20:17 +05:30
Jake Barnby
163cbc5052
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# composer.json
# composer.lock
2022-11-17 21:41:56 +13:00
Christy Jacob
b989a35b62
feat: add todos
2022-11-17 08:04:05 +00:00
Christy Jacob
4f31fb5dc8
feat: linter
2022-11-17 07:46:00 +00:00
Christy Jacob
4271e34b39
feat: review comments
2022-11-17 07:44:54 +00:00
Christy Jacob
261830c122
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-support-dsn
2022-11-17 06:43:49 +00:00
Matej Baco
2220222f48
Merge branch 'feat-db-pools' into fix-init-retry
2022-11-16 20:43:31 +01:00
Matej Baco
762d52bca8
Fix failing tests
2022-11-16 20:39:35 +01:00
Christy Jacob
a233a30d28
Merge pull request #4691 from appwrite/feat-schedules-deletions
...
Deleted functions
2022-11-16 20:49:14 +05:30
shimon
c67852a7fb
Deleted functions
...
schedules clean up
2022-11-16 14:51:43 +02:00
Matej Baco
3e325afb61
Revert unnessessary changes
2022-11-16 13:44:14 +01:00
Matej Baco
44875e2d18
QA review changes
2022-11-16 11:33:11 +01:00
shimon
6b88f66d14
removed pools injection in functions controller
2022-11-16 10:46:47 +02:00
shimon
4e3bcd6cd0
Authorization::skip added
2022-11-16 10:41:57 +02:00
Jake Barnby
f9d2976c1d
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
# 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/init.php
# app/tasks/sdks.php
# composer.lock
# docker-compose.yml
2022-11-16 19:37:35 +13:00
Jake Barnby
dd6c5c056f
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
2022-11-16 19:31:40 +13:00
Christy Jacob
8b0a78bb36
fix: function events and linter
2022-11-16 11:00:57 +05:30
Christy Jacob
4a92db4dc3
feat: check async execution
2022-11-16 09:47:46 +05:30
Matej Baco
6bf370a058
QA bug fixes
2022-11-15 19:43:40 +01:00
Matej Baco
44a82de09b
Refactor func event triggering
2022-11-15 19:13:17 +01:00
Torsten Dittmann
912636b54c
Merge branch '1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-15 18:22:49 +01:00
Matej Baco
eb47894970
Merge branch 'refactor-scheduler' into refactor-functions-worker
2022-11-15 17:37:04 +01:00
shimon
0d79f19dcd
addressing some comments
2022-11-15 18:14:52 +02:00
shimon
8bcf349c38
addressing some comments
2022-11-15 18:03:42 +02:00
shimon
ee0950449a
Merge branch '1.1.x' of github.com:appwrite/appwrite into fix-cache-permissions
2022-11-15 17:17:58 +02:00
shimon
18618b8e8b
cancel cache via avatar::initials
2022-11-15 17:17:35 +02:00
Torsten Dittmann
ef1e5a9674
Merge branch '1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-15 15:36:25 +01:00
shimon
390fbc52eb
minor changes
2022-11-15 16:33:43 +02:00
Christy Jacob
98fbe18ac4
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into refactor-scheduler
2022-11-15 12:13:44 +00:00
Bradley Schofield
a51288da57
Update projects.php
2022-11-15 10:25:34 +00:00
Bradley Schofield
64b725a6f7
Update Defaults
2022-11-15 10:19:35 +00:00
Torsten Dittmann
aea13bad72
Merge branch 'chore-prepare-1-1-0' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-14 22:54:23 +01:00
Christy Jacob
3ae1d9b8e6
feat: run linter
2022-11-15 00:17:44 +05:30
Christy Jacob
d7d41b4b6b
feat: move project endpoint to another service
2022-11-14 23:52:04 +05:30
Bradley Schofield
3c71164741
Merge branch '1.1.x' into feat-implement-session-length-api
2022-11-14 15:30:38 +00:00
Bradley Schofield
a14ab321bf
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-11-14 15:18:40 +00:00
Torsten Dittmann
310ff90d22
Merge branch '1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite
2022-11-14 15:57:40 +01:00
Torsten Dittmann
465dad522e
fix: remove unnecessary files
2022-11-14 15:31:24 +01:00
Bradley Schofield
a19e668d79
Update storage.php
2022-11-14 13:11:43 +00:00
Bradley Schofield
c76057fd37
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-11-14 09:54:49 +00:00
Bradley Schofield
36d4719a3b
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-11-14 09:54:40 +00:00
Bradley Schofield
0b883df5ec
Fix Tests
2022-11-14 09:42:18 +00:00
Bradley Schofield
cdb4c60c3c
Run Linter
2022-11-14 09:33:49 +00:00
Bradley Schofield
66b805829c
Move authDuration into auths attribute in project
2022-11-14 09:30:45 +00:00
Bradley Schofield
f6b7e0392b
Give auth duration it's own endpoint
2022-11-14 09:15:55 +00:00
shimon
180262d166
Merge branch '1.1.x' of github.com:appwrite/appwrite into fix-cache-permissions
2022-11-11 13:18:33 +02:00
shimon
745ae7a4c8
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into refactor-scheduler
2022-11-10 20:07:32 +02:00
shimon
aef565c8ff
addressing comments
2022-11-10 18:40:12 +02:00
shimon
f9671ee855
enabling file permissions
...
via cache preview
2022-11-10 12:08:01 +02:00
Eldad A. Fux
42cedf8ed0
Merge pull request #3909 from appwrite/feat-usage-refactor
...
new stats to count resources
2022-11-10 11:05:36 +02:00
shimon
1761b77d0f
function worker
2022-11-09 19:01:43 +02: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
shimon
9d641b985a
tidy up
2022-11-08 16:00:39 +02:00
Matej Bačo
940eee0562
Merge remote-tracking branch 'origin/feat-decouple-executor' into feat-db-pools-opr
2022-11-08 12:39:25 +00:00
Matej Bačo
d275fa0111
Fix tests
2022-11-08 12:34:14 +00:00
Torsten Dittmann
4befb19c35
feat: add databases and buckets to projects usage
2022-11-08 13:09:18 +01:00
Matej Bačo
a52ff7372a
Add Open Runtimes Executor
2022-11-08 08:49:45 +00:00
shimon
3a651adea5
replacing offset with pagination
2022-11-07 17:42:08 +02:00
shimon
711d8061a6
replacing offset with pagination
2022-11-07 17:30:22 +02:00
Christy Jacob
f5484d4548
feat: update mariadb images
2022-11-07 19:54:50 +05:30
Bradley Schofield
842185e45d
Update projects.php
2022-11-07 11:58:57 +00:00
shimon
6f9dcae858
queue
2022-11-07 12:37:07 +02:00
shimon
ef7b53fbc7
queue
2022-11-06 23:41:33 +02:00
shimon
ed505fba7c
queue
2022-11-06 15:10:26 +02: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 Fux
1ff53bc82a
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-fixes-for-pools
2022-11-04 07:26:35 +02:00
shimon
bc631d926e
ticker
2022-11-04 07:12:08 +02:00
Eldad Fux
f6ae1fedd2
Fixed broken call
2022-11-03 22:24:03 +02:00
Eldad A. Fux
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
Damodar Lohani
b66f932b3b
Merge remote-tracking branch 'origin/1.1.x' into feat-usage-refactor
2022-11-02 08:43:12 +00:00
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
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
geisterfurz007
e891424c17
fix: empty payload deleting single user session
2022-10-31 21:01:49 +01: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
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
Christy Jacob
269266127d
feat: update db library
2022-10-28 14:30:31 +05:30
Jake Barnby
db49e962f4
Use abuse status instead of dev/prod for graphql abuse check
2022-10-28 20:12:11 +13:00
Jake Barnby
89b4d0026a
Move shutdown hook to graphql controller
2022-10-28 10:04:31 +13:00
Jake Barnby
e632731c4e
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
2022-10-27 12:24:57 +13:00
Torsten Dittmann
eb31bfb78e
Merge pull request #4418 from appwrite/feat-deployment-buildtime
...
Add build time to deployments
2022-10-26 18:42:53 +02:00
Christy Jacob
9165da14b7
feat: add support for the new DSN class
2022-10-26 12:16:22 +05:30
Christy Jacob
2d6a00e56f
Merge branch 'feat-mysql-test' of github.com:appwrite/appwrite into feat-db-pools
2022-10-25 19:26:23 +05:30
Christy Jacob
503bd53a47
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-mysql-test
2022-10-25 13:48:59 +00:00
Jake Barnby
2f444ead34
Revert "Review revert unrelated change"
...
This reverts commit bf064fa5c9 .
2022-10-25 18:31:51 +13:00
Jake Barnby
e3b5919e40
Review doc fixes
2022-10-25 15:53:15 +13:00
Jake Barnby
bf064fa5c9
Review revert unrelated change
2022-10-25 15:44:19 +13:00
Torsten Dittmann
461c12c7fe
Merge pull request #3701 from appwrite/feat-oauth-improvements
...
Feat: OAuth improvements
2022-10-24 17:57:40 +02:00
Vincent (Wen Yu) Ge
9a1f54baf1
Merge branch 'master' into doc-unique-id
2022-10-21 17:43:52 -04:00
Damodar Lohani
dfa35e0a0b
fix periods on usage endpoints
2022-10-21 05:45:25 +00:00
Eldad Fux
27c4e24fa5
Unused classes
2022-10-21 08:41:17 +03:00
Eldad Fux
54469e9b4d
Unused classes
2022-10-21 08:41:12 +03:00
Damodar Lohani
a7e1e5f25f
fix period
2022-10-21 01:40:33 +00:00
Eldad Fux
e5c62c6730
Fixed usage of DSN database
2022-10-19 16:55:58 +03:00
Eldad Fux
d51c379514
Fixed linter errors
2022-10-19 11:35:30 +03:00
Jake Barnby
a2b1941a47
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# CONTRIBUTING.md
# composer.json
# composer.lock
# docs/references/teams/list-teams.md
2022-10-19 13:17:56 +13:00
Eldad Fux
4fe5c0dd1d
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-18 17:29:21 +03:00
Christy Jacob
6bfb76b620
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools
2022-10-18 07:57:34 +00:00
Eldad Fux
65e004f145
Fixed health API and add new test endpoints
2022-10-17 14:43:57 +03:00
Damodar Lohani
f78cb09694
Merge remote-tracking branch 'origin/master' into feat-usage-refactor
2022-10-17 06:55:01 +00:00
Jake Barnby
cecc6dada2
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
# app/init.php
# composer.json
# composer.lock
2022-10-17 12:04:13 +13:00
Eldad Fux
fe29e58f22
Fixed doctor health checks
2022-10-16 20:48:53 +03:00
Eldad Fux
224d526c84
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-16 12:24:53 +03:00
Eldad Fux
7484656be3
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-15 22:08:16 +03:00
Eldad Fux
d5849c39f3
Removed unused namespaces
2022-10-15 21:57:55 +03:00
Eldad Fux
0506dbb30e
Adapted HTTP API
2022-10-15 17:14:17 +03:00
Piotr Rogowski
833e3f8ce1
Fix User not found exception
2022-10-14 18:17:00 +02:00
Damodar Lohani
be3743e227
fix renamed function
2022-10-14 11:24:37 +00:00
Damodar Lohani
f86a5b5fcd
fix renamed methods
2022-10-14 11:12:59 +00:00
Torsten Dittmann
d0aedf33ba
Merge pull request #4058 from appwrite/fix-deprecate-team-deletion-with-project
...
Deprecate team deletion with project
2022-10-14 11:19:27 +02:00
Jake Barnby
a99ade13c0
Don't flatten batch results
2022-10-14 14:33:42 +13:00
Jake Barnby
742fc98cfc
Controller cleanup
2022-10-14 14:32:16 +13:00
Jake Barnby
44e4f1e05b
Make param errors consistent
2022-10-14 13:18:08 +13:00
Jake Barnby
e4673aaa50
Fix requests using x-sdk-graphql header
2022-10-13 17:33:55 +13:00
Jake Barnby
4e60db0598
Use upstream raw payload function
2022-10-13 16:56:12 +13:00
Jake Barnby
143c53cb20
Always set 200 status code to match spec
2022-10-13 14:52:08 +13:00
Jake Barnby
5debe2c13c
Alias + name fixes
2022-10-12 20:20:44 +13:00
Jake Barnby
b6621f5e87
Restructure schema building
2022-10-12 14:04:11 +13:00
Jake Barnby
bf194c30e9
Review updates
2022-10-11 13:38:06 +13:00
Jake Barnby
fd8d4f4a1b
Add type property to hash algorithms to allow resolving union type implementation
2022-10-11 12:27:03 +13:00
Bradley Schofield
380a45f987
Add build time to deployment
2022-10-10 16:24:40 +01:00
Jake Barnby
575b882b30
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
2022-10-10 18:41:40 +13:00
Eldad A. Fux
0733909d04
Merge pull request #4346 from appwrite/master
...
Sync 1.1.x
2022-10-10 07:27:26 +03:00
Damodar Lohani
9b2db20b3b
fix backfill
2022-10-09 06:33:14 +00:00
Damodar Lohani
22b00c019d
update usage period on get for databases
2022-10-09 06:30:26 +00:00
Eldad Fux
a229eac2cc
Renamed DatabasePool to Pools
2022-10-08 08:51:58 +03:00
Eldad Fux
c23c5c686c
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-08 08:48:06 +03:00
Eldad Fux
5af7dc943f
Renamed DatabasePool to Pools
2022-10-08 08:42:53 +03:00
Akshay Rana
da9133ae85
fixed: wrong error message show on adding duplicate number to a user
2022-10-04 23:48:15 +05:30
Vincent (Wen Yu) Ge
4cee87273c
Merge branch 'master' into doc-unique-id
2022-10-04 10:51:38 -04:00
Christy Jacob
12b1ecfcf9
feat: mysql support
2022-10-04 17:04:42 +05:30
Vincent (Wen Yu) Ge
ae2100244f
Update unique() to be ID.unique()
2022-10-03 20:22:28 +00:00
Matej Bačo
3da4b01f4e
Deprecate team deletion with project
2022-10-03 08:06:48 +00:00
Torsten Dittmann
e5271dbda9
Merge branch '1.0.x' into fix-function-vars-null
2022-09-30 14:29:22 +02:00
Torsten Dittmann
0c1222f0f5
Merge branch 'master' of https://github.com/appwrite/appwrite into 1.0.x
2022-09-30 14:23:06 +02:00
Torsten Dittmann
fbbb150e86
Revert "Merge pull request #4041 from appwrite/revert-3789-feat-app-region"
...
This reverts commit 2117fa53f0 , reversing
changes made to c634d12ef4 .
2022-09-30 14:22:11 +02:00
Torsten Dittmann
e0b9f57d85
Revert "Feat app region"
2022-09-30 12:32:58 +02:00
Torsten Dittmann
637a97c4de
Merge branch '1.0.x' of https://github.com/appwrite/appwrite into fix-function-vars-null
2022-09-30 12:06:32 +02:00
Torsten Dittmann
6c1e2ae537
Merge branch '1.0.x' into fix-boolean-attribute-default-value
2022-09-30 11:56:31 +02:00
Torsten Dittmann
65b4c9f931
fix: default value for optional function vars
2022-09-30 11:52:35 +02:00
Torsten Dittmann
b1197d581a
Merge pull request #3908 from appwrite/fix-function-schedule-loops
...
Fix schedule loop triggering
2022-09-30 11:45:11 +02:00
Torsten Dittmann
d45464c6c8
fix: boolean attribute default value
2022-09-30 11:27:19 +02:00
Bradley Schofield
eeb6ee0821
Update functions.php
2022-09-29 09:42:46 +01:00
Jake Barnby
471f12b8ba
Only apply max depth and complexity in production to allow introspection
2022-09-29 17:46:01 +13:00
Jake Barnby
69d42fc980
Fix create scrypt user route param defaults types
2022-09-29 16:52:57 +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
b575df867e
Merge pull request #3789 from appwrite/feat-app-region
...
Feat app region
2022-09-25 15:04:56 +03:00
Matej Bačo
46c91899e7
Merge branch '0.16.x' into feat-improve-sms-e2e-tests
2022-09-23 08:23:29 +02:00
Christy Jacob
54d14a5151
Merge pull request #3883 from appwrite/fix-get-membership-response
...
Fix: Get Membership response
2022-09-23 11:42:33 +05:30
Matej Bačo
0159079608
Fix schedule loop triggering
2022-09-23 06:12:17 +00:00
Jake Barnby
a3b75a374b
Update variables and defaults
2022-09-23 15:55:10 +12:00
Christy Jacob
7abb426e3f
fix: hash phone auth code
2022-09-23 03:55:17 +05:30
Christy Jacob
ba0be549e3
Merge pull request #3881 from appwrite/fix-null-required-param
...
Fix: Null required ID params
2022-09-23 00:37:17 +05:30
Jake Barnby
f7e5ccf296
Merge remote-tracking branch 'origin/fix-team-get-membership-model' into feat-graphql-support
...
# Conflicts:
# CONTRIBUTING.md
2022-09-22 20:12:17 +12:00
Jake Barnby
398c3eec29
Fix SDK response model for get team membership
2022-09-22 19:26:54 +12:00
Jake Barnby
144e723431
Update error handling
2022-09-21 18:36:43 +12:00
Damodar Lohani
3166be9da0
remove region from update
2022-09-21 02:01:59 +00: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
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
89afad1a32
Replace nulls with empty strings
2022-09-19 11:58:41 +00:00
Matej Bačo
c42bf2d8da
Fix documentation response model
2022-09-19 11:43:21 +00:00
Matej Bačo
a983e792d8
Refactor required param values
2022-09-19 10:05:42 +00:00
Matej Bačo
6e8a4cc97b
Update sms mock to use request catcher
2022-09-19 08:09:48 +00:00
Steven Nguyen
00a4929301
Fix date format for usage APIs
2022-09-15 23:48:09 +00:00
Torsten Dittmann
3df89e65ca
Merge pull request #3816 from appwrite/feat-consistent-parent-id
...
Update document model
2022-09-14 10:25:36 +02:00
Torsten Dittmann
90af882aa6
Merge pull request #3825 from appwrite/update-team-membership
...
feat: rename getMemberships to listMemberships
2022-09-14 10:23:13 +02:00
Torsten Dittmann
1043cc4fc1
Merge pull request #3809 from appwrite/fix-function-scheduling
...
Fix functon scheduling loop logic, and double-loop prevention
2022-09-14 10:20:27 +02:00
Jake Barnby
5d6fff860e
Merge remote-tracking branch 'origin/0.16.x' into fix-datetime-attr-ui
2022-09-14 18:35:21 +12:00
Steven Nguyen
3da21ff2fc
Update document model
...
1. Rename document.$collection to document.$collectionId
2. Add document.$databaseId
2022-09-14 00:53:37 +00:00
Christy Jacob
98c8896588
feat: update get* endpoints to list* endpoints in locale API
2022-09-14 03:48:02 +05:30
Christy Jacob
626e4b1b8a
feat: update getSessions to listSessions in users and accounts API
2022-09-14 03:43:04 +05:30
Christy Jacob
937674a373
feat: update getLogs to listLogs in users and account API
2022-09-14 02:35:03 +05:30
Christy Jacob
183bb2e92d
feat: update getMemberships to listMemberships in Users API
2022-09-14 02:28:28 +05:30
Christy Jacob
105e5fe71c
feat: rename getMemberships to listMemberships
2022-09-14 01:44:56 +05:30
Matej Bačo
20bbbfc493
Merge remote-tracking branch 'origin/0.16.x' into fix-function-scheduling
2022-09-13 20:14:42 +00:00
Christy Jacob
554be364d6
Merge pull request #3755 from appwrite/feat-audits-label-desc-decoupling
...
audit event decoupling
2022-09-13 22:56:02 +04:00
Christy Jacob
efbe21d433
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into matej-qa-3
2022-09-13 18:21:44 +00:00
shimon
1d382cc542
small fix
2022-09-13 10:42:42 +03:00
shimon
b86f7689ec
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label-desc-decoupling
2022-09-13 10:29:16 +03:00
Matej Bačo
ec5a0b8cde
Remove queries from listVariables; add enabled to createFunction
2022-09-12 09:02:14 +00:00
Matej Bačo
a315f43039
Fix functon scheduling loop logic, and double-loop prevention
2022-09-11 12:20:26 +00:00
Eldad A. Fux
0124d2c121
Merge pull request #3800 from appwrite/update-avatars-api
...
feat: update default avatars color
2022-09-11 14:58:21 +03:00
Matej Bačo
8b864324de
Merge remote-tracking branch 'origin/0.16.x' into fix-datetime-attr-ui
2022-09-11 07:34:44 +00:00
Christy Jacob
cb50220b60
feat: rename time attribute to duration
2022-09-09 16:02:04 +04:00
Christy Jacob
98724c2acd
feat: update default avatars color
2022-09-09 15:09:04 +04:00
Matej Bačo
b41aaefc7e
Implement 'enabled' attribute for functions
2022-09-09 08:49:18 +00:00
Matej Bačo
fd6a3ed30c
Fix listVariables returing all variables
2022-09-09 08:05:33 +00:00
Eldad A. Fux
0a9a84e357
Merge pull request #3793 from appwrite/fix-datetime-type
...
Fix $createdAt and $updatedAt so they are datetime instead of string
2022-09-09 07:21:23 +03:00
Damodar Lohani
aa2a6d7f11
region in spec
2022-09-09 01:22:04 +00:00
Steven Nguyen
256f83b7ea
Fix and so they are datetime instead of string
2022-09-08 22:18:36 +00:00
shimon
342c4a3253
audits.resource label update
2022-09-08 16:06:16 +03:00
shimon
5652e2d94f
audits.resource label update
2022-09-08 15:16:54 +03:00
shimon
834e4e03e3
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label-desc-decoupling
...
Conflicts:
app/controllers/api/storage.php
2022-09-08 15:13:22 +03:00
Damodar Lohani
ed81ff1263
regions using config instead
2022-09-08 07:19:14 +00:00
Damodar Lohani
f46327d206
description
2022-09-08 06:25:54 +00:00
Damodar Lohani
cf1c9452c1
region in UI
2022-09-08 06:24:58 +00:00
Jake Barnby
15939bb155
Merge remote-tracking branch 'origin/0.16.x' into fix-storage-audit-resources
2022-09-08 17:24:00 +12:00
Damodar Lohani
119344031a
region on endpoint
2022-09-08 05:04:16 +00:00
Eldad A. Fux
30e18d43a2
Merge pull request #3781 from appwrite/fix-async-default-value
...
Update createExecution param default value
2022-09-07 21:39:46 +03:00
Eldad Fux
c442a5bce2
Fix linter test
2022-09-07 14:23:57 +03:00
Eldad Fux
c22c28bc67
Fixed indentation
2022-09-07 14:14:53 +03:00
Eldad Fux
01fb4045bd
Sync with 0.16
2022-09-07 14:11:10 +03:00
Eldad Fux
1f17fb34e4
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into fix-response-syntax
2022-09-07 14:07:40 +03:00
Eldad Fux
0895a25615
Fixed response syntax with new FW version
2022-09-07 14:02:36 +03:00
Matej Bačo
e9c29a4812
Update createExecution param default value
2022-09-07 08:24:49 +00:00
Jake Barnby
9665ec09e7
Make storage audit resources consistent with other resources
2022-09-07 20:22:25 +12:00
Jake Barnby
4590c464ef
Use write const
2022-09-06 21:17:25 +12:00
Matej Bačo
39434c3fec
Fix datetime attribute default
2022-09-06 09:07:39 +00:00
Jake Barnby
27af4e3b7c
Merge remote-tracking branch 'origin/0.16.x' into fix-write-permission-not-allowed
...
# Conflicts:
# composer.lock
2022-09-06 12:28:57 +12:00
Bradley Schofield
9e0e2f8e77
Add Tests
...
+ Added Tests
+ Remove unneeded rand variable
2022-09-05 11:21:04 +01:00
Bradley Schofield
37530d30df
Remove color param and fix bug
2022-09-05 10:36:01 +01:00
Bradley Schofield
ea51786192
Modify profile images to suit new theme
2022-09-05 10:24:56 +01:00
shimon
1362902082
audit event name reformation
2022-09-05 11:00:08 +03:00
Jake Barnby
e55faff0a1
Fix tests
2022-09-05 19:51:33 +12:00
Jake Barnby
5c08e066aa
Fix allowed permissions for documents/files
2022-09-05 13:41:01 +12:00
Christy Jacob
ccabbc4fdf
feat: update datetime descriptions
2022-09-05 01:41:26 +04:00
Christy Jacob
6df57b7975
feat: update descriptions
2022-09-05 01:33:52 +04:00
shimon
db715f3e7d
decouple audits log from events
2022-09-04 13:31:38 +03:00
shimon
5d16c39d5f
account labels
2022-09-04 11:13:44 +03:00
shimon
8e1dc84a48
account labels
2022-09-04 10:32:56 +03:00
Jake Barnby
1896193718
Fix missed optional updates
2022-09-03 12:44:33 +12:00
Jake Barnby
f4f178d3bf
Merge remote-tracking branch 'origin/rc-qa-matej' into fix-rc-qa
2022-09-03 11:44:14 +12:00
Matej Bačo
ae2826ad1f
Bug fixes
2022-09-02 14:19:36 +00:00
Jake Barnby
ddcb68c944
Make document/file security optional for create collection/bucket
2022-09-02 15:39:54 +12:00
Matej Bačo
c3d04848f4
Mark permissions optional param
2022-09-01 13:14:15 +00:00
Matej Bačo
a85a471d3b
Merge remote-tracking branch 'origin/0.16.x' into fix-ui-with-queries-v2
2022-08-31 13:33:18 +00:00
Damodar Lohani
8fe365d66e
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support
2022-08-31 13:21:45 +00:00
Matej Bačo
dccb9b7291
Merge remote-tracking branch 'origin/0.16.x' into fix-ui-with-queries-v2
2022-08-31 12:38:40 +00:00
Christy Jacob
0438e830b0
Merge pull request #3634 from appwrite/feat-variables-api
...
Implement Function Variable API
2022-08-31 14:37:30 +02:00
Matej Bačo
d5997d92c3
Updated all UI components for new queries V2. introduced queries to listProjects
2022-08-31 12:30:16 +00:00
Damodar Lohani
7b5cee8da9
fix description to use markdown for links
2022-08-31 10:24:13 +00:00
Damodar Lohani
d647bdaf9e
update compression attribute description
2022-08-31 09:55:55 +00:00
Christy Jacob
5a58312b53
Merge pull request #3741 from appwrite/refactor-guest-rate-limits
...
Refactor guest rate limits
2022-08-31 10:41:23 +02:00
Matej Bačo
0897cd0fe4
Merge branch '0.16.x' into feat-variables-api
2022-08-31 09:37:47 +02:00
Matej Bačo
3fc2e70007
updateVariable 'key' param marked as required
2022-08-31 07:33:43 +00:00
Jake Barnby
ce28dd8201
Use route method in abuse key for guest writes
2022-08-31 15:58:32 +12:00
Damodar Lohani
594b66c18a
fix missing break
2022-08-31 02:59:51 +00:00
Damodar Lohani
bc7ec3854f
linter fix
2022-08-31 02:56:44 +00:00
Damodar Lohani
63f95c0a5c
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support
2022-08-31 02:55:26 +00:00
Jake Barnby
190d9684f0
Use consts for rate limit count + period
2022-08-31 11:34:17 +12:00
Jake Barnby
1d4866c5b5
Use IP + User ID as abuse key for create routes
2022-08-31 11:33:19 +12:00
Jake Barnby
b9148d380b
Fix only variables can passed by reference errors
2022-08-31 11:31:43 +12:00
Christy Jacob
fe8295c2ec
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-improve-keys
2022-08-30 17:35:46 +00:00
Damodar Lohani
2d1741504a
compression on update bucket endpoint
2022-08-30 13:50:38 +00:00
Damodar Lohani
5fa7d34757
zstd compression support on endpoints
2022-08-30 13:46:55 +00:00
Christy Jacob
7591f68970
Merge pull request #3702 from appwrite/feat-list-endpoints-queries
...
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Damodar Lohani
6c04550558
compression attribute on create bucket endpoint
2022-08-30 12:55:26 +00:00
Matej Bačo
1e95346205
PR review changes
2022-08-30 12:30:52 +00:00
Matej Bačo
63c02677a0
PR review changes
2022-08-30 13:55:23 +02:00
Christy Jacob
3da3e2100c
Merge pull request #3727 from appwrite/feat-allow-guest-writes
...
Allow guest write scope for document, file and execution
2022-08-30 13:28:51 +02:00
Christy Jacob
177354407a
Merge pull request #3689 from appwrite/feat-list-users-queries
2022-08-30 13:19:56 +04:00
Matej Bačo
2b3dc48bf1
PR review changes
2022-08-30 08:21:34 +00:00
Matej Bačo
2534e9ad8f
Remove unnessessary internal queries
2022-08-30 08:20:54 +00:00
Matej Bačo
087b7df52a
Failure tests for variables
2022-08-30 07:53:16 +00:00
Matej Bačo
677121edca
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:30 +02:00
Matej Bačo
471cac8187
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:20 +02:00
Matej Bačo
ce334b9518
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:09 +02:00
Matej Bačo
8620b1f3a0
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:48 +02:00
Matej Bačo
e5a63a5078
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:37 +02:00
Matej Bačo
8ec8843a09
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:27 +02:00
Matej Bačo
6cf3cdcadb
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:20 +02:00
Matej Bačo
4b50fe3f15
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:09 +02:00
Matej Bačo
ce5c8d6817
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:01 +02:00
Matej Bačo
3e2a7e2941
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:27:54 +02:00
Matej Bačo
883207240c
Update app/controllers/api/functions.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:27:44 +02:00
Jake Barnby
938f8394e0
Add abuse limits for create/update/delete document/file
2022-08-30 00:49:01 +12:00
Matej Bačo
ad0e856e1b
Merge branch 'feat-variables-api' into feat-list-endpoints-queries
2022-08-29 10:28:25 +00:00
Matej Bačo
cdbfe4ae10
Variabe name bug fix
2022-08-29 10:27:56 +00:00
Matej Bačo
79eb351381
Merge remote-tracking branch 'origin/feat-list-endpoints-queries' into feat-variables-api
2022-08-29 10:08:44 +00:00
Matej Bačo
99b95cfb74
Fix bug after merge conflict
2022-08-29 10:05:11 +00:00
Matej Bačo
951ed70fb0
Merge branch 'feat-list-endpoints-queries' into feat-variables-api
2022-08-29 08:56:14 +00:00
Matej Bačo
889eaff418
Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries
2022-08-29 08:52:28 +00:00
Matej Bačo
6b5a0cbd4f
Fix bug after merge comflict
2022-08-29 08:49:00 +00:00
Jake Barnby
ccfd104545
Allow guest write scope for document, file and execution
2022-08-29 17:53:37 +12:00
Jake Barnby
44970cc628
Sync master
2022-08-28 11:01:46 +12:00
Christy Jacob
f6e7d00b1e
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-list-users-queries
2022-08-27 20:21:51 +00:00
Christy Jacob
25d9c8e501
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-improve-keys
2022-08-27 20:03:15 +00:00
Jake Barnby
a16cd37f1a
Remove filter_var usage
2022-08-27 15:19:51 +12:00
Jake Barnby
c531213a5f
Doc updates
2022-08-27 15:19:00 +12:00
Jake Barnby
82bea82d94
Update passwordUpdate check
2022-08-27 15:17:48 +12:00
Matej Bačo
dca0b211f6
Implement queries into list variables
2022-08-26 13:38:39 +00:00
Matej Bačo
3b7ac045d7
Merge remote-tracking branch 'origin/feat-list-endpoints-queries' into feat-variables-api
2022-08-26 07:51:54 +00:00
Matej Bačo
7f0507473d
Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries
2022-08-26 07:47:42 +00:00
Matej Bačo
281eb2fafe
Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-26 07:40:35 +00:00
Jake Barnby
a679f2f767
Improve permission parameter descriptions
2022-08-26 16:37:06 +12:00
Jake Barnby
57048400dc
Merge branch 'refactor-permissions-inc-console-fix' of github.com:appwrite/appwrite into refactor-permissions-inc-console-fix
2022-08-26 15:01:39 +12:00
Jake Barnby
593c62116c
Review fixes
2022-08-26 15:01:16 +12:00
Jake Barnby
f945ab79ec
Apply suggestions from code review
...
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
2022-08-26 14:52:25 +12:00
Jake Barnby
8307b2148f
Remove redundant auth exceptions catches
2022-08-26 14:23:23 +12:00
Steven
60a4563908
Fix usage tests
2022-08-25 22:15:11 +00:00
Matej Bačo
78f65401e8
Attempt to fix usage tests
2022-08-25 14:56:15 +00:00
Jake Barnby
b12fc12caa
Fix usage for datetime attributes
2022-08-25 23:49:45 +12:00
Jake Barnby
9ccffe9af2
Inherit permissions after role checks to ensure users can update document permissions created by server with other users roles
2022-08-25 23:46:56 +12:00
Jake Barnby
e6e126dff4
Catch AuthorzationExceptions from database to throw 401 instead of 500
2022-08-25 23:30:26 +12:00
Matej Bačo
bc73b7bbf0
Fix bugs after merge
2022-08-25 10:28:13 +00:00
Matej Bačo
e44efb43d1
Fix exception params
2022-08-25 10:13:36 +00:00
Matej Bačo
9d440552bd
Merge remote-tracking branch 'origin/feat-list-endpoints-queries' into feat-variables-api
2022-08-25 10:02:27 +00:00
Matej Bačo
c85363f355
Fix bugs after merge
2022-08-25 09:59:28 +00:00
Matej Bačo
6a22768c9c
Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries
2022-08-25 09:35:06 +00:00
Matej Bačo
f15f8e7bf0
Linter fix
2022-08-25 09:34:36 +00:00
Matej Baco
8513bb2dbe
Merge branch 'feat-list-endpoints-queries' into feat-variables-api
2022-08-25 11:14:42 +02:00
Matej Baco
fd1068a600
Merge branch 'feat-list-users-queries' into feat-list-endpoints-queries
2022-08-25 10:56:06 +02:00
Jake Barnby
7159f9c187
Merge remote-tracking branch 'origin/origin/datetime-attributes' into refactor-permissions-inc-console-fix
...
# 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
# src/Appwrite/Usage/Calculators/Database.php
2022-08-25 20:53:52 +12:00
Matej Baco
c6e614d896
Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-25 10:38:43 +02:00
fogelito
064d538023
Merge remote-tracking branch 'origin/origin/datetime-attributes' into origin/datetime-attributes
2022-08-25 11:14:48 +03:00
fogelito
c30189f903
Vincent Changes Apply
2022-08-25 11:14:27 +03:00
Shmuel Fogel
c04734048f
Update app/controllers/api/databases.php
...
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
2022-08-25 11:05:01 +03:00
Jake Barnby
e7298b13b0
Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
...
# 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
# app/workers/builds.php
# src/Appwrite/Stats/Usage.php
# src/Appwrite/Usage/Calculators/Database.php
2022-08-25 18:26:30 +12:00
Jake Barnby
625608804e
Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
...
# 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
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# app/workers/builds.php
# src/Appwrite/Stats/Usage.php
# src/Appwrite/Usage/Calculators/Database.php
2022-08-25 18:21:15 +12:00
Jake Barnby
3149a298a7
Aggregate before role checks
2022-08-25 15:51:21 +12:00
Jake Barnby
002b30d110
Fix missing check for existing validity on listFiles
2022-08-25 13:05:31 +12:00
Jake Barnby
b434dfb6b8
Fix missing check for existing validity on listDocuments
2022-08-25 13:04:47 +12:00
Steven
fc38771d69
Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-24 18:52:39 +00:00
Matej Bačo
65d09705ac
Simplify class name
2022-08-24 18:25:15 +00:00
Christy Jacob
9cfefe58bf
feat: refactoring classes
2022-08-24 20:52:54 +05:30
Matej Bačo
cb6a186c5d
PR review changes
2022-08-24 15:07:18 +00:00
Christy Jacob
85bfdd8f54
feat: refactoring classes
2022-08-24 20:26:41 +05:30
Matej Bačo
b765ad603d
Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-variables-api
2022-08-24 14:12:41 +00:00
Matej Bačo
4b01ff3f51
Use new query methods
2022-08-24 14:10:56 +00:00
Jake Barnby
d4b270e527
Better storage permission checks
2022-08-25 01:24:54 +12:00
Jake Barnby
0d3c1cba9a
Better database permission checks
2022-08-25 01:24:19 +12:00
Matej Bačo
bd7395cb44
Bug fixing, upgrade tests to new syntax
2022-08-24 09:22:13 +00:00
Christy Jacob
d3308a4d42
Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools
2022-08-24 14:40:06 +05:30
Jake Barnby
dabaa49f8d
Remove redundant extra permissions checks for document read/update/delete
2022-08-24 20:50:05 +12:00
Jake Barnby
ea4b177b83
Fix team permissions
2022-08-24 20:26:47 +12:00
Matej Bačo
01a57d91ad
Fix listDocument queries validation
2022-08-23 16:33:08 +00:00
Matej Bačo
7fb74027d4
Upgrade listDocuments queries
2022-08-23 15:18:59 +00:00
Matej Bačo
531d57feff
Upgrade listMemberships queries
2022-08-23 13:16:46 +00:00
Matej Bačo
2d82eed4be
Linter fix
2022-08-23 13:10:27 +00:00
Matej Bačo
b1348dbdd8
Upgrade account logs queries
2022-08-23 13:06:59 +00:00
Matej Bačo
36903d6358
Upgrade document&collection&database logs queries
2022-08-23 13:03:38 +00:00
Matej Bačo
79560c13e6
Upgrade teamListLogs queries
2022-08-23 12:50:52 +00:00
Matej Bačo
e068bcdbc1
Upgrade listCollections queries
2022-08-23 12:30:28 +00:00
Matej Bačo
94acd32d69
Upgrade listDatabases queries
2022-08-23 09:40:17 +00:00
Matej Bačo
17e41eee1d
Upgrade listExecutions queries
2022-08-23 09:26:34 +00:00
Matej Bačo
a92f96bf80
Upgrade listDeployments queries
2022-08-23 09:12:48 +00:00
Matej Bačo
1eee0baa28
Upgrade listFunctions queries
2022-08-23 09:02:06 +00:00
Matej Bačo
6c971f6ece
Upgrade listTeams queries
2022-08-23 08:56:28 +00:00
Matej Bačo
d1f6cb31d6
Upgrade listFiles queries
2022-08-23 08:49:39 +00:00
Matej Bačo
6fcd3757fe
Upgrade listBuckets queries
2022-08-23 08:37:55 +00:00
Matej Bačo
e780c90dd6
Merge branch 'feat-list-users-queries' into feat-list-endpoints-queries
2022-08-23 08:10:13 +00:00
Jake Barnby
00441885d2
Remove fallback setting for missing permissions
2022-08-23 13:42:53 +12:00
Jake Barnby
e989735e89
Remove permissions processor
2022-08-23 13:42:25 +12:00
Steven
66ff297103
Refactor Queries Validation
2022-08-22 19:16:20 +00:00
Jake Barnby
8841f8fe76
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/controllers/general.php
# app/controllers/shared/api.php
# composer.json
# composer.lock
2022-08-22 21:13:29 +12:00
Jake Barnby
eb1476b28b
Apply validator updates to OpenAPI3
2022-08-22 14:27:17 +12:00
Damodar Lohani
77958b465e
update database usage params label
2022-08-21 02:10:21 +00:00
Damodar Lohani
6af467398b
update usage labels
2022-08-21 02:04:52 +00:00
Damodar Lohani
c5a8e470c5
update usage labels to match audits labels pattern
2022-08-21 02:03:19 +00:00
Damodar Lohani
2205ecd9c6
null safety checks
2022-08-20 11:20:31 +00:00
Steven
e70eb61717
Fix bug with list documents and new queries
2022-08-20 00:47:10 +00:00
Steven
2bde7aa02b
Fix databases tests
2022-08-20 00:15:18 +00:00
Steven
3890dea35b
Add additional Validators for Queries
2022-08-19 23:20:22 +00:00
Steven
a5bc07c9e4
Merge branch 'feat-list-users-queries' into feat-list-user-logs-queries
2022-08-19 22:00:54 +00:00
Steven
c1cdad5566
Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-19 14:50:50 +00:00
Matej Bačo
926d1c6459
Fix incorrect endpoint information
2022-08-19 14:14:39 +00:00
Bradley Schofield
0d81918685
Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-variables-api
2022-08-19 11:25:39 +01:00
Christy Jacob
74a5bd2556
feat: update default values
2022-08-19 09:54:26 +00:00
Matej Bačo
30c157c23e
Linter fix, update tests
2022-08-19 09:43:03 +00:00
Christy Jacob
2a750eaa73
Merge branch 'refactor-permissions-inc-console-fix' of https://github.com/appwrite/appwrite into feat-improve-keys
2022-08-19 09:32:22 +00:00
Matej Bačo
61ab41bf86
Implement status of oauth providers, and refactor response models
2022-08-19 09:21:51 +00:00
Christy Jacob
278afd77c0
Merge branch 'origin/datetime-attributes' of https://github.com/appwrite/appwrite into feat-improve-keys
2022-08-19 09:20:08 +00:00
Jake Barnby
e4392bdbfb
Merge fixes
...
(cherry picked from commit 24875e352d )
2022-08-19 17:12:20 +12:00
Jake Barnby
24875e352d
Merge fixes
2022-08-19 17:05:39 +12:00
Jake Barnby
cb6fc7f618
Merge branch 'origin/datetime-attributes' into refactor-permissions-inc-console-fix
...
# Conflicts:
# .gitignore
# app/config/collections.php
# app/controllers/api/account.php
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# app/controllers/api/users.php
# composer.lock
# tests/e2e/Services/Account/AccountCustomClientTest.php
2022-08-19 16:49:34 +12:00
Jake Barnby
5f990ecb6d
Fix imports
2022-08-19 16:28:40 +12:00
Jake Barnby
7019be987c
Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
...
# 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
# app/controllers/api/account.php
# app/controllers/api/users.php
# app/controllers/shared/api.php
# app/workers/deletes.php
# composer.lock
# docker-compose.yml
# phpunit.xml
# src/Appwrite/Event/Delete.php
2022-08-19 16:20:19 +12:00
Jake Barnby
9819088563
Lint
2022-08-19 16:05:00 +12:00
Jake Barnby
66539bbe3a
Review updates for role helper usage
2022-08-19 16:04:33 +12:00
Steven
27f69e3c09
Consolidate List User Logs API params
...
Replace limit and offset params with a single queries param since the
Queries V2 change now allows for different types of queries.
2022-08-19 00:09:34 +00:00
Steven
f0d66985f7
Consolidate List Users API params
...
Replace search, limit, offset, cursor, cursorDirection, and orderType
params with a single queries param since the Queries V2 change now
allows for different types of queries.
2022-08-18 19:30:39 +00:00
Damodar Lohani
db9faebcc9
Update app/controllers/api/account.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-18 16:04:19 +05:45
Damodar Lohani
3e43424129
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-18 00:49:31 +00:00
Damodar Lohani
4d482ebb81
fix accounts PR
2022-08-18 00:31:56 +00:00
shimon
d1aa3fea4f
sync with 0.16
2022-08-17 18:03:53 +03:00
shimon
a2af9fef2d
sync with 0.16
2022-08-17 17:57:56 +03:00
shimon
9fc2e4c3a5
sync with 0.16
2022-08-17 17:29:22 +03:00
shimon
cc9a166146
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
...
Conflicts:
app/controllers/api/storage.php
app/controllers/shared/api.php
2022-08-17 17:08:54 +03:00
Damodar Lohani
d4f02402bd
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-17 10:38:16 +00:00
Damodar Lohani
0d97580361
fix usage params in execution
2022-08-17 10:13:50 +00:00
shimon
e94c7eba83
more audit labels on users new routes
2022-08-17 13:01:16 +03:00
Damodar Lohani
a1e6f7bdf4
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-17 09:34:40 +00:00
shimon
835ef0ffc1
small fix
2022-08-17 12:25:47 +03:00
shimon
9c68cff317
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-file-cache-cleanup
...
Conflicts:
composer.json
composer.lock
2022-08-17 11:16:09 +03:00
shimon
88f6a67802
sync with 0.16
2022-08-17 10:36:38 +03:00
shimon
cc887beae9
sync with 0.16
2022-08-17 10:32:42 +03:00
shimon
2dc8fba40a
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
...
Conflicts:
app/controllers/api/account.php
app/controllers/api/users.php
composer.json
composer.lock
2022-08-17 10:05:37 +03:00
Damodar Lohani
3bc0aa8dca
fix merge issues
2022-08-17 02:35:55 +00:00
Damodar Lohani
80dfa85c82
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-17 00:45:07 +00:00
Christy Jacob
4b0c707fd3
Merge branch 'origin/datetime-attributes' of https://github.com/appwrite/appwrite into feat-ui-datetime
2022-08-16 20:37:05 +00:00
Eldad A. Fux
69a4f51d58
Merge pull request #3656 from appwrite/feat-functions-console-logs
...
Functions Console Logs Capture
2022-08-16 23:23:53 +03:00
Matej Bačo
7a1dfbfb8d
Fix passwordUpdate time for non-pass users
2022-08-16 15:56:54 +00:00
shimon
7ad7d1807e
fill gaps from merge
2022-08-16 17:56:05 +03:00
shimon
5d284b8c27
fill gaps from merge
2022-08-16 16:20:35 +03:00
Matej Bačo
2814a6f680
Linter fix
2022-08-16 13:03:38 +00:00
Matej Bačo
3088535806
Added phone number to UsersAPI createUser + tests
2022-08-16 13:02:28 +00:00
Jake Barnby
b09aaabd14
Fix teams exception
2022-08-17 00:14:22 +12:00
Matej Bačo
1e96f8c3d9
Revert changes regarding AccountAPI createAccount
2022-08-16 12:05:46 +00:00
shimon
de42895096
fill gaps from merge
2022-08-16 14:27:50 +03:00
Jake Barnby
e3ec275a51
Cleaner permission checks
2022-08-16 23:26:38 +12:00
shimon
beaad6c49d
fill gaps from merge
2022-08-16 13:19:38 +03:00
shimon
923a741c5a
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
...
Conflicts:
app/controllers/api/account.php
app/controllers/api/functions.php
app/controllers/api/users.php
2022-08-16 12:47:51 +03:00
Jake Barnby
1aa36b6b2c
Simplify permission checks
2022-08-16 21:08:14 +12:00
Jake Barnby
326220762e
Exception fixes
2022-08-16 21:07:30 +12:00
shimon
8f8f033d1a
fill gaps from merge
2022-08-16 12:00:28 +03:00
Jake Barnby
5d84d6d43f
Lint
2022-08-16 20:33:06 +12:00
Jake Barnby
bbf7f8d8c3
Merge remote-tracking branch 'origin/origin/datetime-attributes' into refactor-permissions-inc-console-fix
...
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# src/Appwrite/Extend/Exception.php
2022-08-16 20:30:00 +12:00
Jake Barnby
fb34ecfa7d
Merge remote-tracking branch 'origin/0.16.x' into datetime-attributes-merge
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/databases.php
# app/controllers/api/functions.php
# app/controllers/api/projects.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/api/users.php
# app/controllers/general.php
# app/controllers/shared/api.php
2022-08-16 19:20:26 +12:00
Christy Jacob
5b7b39a300
Revert "Fix Endpoint Order"
2022-08-16 12:29:03 +05:30
Jake Barnby
f672269a8c
Handle aggregates per resource type at the controller level
2022-08-16 17:54:44 +12:00
Damodar Lohani
34fd6763e1
Update app/controllers/api/account.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-08-16 11:14:55 +05:45
Damodar Lohani
4fb743e934
fix lint errors
2022-08-16 05:23:51 +00:00
Damodar Lohani
94d9bb8a18
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-functions-console-logs
2022-08-16 04:42:03 +00:00
Damodar Lohani
078b1ec377
updating to use if condition
2022-08-16 04:34:49 +00:00
shimon
9770f10a8c
fill gaps from merge
2022-08-15 20:33:44 +03:00
shimon
f091774afd
fill gaps from merge
2022-08-15 20:04:23 +03:00
shimon
590c1467bc
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
...
Conflicts:
app/controllers/api/account.php
app/controllers/api/functions.php
app/controllers/api/users.php
2022-08-15 18:19:59 +03:00
shimon
f12ccfa02a
prefix removed from storage audits label
2022-08-15 16:59:58 +03:00
shimon
df0bdeb8a3
some fixes
2022-08-15 16:55:11 +03:00
Jake Barnby
bf2fa212aa
Fix setting defaults
2022-08-16 01:16:20 +12:00
Jake Barnby
28e7934aeb
Update document/file validator allowed permissions
2022-08-16 01:02:02 +12:00
Jake Barnby
b53f185ec6
Remove permissions processor
2022-08-16 00:56:19 +12:00
shimon
67d12d3120
some fixes
2022-08-15 15:16:32 +03:00
Jake Barnby
77a28a2de7
Don't use ID helper with existing ID's
2022-08-15 23:24:31 +12:00
Jake Barnby
813e9135c6
Review fixes
2022-08-15 22:11:17 +12:00
shimon
0dc485d8d7
some fixes
2022-08-15 12:05:41 +03:00
Eldad A. Fux
72e524963c
Update app/controllers/api/account.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-08-15 11:30:58 +03:00
Christy Jacob
7723c633a0
feat: fix tests
2022-08-15 13:24:54 +05:30
Jake Barnby
33970276b2
Self review
2022-08-15 19:20:10 +12:00
Christy Jacob
509f9083c9
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-reorder-endpoints-2
2022-08-15 12:43:24 +05:30
Jake Barnby
66f518b531
Fix team membership delete
2022-08-15 18:04:00 +12:00
Damodar Lohani
c0d05132df
fix usage metric typo in database
2022-08-15 05:50:36 +00:00
Damodar Lohani
a5aa20ac5c
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-15 05:35:14 +00:00
shimon
5e476a2e5a
some fixes
2022-08-15 07:29:44 +03:00
Jake Barnby
cb4a256d5f
Merge remote-tracking branch 'origin/feat-ui-datetime' into refactor-permissions-inc-queries-update-datetime-fixes
...
# 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.lock
# public/dist/scripts/app-all.js
# public/dist/scripts/app-dep.js
# public/dist/scripts/app.js
# public/dist/styles/default-ltr.css
# public/dist/styles/default-rtl.css
# public/scripts/dependencies/appwrite.js
2022-08-15 12:05:52 +12:00
shimon
c0d8337417
some fixes
2022-08-14 23:45:05 +03:00
shimon
104e6564f7
some fixes
2022-08-14 23:06:21 +03:00
shimon
cabe989555
some fixes
2022-08-14 22:42:20 +03:00
shimon
1109004727
some fixes
2022-08-14 22:27:43 +03:00
Eldad Fux
95181546b4
Adpated tests
2022-08-14 21:09:24 +03:00
shimon
857803e362
some fixes
2022-08-14 21:02:38 +03:00
Eldad Fux
98e2564330
Merge branch 'feat-password-hash-algos' of https://github.com/appwrite/appwrite into feat-missing-phone-param
2022-08-14 20:22:52 +03:00
Eldad Fux
bd77354926
Fixed test
2022-08-14 20:22:01 +03:00
Eldad A. Fux
340cfb0104
Update app/controllers/api/users.php
2022-08-14 20:01:32 +03:00
Eldad Fux
22c38a484f
Merge branch 'feat-password-hash-algos' of https://github.com/appwrite/appwrite into feat-missing-phone-param
2022-08-14 19:43:53 +03:00
Eldad Fux
7d83f9d644
Removed import path
2022-08-14 19:29:07 +03:00
Eldad Fux
98fc8669e1
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-password-hash-algos
2022-08-14 19:23:30 +03:00
Eldad Fux
2ed9199bf1
Added the ability to create a user with a phone number
2022-08-14 18:10:12 +03:00
shimon
ab27e0a74d
some fixes
2022-08-14 18:01:34 +03:00
Jake Barnby
613a0f8006
ID and test fixes
2022-08-15 02:22:38 +12:00
Eldad Fux
b36c24c508
Decouple Auth code from SMS provider adapter
2022-08-14 17:19:58 +03:00
Eldad Fux
25f176875d
Changed provider name from phone to sms
2022-08-14 16:43:41 +03:00
Eldad A. Fux
d641fbb635
Merge pull request #3588 from appwrite/feat-simplify-exceptions
...
Simplify Exception Creation
2022-08-14 15:27:52 +03:00
Jake Barnby
9c260164ef
Merge remote-tracking branch 'origin/feat-datetime-attributes-with-database-query-update' into refactor-permissions-inc-queries-update-datetime-fixes
...
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# app/controllers/general.php
# app/controllers/shared/api.php
# composer.json
# composer.lock
2022-08-14 23:46:34 +12:00
Damodar Lohani
5120158bdb
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-14 11:39:41 +00:00
Jake Barnby
6a5de3e0b6
Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
...
# Conflicts:
# app/config/collections.php
# app/controllers/api/databases.php
# app/controllers/api/projects.php
# app/controllers/api/teams.php
# composer.json
# composer.lock
# tests/e2e/Services/Account/AccountBase.php
# tests/e2e/Services/Databases/DatabasesBase.php
# tests/e2e/Services/Functions/FunctionsCustomServerTest.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
# tests/e2e/Services/Storage/StorageBase.php
# tests/e2e/Services/Storage/StorageCustomClientTest.php
# tests/e2e/Services/Storage/StorageCustomServerTest.php
# tests/e2e/Services/Teams/TeamsBase.php
# tests/e2e/Services/Webhooks/WebhooksBase.php
# tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
# tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
# tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
b007acfa95
ID updates
2022-08-14 22:33:36 +12:00
Christy Jacob
26634cdf0b
feat: linter fix
2022-08-14 15:52:19 +05:30
Christy Jacob
bb4693ddfc
feat: update email session endpoint
2022-08-14 15:41:21 +05:30
Damodar Lohani
d9745b3477
fix execution list UI
2022-08-14 09:23:41 +00:00
Christy Jacob
979768fc9f
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-reorder-endpoints-2
2022-08-14 14:42:14 +05:30
Christy Jacob
70d2ebf55b
feat: tests
2022-08-14 14:25:59 +05:30
Damodar Lohani
3ce8565513
hide execution stdout and stderr on client side response
2022-08-14 08:54:11 +00:00
Damodar Lohani
734454ee85
hiding stdout and stderr on client execution response
2022-08-14 08:44:17 +00:00
Christy Jacob
ebb9af1eb2
feat: re-order functions endpoint
2022-08-14 13:56:11 +05:30
Christy Jacob
8e24dbe22f
feat: update exception class
2022-08-14 13:35:11 +05:30
Christy Jacob
cfab9221f2
feat: exceptions on more files
2022-08-14 12:32:41 +05:30
Christy Jacob
a5bc0a61ca
feat: exceptions on more files
2022-08-14 12:26:12 +05:30
Steven
610ec1a6a4
Update database query syntax
2022-08-14 05:44:55 +00:00
Jake Barnby
a8698b6065
Lint
2022-08-14 17:24:50 +12:00
Jake Barnby
b2e659bd3f
Review fixes
2022-08-14 17:21:33 +12:00
Jake Barnby
fe5d3a1892
Use permission helpers
2022-08-14 17:21:11 +12:00
Bradley Schofield
237f5264d9
Fix vars exception, change cachedoc usage,
2022-08-13 20:18:48 +01:00
Christy Jacob
5296e61d35
feat: address issues on accounts controller
2022-08-13 20:45:19 +05:30
shimon
630954c94e
some fixes
2022-08-13 17:55:27 +03:00
Christy Jacob
8b23dcd69e
fix: update constructor, remove account entity, add missing ID error
2022-08-13 20:14:04 +05:30
Jake Barnby
ed712fb196
Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
...
# Conflicts:
# app/controllers/general.php
# composer.lock
2022-08-14 02:31:06 +12:00
Jake Barnby
bdc8202422
Bad request for create permission on document/file
2022-08-14 02:24:28 +12:00
Jake Barnby
68cc919aaa
Test fixes
2022-08-14 02:10:28 +12:00
shimon
51e3fc8cab
some fixes
2022-08-13 12:59:34 +03:00
Eldad A. Fux
a91584853c
Merge pull request #3558 from appwrite/fix-teams-roles-no-owner
...
Fix teams roles no owner
2022-08-13 12:37:11 +03:00
Christy Jacob
d2bf8b25de
feat: update db pools
2022-08-13 13:27:04 +05:30
shimon
e8a2e30bb5
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-file-cache-cleanup
2022-08-13 10:35:54 +03:00
shimon
48b2fb0b36
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
2022-08-13 10:34:25 +03:00
shimon
cc9dad6bb8
Tidy up
2022-08-13 10:34:03 +03:00
Jake Barnby
737ebe408c
Don't add create permission to documents/files if missing
2022-08-13 18:34:04 +12:00
Damodar Lohani
560bd97fcd
organize metrics
2022-08-13 05:02:18 +00:00
Damodar Lohani
c1c325505b
organize metrics
2022-08-13 05:01:43 +00:00
Damodar Lohani
85f39ec0ef
organize metrics
2022-08-13 05:00:22 +00:00
Damodar Lohani
02074a93ef
remove unused import
2022-08-13 04:55:42 +00:00
Damodar Lohani
d688187e23
update metrics value
2022-08-13 04:39:01 +00:00
Damodar Lohani
74a159ab99
fix key
2022-08-13 03:44:57 +00:00
Eldad Fux
3c7a7f0fa4
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes
2022-08-13 06:21:50 +03:00
Damodar Lohani
be00b64b7e
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-13 03:14:28 +00:00
Steven
1abe9d4c01
Merge branch '0.16.x' into fix-datetime-attributes
2022-08-12 22:54:33 +00:00
Christy Jacob
9693c6e941
Merge branch 'master' of github.com:appwrite/appwrite into 0.16.x
2022-08-12 21:44:36 +05:30
Christy Jacob
4521907b83
feat: refactor workers
2022-08-12 21:39:45 +05:30
Bradley Schofield
83c1129ed5
Add TODO Warning
2022-08-12 17:01:25 +01:00
Bradley Schofield
930120fc4d
Update app/controllers/api/users.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-08-12 16:55:58 +01:00
Bradley Schofield
cb87c248d5
Rebuild Specs, SDKs and start working on subqueries
2022-08-12 16:51:24 +01:00
Jake Barnby
8d4191b1a0
Lint
2022-08-13 02:46:50 +12:00
Jake Barnby
09b001e891
PR fixes
2022-08-13 02:41:57 +12:00
Bradley Schofield
d86e4ac0b6
Run Linter
2022-08-12 15:15:58 +01:00
Bradley Schofield
d9104ceced
Update capitalisation on some names
2022-08-12 15:15:36 +01:00
Bradley Schofield
7af92b3b30
Fix Endpoint Order
2022-08-12 15:10:41 +01:00
shimon
1af95fcdaa
Tidy up
2022-08-12 16:21:32 +03:00
Jake Barnby
d2b9102f84
Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
...
# Conflicts:
# tests/e2e/Services/Databases/DatabasesBase.php
# tests/e2e/Services/Databases/DatabasesCustomServerTest.php
2022-08-13 00:54:27 +12:00
Jake Barnby
c104860448
Use roles validator for function execution
2022-08-13 00:23:58 +12:00
shimon
90cfac9b52
replace request param extractions
2022-08-12 14:01:12 +03:00
Jake Barnby
1d7c25b561
Single role per permissions entry
2022-08-12 22:36:59 +12:00
shimon
b5f977e46d
adding user to audits labels
2022-08-11 16:19:05 +03:00
Eldad A. Fux
f4bbcc9fa3
Merge pull request #3619 from appwrite/fix-phone-search
...
Fix: User Search attribute (phone)
2022-08-11 14:20:44 +03:00
Damodar Lohani
cd9efec4d2
refactor
2022-08-11 06:49:20 +00:00
Damodar Lohani
1753dbe8b0
fix formatting
2022-08-11 06:18:37 +00:00
Damodar Lohani
b5f5aff626
fix response and project usage issues
2022-08-11 06:05:38 +00:00
Damodar Lohani
63371ce76e
functions usage stats using route labels
2022-08-11 05:25:39 +00:00
Damodar Lohani
c5993ba8b9
storage usage stats via route labels
2022-08-11 02:18:22 +00:00
Damodar Lohani
e666ae2b2e
fix users usage endpoint
2022-08-11 02:11:31 +00:00
Damodar Lohani
5647f957a7
users metrics via route labels
2022-08-11 01:43:02 +00:00
Damodar Lohani
73f675aebe
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-11 01:15:29 +00:00
Bradley Schofield
15fbe86124
Fix variables not being correctly used
2022-08-10 14:43:05 +01:00
shimon
5a15d29a22
sync with 0.16.x
2022-08-10 12:22:55 +03:00
shimon
d31c23d25a
Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
...
Conflicts:
app/controllers/api/databases.php
2022-08-10 12:18:05 +03:00
Damodar Lohani
cb369dd326
update account routes usage labels
2022-08-10 08:45:10 +00:00
Damodar Lohani
391d1127ca
update container to accept new response format
2022-08-10 07:19:07 +00:00
Damodar Lohani
8aa7486e71
database usage stats working via labels
2022-08-10 02:33:46 +00:00
Damodar Lohani
ebf3d813cb
refactor database usage to labels
2022-08-10 02:18:18 +00:00
Damodar Lohani
16fe9e241a
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-10 01:49:27 +00:00
Bradley Schofield
42e0895dad
Fix Tests
2022-08-09 16:29:24 +01:00
shimon
d2519c9a5b
addressing comments
2022-08-09 17:38:54 +03:00
Torsten Dittmann
5db5f7217f
Merge branch 'origin/datetime-attributes' of https://github.com/appwrite/appwrite into feat-ui-datetime
2022-08-09 14:49:08 +02:00
Bradley Schofield
6882ffaa00
Merge branch '0.16.x' into feat-variables-api
2022-08-09 13:37:24 +01:00
Bradley Schofield
d4da9d823b
Add API Descriptions and use APP_LIMIT_COUNT
2022-08-09 13:11:50 +01:00
shimon
092e682591
Merge branch 'master' of github.com:appwrite/appwrite into feat-file-cache-cleanup
...
Conflicts:
app/controllers/shared/api.php
2022-08-09 15:02:29 +03:00
Bradley Schofield
c4d453b738
Update Variables API Signature
2022-08-09 12:56:45 +01:00
fogelito
db5d737235
Merge branch '0.16.x' of github.com:appwrite/appwrite into origin/datetime-api
...
Conflicts:
tests/e2e/Services/Databases/DatabasesBase.php
2022-08-09 14:37:21 +03:00
Christy Jacob
6a6c7d4b90
Merge pull request #3547 from appwrite/fix-update-status-codes
...
Use 202 when resources are created asyncronously
2022-08-09 14:42:40 +05:30
Jake Barnby
3611f9df94
Parameter order fix
2022-08-09 18:58:08 +12:00
Damodar Lohani
bce998cb53
update imports and fix database usage
2022-08-09 06:28:38 +00:00
Jake Barnby
216486a4c6
Fix DB tests
2022-08-09 18:03:41 +12:00
Jake Barnby
fb0168ea50
Fix erroneous whitespace
2022-08-09 14:48:39 +12:00
shimon
6e0b7cc650
leftovers
2022-08-08 18:44:11 +03:00
shimon
2d7a2bb57f
leftovers
2022-08-08 18:23:45 +03:00
shimon
62ef532801
leftovers
2022-08-08 17:32:54 +03:00
Bradley Schofield
43660d9c8f
Merge branch 'master' into feat-simplify-exceptions
2022-08-08 15:03:01 +01:00
shimon
89f164bdd7
resource namespace
2022-08-08 15:19:41 +03:00
Jake Barnby
69a79f660f
Storage permission check fixes
2022-08-08 22:58:36 +12:00
Jake Barnby
20f621d05c
Databases permission check fixes
2022-08-08 22:58:28 +12:00
shimon
a6a9ad8cc0
databases controller
2022-08-08 11:14:27 +03:00
shimon
e9ef94e8af
account controller
2022-08-07 18:49:30 +03:00
shimon
c8196c41d4
api::payload
2022-08-07 18:09:37 +03:00
shimon
ec39ff267c
api::parseLabel
2022-08-07 17:30:47 +03:00
shimon
f4c1a5ea35
response::send
2022-08-07 14:01:00 +03:00
Christy Jacob
c96f1e76e2
feat: add new attributes for API Keys
2022-08-05 15:50:48 +05:30
Jake Barnby
5e4a422495
Use helpers to process permissions
2022-08-05 18:01:25 +12:00
Jake Barnby
e8af744c97
More write ref updates
2022-08-05 18:00:56 +12:00
Jake Barnby
bed6eb70af
Replace write refs
2022-08-05 17:23:32 +12:00
Jake Barnby
62b1eba836
Replace write refs
2022-08-05 17:23:18 +12:00
Damodar Lohani
34794d2554
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-04 06:03:39 +00:00
Jake Barnby
54b07a9446
Handle document/file level security in collections layer
2022-08-04 16:20:11 +12:00
Jake Barnby
d9f0ece812
Remove new properties from DB level
2022-08-04 12:08:16 +12:00
Eldad A. Fux
8e49b8365c
Merge pull request #3590 from iifawzi/fix-3583-fixing-create-team-membership-to-return-added-name-email
...
Fixing #3583 - create team membership to return added person name and…
2022-08-04 00:07:29 +03:00
Bradley Schofield
f62ad19ecd
Fix old function tests
2022-08-03 13:32:50 +00:00
Jake Barnby
7b9fb32fae
Update role references
2022-08-03 21:52:34 +12:00
Jake Barnby
dbb8e5421a
Fix syntax error
2022-08-03 17:43:03 +12:00
Jake Barnby
1ab86c9331
Role reference updates
2022-08-03 16:17:49 +12:00
Eldad A. Fux
a9cfb06ee9
Merge pull request #3586 from appwrite/feat-hooks-implementation
...
implementing new Utopia hooks
2022-08-03 07:17:44 +03:00
Christy Jacob
561e7b43e1
feat: review comments
2022-08-03 00:26:45 +05:30
Bradley Schofield
452a8512c4
Add Tests
2022-08-02 16:11:15 +00:00
Bradley Schofield
31897bc7b5
Run Linter
2022-08-02 10:34:04 +00:00
Bradley Schofield
9d9935a625
First working draft of new UI
2022-08-02 10:05:58 +00:00
Jake Barnby
ce38e74ba2
Update remaining services to new permissions
2022-08-02 21:21:53 +12:00
Jake Barnby
4520114780
Refactor storage to use new permissions
2022-08-02 21:19:15 +12:00
Jake Barnby
9a182d615a
Refactor databases to use new permissions
2022-08-02 21:18:49 +12:00
Damodar Lohani
51a6db995a
groups at the top in hooks
2022-08-02 01:10:48 +00:00
Bradley Schofield
66fcbee0df
Start working on adding UI
2022-08-01 15:13:47 +00:00
shimon
cc93113934
Reference comments
2022-07-31 15:11:49 +03:00
shimon
45ad0f6bdf
Reference comments
2022-07-30 22:10:30 +03:00
shimon
39d2f6b981
Reference comments
2022-07-30 21:55:36 +03:00
shimon
5511a93e9c
Expires header returned to the endpoints
2022-07-28 18:24:18 +03:00
Torsten Dittmann
ba65b5a58f
fix duplicates
2022-07-28 14:51:47 +02:00
Torsten Dittmann
a4588cc848
Merge branch 'master' of https://github.com/appwrite/appwrite into origin/datetime-api
2022-07-28 14:49:28 +02:00
Torsten Dittmann
e3fee55e3d
Merge branch 'origin/datetime-api' of https://github.com/appwrite/appwrite into origin/datetime-api
2022-07-28 14:45:15 +02:00
Torsten Dittmann
7b95c46cf5
Merge branch 'master' of https://github.com/appwrite/appwrite into origin/datetime-api
2022-07-28 14:40:45 +02:00
Torsten Dittmann
bd550f8a1e
feat: ui for datetime attribute
2022-07-28 14:38:54 +02:00
fogelito
ba40ac4e90
Change models Class name
2022-07-28 13:26:22 +03:00
Matej Bačo
15b5df10a4
Fix search attribute regarding phone number
2022-07-28 09:36:08 +00:00
Damodar Lohani
f555568d50
Update app/controllers/api/functions.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-07-28 12:40:14 +05:45
Bradley Schofield
467d8b2cd2
Fix linting errors
2022-07-27 14:50:13 +01:00
Bradley Schofield
e3a3ca4c0d
Translate more errors
...
+ Fixed an issue where some errors that should use 401 uses 400 error codes
+ Updated error messages and tests for multiple exceptions
2022-07-27 14:47:35 +01:00
Jake Barnby
d92328dbb4
Merge remote-tracking branch 'origin/master' into fix-teams-roles-no-owner
2022-07-27 19:57:06 +12:00
Steven
723c6f5436
Fix incorrect databases links
2022-07-26 23:16:47 +00:00
Bradley Schofield
3c808ca895
Fix problem with Exception class
2022-07-26 15:56:59 +01:00
Bradley Schofield
96c6c0ff00
Migrate all exceptions to new signature
2022-07-26 15:24:32 +01:00
shimon
d09bf306ce
response changes
2022-07-26 15:50:33 +03:00
Matej Bačo
ef3496d55b
Bug fixing afte merge
2022-07-25 12:37:29 +00:00
Matej Bačo
dbccf39a9f
Merge branch 'master' into feat-password-hash-algos
2022-07-25 12:37:07 +00:00
fogelito
b58c04c28b
Add attribute datetime
2022-07-25 11:53:41 +03:00
Fawzi E. Abdulfattah
3f09575740
get the invitee info from the db
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-07-25 06:09:35 +02:00
shimon
16ed2c1572
tidy up
2022-07-24 18:22:31 +03:00
shimon
f214ead6f6
tidy up
2022-07-24 12:49:51 +03:00
Matej Bačo
61cba414bf
Fix linter
2022-07-24 08:22:24 +00:00
shimon
64050337cf
tidy up
2022-07-24 10:05:24 +03:00
shimon
02907f12f1
cache logic moved to api::init & api::shutdown
2022-07-23 20:42:42 +03:00
Fawzi E. Abdulfattah
9f45bce55f
Fixing #3583 - create team membership to return added person name and email
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2022-07-23 01:51:58 +02:00
Bradley Schofield
40022decb4
Start working on simplifying exceptions
2022-07-22 15:38:06 +01:00
Damodar Lohani
b168dde502
implementing new Utopia hooks
2022-07-22 06:00:42 +00:00
Jake Barnby
24d0d84bd1
JSON decode packed query
2022-07-22 16:09:23 +12:00
Jake Barnby
427b25dfb7
Unpack query if request is coming from an SDK
2022-07-22 11:38:28 +12:00
Jake Barnby
f8649a1a8d
Add graphql sdk method type
2022-07-21 16:37:34 +12:00
Matej Bačo
183a18f618
Implement functions CRUD operations
2022-07-20 07:18:49 +00:00
Jake Barnby
8320fc0686
Use labels parameters to add extra methods to spec
2022-07-20 01:28:47 +12:00
Jake Barnby
2d0bc9c193
Add get tests
2022-07-19 14:11:58 +12:00
Damodar Lohani
1ca9e7ab3e
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-07-19 01:53:06 +00:00
Jake Barnby
37c832134b
Encode get query params for test
2022-07-19 13:41:31 +12:00
Jake Barnby
d3565b673e
Add get route test
2022-07-19 13:31:14 +12:00
Jake Barnby
4cf5797827
Expose upload as seperate endpoint for SDKs
2022-07-19 13:30:01 +12:00
Jake Barnby
ca62d67d37
Merge remote-tracking branch 'origin/master' into feat-graphql-support
2022-07-19 11:55:29 +12:00
Bradley Schofield
74a53af316
Fix Tests
2022-07-18 14:22:23 +01:00
Bradley Schofield
35c546782f
Change more status codes to 202
2022-07-18 10:43:51 +01:00
Jake Barnby
9333efd3c3
Format
2022-07-18 21:41:11 +12:00
Jake Barnby
e3bed0c636
Test fixes
2022-07-18 21:38:13 +12:00
Bradley Schofield
88064cdbaf
Merge branch 'master' into fix-update-status-codes
2022-07-18 10:37:07 +01:00
Jake Barnby
41dfd84543
Ensure user creating team with custom roles is always owner as well
2022-07-18 20:57:00 +12:00
Jake Barnby
f37bddbc6d
Ensure user creating team with custom roles is always owner as well
2022-07-18 20:55:59 +12:00
Jake Barnby
b8bd81e232
Add back fullBody params for testing
2022-07-18 19:31:07 +12:00
Jake Barnby
3530d3dfe0
Update env defaults
2022-07-18 19:29:37 +12:00
Jake Barnby
b3600ae576
Remove redundant param parameters
2022-07-18 14:53:06 +12:00
Damodar Lohani
f9d62599a4
fix get usage on Functions
2022-07-17 10:43:10 +00:00
Damodar Lohani
dbd941f464
fix param
2022-07-17 10:39:44 +00:00
Damodar Lohani
ff8e730b8a
new function usages endpoint
2022-07-17 10:30:58 +00:00
Ishan Vyas
af167a58a8
Fix SDK response type for get & update database call
...
Signed-off-by: Ishan Vyas <isvyas@gmail.com>
2022-07-17 12:44:37 +05:30
Christy Jacob
641c4f1bde
feat: update naming convention
2022-07-16 11:08:36 +05:30
Christy Jacob
42f0bddd60
feat: merge and fix conflicts
2022-07-15 13:54:27 +04:00
fogelito
97250d8193
Merge remote-tracking branch 'origin/origin/datetime-attributes' into origin/datetime-attributes
2022-07-14 16:35:25 +03:00
fogelito
0816dd15f9
remove comments
2022-07-14 16:12:44 +03:00
Torsten Dittmann
5604a6837f
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes
2022-07-14 14:14:05 +02:00
Bradley Schofield
5f0032bb7f
Use 202 when resources are created asyncronously
2022-07-14 10:52:55 +01:00
Jake Barnby
0b7b5496f3
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/init.php
2022-07-14 20:13:41 +12:00
Jake Barnby
221e7b59c4
Add abuse test
2022-07-14 20:11:39 +12:00
Jake Barnby
4f5c7ddada
Add invalid query exception
2022-07-14 15:57:51 +12:00
Jake Barnby
4ee7f80433
Add too many queries exception
2022-07-14 15:57:34 +12:00
Jake Barnby
ded46774bc
Add max batch size env var
2022-07-14 15:56:02 +12:00
Christy Jacob
662800cc67
Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools
2022-07-14 03:42:26 +04:00
fogelito
9a8ef2a30d
change DatetimeValidator
2022-07-13 17:07:03 +03:00
fogelito
45ac40cc85
change function names
2022-07-13 17:02:49 +03:00
fogelito
76b65c5dea
change test validations from strings to datetime
2022-07-13 16:55:57 +03:00
Jake Barnby
3896cd3d39
No content responses
2022-07-14 01:34:25 +12:00
Jake Barnby
4ca6750309
Cleanup controller
2022-07-13 23:21:02 +12:00
Jake Barnby
a656699fa7
Code cleanup
2022-07-13 21:34:56 +12:00
Matej Bačo
d93ac31b4e
Fix function usage missing
2022-07-13 08:57:57 +00:00
Jake Barnby
83dfbf377d
Fix database delete query
2022-07-13 19:38:44 +12:00
Jake Barnby
ac8e47ac2d
Lint
2022-07-13 17:21:41 +12:00
Jake Barnby
4732127777
Fix parameters
2022-07-13 17:06:48 +12:00
Jake Barnby
eeed6d6038
Remove redundant variable
2022-07-13 16:41:40 +12:00
Jake Barnby
9909493bfc
Support query batching
2022-07-13 15:49:59 +12:00
fogelito
f384a3352b
change class from database:: to dateTime::
2022-07-12 16:32:39 +03:00
Jake Barnby
ace6badfed
Doc updates
2022-07-12 17:06:11 +12:00
Jake Barnby
7259f21cf1
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# composer.lock
2022-07-12 09:18:58 +12:00
fogelito
7e08575245
builds, stats
2022-07-11 18:12:41 +03:00
Torsten Dittmann
648b6f2038
Merge pull request #3532 from appwrite/fix-permission-array-lengths
...
Fix: Permissions validator max-length
2022-07-11 13:16:55 +02:00
Torsten Dittmann
5d7e7a48ad
Merge pull request #3509 from stnguyen90/fix-3508-hardcoded-db-schema
...
Fix hardcoded appwrite database schema
2022-07-11 12:16:04 +02:00
Torsten Dittmann
bddd477bd7
Merge pull request #3511 from appwrite/fix-attribute-dbid
...
Fix attribute databaseId
2022-07-11 12:13:35 +02:00
Matej Bačo
aae7ec6146
Upgrade to use new permissiosn validator features
2022-07-10 17:25:27 +00:00
shimon
428adcf47f
logger moved to App::shutdown
2022-07-09 21:30:01 +03:00
shimon
59627ea9ef
logger moved to App::shutdown
2022-07-09 21:24:28 +03:00
Christy Jacob
43ec31e393
feat: restructuring db pools
2022-07-09 17:41:14 +04:00
Jake Barnby
da71aec774
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
2022-07-08 17:50:16 +12:00
Jake Barnby
5b3c4921d6
Add schema group shutdown hook to set dirty flag in register
2022-07-08 17:43:20 +12:00
Steven
3666d0ab73
Add alias for POST /v1/account/sessions/email
...
Add /v1/account/sessions as an alias for POST /v1/account/sessions/email
for backwards compatibility.
2022-07-07 22:23:52 +00:00
shimon
b2b2534dcc
logger moved to App::shutdown
2022-07-07 18:06:05 +03:00
shimon
a0cfc2110a
logger moved to App::shutdown
2022-07-07 17:51:22 +03:00
fogelito
10ca7de6ba
workers functions
2022-07-07 12:54:46 +03:00
fogelito
e0f2d59864
scheduleNext + schedulePrevious functions changes
2022-07-07 12:26:30 +03:00
Jake Barnby
ae32d89a0f
Formatting
2022-07-07 19:55:07 +12:00
fogelito
29436c1e5f
Datetime change for joined and invited
2022-07-07 10:44:28 +03:00
Jake Barnby
b5e8273839
Fix custom entity id properties
2022-07-07 19:39:42 +12:00
Jake Barnby
8762bcba90
Abstract upload functionality
2022-07-07 18:13:12 +12:00
Jake Barnby
380dbb32e9
Handle file uploads
2022-07-07 16:53:09 +12:00
Jake Barnby
d13afe0b2e
Fix get deployment response type
2022-07-07 16:51:37 +12:00
Jake Barnby
32399ff52c
Fix get deployment response type
2022-07-07 16:49:44 +12:00
Steven
8a0f2010a2
Fix hardcoded appwrite database schema
2022-07-06 17:04:29 +00:00
fogelito
d7244bd9ba
Tests
2022-07-06 17:47:34 +03:00
Torsten Dittmann
9bdd1087ba
Merge pull request #3500 from appwrite/fix-internal-dates-update
...
Fix: createdAt bug after updating document
2022-07-06 12:54:50 +02:00
Jake Barnby
67807f8c6f
WIP input file handling
2022-07-06 20:56:58 +12:00
Jake Barnby
937240f244
Fix attribute databaseId
2022-07-06 17:13:29 +12:00
Jake Barnby
8bbe5abd72
Fix attribute databaseId
2022-07-06 17:11:26 +12:00
Steven Nguyen
ee4aff0ca4
Fix get collection usage alias
2022-07-06 04:07:53 +00:00
Jake Barnby
bc098d73fa
Databases API fixes
2022-07-06 15:50:27 +12:00
Jake Barnby
58ffde5326
Fix doubled shutdown calls firing events twice
2022-07-06 15:27:00 +12:00
fogelito
ae4cb685c0
expire
2022-07-05 21:55:20 +03:00
fogelito
acba505144
addCookie timestamp
2022-07-05 21:24:10 +03:00
fogelito
2630d0b56c
certificate getRenewDate
2022-07-05 19:29:12 +03:00
Matej Bačo
9f364bb9dd
Fix document date
2022-07-05 16:07:07 +00:00
fogelito
203b3058a2
providerAccessTokenExpiry
2022-07-05 16:06:55 +03:00
fogelito
a9a91603d1
account expire
2022-07-05 13:59:03 +03:00
shimon
27333035c0
restore
2022-07-05 10:48:52 +03:00
shimon
0c2c030b71
restore
2022-07-05 10:46:41 +03:00
shimon
56a21b3968
small fix
2022-07-05 10:37:46 +03:00
Shimon Newman
716c62ba8f
Update app/controllers/api/avatars.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-07-05 10:10:58 +03:00
fogelito
903ca342cb
Model changes
2022-07-04 13:11:38 +03:00
fogelito
8628105eef
Model changes
2022-07-04 12:55:11 +03:00
shimon
7b429bdcd7
cache cleanup
2022-07-03 12:36:59 +03:00
fogelito
73a19614e1
functions api
2022-07-02 17:38:53 +03:00
fogelito
cff5bab403
functions api
2022-07-02 17:25:44 +03:00
Christy Jacob
8d5dd605d8
feat: refactor DatabasePool class
2022-07-01 14:18:33 +02:00
fogelito
6d46332f96
changing datetime from timestamp to datetime
2022-07-01 15:05:14 +03:00
Christy Jacob
373295b498
feat: add new projectDB resource
2022-06-30 17:38:47 +02:00
Jake Barnby
9d134a949f
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/general.php
# app/init.php
# composer.json
# composer.lock
# docker-compose.yml
# phpunit.xml
2022-07-01 00:05:44 +12:00
Christy Jacob
1c1a635d5a
feat: rename db to consoleDB
2022-06-30 13:01:29 +02:00
Christy Jacob
9fdaa92bd1
feat: trigger sms for createVerification
2022-06-29 01:04:08 +02:00
Torsten Dittmann
f438d4695d
Merge pull request #3405 from appwrite/fix-internal-indexes
...
Feat: Allow internal indexes
2022-06-28 14:21:27 +02:00
Torsten Dittmann
e83cf382fd
fix: all sdks and specs
2022-06-28 13:21:28 +02:00
Jake Barnby
d019937e4f
Merge remote-tracking branch 'origin/fix-role-clobbering' into feat-graphql-support
...
# Conflicts:
# composer.lock
2022-06-27 14:52:39 +12:00
Vincent (Wen Yu) Ge
9ceef4c096
Merge branch '0.15.x' into database-layer-docs
2022-06-24 12:39:06 -04:00
Matej Bačo
5a10a9494f
Update SCrypt tests
2022-06-24 14:30:39 +02:00
Torsten Dittmann
ef1daf8f1c
Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x
2022-06-24 14:15:42 +02:00
Torsten Dittmann
0f0654d49e
Merge pull request #3346 from gepd/feat-empty-payload
...
Allows to update permissions without payload
2022-06-24 14:09:01 +02:00
Christy Jacob
43f834c0bd
feat: add new errors for phone auth
2022-06-24 12:49:00 +02:00
Damodar Lohani
2750e60768
fix for ruby and go SDK as file params seems to be string
2022-06-24 15:24:44 +05:45
Damodar Lohani
dfbb9b2b3b
fix-response-model-for-database-list
2022-06-24 12:51:21 +05:45
Torsten Dittmann
cf7d10046c
Merge pull request #3421 from appwrite/fix-createdat-lock
...
Fix: Lock $createdAt
2022-06-23 13:09:36 +02:00
Matej Bačo
c19a2484c3
Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes
2022-06-23 09:22:54 +00:00
Torsten Dittmann
3f1b906de0
Merge pull request #3422 from appwrite/feat-database-layer-alias
...
Add alias to Database Layer
2022-06-23 11:00:32 +02:00
Damodar Lohani
e169d3b019
fix usage stats on dashboard
2022-06-23 08:58:47 +00:00
Christy Jacob
bab788111a
Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools
2022-06-23 10:51:13 +02:00
Damodar Lohani
1a034d45f6
alias
2022-06-23 08:50:11 +00:00
Christy Jacob
69f1798758
feat: add db-pools
2022-06-23 10:50:00 +02:00
Matej Bačo
3f8ab486c2
Lock createdAt
2022-06-23 08:17:02 +00:00
Vincent (Wen Yu) Ge
9c68e68125
Database Layers API docs updated
2022-06-22 16:28:09 +00:00
Matej Bačo
336127da55
Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes
2022-06-22 14:22:46 +00:00
Matej Bačo
72278b4f0f
More database UI bug fixes
2022-06-22 13:30:35 +00:00
Matej Bačo
f069719ef3
Code cleanup
2022-06-22 13:08:15 +00:00
Matej Bačo
a049b13741
Fix database UI names
2022-06-22 13:03:55 +00:00
Damodar Lohani
8f14f5aa21
Database layer ( #3338 )
...
* database response model
* database collection config
* new database scopes
* database service update
* database execption codes
* remove read write permission from database model
* updating tests and fixing some bugs
* server side tests are now passing
* databases api
* tests for database endpoint
* composer update
* fix error
* formatting
* formatting fixes
* get database test
* more updates to events and usage
* more usage updates
* fix delete type
* fix test
* delete database
* more fixes
* databaseId in attributes and indexes
* more fixes
* fix issues
* fix index subquery
* fix console scope and index query
* updating tests as required
* fix phpcs errors and warnings
* updates to review suggestions
* UI progress
* ui updates and cleaning up
* fix type
* rework database events
* update tests
* update types
* event generation fixed
* events config updated
* updating context to support multiple
* realtime updates
* fix ids
* update context
* validator updates
* fix naming conflict
* fix tests
* fix lint errors
* fix wprler and realtime tests
* fix webhooks test
* fix event validator and other tests
* formatting fixes
* removing leftover var_dumps
* remove leftover comment
* update usage params
* usage metrics updates
* update database usage
* fix usage
* specs update
* updates to usage
* fix UI and usage
* fix lints
* internal id fixes
* fixes for internal Id
* renaming services and related files
* rename tests
* rename doc link
* rename readme
* fix test name
* tests: fixes for 0.15.x sync
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Matej Bačo
c7087e7ac0
Removed TODOs
2022-06-22 09:46:37 +00:00
Matej Bačo
b682ffdfa3
Merge remote-tracking branch 'origin/0.15.x' into fix-internal-indexes
2022-06-22 09:26:15 +00:00
Torsten Dittmann
9d7b6927d6
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-increase-array-element-length
2022-06-22 11:10:03 +02:00
Matej Bačo
bd9cb92035
Fix tests
2022-06-22 08:00:12 +00:00
Jake Barnby
5ea41a0253
Print with debug flags if not production
2022-06-22 16:44:58 +12:00
Matej Bačo
d9a88515bc
Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos
2022-06-21 14:03:19 +00:00
Matej Bačo
a5836ecc60
PR review changes
2022-06-21 13:59:52 +00:00
Torsten Dittmann
e553ba2d07
fix: account phone internal ids
2022-06-20 23:38:45 +02:00
Torsten Dittmann
ef15ea8318
fix: method to generate new webhook signature
2022-06-20 20:35:33 +02:00
gepd
d1505917a3
committed suggested changes
...
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-20 12:18:00 -04:00
Torsten Dittmann
e6edcb5459
Merge pull request #3357 from appwrite/feat-phone-authentication
...
feat: phone authentication
2022-06-20 18:12:36 +02:00
Torsten Dittmann
48177e8d03
docs: update new phone docs
2022-06-20 16:47:49 +02:00
Matej Bačo
43f6fda8b6
WIP: Allow internal indexes
2022-06-20 14:22:27 +00:00
Torsten Dittmann
511898afc9
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id
2022-06-20 15:34:27 +02:00
Torsten Dittmann
0023af43d8
Merge branch 'feat-phone-authentication' of https://github.com/appwrite/appwrite into feat-phone-authentication
2022-06-20 15:06:19 +02:00
Torsten Dittmann
d0ad879f4a
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication
2022-06-20 15:01:17 +02:00
Torsten Dittmann
af817ec616
Merge pull request #3379 from appwrite/feat-phone-authentication-ui
...
feat: add ui for phone authentication
2022-06-20 14:34:33 +02:00
Torsten Dittmann
6dd41b52c3
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication
2022-06-20 13:38:39 +02:00
Torsten Dittmann
50e50fa94b
feat: use internal ids for database indexes and attributes
2022-06-20 13:21:36 +02:00
Torsten Dittmann
fbfb871edf
Merge pull request #3401 from appwrite/feat-internal-ids-projects
...
feat: internal ids for projects
2022-06-20 12:06:22 +02:00
Jake Barnby
09c89ecd12
Test updates
2022-06-20 13:15:02 +12:00
Jake Barnby
e865f77a6b
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# CONTRIBUTING.md
# app/config/errors.php
# app/controllers/api/account.php
# app/controllers/api/graphql.php
# app/init.php
# composer.json
# composer.lock
2022-06-20 11:15:22 +12:00
Torsten Dittmann
5a4a9e0739
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id
2022-06-19 11:43:58 +02:00
Matej Baco
62ec121a5e
Improved docs
2022-06-17 11:25:28 +02:00
Matej Bačo
0aaee54a63
Fix snake_case
2022-06-16 09:21:35 +00:00
fogelito
ddbe1edf6d
Adding Internal Ids Projects, Webhooks, Keys, domains, Platforms
2022-06-16 10:50:52 +03:00
fogelito
44e3851f5e
Adding Internal Ids to Database Api
2022-06-15 15:57:06 +03:00
Torsten Dittmann
bbdf70ee90
feat: use new $createdAt and $updatedAt attributes
2022-06-15 14:46:52 +02:00
Matej Bačo
6758e78cf1
Introduce APP_LIMIT_ARRAY_ELEMENT_SIZE
2022-06-15 12:07:14 +00:00
fogelito
0d1b1ddef6
Adding Account + teams + users Internal Ids to colleactions
2022-06-14 20:15:22 +03:00
Torsten Dittmann
1eb91bc91e
feat: add ui for phone authentication
2022-06-14 17:41:58 +02:00
Christy Jacob
039d9f0ead
feat: inital commit for multiple db pools
2022-06-14 16:57:57 +02:00
Matej Bačo
697bb569ef
Fix tests
2022-06-14 11:38:47 +00:00
Matej Bačo
0aaa5779ab
Linter fixes
2022-06-14 11:08:54 +00:00
Matej Bačo
f0cd4437d8
Rebuilds, improve tests
2022-06-14 10:40:51 +00:00
Matej Bačo
64ee483665
Implemented hashhing import API endpoints, fixed SCrypt
2022-06-14 09:05:46 +00:00
Torsten Dittmann
1f91e5328a
fix: controller title for email session
2022-06-14 10:30:35 +02:00
Torsten Dittmann
8d465c67c2
feat: account sessions for emails
2022-06-14 10:17:50 +02:00
Torsten Dittmann
286f174f34
fix: docs
2022-06-14 09:27:27 +02:00
Matej Bačo
6f76fb3613
WIP: Separate hashing endpoints
2022-06-13 15:11:31 +00:00
Matej Bačo
001e69ab80
Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos
2022-06-13 12:53:40 +00:00
Matej Bačo
bdaf9bcdb8
Removed hashhing algo from endpoints except import
2022-06-13 12:53:28 +00:00
Torsten Dittmann
68264a0fe0
fix: tests and adaption to review
2022-06-13 14:43:17 +02:00
Torsten Dittmann
73a00438ae
Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x
2022-06-13 14:29:29 +02:00
Matej Bačo
7cb40f3c77
Fix order of params
2022-06-10 08:03:25 +00:00
Matej Bačo
0d94e4c9ce
Merge branch 'master' into feat-password-hash-algos
2022-06-10 08:03:09 +00:00
gepd
d96b077d22
remove null as param is already nullable
...
Co-authored-by: Everly Precia Suresh <77877486+everly-gif@users.noreply.github.com>
2022-06-09 15:32:34 -04:00
Torsten Dittmann
5ae6305eb4
Merge pull request #3345 from appwrite/feat-increase-jwt-abuse-limit
...
Feat increase jwt abuse limit
2022-06-09 21:15:58 +02:00
Torsten Dittmann
369c851532
Update app/controllers/api/users.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-06-09 21:11:49 +02:00
gepd
be53bae82b
Merge branch 'appwrite:master' into feat-empty-payload
2022-06-08 20:50:04 -04:00
gepd
2e05afe35a
Make param optional from utopia
2022-06-08 20:49:27 -04:00
Torsten Dittmann
e444ba6886
style: fix linter errors
2022-06-08 16:18:28 +02:00
Torsten Dittmann
70c98b0cfc
feat: messaging worker
2022-06-08 15:57:34 +02:00
Torsten Dittmann
dc25883685
feat: add update and verification method for account and users
2022-06-08 14:50:31 +02:00
shimon
40016f48c1
linter fix
2022-06-08 12:21:20 +03:00
fogelito
f2c545db64
removing some duplication on collections.php
...
adding var hint for $user
2022-06-08 12:20:23 +03:00
Torsten Dittmann
8ce669da6f
feat: initial phone authentication
2022-06-08 11:00:38 +02:00
shimon
64ba33f3aa
Small fix
2022-06-08 10:19:50 +03:00
gepd
3cf26d19bc
make data optional
2022-06-07 21:08:11 -04:00
shimon
54f6556204
sign webhook flow
2022-06-07 18:11:07 +03:00
fogelito
5310e2cf7c
add userInternalId to sesseions , tokens , members + index for each attribute
2022-06-07 12:37:09 +03:00
gepd
a107f592cf
Merge branch 'master' into feat-empty-payload
2022-06-06 18:57:14 -04:00
gepd
8f831b2be3
Allows to update permissions without payload
2022-06-06 18:27:05 -04:00
Jake Barnby
254a075d7d
Update JWT creation abuse limits
2022-06-07 08:57:37 +12:00
Torsten Dittmann
94b2db96c2
chore: run formatter
2022-06-03 11:12:19 +02:00
Torsten Dittmann
153ac5c60d
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into 0.15.x
2022-06-02 11:53:41 +02:00
Torsten Dittmann
3d297e825f
Merge pull request #3296 from stnguyen90/fix-2955-add-team-member-toast
...
Update success, loading, and error message for add team member
2022-06-01 16:24:45 +02:00
Shimon Newman
2bad41082b
Update projects.php
2022-06-01 17:23:05 +03:00
Shimon Newman
ad986fe852
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-06-01 17:14:26 +03:00
Shimon Newman
363c073839
Update app/controllers/api/projects.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-06-01 16:39:00 +03:00
shimon
cd5e6f2542
small fix
2022-06-01 15:36:04 +03:00
shimon
2d7bc4fb16
small fix
2022-06-01 14:31:03 +03:00
shimon
0c435b9c3b
Merge remote-tracking branch 'origin/feat-expire-key' into feat-expire-key
...
# Conflicts:
# app/controllers/api/projects.php
2022-06-01 13:11:24 +03:00
shimon
e782e4744f
small fix
2022-06-01 13:09:53 +03:00
Shimon Newman
c31055f144
Update app/controllers/api/projects.php
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-01 12:55:35 +03:00
shimon
d39e6a842c
Merge branch 'master' of github.com:appwrite/appwrite into feat-expire-key
...
Conflicts:
app/controllers/general.php
2022-06-01 09:34:34 +03:00
Steven
4a87e73a45
Update success, loading, and error message for add team member
...
Remove text indicating invitations since no emails are sent when adding
a user via the Admin console.
2022-05-31 22:00:37 -07:00
Steven
ec1c4fd5c3
Bypass SMTP host check for admins adding team members
...
Since no email is sent when adding team members for admins, there shouldn't
be any need to check the SMTP host.
2022-05-31 20:50:19 -07:00
shimon
8bca5cd13e
api keys
2022-05-31 18:41:12 +03:00
Everly Precia Suresh
c61dd1e261
remove unecessary semi colons
2022-05-31 14:24:01 +00:00
Everly Precia Suresh
95615416a6
formate function.php
2022-05-31 13:50:27 +00:00
Everly Precia Suresh
61c8cf5ccd
Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter
2022-05-31 13:48:05 +00:00
Torsten Dittmann
fd58c57163
Merge pull request #3280 from appwrite/refactor-accounts
...
Refactor `account.php`
2022-05-31 15:47:39 +02:00
Everly Precia Suresh
1be5593d9d
Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter
2022-05-31 13:40:43 +00:00
Torsten Dittmann
957ba08817
Merge pull request #3282 from appwrite/refactor-database
...
refactor `database.php`
2022-05-31 15:33:14 +02:00
Everly Precia Suresh
f1938f5151
update refactor
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-05-31 18:04:20 +05:30
Everly Precia Suresh
94e225411f
update refacror
2022-05-31 12:33:13 +00:00
Everly Precia Suresh
318df0d3f3
Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter
2022-05-31 11:55:30 +00:00
Everly Precia Suresh
746dc72439
fix merge conflicts
2022-05-31 11:32:46 +00:00
Everly Precia Suresh
e80ab77cab
update refactor with changes
2022-05-31 11:11:55 +00:00
Everly Precia Suresh
f8fc5ca16c
remove ?
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-05-31 16:33:16 +05:30
Everly Precia Suresh
13f26a20d6
add string|array type to
2022-05-31 10:51:47 +00:00
Torsten Dittmann
0fdd785ba9
Merge branch 'master' into refactor-functions
2022-05-31 10:54:03 +02:00
Torsten Dittmann
ff3292041f
Merge branch 'master' into refactor-database
2022-05-31 10:33:46 +02:00
Everly Precia Suresh
1fd7359fbb
fix linter issues in app directory
2022-05-30 17:41:25 +00:00
Everly Precia Suresh
d1e829f49a
change type to array
2022-05-26 12:41:19 +00:00
Everly Precia Suresh
a2d243664b
remove cname tests
2022-05-26 11:21:04 +00:00
Everly Precia Suresh
6ceef6a573
update refactor
2022-05-25 16:53:10 +00:00
Everly Precia Suresh
425d81256b
rename audit to EventAudit
2022-05-25 13:49:32 +00:00
Everly Precia Suresh
8f624e115b
refactor users.php
2022-05-25 13:36:25 +00:00
Everly Precia Suresh
fc6c546c88
refactor database
2022-05-25 12:10:10 +00:00
Everly Precia Suresh
eb6b8d408a
update refactor
2022-05-24 15:04:28 +00:00
Everly Precia Suresh
07bf57b161
update refactor
2022-05-24 14:57:12 +00:00
Everly Precia Suresh
e2bd17d253
update refactor
2022-05-24 14:28:27 +00:00
Everly Precia Suresh
35e762453b
pull latest
2022-05-24 14:04:55 +00:00
Everly Precia Suresh
107513c4c8
refactor func
2022-05-24 13:56:57 +00:00
Everly Precia Suresh
60a73c74a5
fix multi-line params in controllers
2022-05-23 16:42:27 +00:00
Everly Precia Suresh
7316e1c1ae
fix multi-line params in account.php
2022-05-23 16:34:03 +00:00
Everly Precia Suresh
19300ccdd7
format files in app, src, tests
2022-05-23 14:54:50 +00:00
Everly Precia Suresh
722822dc31
refactor account.php
2022-05-18 16:14:21 +00:00
Christy Jacob
5463e62a6e
feat: remove redundant order attributes validation
2022-05-18 04:36:24 +04:00
Torsten Dittmann
ec1bfa0209
Merge branch 'feat-account-update-status' of https://github.com/appwrite/appwrite into feat-account-update-status
2022-05-16 12:34:20 +02:00
Torsten Dittmann
0aa8aad2a9
fix: remove wrongly placed remove
2022-05-16 12:34:14 +02:00
Torsten Dittmann
b1727b6d1c
Merge branch '0.14.x' into feat-account-update-status
2022-05-16 12:26:33 +02:00
Torsten Dittmann
bb0db796f7
feat: account update status
2022-05-16 11:58:17 +02:00
Torsten Dittmann
4621a150e4
fix: oauth2 verification
2022-05-16 11:34:00 +02:00
Everly Precia Suresh
eeb7ba120f
add param types for vars and file
2022-05-14 10:11:38 +00:00
Everly Precia Suresh
6d3e4b3757
fix tests
2022-05-13 15:12:21 +00:00
Everly Precia Suresh
1b9e5bc086
fix tests
2022-05-13 15:05:10 +00:00
Everly Precia Suresh
1f139d9337
fix tests
2022-05-13 12:27:12 +00:00
Everly Precia Suresh
3e41a3a5f9
refactor functions.php
2022-05-13 12:05:42 +00:00
Torsten Dittmann
49b6457384
Merge pull request #3213 from appwrite/feat-upgrade-hostname-validator
...
Feat: Upgrade hostname validator
2022-05-13 10:58:02 +02:00
Torsten Dittmann
5a9a967f35
fix: delete all sessions event
2022-05-12 21:31:15 +02:00
Matej Bačo
550b6475ef
Upgrade hostname validator
2022-05-12 18:53:54 +00:00
Torsten Dittmann
158ecce959
Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x
2022-05-12 20:41:04 +02:00
Torsten Dittmann
119506429f
Merge pull request #2947 from appwrite/feat-use-build-timeout
...
feat: use build timeout when building runtime
2022-05-12 20:23:11 +02:00
Torsten Dittmann
8fcc37e287
Merge pull request #3211 from appwrite/feat-api-user-memberships
...
feat(api): user memberships
2022-05-12 20:14:19 +02:00
Torsten Dittmann
6c9e17ec74
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-use-build-timeout
2022-05-12 19:57:20 +02:00
Torsten Dittmann
e69a22042c
Merge pull request #3113 from appwrite/feat-new-event-model
...
feat: new event model
2022-05-12 19:53:51 +02:00
Torsten Dittmann
4508158fe5
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-use-build-timeout
2022-05-12 19:18:31 +02:00
Torsten Dittmann
dfcae6eb4c
Merge pull request #3047 from appwrite/fix-bucket-size-update
...
Fix: Bucket Size Update
2022-05-12 19:04:21 +02:00
Torsten Dittmann
9455a7c573
Merge pull request #3144 from appwrite/feat-array-limits
...
Feat: Array API limits
2022-05-12 19:03:29 +02:00
Torsten Dittmann
b82010c167
Merge pull request #3124 from appwrite/fix-wildcard-hostname-new
...
Feat: Wildcard hostname
2022-05-12 18:35:42 +02:00
Torsten Dittmann
76689b4b30
Merge pull request #3187 from appwrite/fix-check-oauth-email-verification
...
Fix check oauth email verification
2022-05-12 18:26:00 +02:00
Torsten Dittmann
47ef1c9038
whitespace fixes
2022-05-12 18:25:36 +02:00
Torsten Dittmann
54530b9c0d
fix: remove unused phpdocs
2022-05-12 16:26:12 +02:00
Torsten Dittmann
bf0506ecc7
feat: add user memberships endpoint
2022-05-12 15:20:06 +02:00
Torsten Dittmann
784844b03e
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-05-11 19:04:31 +02:00
Matej Bačo
8bb3418f7c
Merge remote-tracking branch 'origin/0.14.x' into feat-certificate-refactor
2022-05-11 14:12:38 +00:00
Torsten Dittmann
0525d2cc7b
fix: remove eventData
2022-05-10 15:52:55 +02:00
Torsten Dittmann
8012de5c4d
fix: rename webhook event header to plural
2022-05-10 14:13:53 +02:00
Matej Bačo
30dfba6238
Bug fix
2022-05-10 10:30:44 +00:00
Matej Bačo
cd236bd3ff
Merge remote-tracking branch 'origin/0.14.x' into fix-bucket-size-update
2022-05-10 10:28:32 +00:00
Matej Bačo
d3560ea91b
PR review changes
2022-05-10 10:28:16 +00:00
Torsten Dittmann
57246b14d7
fix: add missing teams update audit
2022-05-09 14:57:42 +02:00
Torsten Dittmann
fdd16e44c6
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-05-09 09:12:06 +02:00
Matej Bačo
f28597bc17
Fix wording
2022-05-09 06:43:37 +00:00
Matej Bačo
ea4c1b9f9f
Merge branch '0.14.x' into feat-sessions-subquery
2022-05-08 19:36:59 +00:00
Torsten Dittmann
c2d11aab7e
fix: magic url email verification
2022-05-08 21:35:28 +02:00
Matej Bačo
4c642b99c5
Merge remote-tracking branch 'origin/0.14.x' into feat-sessions-subquery
2022-05-08 18:50:41 +00:00
Torsten Dittmann
2a2af79723
Merge pull request #2732 from appwrite/fix-unindexed-sort-attributes
...
Use validator on order attributes
2022-05-08 20:43:59 +02:00
Torsten Dittmann
3692ff0bf6
Merge branch '0.14.x' into feat-use-build-timeout
2022-05-08 20:42:36 +02:00
Torsten Dittmann
18379c25b8
fix: merge issues
2022-05-08 17:49:17 +02:00
Torsten Dittmann
33414b58b1
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-05-08 17:25:01 +02:00
Torsten Dittmann
3990ef7fa2
Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x
2022-05-08 17:15:25 +02:00
Torsten Dittmann
773e6d0415
style: fix some styles
2022-05-08 17:10:56 +02:00
Torsten Dittmann
40fbc7aa60
Merge pull request #3156 from appwrite/feat-user-tokens-subquery
...
Feat: User tokens subcollection
2022-05-08 17:09:49 +02:00
Torsten Dittmann
9c88906c7e
Merge pull request #3184 from appwrite/fix-team-user
...
Fix: Team User Creation
2022-05-08 16:47:01 +02:00
Torsten Dittmann
f5844df97b
Merge branch 'master' into feat-user-tokens-subquery
2022-05-08 16:39:24 +02:00
Torsten Dittmann
df1f8735a9
Merge pull request #3158 from appwrite/feat-user-memberships-subquery
...
Feat: User membership subquery
2022-05-08 16:35:33 +02:00
Torsten Dittmann
2cc2a40377
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-05-08 15:11:14 +02:00
Christy Jacob
726b71ae3b
feat: create new account if email not verified
2022-05-07 19:43:55 +04:00
Eldad A. Fux
157db4c522
Merge pull request #3171 from appwrite/refactor-teams
...
Refactor `teams.php`
2022-05-07 06:38:09 +03:00
Eldad A. Fux
80c9e87a3a
Merge pull request #3175 from appwrite/refactor-code
...
Refactor `storage.php`
2022-05-07 06:36:53 +03:00
Everly Precia Suresh
f3608dd4fe
refactor projects.php
2022-05-06 16:51:02 +00:00
Everly Precia Suresh
a2091a2572
retrigger build
2022-05-06 15:12:11 +00:00
Everly Precia Suresh
8c4b035dd7
update storage.php with optional parameters
2022-05-06 13:33:44 +00:00
Matej Bačo
cc1ddc87d9
Fix tema user creation
2022-05-06 11:03:41 +00:00
Matej Bačo
b0df349a23
QA fixes
2022-05-06 08:58:36 +00:00
Matej Bačo
ba620b28a3
qa fixes
2022-05-06 07:44:29 +00:00
Matej Bačo
814bb5c6b6
Finish hashing controllers
2022-05-05 11:21:31 +00:00
Matej Bačo
7c45ca4d0f
WIP: Hash rework
2022-05-04 15:00:36 +00:00
Matej Bačo
55c8caf0cc
Algo2 hash, adding pr review changes
2022-05-04 14:37:37 +00:00
Matej Bačo
bc1b62f7da
Merge branch 'master' into feat-password-hash-algos
2022-05-04 13:33:32 +00:00
Everly Precia Suresh
ceea134579
fix file param
2022-05-04 13:00:12 +00:00
Everly Precia Suresh
5b72d9d48d
change file type
2022-05-04 12:49:35 +00:00
Everly Precia Suresh
4e8d9a1da7
refactor storage.php
2022-05-04 12:23:34 +00:00
Everly Precia Suresh
65a246bd21
add type for locale
2022-05-04 09:51:48 +00:00
Jake Barnby
cdefbef05c
Remove redundant flags
2022-05-04 18:48:04 +12:00
Everly Precia Suresh
20b4119ee9
add primitive types to params
2022-05-03 13:21:25 +00:00
Eldad A. Fux
c7a9fd4cb7
Merge pull request #3168 from appwrite/refactor-code
...
Refactor `health.php`
2022-05-03 15:34:12 +03:00
Everly Precia Suresh
76cd825112
refactor teams.php
2022-05-03 11:57:26 +00:00
Jake Barnby
85873c9efb
Merge remote-tracking branch 'origin/master' into feat-graphql-support
2022-05-03 23:06:04 +12:00
Matej Bačo
17b2ab86d8
Merge remote-tracking branch 'origin/0.14.x' into fix-wildcard-hostname-new
2022-05-03 07:59:11 +00:00
Everly Precia Suresh
5950289083
retrigger build
2022-05-02 18:30:13 +00:00
Everly Precia Suresh
03b28fdb91
refactor avatars.php
2022-05-02 18:06:12 +00:00
Eldad A. Fux
6a9d1e987a
Merge pull request #3110 from gewenyu99/doc-create-collection-permissions
...
Updates create collection permission description to be clearer
2022-05-02 20:25:12 +03:00
Everly Precia Suresh
2729237edc
retrigger build
2022-05-02 15:04:14 +00:00
Everly Precia Suresh
fd3a802a30
regroup namespaces
2022-05-02 14:34:01 +00:00
Everly Precia Suresh
d2008d33a5
refactor health.php
2022-05-02 14:28:36 +00:00
Jake Barnby
0c497f2600
Merge remote-tracking branch 'origin/master' into feat-graphql-support
2022-05-02 21:34:25 +12:00
Jake Barnby
2ee5762bc7
Update promise result output
2022-05-02 20:21:40 +12:00
Matej Bačo
5aa009d843
Rename const
2022-05-01 07:54:58 +00:00
Matej Bačo
4d2d7eddaf
PR review changes
2022-05-01 07:53:59 +00:00
Torsten Dittmann
07589b2d48
Merge pull request #3146 from appwrite/feat-update-execution-model
...
Rename 'stdout' in executions to 'response'
2022-04-27 18:35:43 +02:00
Matej Bačo
2c93cf664b
Fix tests
2022-04-27 14:11:12 +00:00
Matej Bačo
92d6ed6089
Implement memberships subquery
2022-04-27 12:44:47 +00:00
Matej Bačo
50082c3512
Implement user tokens subcollection
2022-04-27 11:06:53 +00:00
Torsten Dittmann
fdfc02c19d
Merge pull request #3152 from appwrite/fix-email-search-integrity
...
fix(user): search integrity
2022-04-27 10:55:14 +02:00
Matej Bačo
dd8f96ea63
Define const APP_LIMIT_ATTRIBUTE_COUNT
2022-04-26 13:29:23 +00:00
Matej Bačo
f642f19ca6
Final test fix
2022-04-26 10:46:35 +00:00
Torsten Dittmann
297d076caf
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-04-26 12:39:13 +02:00
Matej Bačo
e0426598fc
Fix unfinished todos
2022-04-26 10:36:49 +00:00
Matej Bačo
e3952b2f7b
Merge remote-tracking branch 'origin/0.14.x' into fix-avatar-cropping
2022-04-26 10:32:22 +00:00
Torsten Dittmann
487d38db95
fix(user): search integrity
2022-04-26 12:07:33 +02:00
Christy Jacob
5eb4ba8211
Merge pull request #3136 from appwrite/add-team-activity
...
Feat: Team activity
2022-04-26 12:45:17 +03:00
Matej Bačo
de7e70e275
Tests fix
2022-04-26 08:52:59 +00:00
Jake Barnby
5127602c9e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# composer.lock
2022-04-26 19:50:49 +12:00
Jake Barnby
dbb49ac7bf
Async resolution fixes
2022-04-26 19:49:36 +12:00
Torsten Dittmann
6e396ebdd7
Merge pull request #3060 from appwrite/fix-failed-indexes-query
...
Fix: Failed indexes in queries
2022-04-25 16:41:58 +02:00
Torsten Dittmann
12557f7143
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-04-25 16:40:59 +02:00
Torsten Dittmann
5dedd629bd
fix(account): countryName from session locale
2022-04-25 14:59:08 +02:00
Torsten Dittmann
9f1b2644e1
fix(account): magic link session verifies email
2022-04-25 14:58:34 +02:00
Matej Bačo
07943fd0e7
Merge branch 'master' into feat-sessions-subquery
2022-04-25 11:46:03 +00:00
Matej Bačo
1eb821c823
Default value & perms bug fix
2022-04-25 11:43:30 +00:00
Bradley Schofield
d981c8f5e5
Rename 'stdout' in executions to 'response'
2022-04-25 10:12:58 +01:00
Matej Bačo
9abe1a41e9
Fix typo
2022-04-25 09:00:31 +00:00
Matej Bačo
d36a2602ed
Add limits, add docs
2022-04-25 07:23:25 +00:00
Everly Precia Suresh
ea4d3fb76b
regroup namespaces
2022-04-24 04:51:28 +00:00
Jake Barnby
4a2b620611
Fix using closed request (rebuild API schema per request)
2022-04-22 17:47:27 +12:00
Matej Bačo
c6f32a31d2
Implement team activity
2022-04-21 14:07:08 +00:00
Everly Precia Suresh
f5ca72b612
add space
2022-04-21 02:47:51 +00:00
Everly Precia Suresh
277897eefc
push changes
2022-04-20 16:44:34 +00:00
Everly Precia Suresh
f3252fc3d3
cleanup code for locale
2022-04-20 16:19:50 +00:00
Torsten Dittmann
a6c27a3876
Merge pull request #3116 from appwrite/fix-remove-usage-queue
...
fix: remove usage queue
2022-04-20 18:10:41 +02:00
Torsten Dittmann
a2700f9b73
Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x
2022-04-20 17:00:51 +02:00
Torsten Dittmann
379d074269
fix: users audit logs
2022-04-20 16:03:40 +02:00
Matej Bačo
806c50bcdb
Fix tests
2022-04-20 13:56:39 +00:00
Jake Barnby
601576a9e3
WIP fix individual param resolution
2022-04-20 22:30:48 +12:00
Matej Bačo
8fcb2b4058
Hostname-related features&fixes
2022-04-20 09:31:17 +00:00
Matej Baco
69051a54f1
Update docs
2022-04-20 10:31:12 +02:00
Matej Baco
69a5dd886c
Revert changes
2022-04-20 10:27:28 +02:00
Torsten Dittmann
8a0c4c8ae8
Merge pull request #3092 from appwrite/fix-allow-password-update-OAuth
...
Fix 'magic URL' accounts from not being able to create a new password.
2022-04-19 15:51:50 +02:00
Torsten Dittmann
626a17fce6
Merge pull request #3105 from appwrite/fix-disable-console-custom-project-id
...
CustomId console, reserved project
2022-04-19 15:51:11 +02:00
Torsten Dittmann
224c34b6a6
fix: remove usage queue
2022-04-19 15:28:30 +02:00
Torsten Dittmann
0552f92d50
Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-04-19 15:16:43 +02:00
Torsten Dittmann
033bbec261
fix: usage and build
2022-04-19 15:13:55 +02:00
Torsten Dittmann
feb8562983
style: fix some whitespace
2022-04-19 11:30:42 +02:00
Wen Yu Ge
f6e8f082c9
Updates create collection permission description to be clearer
2022-04-18 16:15:22 -04:00
Torsten Dittmann
7790d72c0c
fix: realtime, tests and webhooks
2022-04-18 18:21:45 +02:00
Torsten Dittmann
8ec435ed1f
sync: changes
2022-04-17 22:34:32 +02:00
Eldad A. Fux
e3c9041ca1
Merge pull request #3096 from appwrite/feat-rename-providers
...
Rename 'providers' to 'authProviders'
2022-04-17 17:23:05 +03:00
Damodar Lohani
f6d4526217
customId console, reserved project
2022-04-17 10:18:00 +00:00
Bradley Schofield
e567b68c19
Rename 'providers' to 'authProviders'
2022-04-14 09:54:29 +00:00
Matej Bačo
6d26f313b6
Merge branch 'master' into fix-failed-indexes-query
2022-04-14 09:05:04 +00:00
Andrey
e37d1be6a6
* Move default host value from code to env variables
...
* Add validation for host value
2022-04-13 18:15:25 +02:00
Torsten Dittmann
443f4c924d
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-new-event-model
2022-04-13 14:39:37 +02:00
Torsten Dittmann
87b8fc3c41
feat: event classes for different cases
2022-04-13 14:39:31 +02:00
Bradley Schofield
812249ebcb
update account.php
2022-04-13 10:45:17 +00:00
Bradley Schofield
51c9165bac
Fix 'magic URL' accounts from not being able to create a new account.
2022-04-13 10:11:31 +00:00
Matej Bačo
a0627b89e1
Merge branch 'master' into feat-certificate-refactor
2022-04-12 11:46:27 +00:00
Matej Bačo
a1e53cd4e3
Properly crop images in avatars API
2022-04-12 11:36:03 +00:00
Andrey
ade4024593
Added configurable host for Executor service:
...
* Add `_APP_EXECUTOR_HOST` env variable.
* Use `_APP_EXECUTOR_HOST` (or fallback to default) as host value to Executor service.
2022-04-11 20:45:47 +02:00
Jake Barnby
b4ff4aa123
Add GET endpoint as required by spec
2022-04-11 23:08:57 +12:00
Matej Bačo
752079c874
Refactored SSL genration
2022-04-10 09:38:22 +00:00
Jake Barnby
d4a77504c0
Inject read/write args for mutations
2022-04-09 02:08:36 +12:00
Jake Barnby
af128ede7c
Pass-thru graphql args as request parameters
2022-04-08 19:05:59 +12:00
Jake Barnby
a1d877b726
Fix operation name empty
2022-04-08 17:55:17 +12:00
Jake Barnby
40b04a3721
Fix collection type arg and type setting
2022-04-08 02:02:48 +12:00
Jake Barnby
29266ce83e
Append project schema on request
2022-04-07 18:40:49 +12:00
Jake Barnby
c75d6b7b69
Wait for promise completion
2022-04-07 18:40:28 +12:00
Jake Barnby
196c763421
Add abuse limits
2022-04-07 18:39:42 +12:00
Jake Barnby
4a34971043
Update route labels
2022-04-07 18:39:33 +12:00
Jake Barnby
13c16dc18c
Add validations
2022-04-07 18:39:15 +12:00
Jake Barnby
48ba76f365
Add resolvers for get, list, create, update, delete for user collections
2022-04-07 11:23:20 +12:00
Matej Bačo
79f24098a4
Implemented query and order index checks
2022-04-05 16:46:11 +00:00
Jake Barnby
69e7c2fed9
Async query resolution
2022-04-06 01:48:51 +12:00
Jake Barnby
48c610348e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/graphql.php
# app/controllers/api/projects.php
# app/controllers/api/users.php
# app/controllers/general.php
# app/http.php
# app/init.php
# composer.lock
# src/Appwrite/Utopia/Response.php
2022-04-05 16:44:38 +12:00
Matej Bačo
f69bd80b0e
SubQuery changes
2022-04-04 09:59:32 +00:00
Torsten Dittmann
2f9b9445dd
sync with devices
2022-04-04 08:30:07 +02:00
Matej Bačo
1c59c8d8dd
PR review changes
2022-04-01 09:00:31 +00:00
Matej Bačo
da6ca5347c
Implemented check and tests for bucket size
2022-03-31 13:10:30 +00:00
Damodar Lohani
0a1fbcd23d
add missing attribute keys
2022-03-27 08:01:50 +00:00
Damodar Lohani
a79c0bec58
Merge pull request #2973 from appwrite/fix-bucket-permission-on-create-file
2022-03-23 07:41:14 +05:45
Damodar Lohani
b00b132238
fix missing auth skip while getting bucket
2022-03-20 06:31:34 +00:00
Damodar Lohani
ab3db2af1b
add comment
2022-03-20 08:33:40 +05:45
Damodar Lohani
68b1950751
Update app/controllers/api/storage.php
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-03-20 08:20:52 +05:45
Damodar Lohani
e37da6a5f7
code refactor
2022-03-18 11:51:59 +00:00
Damodar Lohani
3a43ef95b1
remove useless code
2022-03-18 11:19:26 +00:00
Damodar Lohani
2da677906b
final fixes
2022-03-18 11:18:53 +00:00
Damodar Lohani
46e106ab56
fix content type logic
2022-03-18 11:07:54 +00:00
Damodar Lohani
43f60739d7
Merge branch 'master' into fix-preview-when-no-extension
2022-03-18 16:23:42 +05:45
Torsten Dittmann
d021fb6cda
Merge pull request #2948 from gewenyu99/doc-database-documentation-improvements
...
Database documentation improvements
2022-03-17 00:37:57 +01:00
Wen Yu Ge
a055341a5a
remove accidental space at end of sentence
2022-03-15 11:22:48 -04:00
Christy Jacob
13b28e0051
feat: update test message
2022-03-15 18:51:32 +04:00
Christy Jacob
ee056e582f
feat: function execution time for failed executions
2022-03-15 17:06:05 +04:00
Torsten Dittmann
0e5dd2def6
Merge branch 'master' of https://github.com/appwrite/appwrite into fix-bucket-permissions
2022-03-15 10:52:11 +01:00
Torsten Dittmann
4244bdedd3
fix: storage bucket permissions
2022-03-15 10:51:51 +01:00
Wen Yu Ge
02ef450b3a
Updates description of document data updates, so users only include fields that needs and update.
2022-03-14 17:00:50 -04:00
Wen Yu Ge
d4b75b113b
Adds reference to query class and query guide in list document
2022-03-14 16:54:55 -04:00
Damodar Lohani
d1abd4832f
storage preview limit environment variable
2022-03-13 08:09:24 +00:00
Damodar Lohani
7d32f84cc2
fix output type
2022-03-13 07:58:49 +00:00
Damodar Lohani
935430c3e3
fix preview output when no output param and type doesn't exist
2022-03-13 07:52:00 +00:00
Alex Noble
6db28ae417
Fixing issue 2930
2022-03-09 22:49:51 +00:00
Steven Nguyen
e35ccea43a
Fix platform type mismatch in origin validation
2022-03-05 15:35:44 -08:00
Torsten Dittmann
19c864e049
Merge pull request #2594 from Malte2036/fix-2593-duplicate-membership-verification
...
fix: check whether the membershipId has been confirmed to avoid recon…
2022-03-03 14:40:26 +01:00
Matej Bačo
942bdbd25a
Improved runtimes docs
2022-03-02 12:21:03 +00:00
Damodar Lohani
30e3814c09
fix storage usage for deployments
2022-03-02 17:39:59 +05:45
Christy Jacob
c0ff59b916
Merge pull request #2869 from appwrite/fix-deployment-activate-param
...
Fix: Deployment activate param
2022-03-01 22:13:11 +04:00
Christy Jacob
2cf9364498
feat: fix throw
2022-03-01 21:53:28 +04:00
Matej Bačo
0d2c8d8b39
Fix activate pram
2022-03-01 15:09:21 +00:00
Christy Jacob
1490b7353c
feat: print correct error messages
2022-03-01 18:19:47 +04:00
Christy Jacob
a8b4368397
Merge pull request #2867 from appwrite/fix-storage-providers
...
Fix executor env vars
2022-03-01 16:39:01 +04:00
Matej Bačo
14c67c2b54
Merge branch '0.13.x' into fix-rename-sum
2022-03-01 13:27:37 +01:00
Matej Bačo
2c34480d1b
Fix executor env vars
2022-03-01 11:59:50 +00:00
Damodar Lohani
a8f316110d
default previews fix when files set on external storage
2022-03-01 11:37:51 +00:00
Matej Bačo
0dec387f85
Merge branch 'feat-functions-refactor' into fix-rename-sum
2022-02-28 19:50:54 +01:00
Christy Jacob
37c6fd75d8
Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor
2022-02-28 20:18:48 +04:00
Torsten Dittmann
f37203a18e
Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-permissions-improvements
2022-02-28 10:44:25 +01:00
Christy Jacob
4b07d23455
Merge pull request #2849 from appwrite/add-error-codes
...
feat: add missing error codes
2022-02-27 21:29:47 +04:00
Christy Jacob
8495bbd072
Update app/controllers/api/functions.php
...
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-02-27 21:13:55 +04:00
Christy Jacob
0bcd8bff23
feat: add missing error codes
2022-02-27 18:26:46 +04:00
Christy Jacob
f8a445294c
feat: add missing error codes
2022-02-27 15:57:41 +04:00
Matej Baco
56bf7a51df
Refactored 'sum' to 'total'
2022-02-27 10:57:09 +01:00
Damodar Lohani
26a2bc8a97
missing method type to file preview
2022-02-27 13:24:33 +05:45
Christy Jacob
a6682a602d
feat: fix activate issue
2022-02-25 18:27:50 +04:00
Christy Jacob
21887e6401
feat: fix retry deployment endpoint
2022-02-25 15:12:44 +04:00
Christy Jacob
16a46ad99a
feat: fix retry deployment endpoint
2022-02-25 15:06:58 +04:00
Christy Jacob
8d0ff927a7
feat: fix tests
2022-02-24 21:00:05 +04:00
Bradley Schofield
b2217f6950
Use execution directly
2022-02-24 13:22:20 +00:00
Bradley Schofield
06448bbdc5
Remove Synchronous execution model
2022-02-24 12:58:10 +00:00
Jake Barnby
2c2b9668d2
Avoid potential scope bug
2022-02-24 15:18:11 +13:00
Christy Jacob
cf2fee5b6f
Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor
2022-02-23 16:25:31 +04:00
Damodar Lohani
7a84fc88a6
fix indentation
2022-02-23 06:09:01 +00:00
Damodar Lohani
ae0cac517e
fix boolean
2022-02-23 05:50:55 +00:00
Torsten Dittmann
2ad44e6422
Merge remote-tracking branch 'origin/0.13.x' into fixtable-names
2022-02-22 17:36:42 +01:00
Torsten Dittmann
d2ed3fcf3a
Merge remote-tracking branch 'origin/0.13.x' into feat-permissions-improvements
2022-02-22 15:16:17 +01:00
Damodar Lohani
6f6c6f3051
Update app/controllers/api/storage.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-02-22 19:04:22 +05:45
Damodar Lohani
d63cd6950a
functions isze limit
2022-02-22 12:36:43 +00:00
Damodar Lohani
a58251baca
fix size
2022-02-22 12:31:04 +00:00
Damodar Lohani
56241b5789
Update app/controllers/api/functions.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-02-22 18:12:18 +05:45
Damodar Lohani
2e0a91a3a8
Update app/controllers/api/functions.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-02-22 18:12:13 +05:45
Damodar Lohani
5d9a9f53d8
update
2022-02-22 11:28:26 +00:00
Damodar Lohani
372baa51e9
fix redis queue
2022-02-22 11:18:18 +00:00
Damodar Lohani
b0096c94e6
Update app/controllers/api/functions.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-02-22 16:19:51 +05:45
Damodar Lohani
53de779e89
Merge branch 'master' into 0.13.x
2022-02-22 06:43:07 +00:00
Damodar Lohani
6c49811d14
use deployment limit instead
2022-02-22 06:32:31 +00:00
Damodar Lohani
d8a510aa22
Merge branch 'feat-functions-refactor-merge' of https://github.com/appwrite/appwrite into feat-func-storage-sync
2022-02-22 05:49:45 +00:00
Damodar Lohani
0990448dda
Merge branch 'feat-functions-refactor' into feat-functions-refactor-merge
2022-02-22 05:48:03 +00:00
Christy Jacob
1cfc6a8a2d
fix: review comments
2022-02-21 15:11:48 +04:00
Christy Jacob
2f944e9abc
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-executor-improvements
2022-02-21 15:01:13 +04:00
Christy Jacob
33c58bfc65
fix: issue with auto deploy flag
2022-02-21 14:41:50 +04:00
Damodar Lohani
045ba04124
fix resource type
2022-02-18 21:23:48 +05:45
Damodar Lohani
27a2e80ad1
extend exception import
2022-02-18 12:36:24 +00:00
Damodar Lohani
96b8ac7392
Merge branch 'feat-functions-refactor-merge' of https://github.com/appwrite/appwrite into feat-func-storage-sync
2022-02-18 11:46:37 +00:00
Damodar Lohani
eb916e58d4
Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-func-storage-sync
2022-02-18 11:43:29 +00:00
Damodar Lohani
5eae00df2c
Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-func-storage-sync
2022-02-18 11:32:37 +00:00
Christy Jacob
3c65d40234
Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge
2022-02-18 15:16:10 +04:00
Christy Jacob
4ad47061dd
Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor
2022-02-18 13:38:54 +04:00
Damodar Lohani
0b6bed0515
fix create bucket
2022-02-18 02:14:57 +00:00
Torsten Dittmann
9aa7085ae9
Merge remote-tracking branch 'origin/master' into feat-permissions-improvements
2022-02-17 19:27:34 +01:00
Damodar Lohani
5645a003ab
use internal id for bucket files tables
2022-02-17 13:48:25 +00:00
Damodar Lohani
9d5b6ef096
fix permission and other fixes for chunked upload
2022-02-17 12:47:26 +00:00
Damodar Lohani
53f7301ade
Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-func-storage-sync
2022-02-17 14:11:24 +05:45
Christy Jacob
c5e37f439b
feat: do not enque build
2022-02-17 04:12:45 +04:00
Christy Jacob
ca2bee015a
feat: add new error codes for storage
2022-02-17 02:55:54 +04:00
Christy Jacob
da7512e050
Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes
2022-02-17 02:25:29 +04:00
Eldad A. Fux
f045adb654
Merge pull request #2786 from appwrite/feat-update-realtime-events
...
storage realtime event refactor
2022-02-17 00:03:43 +02:00
Christy Jacob
9115aa392d
feat: create build when activating a deployment
2022-02-17 00:38:58 +04:00
Christy Jacob
75f4061698
feat: fix retry build
2022-02-17 00:06:22 +04:00
Torsten Dittmann
9c5c58728b
Merge pull request #2802 from appwrite/fix-teams-update-roles
...
fix: team membership roles & search
2022-02-16 18:12:01 +01:00
Torsten Dittmann
8b9bd03306
fix: team role update
2022-02-16 17:26:19 +01:00
Christy Jacob
1c0c5e1b18
feat: change default value of build status
2022-02-16 20:00:45 +04:00
Torsten Dittmann
3e7cf1cefe
revert: url validator for project endpoints
2022-02-16 16:20:54 +01:00
Torsten Dittmann
79c79cd96e
fix: url scheme validation
2022-02-16 16:16:37 +01:00
Christy Jacob
cef5264c48
feat: propogate errors in Executor
2022-02-16 15:43:21 +04:00
Damodar Lohani
193426e34b
show default image icon for large image files
2022-02-16 10:04:49 +00:00
Damodar Lohani
e7a36f4302
error code
2022-02-16 09:44:52 +00:00
Damodar Lohani
947d9dc57a
limit preview to 10 MB
2022-02-16 09:39:06 +00:00
Christy Jacob
e40821393c
Merge pull request #2792 from appwrite/feat-rename-autodeploy
...
Renamed 'deploy' to 'activate'
2022-02-16 13:33:54 +04:00
Christy Jacob
c90581e469
Merge pull request #2793 from appwrite/feat-rename-deploymentid
...
Improved deployment and build path structure
2022-02-16 13:22:38 +04:00
Damodar Lohani
8058c66374
fix realtime events for storage
2022-02-16 01:30:27 +00:00
Christy Jacob
123c47fb9a
feat: handle build and execution errors
2022-02-15 21:39:03 +04:00
Matej Baco
07f0eb46b2
Improved deployment and build path structure
2022-02-15 10:16:32 +01:00
Matej Baco
166cd6e748
Renamed deploy to activate
2022-02-15 09:46:21 +01:00
Damodar Lohani
17c3491d27
use storage from resource instead
2022-02-15 08:43:57 +00:00
Christy Jacob
0276d94ef1
feat: add remaninig endpoints
2022-02-13 02:34:16 +04:00
Damodar Lohani
bdaba2e34a
fix validator
2022-02-11 00:05:57 +00:00
Damodar Lohani
d73d3015eb
Merge branch 'master' into feat-storage-buckets
2022-02-10 01:20:16 +00:00
Christy Jacob
f18f96e816
feat: fix tests
2022-02-10 00:20:28 +04:00
Christy Jacob
1ab27083c4
feat: update cursor errors
2022-02-09 02:56:11 +04:00
Christy Jacob
debf882d02
feat: address review comments
2022-02-09 02:47:48 +04:00
Christy Jacob
d5dd6a17b8
feat: move query errors to general category
2022-02-09 01:34:26 +04:00
Christy Jacob
0833662606
feat: move oauth errors to projects
2022-02-09 01:25:52 +04:00
Christy Jacob
661630c1c6
Merge branch 'master' of github.com:appwrite/appwrite into feat-add-error-codes
2022-02-08 20:56:03 +04:00
Torsten Dittmann
d4ed9dc339
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-permissions-improvements
2022-02-08 12:06:44 +01:00
Torsten Dittmann
6796aabf9c
Merge pull request #2637 from appwrite/feat-migration-0-13
...
feat: migration for 0.13
2022-02-08 11:17:44 +01:00
Christy Jacob
12794f4214
feat: update descriptions of projects errors
2022-02-08 03:23:07 +04:00
Christy Jacob
e7cfa206e5
feat: update descriptions of functions errors
2022-02-08 03:04:06 +04:00
Christy Jacob
40977d82a9
feat: update descriptions of users errors
2022-02-08 02:39:53 +04:00
Torsten Dittmann
5cb3c2b7e3
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-permissions-improvements
2022-02-07 13:25:23 +01:00
Torsten Dittmann
42d0589d32
fix: permissions and collections schema
2022-02-07 13:25:15 +01:00
Christy Jacob
42e424b70a
feat: remove unused error
2022-02-07 01:33:48 +04:00
Christy Jacob
30c5d3c264
feat: use general server errors in general API controller
2022-02-07 01:27:16 +04:00
Christy Jacob
6d343abcb1
feat: use general server errors in teams API
2022-02-07 01:00:06 +04:00
Christy Jacob
3cdccf0024
feat: use general server errors in storage API
2022-02-07 00:58:40 +04:00
Christy Jacob
3b420fdeed
feat: use general server errors in projects API
2022-02-07 00:56:50 +04:00
Christy Jacob
6e88817831
feat: use general server errors in health API
2022-02-07 00:55:45 +04:00
Christy Jacob
1613b3f79e
feat: use general server errors in functions API
2022-02-07 00:53:26 +04:00
Christy Jacob
8189dba42c
feat: use general server errors in database API
2022-02-07 00:49:21 +04:00
Christy Jacob
c1aed2b64b
feat: use general server errors in avatars API
2022-02-07 00:38:14 +04:00
Christy Jacob
49bfb25df6
feat: use general server errors in accounts API
2022-02-07 00:36:15 +04:00
Christy Jacob
53807ab47c
feat: update error codes in the health API
2022-02-06 21:21:47 +04:00
Christy Jacob
11cb9b9dd9
feat: update error codes in the projects API
2022-02-06 21:11:31 +04:00
Christy Jacob
44c923144a
feat: update error codes in the projectsAPI
2022-02-06 21:11:02 +04:00
Christy Jacob
7e200253ea
feat: update error codes in the database API
2022-02-06 20:50:48 +04:00
Christy Jacob
c57d42e686
feat: update error codes in the functions API
2022-02-06 20:12:28 +04:00
Christy Jacob
1ca2cc7bc0
feat: update error codes in the functions API
2022-02-06 20:12:15 +04:00
Christy Jacob
7160364902
feat: update error codes in the teams API
2022-02-06 19:57:15 +04:00
Christy Jacob
c3369dec50
feat: update error codes in the teams API
2022-02-06 19:38:15 +04:00
Christy Jacob
5fc751a9dd
feat: update error codes in the teams API
2022-02-06 19:17:19 +04:00
Christy Jacob
d756a9b972
feat: update error codes in the teams API
2022-02-06 18:52:21 +04:00
Christy Jacob
7085bc81d1
feat: update error codes in the storage API
2022-02-06 18:45:09 +04:00
Christy Jacob
9ad151006b
feat: update error codes in the storage API
2022-02-06 18:44:48 +04:00
Christy Jacob
4905792bb5
feat: update error codes in the storage API
2022-02-06 18:40:22 +04:00
Christy Jacob
d9fbe80317
feat: update error codes in the storage API
2022-02-06 18:38:59 +04:00
Christy Jacob
6a8401dfe5
feat: update error codes in the storage API
2022-02-06 18:35:17 +04:00
Christy Jacob
2c14abb143
feat: update error codes in the storage API
2022-02-06 18:32:28 +04:00
Christy Jacob
42fcb291d4
feat: update error codes in the avatars API
2022-02-06 18:21:03 +04:00
Christy Jacob
f6599f545e
feat: update error codes in the avatars API
2022-02-06 18:19:10 +04:00
Christy Jacob
534d541b1f
feat: update error codes in the avatars API
2022-02-06 18:17:52 +04:00
Christy Jacob
c7e1050ce5
feat: update error codes in the avatars API
2022-02-06 18:17:26 +04:00
Christy Jacob
fd46cdc412
feat: update error codes in the accounts API
2022-02-06 18:16:14 +04:00
Christy Jacob
bc3454928b
feat: update error codes in the avatars API
2022-02-06 18:10:16 +04:00
Christy Jacob
593ef15450
feat: update error codes in the accounts API
2022-02-06 18:02:14 +04:00
Christy Jacob
d9714e8a5e
feat: update error codes in the accounts API
2022-02-06 17:59:45 +04:00
Christy Jacob
696709c46c
feat: update error codes in the accounts API
2022-02-06 17:54:40 +04:00
Christy Jacob
d3efbc1ef5
feat: update error codes in the accounts API
2022-02-06 17:40:31 +04:00
Christy Jacob
7f29a9e8c9
feat: update error codes in the accounts API
2022-02-06 16:58:50 +04:00
Christy Jacob
361cce8ec1
feat: update error codes in the accounts API
2022-02-06 16:58:26 +04:00
Christy Jacob
1b8413fdef
feat: update error codes in the accounts API
2022-02-06 16:58:05 +04:00
Christy Jacob
6cdc9388e0
feat: update error codes in the accounts API
2022-02-06 16:57:51 +04:00
Christy Jacob
e2333af716
feat: update error codes in the accounts API
2022-02-06 16:57:32 +04:00
Christy Jacob
a932920fb4
feat: update error codes in the accounts API
2022-02-06 16:56:08 +04:00
Christy Jacob
b16faed83a
feat: update error codes in users API
2022-02-06 16:49:01 +04:00
Christy Jacob
a9c1b96de5
feat: update comment
2022-02-06 13:19:11 +04:00
Christy Jacob
a96c6c84ee
feat: update comment
2022-02-06 13:15:52 +04:00
Christy Jacob
1b0a02e20d
feat: fix executor issues
2022-02-05 23:49:57 +04:00
Christy Jacob
f83fdc92de
feat: fix executor issues
2022-02-05 14:08:05 +04:00
Matej Baco
d3e8e5ff21
Fixed tests
2022-02-04 17:10:52 +01:00
Matej Baco
4ff32612c8
Fixing tests
2022-02-04 16:25:54 +01:00
Matej Baco
2add8f3601
Added encryption options to account creation
2022-02-04 16:00:24 +01:00
Matej Baco
b05301aaf3
Implement new test for oauth and improve mocks
2022-02-04 11:23:06 +01:00
Christy Jacob
6610bf9873
feat: add executor class
2022-02-04 05:29:40 +04:00
Matej Baco
868a4db066
Bug fix
2022-02-03 17:04:46 +01:00
Matej Bačo
ecb91193b7
More review changes
2022-02-03 11:58:21 +00:00
Matej Bačo
3fe98a6f30
Code review changes
2022-02-03 11:57:04 +00:00
Christy Jacob
7f1df839ec
feat: remove database dependencies from the create execution endpoint
2022-02-03 04:05:03 +04:00
Matej Baco
d360fd2d96
Feedback updates, preparation for session renewing
2022-02-02 15:14:17 +01:00
Matej Baco
7301923bba
Added force parameter functionality
2022-02-01 17:47:08 +01:00
Matej Baco
5bb4a87280
Caching bug gix
2022-02-01 17:30:49 +01:00
Matej Baco
3aa62b439b
Implemented refresh token endpoint
2022-02-01 16:54:20 +01:00
Matej Baco
89834af47d
Refactored all providers, added expiry
2022-02-01 11:42:11 +01:00
Christy Jacob
7d82c1006a
feat: fix tests
2022-02-01 03:44:55 +04:00
Matej Baco
570cfc18a8
Implemented refresh token system + Twitch provider update
2022-01-31 21:10:12 +01:00
Matej Baco
4808bf64ad
Use validator on order attributes
2022-01-31 19:06:41 +01:00
Christy Jacob
b1a659be77
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-deletes-worker
2022-01-31 18:04:49 +04:00
Damodar Lohani
efbfbd6f79
fire event only when final chunks is uploaded
2022-01-31 18:21:45 +05:45
Christy Jacob
9dcab06015
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-cleanup-collections
2022-01-31 16:01:46 +04:00
Bradley Schofield
d2ec314ef0
Remove Search and add resourceType to indexes
2022-01-31 11:36:22 +00:00
Bradley Schofield
8e639d4f5f
Fix UI
2022-01-31 11:29:31 +00:00
Malte2036
89c40dd4ed
Merge branch 'appwrite:master' into fix-2593-duplicate-membership-verification
2022-01-31 11:45:03 +01:00
Damodar Lohani
e3bc0b48e9
fix removed and reordered attributes
2022-01-31 16:17:29 +05:45
Damodar Lohani
21dc234a94
Merge branch '0.13.x' into feat-storage-buckets
2022-01-31 15:37:08 +05:45
Christy Jacob
fa006e9963
feat: replace strings with constant
2022-01-31 13:46:24 +04:00
Damodar Lohani
8000f40c9a
use human readable formats
2022-01-31 14:20:29 +05:45
Damodar Lohani
1347829470
fix reogranize
2022-01-31 12:52:30 +05:45
Damodar Lohani
64b3a04465
fix remove adapter attribute from storage buckets
2022-01-31 12:50:12 +05:45
Damodar Lohani
0cd03d7ec2
remove unused attributes of buckets
2022-01-31 12:07:28 +05:45
Christy Jacob
f042c00b20
feat: add new exceptions to accounts api
2022-01-31 02:44:47 +04:00
Eldad A. Fux
4544483539
Merge pull request #2624 from BobcatProgrammer/feat-926-oauth2-microsoft-tenant-config
...
feat: Make OAuth2 Microsoft Provider configureable
2022-01-30 21:55:26 +02:00
Eldad A. Fux
22cb3bc01f
Merge pull request #2688 from appwrite/fix-update-document-permission
...
updateDocument permission check bugfix
2022-01-30 20:01:06 +02:00
Christy Jacob
8f51bf4763
feat: linting
2022-01-28 16:29:06 +04:00
Damodar Lohani
6b69c03b6c
Merge branch 'feat-storage-buckets' into feat-s3-integration
2022-01-28 13:25:50 +05:45
Damodar Lohani
7e2b79f0f5
Merge branch 'master' into feat-storage-buckets
2022-01-28 13:23:22 +05:45
Christy Jacob
6e44812d99
feat: remove unused injection
2022-01-28 05:30:24 +04:00
Christy Jacob
8e10d5cad9
feat: remove unused injection
2022-01-28 05:29:36 +04:00
Christy Jacob
09de5ed256
feat: delete deployment deletion to the worker
2022-01-28 05:29:20 +04:00
Christy Jacob
dbcf479cd9
feat: remove curl request from DELETE /function
2022-01-28 04:26:19 +04:00
Christy Jacob
a82562c16e
feat: add deploymentId property to builds collection
2022-01-28 03:36:30 +04:00
Simon Trockel
ad8258f7c9
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config
2022-01-27 11:12:27 +01:00
Damodar Lohani
1515ee1825
fix deleting cache dir
2022-01-27 13:19:47 +05:45
Eldad A. Fux
9cd9a1dc5d
Merge pull request #2468 from stnguyen90/bug-2405-non-owner-delete-membership
...
Fix non-owner not able to delete their membership
2022-01-27 08:53:27 +02:00
Christy Jacob
2c91a24928
feat: fix failing tests
2022-01-27 03:19:02 +04:00
Christy Jacob
c595f4eea9
feat: rename tag to deployments across worker
2022-01-26 17:09:32 +04:00
Christy Jacob
c1d71904e8
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker
2022-01-26 16:59:24 +04:00
Bradley Schofield
ee2670fcd7
Merge branch 'feat-functions-refactor' into feat-cleanup-collections
2022-01-26 09:59:46 +00:00
Christy Jacob
b5d75de5ab
feat: remove var_dump
2022-01-26 13:23:29 +04:00
Damodar Lohani
1c464274d0
Merge pull request #2685 from appwrite/fix-cache
2022-01-26 14:23:47 +05:45
Damodar Lohani
0d51236f98
Merge branch 'master' into fix-cache
2022-01-26 13:53:18 +05:45
Simon Trockel
6fde6642bc
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config
2022-01-26 09:05:53 +01:00
Christy Jacob
ebc55e7e8e
feat: refactor
2022-01-26 03:45:41 +04:00
Christy Jacob
e2bc4e748f
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker
2022-01-25 21:11:29 +04:00
Christy Jacob
3685d8ef31
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-rename-tags
2022-01-25 21:02:48 +04:00
Bradley Schofield
3c17afbaed
Cleanup Collections
...
- Rename functionId to resourceId on Deployments
- Add a resourceType to Deployments
- Remove status, buildStdout and buildStderr from deployments
- Rename dateCreated on Builds to startTime
- Rename time on Builds to endTime
- Added a deploymentId to Builds
- Added duration to builds
- Remove Vars from Build
2022-01-25 16:51:05 +00:00
Torsten Dittmann
0763e9eeb7
Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-fx-review
2022-01-25 17:35:53 +01:00
Matej Baco
c15d57f573
Fixed update document permission check and implement test for it
2022-01-25 15:51:04 +01:00
Christy Jacob
88a149384b
feat: fix response model, generate console SDK
2022-01-25 13:40:44 +04:00
Damodar Lohani
6754adc838
fix storage update
2022-01-25 15:21:43 +05:45
Damodar Lohani
58ec32340f
remove cache on file delete
2022-01-25 13:37:11 +05:45
Christy Jacob
1b42033cda
feat: fix response model, generate console SDK
2022-01-25 04:54:44 +04:00
Christy Jacob
7a30446197
feat: update FunctionCustomServerTest
2022-01-25 03:46:13 +04:00
Christy Jacob
da4655df32
feat: update retry build endpoint
2022-01-25 03:17:10 +04:00
Christy Jacob
f712345677
feat: update create-execution endpoint
2022-01-25 03:16:53 +04:00
Christy Jacob
43e3f23a4e
feat: update create-deployment endpoint
2022-01-25 03:15:53 +04:00
Christy Jacob
9b77485bcd
feat: reneame delete-tag endpoint
2022-01-25 03:14:21 +04:00
Christy Jacob
37d30154f3
feat: reneame get-tag endpoint
2022-01-25 03:11:33 +04:00
Christy Jacob
988634eb79
feat: reneame list-tags endpoint
2022-01-25 03:09:24 +04:00
Christy Jacob
8f69eafd89
feat: reneame create-tag endpoint
2022-01-25 03:06:54 +04:00
Christy Jacob
831a94a0c5
feat: reneame create-tag endpoint
2022-01-25 03:06:16 +04:00
Christy Jacob
f7e44a31be
feat: reneame create-tag endpoint
2022-01-25 03:05:41 +04:00
Christy Jacob
f6411cd213
feat: reneame create-tag endpoint
2022-01-25 03:05:17 +04:00
Christy Jacob
e6fdeb3d9d
feat: reneame update-function-tags endpoint
2022-01-25 02:59:02 +04:00
Eldad Fux
c43b71f78a
Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection
2022-01-24 23:33:46 +02:00
Bradley Schofield
f68723a518
Various Improvements
...
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Bradley Schofield
9a0b7ce142
Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-functions-refactor
2022-01-24 09:37:46 +00:00
Bradley Schofield
5ba45abadc
Implement Some of Eldad's Changes
2022-01-24 09:37:14 +00:00
Matej Baco
85630df661
PR review changes
2022-01-24 09:20:02 +01:00
Christy Jacob
046797e48f
feat: refactor auth::skip
2022-01-24 03:05:07 +04:00
Christy Jacob
b59566a815
feat: move retry build call to builds worker
2022-01-24 03:01:42 +04:00
Christy Jacob
abd54938ef
feat: add build worker
2022-01-24 02:25:46 +04:00
Torsten Dittmann
8b67fa76f8
fix: default vars param on function
2022-01-23 21:45:12 +01:00
Eldad Fux
029e1dc6f6
Hiding port 8080
2022-01-23 19:21:23 +02:00
Christy Jacob
12ed89b49c
Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-functions-refactor
2022-01-23 20:53:33 +04:00
Simon Trockel
e29ac692d5
Adjust all code param lengths
2022-01-22 21:02:51 +01:00
Simon Trockel
9f2d225f29
Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config
2022-01-22 19:31:47 +01:00
Simon Trockel
8233881c44
feat: Generic custom Oauth provider form
2022-01-22 19:31:40 +01:00
Torsten Dittmann
bae6353bcf
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-functions-refactor
2022-01-21 19:58:24 +01:00
Christy Jacob
4f87ebe586
fix: patch version
2022-01-21 22:02:02 +04:00
Matej Baco
d9eb1e9545
Use dynamic value in controller
2022-01-21 09:05:41 +01:00
Bradley Schofield
2e3c904385
Fix a few bugs
2022-01-20 14:41:27 +00:00
Torsten Dittmann
4cc89ae597
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-migration-0-13
2022-01-19 12:17:19 +01:00
Torsten Dittmann
785932abd4
Merge pull request #2638 from appwrite/fix-listcollections-search
...
Fix list collections when passing `search` parameter
2022-01-19 12:08:36 +01:00
Jake Barnby
438f80cc5a
Update query attribute to search, remove name index
2022-01-19 20:57:18 +13:00
Steven Nguyen
88f43c32a4
Fix non-owner not able to delete their membership
2022-01-18 21:26:14 -08:00
Malte2036
9f42a53a53
refactor confirm team validation to pass tests
2022-01-18 23:32:05 +01:00
Bradley Schofield
e79578570e
Merge branch 'master' into the-executor-poc
2022-01-18 15:24:33 +00:00
Bradley Schofield
f85970fa3d
Fix functions vars default response
...
Changed default from array to class
2022-01-18 15:12:26 +00:00
Torsten Dittmann
d3150afebc
feat: migration for 0.13
2022-01-18 12:05:04 +01:00
Jake Barnby
0f209f8430
Fix function authorization exception when missing permission
2022-01-18 19:38:10 +13:00
Eldad A. Fux
11b0967d3b
Merge pull request #2629 from appwrite/fix-hide-internal-id
...
fix: hide internal id from documents
2022-01-17 21:15:03 +02:00
Torsten Dittmann
ba2790221c
fix: hide internal id from documents
2022-01-17 17:25:20 +01:00
Eldad A. Fux
f5bf1a3cd6
Merge pull request #2600 from gewenyu99/doc-wrap-id-string-in-quotes
...
Wrap unique() in double quotes to better indicate that it's a literal…
2022-01-17 17:33:33 +02:00
Eldad A. Fux
7c142e91ac
Merge pull request #2619 from appwrite/fix-deletes-worker
...
fix: reset user attributes and delete sessions when deleting a user
2022-01-16 18:39:20 +02:00
Damodar Lohani
24c803e7d9
Merge branch 'feat-storage-buckets' into feat-s3-integration
2022-01-16 18:09:09 +05:45
Damodar Lohani
41051a8979
fix range for offset
2022-01-16 17:24:36 +05:45
Damodar Lohani
16c0a7c544
directory separator
2022-01-16 17:23:02 +05:45
Damodar Lohani
4a37d402df
Merge branch 'master' into feat-storage-buckets
2022-01-16 17:18:43 +05:45
Damodar Lohani
1e3514b7b2
update antiVirus to antivirus for consistency
2022-01-16 13:40:55 +05:45
Damodar Lohani
7e33188f4d
fix abort
2022-01-16 13:32:03 +05:45
Damodar Lohani
30fdb9f66d
Apply suggestions from code review
...
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-01-16 13:01:06 +05:45
Christy Jacob
6238fcc46a
fix: reset user attrbites and do not delete user
2022-01-16 05:02:13 +04:00
Eldad Fux
8dc7d24d5a
Fixed missing validation
2022-01-16 01:25:00 +02:00
Malte2036
640b2ef324
change Error Code to 409
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-01-13 13:11:08 +01:00
Vincent Ge
a102ee6f14
Wrap unique() in double quotes to better indicate that it's a literal string
2022-01-12 17:19:30 -05:00
Matej Baco
6b77fcf21f
FIxed 409 for createCollection
2022-01-12 20:51:13 +01:00
Malte2036
c24a7fa611
fix: check whether the membershipId has been confirmed to avoid reconfirmation
2022-01-12 11:21:53 +01:00
Bradley Schofield
e1b5809779
Update functions.php
2022-01-10 14:45:05 +00:00
Bradley Schofield
504cee8fd9
Update functions.php
2022-01-10 14:21:48 +00:00
Bradley Schofield
4e14d892b0
Implement Suggestions
2022-01-10 14:18:33 +00:00
Bradley Schofield
e866a352a7
Implement Suggestions
2022-01-10 14:13:23 +00:00
Bradley Schofield
58e68088fa
Remove 'pending' build state, update version numbers
2022-01-10 14:00:11 +00:00
Damodar Lohani
2239e4a5e6
Merge branch 'feat-s3-integration' into feat-refactor-storage-resource
2022-01-07 15:47:38 +05:45
Damodar Lohani
f3bd94b26f
fix tags
2022-01-06 15:36:24 +05:45
Damodar Lohani
6a735ad232
Merge branch 'feat-large-file' into feat-s3-integration
2022-01-06 15:33:44 +05:45
Bradley Schofield
58c7871388
Fix Merge Issues
2022-01-06 09:45:56 +00:00
Damodar Lohani
d20062f63a
Merge branch 'feat-storage-buckets' into feat-large-file
2022-01-06 15:01:21 +05:45
Damodar Lohani
ba82839128
Merge branch 'master' into feat-storage-buckets
2022-01-06 13:11:23 +05:45
Bradley Schofield
e2c4272ebd
Merge branch 'master' into the-executor-poc
2022-01-05 13:38:51 +00:00
Matej Baco
44bb12475e
Replaced rules description with attributes
2022-01-04 17:06:16 +01:00
Matej Baco
e2aebdd2bc
Merge branch 'feat-database-indexing' into feat-quest-filters
2022-01-04 15:29:42 +01:00
Torsten Dittmann
7230b5f6ec
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing
2022-01-03 13:44:28 +01:00
Torsten Dittmann
ce3a647557
fix: add missing collection prefix to cache purging
2022-01-03 13:30:03 +01:00
Torsten Dittmann
02bc86368f
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing
2022-01-03 11:29:17 +01:00
Torsten Dittmann
5d44e6ee78
fix: delete audit logs for collections and documents
2022-01-03 11:29:15 +01:00
Torsten Dittmann
753824428a
fix: throw exception when antivirus is not available
2022-01-03 10:50:52 +01:00
Matej Baco
69b4d074f5
Migrated all imports to new request class
2021-12-31 16:50:07 +01:00
Eldad A. Fux
b766ec5a4a
Merge pull request #2401 from PineappleIOnic/fix-improve-recovery-rate-limit
...
Update abuse-key for password recovery to add IP
2021-12-31 10:52:28 +02:00
Damodar Lohani
3452541b6d
modify console ui for incomplete uploads and handle proper deletion of incomplete uploads
2021-12-30 17:08:46 +05:45
Torsten Dittmann
0d0abef508
feat: limit database to 100 queries
2021-12-30 11:27:46 +01:00
Torsten Dittmann
2015106702
fix: use bigint for large integers
2021-12-29 15:50:21 +01:00
Torsten Dittmann
1a5712017b
fix: database query value limits
2021-12-28 18:57:24 +01:00
Torsten Dittmann
b05680cf7d
fix: database activites
2021-12-28 16:48:36 +01:00
Torsten Dittmann
0189fe6cff
fix: remove length limit from db query param
2021-12-28 13:37:46 +01:00
Torsten Dittmann
49ba7d5dfd
fix: users prefs default value
2021-12-28 11:48:50 +01:00
Torsten Dittmann
9917cdb9ac
fix: get attribute endpoint
2021-12-27 18:07:35 +01:00
Torsten Dittmann
8122d8882b
fix: collection level permissions cursor
2021-12-27 18:00:52 +01:00
Torsten Dittmann
693b8c7185
fix: replace internal and external database with project database
2021-12-27 13:45:23 +01:00
Torsten Dittmann
ffae301d5f
fix: database service
2021-12-27 11:45:24 +01:00
kodumbeats
c3bbce1b04
Use correct namespace
2021-12-23 19:27:55 -05:00
kodumbeats
3f43b426fa
Prepend "collection_" to collections
2021-12-23 17:51:38 -05:00
kodumbeats
1bb6ab9691
Only create the projectDB once
2021-12-23 17:51:21 -05:00
Damodar Lohani
535bdee74a
update remove sub collection and use the configured collections itself
2021-12-23 14:16:32 +05:45
Matej Baco
c8d7148903
Tests fixed
2021-12-20 12:34:48 +01:00
Matej Baco
e065470ffc
Merge branch 'feat-database-indexing' into feat-health-api-response-models
2021-12-20 12:09:50 +01:00
Damodar Lohani
da72a67687
Merge branch 'feat-s3-integration' into feat-refactor-storage-resource
2021-12-19 13:21:19 +05:45
Damodar Lohani
4de4e87c49
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-19 13:19:54 +05:45
Damodar Lohani
c1e8d4527d
fix merge issue
2021-12-19 13:02:25 +05:45
Damodar Lohani
879bff2bb1
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-19 13:01:09 +05:45
Damodar Lohani
99fd943f3c
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-19 12:26:16 +05:45
Torsten Dittmann
8826984b1f
refactor: replace disable with skip calls for authorization
2021-12-17 16:25:05 +01:00
Torsten Dittmann
1b97c9cd43
fix: optimize team membership controllers
2021-12-17 16:11:22 +01:00
Torsten Dittmann
9e24be1041
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing
2021-12-17 15:08:58 +01:00
Torsten Dittmann
5ebea37295
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing
2021-12-17 14:59:55 +01:00
Torsten Dittmann
7f82661801
Merge pull request #2503 from appwrite/feat-strict-enums
...
fix: strict enum attribute
2021-12-17 13:51:42 +01:00
Torsten Dittmann
22c20ad11c
fix: collection level permission using admin mode
2021-12-17 13:51:07 +01:00
Torsten Dittmann
2690cab771
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections
2021-12-17 11:53:57 +01:00
Torsten Dittmann
e2297da3da
feat: add more arrow functions
2021-12-17 11:41:26 +01:00
Torsten Dittmann
f6d7228202
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-arrow-functions-on-auth-skip
2021-12-17 11:23:22 +01:00
Torsten Dittmann
0e84545829
Merge pull request #2506 from appwrite/fix-database-collection-level-permissions
...
fix: collection level permissions
2021-12-17 11:22:36 +01:00
Torsten Dittmann
166c906d51
fix: collection level permissions
2021-12-16 19:12:06 +01:00
Torsten Dittmann
86075a50ab
feat: replace attributeId and indexId with key
2021-12-16 16:04:30 +01:00
Matej Baco
29076758ac
Updated tests, fixed response models
2021-12-16 13:19:04 +01:00
Matej Baco
432de6058f
Merge branch 'master' into feat-health-api-response-models
2021-12-16 12:31:07 +01:00
Torsten Dittmann
d1f901e7a8
feat: use arrow functions on authorization skip method
2021-12-16 12:30:43 +01:00
Torsten Dittmann
a11d7bf750
fix: strict enum attribute
2021-12-16 11:15:55 +01:00
Eldad A. Fux
5e804cb957
Merge pull request #2397 from rdmchr/update-teams-doc
...
Overhauling the teams documentation
2021-12-16 09:25:12 +02:00
Damodar Lohani
c8dec74e74
fix merge issues
2021-12-16 12:38:27 +05:45
Damodar Lohani
3f9ba67853
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-16 11:47:51 +05:45
Torsten Dittmann
86fc6a6ba3
Merge pull request #2492 from appwrite/fix-indexes-leftovers
...
feat: fix issue with listIndexes
2021-12-15 15:17:34 +01:00
Torsten Dittmann
1de17ed132
Merge pull request #2484 from appwrite/feat-add-user-agent
...
Feat: add user agent
2021-12-15 15:16:32 +01:00
Torsten Dittmann
aaf1a71972
Merge pull request #2478 from appwrite/feat-database-controller-docs-refactor
...
docs(api): reviewed in-line docs of endpoints
2021-12-15 13:03:33 +01:00
Matej Baco
24c2ef67d4
Updated antivirus spelling
2021-12-15 12:02:01 +01:00
Matej Baco
ea7b5970c3
Post-PR review fixes
2021-12-15 11:19:29 +01:00
Matej Bačo
5b1378d324
Apply suggestions from code review
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-12-15 11:09:43 +01:00
Matej Bačo
77d6ea8890
Apply suggestions from code review
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2021-12-15 11:06:26 +01:00
Damodar Lohani
f3e6dfb71d
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-15 15:43:14 +05:45
Torsten Dittmann
5463258df9
fix: convert default value to float on attribute creation
2021-12-14 22:01:58 +01:00
Matej Baco
5d373e1ce7
Created Response models + applied them
2021-12-14 15:17:55 +01:00
Torsten Dittmann
a5a86cc1cd
fix: bin2hex() calls
2021-12-14 13:10:38 +01:00
Torsten Dittmann
d8d2fbdd95
Merge branch 'feat-database-controller-docs-refactor' of https://github.com/appwrite/appwrite into feat-database-controller-docs-refactor
2021-12-14 12:21:46 +01:00
Torsten Dittmann
af5fb8751e
fix: paginatio docs on endpoints
2021-12-14 12:21:44 +01:00
Torsten Dittmann
cb37a69c3e
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-controller-docs-refactor
2021-12-14 12:16:05 +01:00
Torsten Dittmann
8bb580ea1a
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections
2021-12-14 11:47:50 +01:00
Damodar Lohani
786f5bfeb4
make permissions optional on create file
2021-12-14 15:27:34 +05:45
Torsten Dittmann
22faa5b9cf
fix: users service - delete all sessions
2021-12-14 10:32:45 +01:00
Damodar Lohani
6362f18a9a
fix param order
2021-12-14 12:08:37 +05:45
Damodar Lohani
2f582f6e18
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-14 11:30:52 +05:45
Damodar Lohani
0f8a3fcea3
fix collection config name
2021-12-14 10:57:48 +05:45
Christy Jacob
a3e3ba9e44
feat: fix issue with listIndexes
2021-12-14 04:42:54 +04:00
Radmacher
ad3fb9303d
Removed 'unique'
2021-12-13 18:15:05 +01:00
Torsten Dittmann
6c6992a3f7
feat(database): add colection enable/disable
2021-12-13 13:42:04 +01:00
Damodar Lohani
64c719e82c
re organize validators
2021-12-13 17:31:59 +05:45
Torsten Dittmann
b15096421b
Update app/controllers/api/database.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-12-13 11:10:03 +01:00
Torsten Dittmann
8179bc1a8f
Merge pull request #2477 from appwrite/feat-database-indexing-permissions-fix
...
fix(database/storage): permissions using an admin user
2021-12-13 10:31:47 +01:00
Damodar Lohani
350859d9bd
refactor files collection config
2021-12-13 15:02:53 +05:45
Damodar Lohani
d9883fe9eb
use storage from resources in functions
2021-12-13 13:53:36 +05:45
Damodar Lohani
80272c528f
use storage from resource
2021-12-13 13:53:27 +05:45
Christy Jacob
854e9f7eaf
feat: use Appwrite\Detector in database.php
2021-12-12 21:59:12 +04:00
Christy Jacob
9845fc05fa
feat: use Appwrite\Detector in database.php
2021-12-12 21:58:17 +04:00
Christy Jacob
3d863d634a
feat: use Appwrite\Detector in users.php
2021-12-12 21:55:40 +04:00
Torsten Dittmann
aef6c11370
fix(auth): use getRoles instead of static property
2021-12-10 18:52:33 +01:00
kodumbeats
75a83e9b53
Harmonize offset param descriptions
2021-12-10 12:22:10 -05:00
Torsten Dittmann
b530fd66cd
fix(storage): add same permissions check to files uploaded
2021-12-10 17:48:54 +01:00
Radmacher
bfbf0e54b9
Rolled back addition of articles
2021-12-10 16:44:54 +01:00
Bradley Schofield
65a58689fb
Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc
2021-12-10 13:48:04 +00:00
Torsten Dittmann
adffae7cf7
docs(api): reviewed in-line docs of endpoints
2021-12-10 13:27:11 +01:00
Torsten Dittmann
0d60e82666
fix(database): permissions using an admin user
2021-12-10 11:56:11 +01:00
Bradley Schofield
3c26a08202
Change exitCode to statusCode and move build to tag create
...
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Damodar Lohani
c63bf70404
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-10 16:24:33 +05:45
Damodar Lohani
037c0bfbd5
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-10 16:22:35 +05:45
Damodar Lohani
16e686d250
Merge branch 'feat-storage-buckets' into feat-s3-integration
2021-12-10 16:20:27 +05:45
Damodar Lohani
6bc7825089
fix hardcoded chunk size with a const
2021-12-10 16:14:59 +05:45
Damodar Lohani
0bb74c79eb
add type for mode
2021-12-10 15:51:37 +05:45
Christy Jacob
653dfb292b
feat: address review comments
2021-12-09 19:53:37 +04:00
Christy Jacob
43ef3c060b
feat: add new endpoint
2021-12-09 17:02:12 +04:00
Damodar Lohani
63d3b8e200
more review suggestion fixes
2021-12-09 16:29:44 +05:45
Damodar Lohani
80a89877c1
fix variable
2021-12-09 14:11:30 +05:45
Damodar Lohani
eb2968256a
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-09 13:52:53 +05:45
Damodar Lohani
a3fa418aa5
update chunks uploaded when all chunks are uploaded
2021-12-09 13:30:52 +05:45
Radmacher
34f6aea63b
Update app/controllers/api/teams.php
...
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-08 23:16:45 +01:00
Bradley Schofield
37da3c5651
Implement Automatic Deploy
...
+ Implemented Automatic Deploy
+ Tags will now build automatically
+ You can now restart builds that failed
+ Builds now have their own storage device
+ Added a retry build endpoint
2021-12-08 15:08:53 +00:00
Damodar Lohani
8279a2e208
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-08 14:29:27 +05:45
Damodar Lohani
5fed67a2c2
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-08 14:28:21 +05:45
Damodar Lohani
6f31a3de09
Merge branch 'feat-storage-buckets' into feat-sb-uis
2021-12-08 14:25:59 +05:45
Damodar Lohani
f5e48033ec
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-08 14:24:05 +05:45
Bradley Schofield
885f57438d
Fix Tests
2021-12-07 10:42:33 +00:00
Damodar Lohani
af7f98a03f
fix error
2021-12-07 14:00:42 +05:45
Damodar Lohani
34ead9edb7
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-07 13:21:40 +05:45
Damodar Lohani
b4c3802558
make comparisons strict
2021-12-07 13:15:39 +05:45
Damodar Lohani
ce337cff32
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-07 13:10:31 +05:45
Damodar Lohani
277df21217
Merge branch 'feat-storage-buckets' into feat-sb-uis
2021-12-07 13:06:02 +05:45
Damodar Lohani
dae6d6808c
fix comparisons and duplicates
2021-12-07 13:05:25 +05:45
Bradley Schofield
7de975ea95
Fix Bugs from merge
2021-12-06 15:04:00 +00:00
Bradley Schofield
1e76c03fd7
Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc
2021-12-06 14:18:50 +00:00
Bradley Schofield
f30169dcc4
Move Build data into it's own collection
...
Move Build data into it's own collection
2021-12-06 14:12:41 +00:00
Damodar Lohani
95dcab624e
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-03 13:54:52 +05:45
Damodar Lohani
08cec63c3e
Merge branch 'feat-sb-uis' into feat-s3-integration
2021-12-03 13:52:10 +05:45
Damodar Lohani
5ea1ab714e
function tags upload chunk begin from 1
2021-12-03 11:43:41 +05:45
Damodar Lohani
ddcd6558fe
Merge branch 'feat-storage-buckets' into feat-sb-uis
2021-12-03 11:13:42 +05:45
Damodar Lohani
307114f2c5
fix make chunk start from 1
2021-12-03 11:12:46 +05:45
Damodar Lohani
9e9256386b
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-03 10:31:30 +05:45
Radmacher
95e2cb6290
Update app/controllers/api/teams.php
...
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-02 23:20:57 +01:00
Radmacher
c3f06f9a58
Update app/controllers/api/teams.php
...
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-02 23:19:07 +01:00
Radmacher
244b829c68
Update app/controllers/api/teams.php
...
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-12-02 23:10:14 +01:00
Damodar Lohani
b22797318e
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-12-02 13:53:17 +05:45
Torsten Dittmann
135bf0cfee
fix tests
2021-12-01 16:09:57 +01:00
Torsten Dittmann
f04cb72cfb
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase
2021-12-01 14:19:41 +01:00
Torsten Dittmann
f11a6325ff
fix(api): use constant for maximum offset range
2021-12-01 14:05:01 +01:00
Torsten Dittmann
ac796048d8
replace old collections file
2021-12-01 12:48:23 +01:00
Damodar Lohani
ce07c464f8
fix chunks
2021-11-30 14:25:21 +05:45
Damodar Lohani
e1f45b5a2d
update naming
2021-11-30 13:51:54 +05:45
Damodar Lohani
a2ef59df47
update file naming
2021-11-30 13:49:19 +05:45
Damodar Lohani
2a6bf47bce
fix chunked upload for tags - chunk start from 1
2021-11-30 13:46:47 +05:45
Damodar Lohani
ba8598cc8b
remove dumps
2021-11-30 13:46:32 +05:45
Bradley Schofield
4cee817161
Merge branch 'master' into fix-improve-recovery-rate-limit
2021-11-29 09:13:35 +00:00
kodumbeats
ee5b1da82d
Roles must be assoc array with roles as keys
2021-11-28 08:32:00 -05:00
kodumbeats
4b9ff6cca2
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-restrict-assignable-permissions
2021-11-28 07:32:29 -05:00
Eldad A. Fux
8075ff9692
Merge pull request #2407 from codingsamurai-10/feat-2387-support-negative-numbers-in-preview
...
Support negative numbers in file preview
2021-11-26 21:15:06 +02:00
kodumbeats
a83d99915d
Align password requirements with nist guidelines
2021-11-25 15:07:54 -05:00
kodumbeats
f64702150d
Use correct validator for confirmation password
2021-11-25 15:03:11 -05:00
Jake Barnby
82f368f0d9
WIP schema extension POC
2021-11-25 21:04:39 +13:00
Damodar Lohani
e7f7ce0e70
Merge branch 'feat-storage-buckets' into feat-sb-uis
2021-11-25 13:41:12 +05:45
Damodar Lohani
ec9d4599c4
Merge branch 'feat-storage-buckets' into feat-s3-integration
2021-11-25 13:38:40 +05:45
Damodar Lohani
8728668e21
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-11-25 13:33:55 +05:45
Damodar Lohani
a19934db2b
metadata for s3 chunked upload
2021-11-25 10:32:40 +05:45
Torsten Dittmann
0a38f0776a
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-11-24 17:28:49 +01:00
kodumbeats
8743756126
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-enable-strict-query-matching
2021-11-24 09:26:59 -05:00
Torsten Dittmann
db0a75a18a
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-11-24 14:56:45 +01:00
kodumbeats
c7bc055995
Purge external database cache on createAttribute
2021-11-23 12:04:08 -05:00
kodumbeats
efb8087a9b
Purge external database cache on deleteAttribute
2021-11-23 12:03:51 -05:00
Damodar Lohani
7147a7dc6f
Merge branch 'feat-storage-buckets' into feat-sb-uis
2021-11-19 15:49:10 +05:45
Damodar Lohani
a3d7b5f60b
Merge branch 'feat-sb-uis' into feat-s3-integration
2021-11-19 15:37:28 +05:45
Damodar Lohani
eb0be63b5d
Merge branch 'feat-storage-buckets' into feat-s3-integration
2021-11-19 15:34:27 +05:45
Damodar Lohani
328ef5adf9
inject mode
2021-11-19 15:30:42 +05:45
Damodar Lohani
0b0f14ef88
allow operating with disabled bucket from console
2021-11-19 15:27:09 +05:45
Damodar Lohani
956d26bada
do support and other fixes
2021-11-19 11:43:06 +05:45
Damodar Lohani
a6fc5820cc
checks for if bucket is disabled
2021-11-18 20:43:18 +05:45
Torsten Dittmann
0fc1812604
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-11-18 11:34:53 +01:00
Torsten Dittmann
f2eb6ae317
fix(ui): logs pagination
2021-11-18 11:33:42 +01:00
Torsten Dittmann
58536b9eb1
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-logs-pagination
2021-11-18 11:14:18 +01:00
Torsten Dittmann
d099b0133c
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing
2021-11-17 11:39:03 +01:00
Torsten Dittmann
b796144628
chore(composer): update audit library
2021-11-17 11:18:47 +01:00
Torsten Dittmann
47b6fe59ce
Merge branch 'feat-database-logs-pagination' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-11-16 16:26:13 +01:00
Torsten Dittmann
ced8c9ef03
use updated audit library
2021-11-16 15:54:29 +01:00
Torsten Dittmann
19d01c17bb
Revert "fix(api): add after pagination to logs endpoints"
...
This reverts commit 058b4dd975 .
2021-11-16 14:37:33 +01:00
Torsten Dittmann
058b4dd975
fix(api): add after pagination to logs endpoints
2021-11-16 12:20:14 +01:00
Torsten Dittmann
f8731e8d65
fix(api): logs limit param description
2021-11-16 12:02:11 +01:00
Christy Jacob
8141043946
Merge branch 'master' into feat-graphql-support
2021-11-16 11:09:21 +04:00
Torsten Dittmann
d5f959454b
feat(controllers): add pagination to logs endpoints
2021-11-15 10:48:32 +01:00
Damodar Lohani
810eeb3583
Merge branch 'master' into feat-sb-uis-chartjs-upgrade
2021-11-15 10:55:14 +05:45
Damodar Lohani
385ee837bc
fix issues with creating and viewing files
2021-11-14 20:22:04 +05:45
Damodar Lohani
d914c7ecd7
skip antivirus if non-local device
2021-11-14 18:56:52 +05:45
Damodar Lohani
c9595b40dd
fix api to account for non-local storage
2021-11-14 18:50:51 +05:45
Damodar Lohani
436f6b7c77
merge fixes
2021-11-14 18:43:48 +05:45
Damodar Lohani
e337fe3aca
Merge branch 'feat-large-file' into feat-s3-integration
2021-11-14 18:13:43 +05:45
Damodar Lohani
692cbe1899
fix return
2021-11-14 18:08:45 +05:45
Damodar Lohani
73aea7387c
Merge branch 'feat-storage-buckets' into feat-large-file
2021-11-14 16:53:52 +05:45
kodumbeats
4dd6f63fb9
Use Auth method to simplify code
2021-11-11 20:14:40 -05:00
Aditya Rana
07bdd3e26b
Converting negative angle values to their postive counterpart.
2021-11-11 19:37:37 +05:30
Damodar Lohani
2de39155b6
use external db for files storage
2021-11-11 12:05:52 +05:45
Radmacher
4f7b699b0c
Updated delete team membership doc
2021-11-10 17:32:47 +01:00
Radmacher
6ccceb9f32
Updated update team membership status doc
2021-11-10 17:21:36 +01:00
Radmacher
3ff2cf172f
Updated get team members doc
2021-11-10 17:13:51 +01:00
Radmacher
4137bdb098
Updated update team membership roles docs
2021-11-10 16:43:07 +01:00
Radmacher
5924026bb8
Updated create team membership docs
2021-11-10 16:32:10 +01:00
Bradley Schofield
6ba2c4741b
Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc
2021-11-09 15:54:04 +00:00
Bradley Schofield
24b747453f
Add the ability for multiple abuse-keys
2021-11-09 10:21:24 +00:00
Damodar Lohani
2fcbc49a7a
bucket usage
2021-11-09 16:05:47 +05:45
Damodar Lohani
44437f5c8b
fix storage usage
2021-11-09 11:52:01 +05:45
Damodar Lohani
1694601974
update usage storage
2021-11-09 10:55:19 +05:45
Bradley Schofield
5a54ae8d0a
Update abuse-key for password recovery to add IP
...
Update abuse-key for password recovery to add IP
2021-11-08 14:54:28 +00:00
Torsten Dittmann
3741786e07
Merge pull request #2225 from PineappleIOnic/health-improve-db-test
...
Improve health check for Database
2021-11-08 10:42:55 +01:00
Damodar Lohani
3b290e1042
handling bucket enforced permissions
2021-11-07 12:20:49 +05:45
Damodar Lohani
7f548ba150
remove components
2021-11-07 11:39:22 +05:45
Damodar Lohani
cad73af84d
more strict comparison
2021-11-07 11:36:18 +05:45
Damodar Lohani
b68311755f
using strict comparison
2021-11-07 11:35:21 +05:45
Radmacher
071f964e29
Working on an overhaul for the teams documentation.
2021-11-06 14:30:32 +01:00
kodumbeats
7853c9370b
Enforce that users cannot add permission roles they do not have
2021-11-03 12:38:06 -04:00
kodumbeats
238ff6fcd4
Enable strict query checking if queries are provided
2021-11-02 19:43:10 -04:00
Torsten Dittmann
4dea1ebaf2
Merge pull request #2380 from appwrite/feat-db-refactor-more-api-bugfixes
...
fix(refactor-db): more api bugfixes
2021-11-02 16:20:06 +01:00
kodumbeats
dd5c873b99
Clear external cache when resources are deleted
2021-11-01 20:48:38 -04:00
kodumbeats
7624f97f0b
PHP_FLOAT_MIN provides the smallest positive float, not largest negative
2021-11-01 20:48:14 -04:00
kodumbeats
c2f994a02e
Pass filters to createAttribute to inherit default value defined in this layer
2021-11-01 20:47:07 -04:00
Damodar Lohani
c192df1cf1
Merge branch 'feat-storage-buckets' into feat-large-file
2021-10-28 16:48:36 +05:45
Damodar Lohani
3f0e0d6867
Update app/controllers/api/storage.php
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-10-28 16:44:53 +05:45
Damodar Lohani
cb6873af95
fix removed gravity
2021-10-28 16:43:49 +05:45
Damodar Lohani
4645517ae1
Merge branch 'feat-storage-buckets' into feat-large-file
2021-10-28 11:40:39 +05:45
Damodar Lohani
67884563d5
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-10-28 11:39:04 +05:45
kodumbeats
92e48e273d
Add reminder to check query order
2021-10-27 18:31:25 -04:00
kodumbeats
6e46e2fb0f
Use correct key in metrics array
2021-10-27 18:17:51 -04:00
kodumbeats
79b1fceaf3
Rename to prevent collisions
2021-10-27 18:17:15 -04:00
kodumbeats
656471ced2
Backfill usage stats with empty records when required
2021-10-27 15:57:20 -04:00
Bradley Schofield
91827930c0
Improve exception
2021-10-27 10:21:16 +01:00
Torsten Dittmann
df1398328c
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-10-27 11:01:21 +02:00
kodumbeats
0312b071ce
Get integer constant from Range class
2021-10-26 16:51:40 -04:00
kodumbeats
10172f4216
Require minimum size
2021-10-26 16:28:16 -04:00
kodumbeats
c6ee3766b7
Prevent default values for array attributes
2021-10-26 16:14:25 -04:00
Torsten Dittmann
7224520fa8
fix all usage ui
2021-10-26 15:19:28 +02:00
kodumbeats
353eb2b057
Respond with proper model on deleteAttribute
2021-10-25 21:12:27 -04:00
kodumbeats
5d0c0b2836
Throw exception if $min > $max
2021-10-25 16:10:39 -04:00
kodumbeats
fb0b83574f
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes
2021-10-25 14:26:44 -04:00
Torsten Dittmann
1500ffedf4
Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes
2021-10-25 16:55:05 +02:00
Torsten Dittmann
1fd4e6c3c8
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing
2021-10-25 16:01:07 +02:00
Torsten Dittmann
a7d550ba86
fix(database): documents audit logs
2021-10-25 15:03:20 +02:00
Damodar Lohani
10c93cb62e
fix code
2021-10-25 11:26:10 +05:45
Nicolò Santilio
8639db0cd2
Update health.php
2021-10-20 17:30:59 +02:00
Bradley Schofield
aca61d1902
Update Cache Test
2021-10-18 16:08:50 +01:00
Eldad A. Fux
295b8b2a51
Merge branch '0.11.x' into feat-enable-apple-platforms
2021-10-17 13:44:48 +03:00
Damodar Lohani
c1aa49747a
Merge branch 'feat-storage-buckets' into feat-large-file
2021-10-17 12:59:09 +05:45
Damodar Lohani
cecc863717
fix storage tests
2021-10-17 12:57:59 +05:45
Damodar Lohani
89d9feaa99
fir list storage after pagination
2021-10-17 12:39:34 +05:45
Damodar Lohani
fdfb3b9493
fix list files
2021-10-17 12:35:08 +05:45
Damodar Lohani
68361364b3
file search attribute
2021-10-17 12:29:35 +05:45
Damodar Lohani
b282ee7c18
Merge branch 'feat-storage-buckets' into feat-large-file
2021-10-17 12:00:16 +05:45
Damodar Lohani
da068085ef
add search field in storage buckets
2021-10-17 11:51:13 +05:45
Damodar Lohani
d029c94bc8
Merge branch 'feat-storage-buckets' into feat-large-file
2021-10-17 11:45:45 +05:45
Damodar Lohani
3e78abfc85
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-10-17 11:38:33 +05:45
kodumbeats
4a1507ba25
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes
2021-10-15 09:26:17 -04:00
Bradley Schofield
7540dafa9b
Update health.php
2021-10-15 10:40:25 +01:00
Bradley Schofield
f988a89cf3
Update health.php
2021-10-15 10:05:21 +01:00
Bradley Schofield
7649a2c677
Make new database work with the executor
...
+ New DB now works with executor
+ events now work with new execution model
2021-10-14 10:37:00 +01:00
kodumbeats
d93d2af194
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-ui-fixes
2021-10-13 13:11:06 -04:00