1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00
Commit graph

17431 commits

Author SHA1 Message Date
Christy Jacob 4d14d0eb72
Merge pull request #6246 from appwrite/fix-schedules-task
fix: add try catch block in the schedules task
2023-09-15 01:47:59 -04:00
Christy Jacob bede0d43d4 fix: add try catch block in the schedules task 2023-09-15 05:24:00 +00:00
Christy Jacob f8d4d04d2d
Merge pull request #5971 from appwrite/chore-cleanup-dockerfile
Chore cleanup dockerfile
2023-09-14 15:50:21 -04:00
Christy Jacob ac0238a336
Merge pull request #6241 from appwrite/chore-bump-sdk-versions
Chore bump sdk versions
2023-09-14 15:49:49 -04:00
Christy Jacob 27ae4bf26c
Merge pull request #6240 from appwrite/chore-upgrade-migration-library
chore: update dependencies
2023-09-14 15:47:21 -04:00
Jake Barnby 316cd4f8f8
Bump CLI, Swift, Apple SDK versions 2023-09-14 15:11:40 -04:00
Christy Jacob 0f902d4d2e chore: update dependencies 2023-09-14 18:18:18 +00:00
Christy Jacob 50405f838e Merge branch '1.4.x' of https://github.com/appwrite/appwrite into chore-cleanup-dockerfile 2023-09-14 18:07:53 +00:00
Christy Jacob 6afeed8cf1
Merge pull request #6235 from appwrite/fix-6234-fix-function-timeout
Fix function timeout
2023-09-14 13:53:37 -04:00
Christy Jacob 6dd627601d
Merge pull request #6230 from appwrite/feat-bun-support
Feat: Bun support
2023-09-14 11:42:48 -04:00
Christy Jacob 629e0879ff chore: update composer 2023-09-14 15:22:44 +00:00
Christy Jacob 2ea8dbff29 Merge branch '1.4.x' of https://github.com/appwrite/appwrite into feat-bun-support 2023-09-14 15:21:31 +00:00
Christy Jacob 0e7a75d63c
Merge pull request #6227 from appwrite/fix-storage-git-deploys
Fix: Git deploys with S3
2023-09-14 11:04:13 -04:00
Steven Nguyen 15f54c0dba
Fix the _APP_FUNCTIONS_MAINTENANCE_INTERVAL variable
* Clarify the description and make it match the other maintenance
  variables.
* Fix the introduction since it was introduced in 1.4.0 and not 1.2.0.
* Fix the default value because it was 1 hour in the previous versions
  and a number that is too low will conflict with a function's timeout.
