shimon
d2bf15b20b
debug
2024-11-26 11:50:34 +02:00
shimon
b1e5a5b987
Merge branch 'multi-region-support' of https://github.com/appwrite/appwrite into multi-region-support
2024-11-26 11:11:51 +02:00
Shimon Newman and GitHub
9ca420a0e6
Merge pull request #9027 from appwrite/fix-no-pool-access
...
Fix no pool access
2024-11-26 11:08:45 +02:00
Damodar Lohani
580a9f331f
fix user update
2024-11-26 08:59:03 +00:00
shimon
6f8c38dfa0
debug
2024-11-26 09:26:14 +02:00
Jake Barnby
ddb86127b7
Fix lint
2024-11-26 18:29:10 +13:00
Jake Barnby
ea0a5a186c
Merge remote-tracking branch 'origin/multi-region-support' into fix-no-pool-access
2024-11-26 16:21:48 +13:00
Jake Barnby
928590b175
Only create databases for current region
2024-11-26 16:20:11 +13:00
Matej Bačo
fec74ee9e4
Fix naming mistake
2024-11-25 18:39:24 +01:00
Matej Bačo
10ef570485
Linter fix
2024-11-25 18:22:49 +01:00
Matej Bačo
d719fd9be4
Update enum specs for frameworks
2024-11-25 18:19:18 +01:00
Matej Bačo
135023b3ed
Fix start issue
2024-11-25 18:15:12 +01:00
Matej Bačo
2bd2092263
Dart support
2024-11-25 17:48:15 +01:00
Christy Jacob and GitHub
33fad2cb23
Merge pull request #9020 from appwrite/chore-bump-console-5.2.25
...
Bump console to version 5.2.25
2024-11-25 17:24:25 +01:00
Christy Jacob and GitHub
533009c1da
Merge branch '1.6.x' into chore-bump-console-5.2.25
2024-11-25 17:21:52 +01:00
Steven Nguyen and GitHub
cb385674a5
Add 1.6.1 to CHANGES.md
2024-11-25 15:58:22 +00:00
Steven Nguyen and GitHub
fb4c71aebb
Merge pull request #9025 from appwrite/fix-tasks-warning
...
Fix: swoole task warning
2024-11-25 07:07:09 -08:00
shimon
7656ba11ff
debug
2024-11-25 12:31:06 +02:00
Matej Bačo
9d3bc1f80a
Fix swoole task warning
2024-11-25 11:04:04 +01:00
shimon
7ae7ccbe49
debug
2024-11-25 12:02:00 +02:00
shimon
6d376df00a
updates
2024-11-25 09:44:57 +02:00
Bradley Schofield
2b08db9a38
Address Comments
2024-11-25 16:22:02 +09:00
Bradley Schofield
9d652d9e79
Remove double realtime
2024-11-25 16:08:50 +09:00
Damodar Lohani and GitHub
27905c2a90
Merge branch '1.6.x' into feat-development-keys
2024-11-25 12:36:10 +05:45
Bradley Schofield
e1fffa775e
Fix Tests
2024-11-25 15:23:22 +09:00
Bradley Schofield
2e60698ec1
Fix double event execution on document creation
2024-11-25 15:21:56 +09:00
Bradley Schofield
90521c6bd7
Update database library version
2024-11-25 15:02:36 +09:00
Bradley Schofield
558f7f06b4
Fix Missing Model
2024-11-25 14:53:35 +09:00
Bradley Schofield
19194dabc0
Remove Bulk Operation Model
2024-11-25 14:53:01 +09:00
Bradley Schofield
e1230f7465
Address Comments
2024-11-25 14:45:21 +09:00
Bradley Schofield
def25a8c9b
Merge branch 'feat-bulk-deletes' of https://github.com/appwrite/appwrite into feat-bulk-deletes
2024-11-25 14:34:29 +09:00
Bradley Schofield
675227d25a
Address Comments
2024-11-25 14:34:23 +09:00
4e5ad33d73
Update app/controllers/api/databases.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2024-11-25 14:29:51 +09:00
Jake Barnby
0e03842173
Move pool access inside not V2 block
2024-11-25 17:20:27 +13:00
shimon
aa8af5a213
env var
2024-11-24 23:09:22 +02:00
shimon
f1a3cd13ff
env var
2024-11-24 22:52:20 +02:00
shimon
00989fcdde
env var
2024-11-24 20:40:06 +02:00
shimon
c677374a11
env var
2024-11-24 19:39:44 +02:00
shimon
3f0a8fbe21
env var
2024-11-24 19:03:46 +02:00
shimon
7d5ae2f1c3
env var
2024-11-24 19:01:24 +02:00
shimon
0f8ad539ad
composer.lock
2024-11-24 10:32:27 +02:00
shimon
9839a4ef36
sync with 1.6.x
2024-11-24 10:31:21 +02:00
shimon
e91c762953
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into multi-region-support
2024-11-24 10:30:54 +02:00
Steven Nguyen and GitHub
8da2b249b7
Merge pull request #9019 from appwrite/fix-8569-users-create-session-secret
...
Fix users create session secret
2024-11-22 21:55:28 -08:00
Steven Nguyen and GitHub
07b3cbaec9
Bump appwrite version to 1.6.1
2024-11-22 22:47:02 +00:00
Steven Nguyen and GitHub
98d78163a2
Bump console to version 5.2.25
2024-11-22 22:39:24 +00:00
Steven Nguyen and GitHub
014c613c93
fix: update secret returned from users.createSession()
...
1. Include at least 1 factor because the minumum number of factors
required when mfa is disabled is 1.
2. Purge the cached user document to ensure the new session is included
in subsequent requests for the user.
3. Fix the encoding of the secret to match other parts of the codebase.
2024-11-22 21:52:27 +00:00
Steven Nguyen and GitHub
54ec39f513
Merge pull request #9016 from appwrite/feat-safe-workers
...
Feat: Safe workers
2024-11-22 11:07:18 -08:00
Steven Nguyen and GitHub
ad235610da
Merge pull request #9018 from appwrite/rules-backwards-compatibility
...
chore: backwards compatibility for 1.6.x
2024-11-22 09:53:09 -08:00
Marton Schneider
3c1e422bb9
change the env var name from _APP_STORAGE_S3_ENDPOINT_URL to _APP_STORAGE_S3_ENDPOINT
2024-11-22 18:21:44 +01:00