Khushboo Verma
753175d796
Replace x-real-ip with ->getIP()
2025-08-26 13:59:46 +05:30
Khushboo Verma
2ef79d5300
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-26 12:56:22 +05:30
Khushboo Verma
1458505201
Address PR comments
2025-08-26 12:55:51 +05:30
Jake Barnby
2601cc9604
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-26 15:40:15 +12:00
loks0n
52e148761c
chore: allow publisherMessaging override
2025-08-25 18:25:19 +01:00
Khushboo Verma
2876fad322
Merge branch '1.7.x' into feat-extend-function-headers
2025-08-25 12:50:59 +05:30
Jake Barnby
04f7def624
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-08-25 16:05:57 +12:00
fogelito
959db2ea02
Restrict array list
2025-08-24 18:08:12 +03:00
fogelito
ba79dda788
Check no change
2025-08-24 17:39:29 +03:00
Jake Barnby
4a18ae7cd1
Fix typo
2025-08-23 21:34:41 +12:00
Jake Barnby
33e166d7a6
Fix attribute refs
2025-08-23 21:34:35 +12:00
Jake Barnby
5bbb806c02
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-08-23 11:04:35 +12:00
Steven Nguyen
4a6a8053c4
Merge pull request #10329 from appwrite/fix-token-expiry
...
fix - incorrect file token expiry
2025-08-22 15:32:43 -07:00
Matej Bačo
81301ea89d
Utilize assets server for fonts
2025-08-22 12:12:33 +02:00
Matej Bačo
d7159ef483
Add deploymentId to execution response model
2025-08-22 11:11:37 +02:00
Darshan
60093bf3a0
fix: publisher consumers for functions.
2025-08-22 10:09:55 +05:30
Evan
6225ad680e
Merge branch '1.7.x' into fix-token-expiry
2025-08-21 11:04:30 -07:00
Darshan
267fe584a3
Merge branch '1.8.x' into fix-users-events
2025-08-21 17:59:43 +05:30
Darshan
a1d74710d1
Merge branch '1.7.x' into 'fix-users-events'.
2025-08-21 17:52:38 +05:30
Khushboo Verma
bc47ac7caa
Truncate logs and errors from beginning
2025-08-21 12:49:31 +05:30
Darshan
ef47618bf3
update: user create events logic.
2025-08-21 12:20:50 +05:30
Jake Barnby
6410e481d6
Lint
2025-08-21 18:29:39 +12:00
Jake Barnby
842dce2659
Update tablesDb -> tablesDB
2025-08-21 02:20:05 +12:00
Khushboo Verma
1bd6b6452c
Fix PR changes
2025-08-20 18:53:55 +05:30
Jake Barnby
ef45001cec
Fix base list doc desc
2025-08-21 01:15:53 +12:00
Jake Barnby
75bbd1b47a
Fix inline doc refs
2025-08-21 01:15:30 +12:00
Mayank Agarwal
7e292813bc
Truncate logs in function worker
2025-08-20 18:43:32 +05:30
Mayank Agarwal
492ff10ee7
Add async=false solution
2025-08-20 18:41:00 +05:30
Khushboo Verma
ed16808930
Add executionId and client IP to execution headers
2025-08-20 16:35:40 +05:30
Jake Barnby
2b425e25ac
Fix inc/dec auth types
2025-08-20 18:46:55 +12:00
Jake Barnby
aa63a8d698
Fix lint
2025-08-20 17:50:35 +12:00
Jake Barnby
a2d7c3c138
Remove redundant param
2025-08-20 16:53:22 +12:00
Jake Barnby
82cb491a3c
Fix attribute update refactor collision
2025-08-20 02:56:44 +12:00
Jake Barnby
c636081e64
Fix specs
2025-08-20 02:05:14 +12:00
Jake Barnby
e3807366a9
Fix service refs
2025-08-20 01:56:12 +12:00
Jake Barnby
14f8f9af4e
Fix namespace
2025-08-20 01:39:18 +12:00
Jake Barnby
619092a8b2
Fix namespace
2025-08-20 01:34:27 +12:00
Jake Barnby
b298f0c67a
Fix namespace
2025-08-20 01:29:38 +12:00
Jake Barnby
bf161fad42
Format
2025-08-20 01:24:14 +12:00
Jake Barnby
855771bb6c
Fix specs
2025-08-20 01:23:11 +12:00
Jake Barnby
e3c932686a
Fix references
2025-08-20 01:23:01 +12:00
Jake Barnby
2ade66d85e
Casing
2025-08-20 01:02:58 +12:00
Jake Barnby
6f170fdb6d
Fix static user refs
2025-08-19 23:13:47 +12:00
Jake Barnby
8e900c6b04
Fix update/upsert set collection ID
2025-08-19 23:01:22 +12:00
Jake Barnby
c323435dad
Remove filter
2025-08-19 22:09:30 +12:00
Jake Barnby
42d6a7b00d
Fix hardcoded collectionId
2025-08-19 20:08:13 +12:00
Evan
9f548af7dd
Merge branch '1.7.x' into fix-token-expiry
2025-08-18 16:55:28 -07:00
Evan
3ed5699876
Better jwt handling and tests
2025-08-18 10:57:15 -07:00
Evan
f5f6ec71de
Address stnguyen90 feedback: simplify JWT logic and fix test expectations
...
- Remove excessive logic and 1-minute expiration hack as requested
- Simplify token expiry handling to directly use existing value
- Remove problematic test that creates tokens with past expiry dates
- Update existing test to properly verify JWT expiration behavior
- Use proper base64url decoding for JWT payload testing
2025-08-18 09:39:19 -07:00
Jake Barnby
e58091d86b
Fix tests
2025-08-19 03:16:55 +12:00