1
0
Fork 0
mirror of synced 2024-08-28 08:31:22 +12:00
Commit graph

17526 commits

Author SHA1 Message Date
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
Akhil Anand
2aa788d7d5 fix-6212-Issue-With-Linkedin-OAuth 2023-09-13 21:31:26 +05:30
Matej Bačo
8b7147965e Fix git deploys with S3 storage 2023-09-13 14:45:19 +02:00
shimon
c30fa277d3 linter fix 2023-09-13 10:24:36 +03:00
shimon
eddb269513 Merge branch 'master' of github.com:appwrite/appwrite into refactor-cache-key 2023-09-13 10:24:00 +03:00
Jake Barnby
6be6a96267
Merge pull request #6219 from byawitz/fix-functions-event
Extracting function event validator to its own class.
2023-09-12 22:37:05 -04: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
shimon
922f0a5c84 Merge branch 'master' of github.com:appwrite/appwrite into refactor-cache-key
 Conflicts:
	app/controllers/shared/api.php
2023-09-12 10:44:34 +03:00
Binyamin Yawitz
b37c2658ec Adding the functions.* test for the base event 2023-09-11 23:56:30 -04:00
Binyamin Yawitz
5cb03da001 Extracting function event validator to its own class. 2023-09-11 23:24:11 -04: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
5717fbe282
Merge pull request #6187 from appwrite/1.4.x
1.4.x
2023-09-07 21:14:41 -04:00
Christy Jacob
e1bc5b0a55 chore: update flutter changelog 2023-09-07 21:08:23 -04:00
Jake Barnby
7f4e5f0111
Merge pull request #6188 from appwrite/feat-mock-enums
Feat mock enums
2023-09-07 19:52:38 -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
Jake Barnby
d4f6b99ee2
Fix mock enum endpoint 2023-09-07 19:25:42 -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
Jake Barnby
fa01f5d67f
Merge remote-tracking branch 'origin/master' into feat-mock-enums 2023-09-07 17:24:44 -04:00
Jake Barnby
cf92936fcc
Add mock endpoint with whitelist param 2023-09-07 17:21:06 -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
Christy Jacob
a1e3d7ba97 chore: generate specs 2023-09-07 02:10:15 -04:00
Christy Jacob
9c01e94d8a chore: generate specs 2023-09-07 02:09:53 -04:00
Christy Jacob
e27f705179
Merge pull request #6167 from appwrite/fix-migration-issues
fix: migration issues
2023-09-07 02:06:48 -04:00
Christy Jacob
defe0f2e9f fix: enable ci trigger 2023-09-07 02:04:36 -04:00
Christy Jacob
713eb68c8a fix: test failures 2023-09-07 01:18:06 -04:00
Christy Jacob
d80dc19cd6 Merge branch 'fix-migration-issues' of github.com:appwrite/appwrite into fix-migration-issues 2023-09-07 00:58:29 -04:00