Christy Jacob
ce35567c05
Merge pull request #9002 from appwrite/fix-project-accessed-at
...
Fix: update project last activity on init
2024-11-26 13:18: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
Christy Jacob
33fad2cb23
Merge pull request #9020 from appwrite/chore-bump-console-5.2.25
...
Bump console to version 5.2.25
2024-11-25 17:24:25 +01:00
Christy Jacob
533009c1da
Merge branch '1.6.x' into chore-bump-console-5.2.25
2024-11-25 17:21:52 +01:00
Steven Nguyen
fb4c71aebb
Merge pull request #9025 from appwrite/fix-tasks-warning
...
Fix: swoole task warning
2024-11-25 07:07:09 -08:00
Matej Bačo
9d3bc1f80a
Fix swoole task warning
2024-11-25 11:04:04 +01:00
Steven Nguyen
8da2b249b7
Merge pull request #9019 from appwrite/fix-8569-users-create-session-secret
...
Fix users create session secret
2024-11-22 21:55:28 -08: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
Steven Nguyen
ad235610da
Merge pull request #9018 from appwrite/rules-backwards-compatibility
...
chore: backwards compatibility for 1.6.x
2024-11-22 09:53:09 -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
7ccc74bae2
Merge pull request #9006 from appwrite/fix-team-invite-session-creation
...
fix: team invites with existing session
2024-11-22 09:38:40 +01:00
Christy Jacob
44a0469d18
Merge branch '1.6.x' into fix-team-invite-session-creation
2024-11-22 09:21:54 +01:00
Christy Jacob
34d8a0504b
Merge pull request #9013 from appwrite/feat-db-create-on-server-start
...
Improved shared tables V2
2024-11-21 10:41:52 +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
6e6899c1e9
Merge pull request #8988 from appwrite/fix-deletes
...
Fix project type delete checks
2024-11-21 14:09:02 +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
0b11e0cc92
fix: gitignore merge conflict leftover
2024-11-20 11:52:27 +01:00
Torsten Dittmann
a5d43ddf71
Merge pull request #9011 from appwrite/sync-1.6.x
...
sync: 1.6.x
2024-11-20 11:48:37 +01: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
Eldad A. Fux
ee3d34310a
Merge pull request #9005 from appwrite/base-0.9.5
...
chore: update base to 0.9.5
2024-11-19 17:15:43 +01:00
Fabian Gruber
877a978451
chore: update base to 0.9.5
2024-11-19 16:42:16 +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
Jake Barnby
d49b0540fd
Merge pull request #8978 from appwrite/unset-index-length
...
Unset index length
2024-11-18 17:05:00 +13:00
Torsten Dittmann
8e02115828
ci: console sdk previews ( #8990 )
2024-11-15 13:27:46 +01:00
Steven Nguyen
3a748fbd35
Merge pull request #8972 from appwrite/fix-remove-duplicate-dart-216-runtime-template
...
Remove duplicate dart-2.16 runtime template
2024-11-14 12:33:33 -08:00
fogelito
7e7a4658cd
revert lock
2024-11-14 14:20:28 +02:00
fogelito
abf97e391e
formatting
2024-11-14 14:19:33 +02:00
fogelito
d8799e5a9c
Remove comment
2024-11-14 14:13:28 +02:00
fogelito
217e471a41
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into unset-index-length
2024-11-14 14:12:03 +02:00
fogelito
72e491ac69
Remove unsetting index length for strings
2024-11-14 14:11:36 +02:00
Jake Barnby
bdb0b188ef
Merge pull request #8971 from appwrite/fix-alter-attributes
...
Fix Patch attribute
2024-11-14 20:55:59 +13:00
Jake Barnby
191f884772
Merge pull request #8959 from appwrite/fix-send-migration-errors-individually
...
Send migration errors individually
2024-11-14 19:57:27 +13:00
Steven Nguyen
45f85d6b4d
fix: remove duplicate dart-2.16 runtime template
2024-11-13 11:30:48 -08:00