loks0n
154568d952
test: fix puts that should be posts
2024-01-09 18:05:21 +00:00
loks0n
0f77195f41
test: rename create session test
2024-01-09 12:44:50 +00:00
loks0n
5c803f6eff
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-08 11:41:55 +00:00
Jake Barnby
5135262b79
Merge remote-tracking branch 'origin/1.4.x' into 1.5.x
...
# Conflicts:
# app/config/errors.php
# composer.lock
2023-12-15 02:41:46 +13:00
loks0n
1349093b13
chore: fmt
2023-12-13 11:42:45 +00:00
loks0n
92ccdd5144
fix: account tests
2023-12-13 11:29:30 +00:00
loks0n
bdcb4c785e
test: account already logged in
2023-12-13 11:01:08 +00:00
loks0n
fe695314a9
fix: tests
2023-12-11 19:41:58 +00:00
loks0n
7ee4ad5ba9
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into feat-ssr
2023-12-11 16:52:14 +00:00
Christy Jacob
731e7b86a7
fix: failing tests
2023-12-09 00:17:13 +01:00
loks0n
4471b93a3a
tests: fix
2023-12-05 12:00:26 +01:00
loks0n
8ea9706174
feat: Matej renaming plan
2023-11-30 11:35:52 +00:00
Jake Barnby
0b01f7140f
Merge remote-tracking branch 'origin/main' into 1.5.x
...
# Conflicts:
# app/config/errors.php
# composer.lock
# src/Appwrite/Extend/Exception.php
2023-11-21 00:19:17 +13:00
prateek banga
c24664f5d9
removes internal provider
2023-11-16 01:30:47 +05:30
loks0n
830544e245
fix: logged in ssr cases
2023-11-15 11:57:27 +00:00
Steven Nguyen
0c264a107a
Merge branch '1.4.x' into fix-4797-verified-user-getting-email-verifications
2023-11-08 17:37:43 -08:00
loks0n
df0271c56a
chore: rename to 'custom' sessions
2023-11-02 13:22:10 +00:00
loks0n
c39426745c
test: fix create custom session params
2023-11-02 13:15:29 +00:00
Prateek Banga
270e6e7c15
review changes
2023-11-02 16:43:24 +05:30
prateek banga
a4c8d852a5
adds test skip condition if dsn not provided
2023-10-31 02:34:18 +05:30
prateek banga
0dafc59cc2
converted env vars to dsn format
2023-10-31 02:05:50 +05:30
prateek banga
06daa544e8
review changes
2023-10-30 23:37:57 +05:30
loks0n
49425fb8fc
test: fix
2023-10-26 15:04:47 +01:00
loks0n
7109e85711
test: seperate client and server tests
2023-10-26 09:43:15 +01:00
loks0n
1343d4851a
Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr
2023-10-23 09:10:57 +01:00
Christy Jacob
011df60c0d
feat: remove old worker class
2023-10-18 01:17:02 +04:00
Yatharth Verma
1489f77499
fix changes suggested by steven and also fixed some bugs came after merging with 1.4.x
2023-10-14 12:45:29 +05:30
loks0n
250e9ae9f7
chore: cleanup pr
2023-10-13 16:10:55 +01:00
loks0n
8ab429b92f
feat: replace session confirmation endpoints
2023-10-12 14:38:32 +01:00
loks0n
8379551510
test: fix warning
2023-10-11 16:59:44 +01:00
loks0n
4f11cbacb4
chore: fmt
2023-10-11 14:21:59 +01:00
loks0n
0332d35d9e
test: e2e universal token
2023-10-11 14:21:20 +01:00
loks0n
c30c024805
test: fix magic url assertions
2023-10-10 14:36:53 +01:00
loks0n
a88175fc46
fix: unhash session responses
2023-10-10 13:30:42 +01:00
Prateek Banga
48b91e39a8
review changes
2023-10-04 16:15:59 +05:30
Prateek Banga
234f7f003b
updated test cases for msg91 provider, moves worker to use provider from settings
2023-09-27 18:58:00 +05:30
Yatharth Verma
5771ad35ed
fix test cases
2023-09-22 22:56:58 +05:30
Yatharth Verma
56a3b3df99
Add test cases
2023-09-22 22:56:58 +05:30
Prateek Banga
df6466a1d3
lint fix
2023-09-21 22:20:56 +05:30
Prateek Banga
e2acb608fa
fix tests with real sms providers
2023-09-21 22:16:02 +05:30
Prateek Banga
35d842171c
review changes
2023-09-20 23:37:10 +05:30
prateek banga
38d81c058b
lint fix
2023-09-05 23:10:33 +05:30
prateek banga
78a53aee37
adds messaging event and updates messaging worker
2023-09-05 22:40:48 +05:30
Jake Barnby
3d0ae4b9d9
Remove invites codes
2023-08-30 00:31:38 -04:00
Jake Barnby
a84e669a1f
Add missing accessedAt values when creating users
2023-08-22 21:34:23 -04:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x
2023-08-04 18:07:33 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2
2023-08-04 13:55:07 -07:00
Steven Nguyen
2befa60350
Track a user's last activity
...
A user will have an accessedAt timestamp that will update at most once
per day if they make some API call. This timestamp can then be used
find active users and calculate daily, weekly, and monthly active users.
To ensure consistent updates to the user the $user from the resource
is always updated to the user making the request, including requests
like Create Account, Update Team Membership Status, and Create Phone
Session (confirmation). This ensures the shutdown can update the
accessedAt timestamp if there was a $user set.
2023-07-19 22:22:58 -07:00
vaibhavagarwal220
48fc58d365
fixed linting errors
2023-07-11 09:33:02 +05:30
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00