fogelito
51dc3774a5
formatting and pull 1.6.x
2025-01-05 13:03:58 +02:00
fogelito
37eed0f16e
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into relationships-count
2025-01-05 13:03:02 +02:00
fogelito
f251bb3b38
Count individuals
2025-01-05 12:55:53 +02:00
fogelito
912f4d6693
Add write relationships update
2025-01-05 12:04:49 +02:00
Christy Jacob and GitHub
bdb93cd323
Update general.php
2025-01-02 19:03:28 +05:30
fogelito
8dacb55ac8
Operations delete update create
2025-01-01 14:59:00 +02:00
fogelito
dea57b3a8f
Change name to $operations
2025-01-01 12:18:19 +02:00
fogelito
f10310fc03
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into relationships-count
2024-12-31 17:45:38 +02:00
fogelito
c3a0f8d585
Remove comments
2024-12-31 15:52:46 +02:00
fogelito
7a56905aa3
GetDocument relation metrics
2024-12-31 15:52:09 +02:00
fogelito
b9010b3c59
count relationships List documents
2024-12-31 14:25:19 +02:00
Bradley Schofield
26bac5a2ea
Remove firebase OAuth API endpoints
2024-12-30 09:00:52 +00:00
Christy Jacob
50601bd454
chore: use redis adapter for abuse
2024-12-20 20:14:50 +05:30
Christy Jacob and GitHub
b97dea7996
Revert "chore: initial commit"
2024-12-19 20:27:54 +05:30
Christy Jacob
599cc5e19a
chore: review comments
2024-12-18 15:57:04 +05:30
Christy Jacob
911edd9457
chore: linter
2024-12-18 13:08:17 +05:30
Christy Jacob
abbb2b544e
Merge branch 'migrate-to-redis-abuse' of github.com:appwrite/appwrite into migrate-to-redis-abuse
2024-12-18 12:58:12 +05:30
Christy Jacob
f1a089f8c6
feat: fix tests
2024-12-18 12:57:52 +05:30
Christy Jacob and GitHub
e8a3b87f68
Merge branch '1.6.x' into migrate-to-redis-abuse
2024-12-18 12:46:09 +05:30
Christy Jacob
01393faf0b
feat: update abuse library
2024-12-18 11:58:34 +05:30
Damodar Lohani
0cdb2a98be
fix db name
2024-12-17 14:05:37 +00:00
Christy Jacob
b55a01c5b3
chore: linter
2024-12-17 10:12:19 +05:30
Christy Jacob
ed918e1748
Merge branch '1.6.x' of github.com:appwrite/appwrite into migrate-to-redis-abuse
2024-12-17 10:09:00 +05:30
Christy Jacob
67996a8a14
feat: cleanup
2024-12-17 10:00:45 +05:30
Christy Jacob
e8cea70346
feat: cleanup
2024-12-17 10:00:28 +05:30
Christy Jacob
ee05f3d3bc
feat: migrate to redis abuse
2024-12-17 09:49:31 +05:30
Damodar Lohani and GitHub
f785602a4d
Merge branch '1.6.x' into fix-project-accessed-at
2024-12-17 10:02:20 +05:45
Christy Jacob
396faa56c2
chore: initial commit
2024-12-17 08:21:38 +05:30
loks0n
a24dc79036
chore: fix endpoint
2024-12-16 12:36:02 +00:00
Damodar Lohani
515b5904b8
update project accessed at from router
2024-12-16 06:39:25 +00:00
Matej Bačo
905b4938a4
Fix failing test
2024-12-12 20:55:33 +00:00
Matej Bačo
8b3f09a981
Env var for function abuse limit
2024-12-12 21:10:22 +01:00
Matej Bačo
ab7ea056e6
Increase limit
2024-12-12 21:00:04 +01:00
Matej Bačo
04139d6901
Linter fix
2024-12-12 20:52:31 +01:00
Matej Bačo
a18472507b
Add createFunction abuse check + fix abuse
2024-12-12 20:45:49 +01:00
Matej Bačo
6a9eeeb370
Add createFunction abuse labels
2024-12-12 19:39:24 +01:00
Christy Jacob
75b42e134a
chore: replace occurrences of dbForConsole to dbForPlatform
2024-12-12 14:30:26 +04:00
Christy Jacob and GitHub
16b5a8507e
Merge pull request #9037 from appwrite/lohanidamodar-patch-4
...
Update storage.php
2024-11-28 12:10:41 +01:00
Christy Jacob
4dbf11e236
feat: review comments and linter
2024-11-28 14:33:02 +04:00
Christy Jacob
48d20b2c67
feat: update proxy and certificates files
2024-11-28 14:18:37 +04:00
Christy Jacob
7e98493324
feat: use environment variable to check rules format
2024-11-28 14:08:26 +04:00
Damodar Lohani and GitHub
a4ff1bf3be
Update storage.php
2024-11-28 15:47:09 +05:45
fogelito
98864b04e1
fix $options
2024-11-27 18:02:37 +02:00
Christy Jacob and GitHub
441e56f445
Merge pull request #8932 from appwrite/fix-preview-domains-development
...
Fix: Preview domains locally
2024-11-27 13:13:33 +01:00
Fabian Gruber
f0b6c729c9
feat: add more tags to sentry
2024-11-26 16:13:55 +01:00
Damodar Lohani
3a21ed6333
Merge remote-tracking branch 'origin/1.6.x' into fix-project-accessed-at
2024-11-26 11:51:50 +00:00
Damodar Lohani
580a9f331f
fix user update
2024-11-26 08:59:03 +00:00
Steven Nguyen and GitHub
014c613c93
fix: update secret returned from users.createSession()
...
1. Include at least 1 factor because the minumum number of factors
required when mfa is disabled is 1.
2. Purge the cached user document to ensure the new session is included
in subsequent requests for the user.
3. Fix the encoding of the secret to match other parts of the codebase.
2024-11-22 21:52:27 +00:00
Christy Jacob
ae7cb36240
chore: linter
2024-11-22 17:18:23 +00:00
Christy Jacob
33dd4df694
chore: backwards compatibility for 1.6.x
2024-11-22 17:16:51 +00:00