2023-09-13 16:23:14 -07:00
Jake Barnby 274a55911f
Merge pull request #6232 from appwrite/fix-internal-id-insertion
fixes manual internal id insertion
2023-09-13 16:38:45 -04:00
Prateek Banga 15dd6863dd removes comments 2023-09-14 01:07:30 +05:30
Prateek Banga f8c9c2f39b fixes manual internal id insertion 2023-09-14 00:48:50 +05:30
Matej Bačo 0690b00c30 Add Bun auto detection 2023-09-13 21:08:49 +02:00
Matej Bačo 408bef06e8 Upgrade VCS lib 2023-09-13 21:08:12 +02:00
Matej Bačo 8728171728 Add Bun support 2023-09-13 19:29:58 +02:00
Matej Bačo 8b7147965e Fix git deploys with S3 storage 2023-09-13 14:45:19 +02:00
Jake Barnby ec8c3b6bb8
Merge pull request #6222 from appwrite/fix-6177-user-accessed-at
Don't update User Accessed At for Users and Teams APIs
2023-09-12 16:56:28 -04:00
Steven Nguyen 6b0c24a9d6
Update user creation from teams and users services to not set accessedAt
accessedAt should only be updated when a user performs some sort of
action. Creating a user via the users API or by adding them to a team
is an action done by someone else, not the user themselves. As such,
the accessedAt timestamp shouldn't update.
2023-09-12 12:05:11 -07:00
Christy Jacob c6003e86a1
Merge pull request #6199 from appwrite/fix-missing-openssl-key
Add _APP_OPENSSL_KEY_V1 to the compose file
2023-09-11 14:35:01 -04:00
Christy Jacob 60f66fe826
Merge pull request #6215 from appwrite/fix-v2-vars
Fix: V2 functions env vars
2023-09-11 12:07:50 -04:00
Matej Bačo 93e2a4fb8d Add v2 old vars support 2023-09-11 12:22:16 +02:00
Steven Nguyen d18788ffde
Add _APP_OPENSSL_KEY_V1 to the compose file
The appwrite-schedules container fetches functions and needs the
openssl key to decrypt function variables. Without this, the variables
may end up being false.
2023-09-08 12:08:18 -07:00
Christy Jacob e1bc5b0a55 chore: update flutter changelog 2023-09-07 21:08:23 -04:00
Christy Jacob 3c9f8530f9
Merge pull request #6099 from appwrite/chore-update-sdks
Chore update sdks
2023-09-07 19:42:45 -04:00
Christy Jacob d21fa8a26e chore: update changelog order 2023-09-07 19:38:02 -04:00
Christy Jacob 2d180c3594 chore: remove leftovers 2023-09-07 19:35:16 -04:00
Christy Jacob 789fc92a54
Merge pull request #6179 from appwrite/chore-update-changelog
Chore update changelog
2023-09-07 19:33:21 -04:00
Christy Jacob 30a67c612c
Merge pull request #6185 from appwrite/fix-6184-worker-builds-volumes
Remove duplicated volumes section
2023-09-07 19:26:09 -04:00
Steven Nguyen 2e6abe7d75
Remove duplicated volumes section 2023-09-07 15:58:41 -07:00
Christy Jacob da854f36dc chore: update changelog for dart and flutter 2023-09-07 18:33:23 -04:00
Christy Jacob 3d267bb4d9 chore: remove leftovers 2023-09-07 17:38:29 -04:00
Christy Jacob 1e3639bf6d Merge branch 'master' of github.com:appwrite/appwrite into chore-update-sdks 2023-09-07 17:18:42 -04:00
Christy Jacob acffd56ca9 chore: address review comments 2023-09-07 17:15:12 -04:00
Christy Jacob 4dd9d542e7
Merge pull request #6135 from appwrite/1.4.x
1.4.x
2023-09-07 16:55:51 -04:00
Christy Jacob a1d05695fa feat: update changelog 2023-09-07 16:36:48 -04:00
Christy Jacob c6530eff3b Merge branch '1.4.x' of github.com:appwrite/appwrite into 1.4.x 2023-09-07 13:41:26 -04:00
Christy Jacob d891d98952 chore: update console 2023-09-07 13:41:16 -04:00
Christy Jacob ccb7924d85
Merge pull request #6172 from appwrite/fix-guests-missing-global
Fix guests missing global scope
2023-09-07 12:33:55 -04:00
Christy Jacob c6f6ec07b7
Merge pull request #6169 from appwrite/fix-redeploys
Fix: Function redeploys
2023-09-07 12:10:04 -04:00
Christy Jacob 9f717e7c57
Merge pull request #6168 from appwrite/fix-function-trigger
Fix function trigger
2023-09-07 12:00:54 -04:00
Jake Barnby 410072882d
Fix guests missing global scope 2023-09-07 12:00:53 -04:00
Matej Bačo 418c8e3764 Fix redeploys 2023-09-07 11:33:42 +02:00
Matej Bačo 062bf7c25e Merge branch '1.4.x' into fix-function-trigger 2023-09-07 09:25:52 +02:00
Matej Bačo 1e990ce12f linter fix 2023-09-07 09:24:04 +02:00
Christy Jacob eb3c237301 Merge branch 'master' of github.com:appwrite/appwrite into 1.4.x 2023-09-07 02:11:43 -04:00