Jake Barnby
15855e2406
Fix message search builder subquery
2024-12-10 22:53:03 +13:00
Jake Barnby
8649032b73
Fix badge param type
2024-12-10 22:52:39 +13:00
Jake Barnby
44d3a4f223
Update specs
2024-12-09 15:42:20 +13:00
Jake Barnby
45f6d9c0b9
Specs
2024-12-05 23:12:06 +13:00
Jake Barnby
98149f56b5
Default empty title and body
2024-12-05 17:20:20 +13:00
Jake Barnby
f4917f7bc6
Reorder params
2024-12-05 17:04:11 +13:00
Jake Barnby
a461198547
Add critical and priority params
2024-12-04 19:27:55 +13:00
Jake Barnby
fa49244b4b
Fix param type
2024-12-03 22:50:40 +13:00
Jake Barnby
ab900d16d4
Allow apns content available
2024-12-03 17:19:06 +13:00
Christy Jacob
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
a4ff1bf3be
Update storage.php
2024-11-28 15:47:09 +05:45
Jake Barnby
856be8ce0f
Merge remote-tracking branch 'origin/1.6.x' into 1.6.x-fix-delete-attribute
2024-11-28 16:14:23 +13:00
Steven Nguyen
c062a8f129
Bump console to version 5.2.27
2024-11-27 16:47:32 +00:00
Steven Nguyen
35005657b9
Merge pull request #9026 from appwrite/feat-1.6.1-release-prep
...
Prepare 1.6.1 release
2024-11-27 08:44:36 -08:00
fogelito
98864b04e1
fix $options
2024-11-27 18:02:37 +02:00
Christy Jacob
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
Fabian Gruber
98984a8085
refactor: use single adapter
2024-11-26 13:54:52 +01:00
Fabian Gruber
3a9ba8a6ad
feat: move certificate generation to Adapter
2024-11-26 13:54:52 +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
Christy Jacob
533009c1da
Merge branch '1.6.x' into chore-bump-console-5.2.25
2024-11-25 17:21:52 +01:00
Matej Bačo
9d3bc1f80a
Fix swoole task warning
2024-11-25 11:04:04 +01:00
Steven Nguyen
07b3cbaec9
Bump appwrite version to 1.6.1
2024-11-22 22:47:02 +00:00
Steven Nguyen
98d78163a2
Bump console to version 5.2.25
2024-11-22 22:39:24 +00:00
Steven Nguyen
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
Steven Nguyen
54ec39f513
Merge pull request #9016 from appwrite/feat-safe-workers
...
Feat: Safe workers
2024-11-22 11:07:18 -08: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
Matej Bačo
2fcfd1d7c9
Add safe workers
2024-11-22 13:57:42 +00:00
Christy Jacob
44a0469d18
Merge branch '1.6.x' into fix-team-invite-session-creation
2024-11-22 09:21:54 +01:00
Jake Barnby
f9e518b2b0
Fix shared tables v2 deletes
2024-11-21 16:49:49 +13:00
Jake Barnby
8410710005
Remove redundant DSN construction
2024-11-21 16:47:12 +13:00
Jake Barnby
018c865d04
Skip all project db calls on project create if shared tables v2
2024-11-21 16:46:36 +13:00
Jake Barnby
415dedc135
Create V2 shared tables databases on server start
2024-11-21 16:46:10 +13:00
loks0n
d257fdb045
chore: remove redundant compression
2024-11-21 14:24:56 +13:00
Steven Nguyen
f6e7c12b02
Merge pull request #8922 from appwrite/lohanidamodar-patch-4
...
Improve compression param checks
2024-11-21 14:17:52 +13:00
Christy Jacob
908adebf74
Merge pull request #8964 from appwrite/debug-whitelist-console
...
debug: whitelist console
2024-11-21 14:11:20 +13:00
Christy Jacob
f490d4edaf
Merge pull request #8797 from appwrite/feat-migration
...
Feat migration
# Conflicts:
# composer.lock
2024-11-21 14:08:20 +13:00
Torsten Dittmann
15a5f8690d
sync: 1.6.x with main
2024-11-20 11:33:38 +01:00
Torsten Dittmann
9901c781b7
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-1.6.x
2024-11-20 11:31:52 +01:00
Damodar Lohani
c33c5732e0
move accessed at to init
2024-11-20 04:29:57 +00:00
Damodar Lohani
2da2b5bb7f
reset error hook
2024-11-20 04:25:37 +00:00
Torsten Dittmann
c97a94ec98
chore: run formatter
2024-11-19 17:18:51 +01:00
Torsten Dittmann
5f56c45c6c
fix: team invites with existing session
2024-11-19 17:18:51 +01:00
Damodar Lohani
e8079cfd29
lint
2024-11-19 06:59:30 +00:00
Damodar Lohani
842e23220a
update project last activity on error hook
2024-11-19 07:51:50 +05:45