Commit graph

1656 commits

Author SHA1 Message Date
Jake Barnby
b3170df23e
Update console 2025-05-18 23:23:29 +12:00
Steven Nguyen
516702e901
fix: prevent appwrite-task-stats-resources from crashing
Remove the volume mounts meant for local development from the prod
docker-compose file.

Also, ensure the container restarts automatically if it crashes just
like all the other containers.
2025-05-17 13:27:31 -07:00
Jake Barnby
173486bdef
Sync to install compose 2025-05-18 02:43:32 +12:00
Matej Bačo
af0c872999 Merge branch '1.6.x' into 1.7.x 2025-05-13 10:11:39 +02:00
Chirag Aggarwal
fea58c2bc9 refactor: maintenance task to run at a specific time 2025-05-08 07:49:27 +00:00
Matej Bačo
d8103cb57e Merge branch '1.7.x' into 1.6.x 2025-04-25 12:18:04 +02:00
Khushboo Verma
9c2064a5ce dynamic urls 2025-04-22 16:52:29 +05:30
Khushboo Verma
8bd89441a4 Add png logo 2025-04-22 16:41:22 +05:30
Khushboo Verma
cda521a5d9 Add favicon 2025-04-20 15:52:29 +05:30
Matej Bačo
87d14a88d2 AI-recommended changes 2025-04-16 12:45:58 +02:00
Matej Bačo
733e0498a7 AI-recommended changes 2025-04-16 11:50:42 +02:00
Matej Bačo
e48fadf9fd PR review changes 2025-04-16 10:43:02 +02:00
Matej Bačo
e53ec21a2c Improve copy 2025-04-15 15:17:43 +02:00
Matej Bačo
dbe42beb45 Improve tests 2025-04-15 14:16:04 +02:00
Khushboo Verma
0fc41b27ee Dark theme for trace error page 2025-04-15 10:48:25 +00:00
Matej Bačo
60fafe8feb PR review changes 2025-04-15 11:40:32 +02:00
Matej Bačo
84ec907a47 Merge branch 'feat-sites' into feat-update-error-pages 2025-04-14 14:17:32 +02:00
Damodar Lohani
5f6e65c1aa
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump 2025-04-13 09:47:45 +05:45
Chirag Aggarwal
1dd0b419c5 chore: update console 2025-04-11 15:32:03 +00:00
Khushboo Verma
d733e8b75f Add trace button 2025-04-10 16:39:37 +05:30
Steven Nguyen
49ab765ee8
Bump console to version 5.2.56 2025-04-09 17:02:24 -07:00
Khushboo Verma
98a5294709 Handle route_not_found 2025-04-09 23:35:08 +05:30
Khushboo Verma
83401c1004 Add metadata to buttons 2025-04-09 10:13:54 +05:30
Matej Bačo
d205ea61c1 Separate function & site timeout 2025-04-08 12:23:43 +02:00
Matej Bačo
8e32ef1851 Merge branch '1.7.x' into feat-sites 2025-04-08 10:41:39 +02:00
Khushboo Verma
ea1fc208e1 Add tests for no active deployments 2025-04-07 14:38:06 +05:30
Khushboo Verma
e718f4252f Add test for canceled deployment error 2025-04-07 12:56:51 +05:30
Khushboo Verma
8139ec0d6f Add more error pages 2025-04-03 18:49:41 +05:30
Khushboo Verma
c684d0a2cd Enhance error pages 2025-04-02 23:59:43 +05:30
Damodar Lohani
f4d01f4c37 fix: remove stats usage dump worker from docker 2025-03-27 08:36:52 +00:00
Matej Bačo
70fbf69c56 Fix fonts 2025-03-26 14:38:27 +01:00
Chirag Aggarwal
13750f7dbd feat: introduce new env 2025-03-21 07:42:10 +00:00
Matej Bačo
cb85cfc5d9 Merge branch '1.7.x' into feat-sites 2025-03-20 16:42:36 +01:00
shimon
e6e7c5c816 revert 2025-03-18 21:44:34 +02:00
shimon
e9841e53b9 revert 2025-03-18 21:40:46 +02:00
shimon
6eff011100 Merge branch '1.6.x' of github.com:appwrite/appwrite into updates-projects-regions
# Conflicts:
#	app/views/install/compose.phtml
2025-03-17 13:29:22 +02:00
Matej Bačo
91dd4c9c6f Merge branch '1.7.x' into feat-sites 2025-03-17 11:47:22 +01:00
Matej Bačo
cbdd344490 Remove framework env var 2025-03-17 11:21:52 +01:00
Steven Nguyen
063c2be38f
Merge pull request #9495 from appwrite/chore-bump-console-5.2.53
Bump console to version 5.2.53
2025-03-14 16:35:22 -07:00
Steven Nguyen
7402145c9d
Bump console to version 5.2.53 2025-03-12 15:22:43 -07:00
Steven Nguyen
f6b5deda6d
fix: add missing _APP_EMAIL_CERTIFICATES env var to deletes worker
The deletes worker uses the certificates resource to delete
certificates, but the certificates resource requires the
_APP_EMAIL_CERTIFICATES env var to be set or it will throw an exception
and not process any delete jobs. This commit adds the missing env var
to the deletes worker.

Also add _APP_SYSTEM_SECURITY_EMAIL_ADDRESS as a fallback.
2025-03-07 12:46:14 -08:00
shimon
2a5b3317bf update region 2025-03-04 11:36:45 +02:00
Matej Bačo
1e111294df Merge branch 'feat-sites' into feat-spa 2025-02-25 17:57:14 +01:00
Matej Bačo
3932b8bdc1 Merge branch '1.7.x' into feat-sites 2025-02-19 12:54:05 +01:00
Chirag Aggarwal
9ebb4b9626
Merge branch '1.6.x' into pla-2428 2025-02-14 09:04:30 +05:30
Damodar Lohani
59516408af revert env update 2025-02-09 05:15:26 +00:00
Matej Bačo
21c224709f Finish SPA integration 2025-02-08 10:36:11 +01:00
Chirag Aggarwal
20c01d0e73 chore: added env variable to compose.phtml 2025-02-07 07:57:29 +00:00
Damodar Lohani
3e778c0094 update environment variable 2025-02-05 09:53:23 +00:00
Matej Bačo
f9430d4d20 Merge branch '1.6.x' into fix-site-tests 2025-02-03 10:05:30 +01:00