shimon
03f2041913
Merge branch 'main' of github.com:appwrite/appwrite into refactor-cache-poc
2024-01-07 18:09:48 +02:00
Matej Bačo
fae28b468c
Fix password hashing bug
2024-01-07 13:40:45 +01:00
Khushboo Verma
bbd551cf0d
Reset attempts to 0 on successful request
2024-01-05 17:54:20 +05:30
Matej Bačo
e5f0e00742
Apply password validation to all places
2024-01-05 12:31:38 +01:00
Matej Bačo
0a2be34ceb
Fix PHP refference bug
2024-01-05 12:07:41 +01:00
Khushboo Verma
6d8443d5cd
Addressed PR comments
2024-01-05 15:13:54 +05:30
Steven Nguyen
7e9525f0f9
Update validation of topics, users, and targets
...
They should be an array of UID and not just array of Text.
2024-01-05 00:10:57 +00:00
Matej Bačo
ba32170f72
Improve password validator hook
2024-01-04 16:26:15 +01:00
Khushboo Verma
fb9e393c97
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-04 16:42:47 +05:30
Damodar Lohani
fa40a33631
fixes and refactor
2024-01-04 06:53:22 +00:00
Damodar Lohani
1065abb0a7
update preview to use token
2024-01-04 04:57:10 +00:00
Damodar Lohani
c1c98e4ac8
improve API to new data structure and supprot JWT
2024-01-04 02:46:52 +00:00
Damodar Lohani
fa09a69a7f
Merge remote-tracking branch 'origin/main' into feat-file-tokens
2024-01-04 02:23:50 +00:00
Damodar Lohani
640ab7bf87
Merge branch 'main' into to-sync-with-main
2024-01-03 00:11:42 +00:00
Steven Nguyen
50aab32f0f
Add search param for list subscribers endpoint
2024-01-02 23:39:46 +00:00
Khushboo Verma
cfca9f232c
Merge branch '1.5.x' into fix-limit-failed-webhook-attempts
2024-01-02 21:57:58 +05:30
Matej Bačo
554e9f93b6
Implement max password length
2024-01-02 10:59:35 +00:00
Khushboo Verma
671b1624d5
Update exception for github session not found
2024-01-02 16:20:20 +05:30
Khushboo Verma
f14285b65b
Update webhook endpoints
2024-01-02 16:17:02 +05:30
shimon
99f1543f1b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
Dockerfile
app/console
app/init.php
composer.lock
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Tasks/Hamster.php
2024-01-02 11:49:23 +02:00
Damodar Lohani
879320e23e
update comment regarding validation
2024-01-02 11:53:48 +05:45
Damodar Lohani
b2b863f09f
Merge branch 'main' into fix-chunk-upload-permission
2024-01-02 11:51:09 +05:45
Damodar Lohani
a2ad870084
use compression constant from utopia/storage
2023-12-31 11:46:45 +00:00
Damodar Lohani
1c236959ba
fix algorithm attribute on file if size is above read buffer size
2023-12-29 01:49:56 +00:00
Damodar Lohani
9cb5eb0180
use constants for compression type
2023-12-28 11:42:40 +00:00
Damodar Lohani
a28be2bf48
return when response is sent to prevent further execution
2023-12-28 11:32:04 +00:00
Damodar Lohani
5455db7c7f
improve order
2023-12-28 11:26:45 +00:00
Damodar Lohani
eb1562f56b
rename param to expiry for consistency
2023-12-28 10:48:42 +00:00
shimon
260b280e10
preview_output_fix
2023-12-28 11:54:21 +02:00
Khushboo Verma
d418a581b7
Allow only public domains in webhook url
2023-12-28 15:16:08 +05:30
Damodar Lohani
94a18ede78
fix formatting
2023-12-28 01:35:10 +00:00
Damodar Lohani
e8ff828039
fix for file extension not supported
...
- the error occured with jfif extension, which is essentially a jpeg file
2023-12-28 01:31:25 +00:00
Torsten Dittmann
0fdc28e034
Merge pull request #7280 from appwrite/fix-7190-user-identity-incorrect-user
...
Fix user identity attaching to wrong user
2023-12-28 01:59:58 +01:00
Steven Nguyen
f1ba7b08ab
Update the delete identity endpoints to set the params and payload
...
Because no payload was set, the event params (userId and identityId)
wasn't picked up automatically. This updates the endpoints so that the
payload is set, but also makes sure to set the userId and identityId
params since the identityId param's key doesn't match the key in the
payload.
2023-12-27 23:35:32 +00:00
Damodar Lohani
b23369c548
improve token endpoints
2023-12-27 02:15:59 +00:00
Damodar Lohani
23d0aae23b
improve get file token
2023-12-27 00:03:16 +00:00
Damodar Lohani
92c2e26f3a
improve list file tokens
2023-12-26 23:59:41 +00:00
Damodar Lohani
2e39fbe70f
improve file token create
2023-12-26 23:52:20 +00:00
Damodar Lohani
bfa941d69c
WIP: file tokens endpoint
2023-12-25 07:09:35 +00:00
Damodar Lohani
cbd3e85b38
fix formatting
2023-12-25 06:07:28 +00:00
Damodar Lohani
26ac88c32e
validate create permission while updating chunk uploaded file
2023-12-25 05:54:59 +00:00
Matej Bačo
a0b2443a8b
Rename email endpoint
2023-12-22 09:38:52 +00:00
Matej Bačo
3f1faa44ad
Rename form exchange to create
2023-12-22 09:31:19 +00:00
fogelito
dc203a494e
Syntax change
2023-12-20 12:55:09 +02:00
Eldad Fux
90e8e04e08
Fixed test
2023-12-20 00:15:45 +01:00
Eldad Fux
ed999031d0
Fixed whitespace
2023-12-19 22:46:35 +01:00
prateek banga
5d7eca7c99
lint fix and tests fix
2023-12-19 23:45:20 +05:30
loks0n
1b6a833bed
fix: encode session for ssr clients
2023-12-19 15:45:44 +00:00
Eldad Fux
64138d6ccf
Added new endpoint
2023-12-19 16:08:09 +01:00
Damodar Lohani
1f558442d9
linter fix
2023-12-18 10:18:40 +00:00