Steven Nguyen and GitHub
98d78163a2
Bump console to version 5.2.25
2024-11-22 22:39:24 +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
Steven Nguyen and GitHub
54ec39f513
Merge pull request #9016 from appwrite/feat-safe-workers
...
Feat: Safe workers
2024-11-22 11:07:18 -08:00
Marton Schneider
3c1e422bb9
change the env var name from _APP_STORAGE_S3_ENDPOINT_URL to _APP_STORAGE_S3_ENDPOINT
2024-11-22 18:21:44 +01: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
Marton Schneider
4d90ff06fd
Merge remote-tracking branch 'upstream/main'
2024-11-22 18:16:44 +01:00
Matej Bačo
eee7d0422c
Fix paths
2024-11-22 15:45:28 +01:00
Matej Bačo
2fcfd1d7c9
Add safe workers
2024-11-22 13:57:42 +00:00
Matej Bačo
0d314c00a6
Add more defaults to frameworks
2024-11-22 14:55:52 +01:00
Matej Bačo
a5fc2e0ef7
Add missing frameworks
2024-11-22 14:15:37 +01:00
Matej Bačo
e168ab9ffc
Update default frameworks
2024-11-22 14:08:07 +01:00
Matej Bačo
644c18fc69
Update specs
2024-11-22 12:20:12 +01:00
Matej Bačo
57717f4690
Separate starter templates, add demo URLs
2024-11-22 12:19:59 +01:00
Matej Bačo
c46a9bdb45
Add all starters
2024-11-22 11:58:54 +01:00
Matej Bačo
d431b53434
Switch to official starter template for sites
2024-11-22 11:52:33 +01:00
Christy Jacob and GitHub
44a0469d18
Merge branch '1.6.x' into fix-team-invite-session-creation
2024-11-22 09:21:54 +01:00
Matej Bačo
18d9ebaab3
Add template fallback file
2024-11-21 21:43:06 +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 and Jake Barnby
d257fdb045
chore: remove redundant compression
2024-11-21 14:24:56 +13:00
Steven Nguyen and Jake Barnby
f6e7c12b02
Merge pull request #8922 from appwrite/lohanidamodar-patch-4
...
Improve compression param checks
2024-11-21 14:17:52 +13:00
Christy Jacob and Jake Barnby
908adebf74
Merge pull request #8964 from appwrite/debug-whitelist-console
...
debug: whitelist console
2024-11-21 14:11:20 +13:00
Christy Jacob and Jake Barnby
f490d4edaf
Merge pull request #8797 from appwrite/feat-migration
...
Feat migration
# Conflicts:
# composer.lock
2024-11-21 14:08:20 +13:00
Matej Bačo
40e343d17d
Fix response model missing fallbackFile
2024-11-20 15:02:26 +01:00
Matej Bačo
f6122157c7
Ensure latest specs after merges
2024-11-20 14:37:47 +01:00
Matej Bačo and GitHub
c509ec56bd
Merge branch 'feat-sites' into feat-add-fallbackFile-attribute
2024-11-20 14:33:19 +01:00
Matej Bačo
06224aa34e
formatting fix
2024-11-20 14:19:15 +01:00
Matej Bačo
4bcbd49d6d
Formatting fix
2024-11-20 14:18:43 +01:00
Matej Bačo and GitHub
09e2ded206
Merge branch 'feat-sites' into feat-add-fallbackFile-attribute
2024-11-20 14:14:28 +01:00
Matej Bačo and GitHub
4a8c063d51
Merge branch 'feat-sites' into chore-add-site-domains-var
2024-11-20 14:13:39 +01:00
Matej Bačo
2e9e6d38e2
Fix site URLs
2024-11-20 13:48:42 +01:00
Matej Bačo
53917d6d90
Update specs
2024-11-20 12:25:28 +01:00
Matej Bačo
d20714eed6
Merge branch 'feat-sites' into chore-add-site-domains-var
2024-11-20 12:21:13 +01:00
Matej Bačo
e3c4cdb040
Update template-runtimes.php
2024-11-20 12:10:09 +01:00
Matej Bačo
c8cf645414
Merge branch '1.6.x' into feat-sites
2024-11-20 12:07:13 +01:00
Khushboo Verma
aa47d9f07a
Add _APP_OPTIONS_FORCE_HTTPS to console vars
2024-11-20 16:12:35 +05:30
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
Khushboo Verma
00c6549610
Add _APP_DOMAIN_SITES to console variables
2024-11-20 14:44:22 +05:30
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 and GitHub
842e23220a
update project last activity on error hook
2024-11-19 07:51:50 +05:45
Khushboo Verma
43e2d7454a
Create preview url rule when deployment is created
2024-11-18 20:27:07 +05:30
Matej Bačo and GitHub
b2cd20bf29
Merge pull request #8934 from appwrite/fix-bandwidth-calculation
...
Fix: bandwidth calculation
2024-11-18 11:16:51 +01:00