1
0
Fork 0
mirror of synced 2024-09-20 11:37:45 +12:00
Commit graph

18220 commits

Author SHA1 Message Date
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
Christy Jacob
ab5fa96668 chore: update ci file 2023-09-09 02:39:51 +00:00
Christy Jacob
8a28c9ddbc chore: update ci file 2023-09-09 02:29:50 +00:00
Christy Jacob
85fcddcead chore: update ci file 2023-09-09 02:20:25 +00:00
Christy Jacob
ff4816a436 chore: update ci file 2023-09-09 02:17:21 +00:00
Christy Jacob
1c9dfb903d chore: update ci file 2023-09-09 01:58:37 +00:00
Christy Jacob
238089409a chore: update ci file 2023-09-09 01:39:01 +00:00
Christy Jacob
e70d5beb0d chore: update ci file 2023-09-09 01:29:56 +00:00
Christy Jacob
e390cf0d70 chore: update CI file 2023-09-09 00:11:14 +00:00
Christy Jacob
29e056c71b chore: update CI file 2023-09-09 00:00:06 +00:00
Christy Jacob
0a2874458b chore: update CI file 2023-09-08 23:54:27 +00:00
Christy Jacob
0ddf036bd5 chore: update CI file 2023-09-08 23:44:19 +00:00
Christy Jacob
29d0820b10 chore: update CI file 2023-09-08 23:41:16 +00:00
Christy Jacob
889942ee76 chore: update CI file 2023-09-08 23:37:41 +00:00
Christy Jacob
01aaa6b337 chore: update CI file 2023-09-08 23:34:23 +00:00
Christy Jacob
eaf94aa670 chore: update CI file 2023-09-08 23:31:04 +00:00
Christy Jacob
1a93aa4085 chore: update CI file 2023-09-08 23:24:16 +00:00
Christy Jacob
0f67c1151f chore: update CI file 2023-09-08 23:18:26 +00:00
Christy Jacob
10f6cc7b0b chore: update CI file 2023-09-08 23:12:11 +00:00
Christy Jacob
733b7ed612 chore: update CI file 2023-09-08 22:57:25 +00:00
Christy Jacob
1415727f10 chore: update CI file 2023-09-08 22:53:50 +00:00
Christy Jacob
ebb4bc7e6b chore: update CI file 2023-09-08 22:39:11 +00:00
Christy Jacob
21357bfe7b chore: update CI file 2023-09-08 22:32:54 +00:00
Christy Jacob
5cb14fbec5 feat: test upload artifact 2023-09-08 22:11:40 +00:00
Christy Jacob
5793a11480 feat: test upload artifact 2023-09-08 22:10:56 +00:00
Christy Jacob
2ed6327c1e feat: test upload artifact 2023-09-08 22:03:32 +00:00
Christy Jacob
cf030457e0 feat: test upload artifact 2023-09-08 21:55:28 +00:00
Christy Jacob
27f77759ed feat: test upload artifact 2023-09-08 21:48:31 +00:00
Christy Jacob
dec4f4722b feat: test upload artifact 2023-09-08 21:43:18 +00:00
Christy Jacob
8bd822d171 feat: test upload artifact 2023-09-08 21:35:01 +00:00
Christy Jacob
13c6666883 feat: test upload artifact 2023-09-08 21:29:11 +00:00
Christy Jacob
fa99c4584e feat: test upload artifact 2023-09-08 20:07:13 +00:00
Christy Jacob
2aad9e622b feat: trigger ci 2023-09-08 19:16:25 +00:00
Christy Jacob
22c8781047 feat: test upload artifact 2023-09-08 19:11:57 +00:00
Christy Jacob
57e146be2b feat: test upload artifact 2023-09-08 19:11:00 +00: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
1e07fa96a3 feat: test upload artifact 2023-09-08 19:06:10 +00:00
Christy Jacob
2eae37d802 feat: test upload artifact 2023-09-08 19:03:55 +00:00
Christy Jacob
addc88ccdc chore: test parallel executions 2023-09-08 18:49:02 +00: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