1
0
Fork 0
mirror of synced 2024-08-30 01:12:44 +12:00
Commit graph

18873 commits

Author SHA1 Message Date
Jake Barnby
f2cdd9cc1d
Merge pull request #7825 from appwrite/chore-update
Update db
2024-03-13 19:10:07 +01:00
Jake Barnby
310aa56e5d
Update db 2024-03-13 19:08:07 +01:00
Jake Barnby
5c0df92346
Merge pull request #7818 from appwrite/fix-exception-wrap-order
Fix exception wrap order
2024-03-13 12:46:41 +01:00
Jake Barnby
a4bdf63afd
Fix exception wrap order of operations 2024-03-13 12:41:55 +01:00
Eldad A. Fux
993c9df840
Merge pull request #7808 from appwrite/escape-function-build-command
Escape function build command
2024-03-13 01:21:11 +01:00
Steven Nguyen
b4c065a342
Escape function build command
The extra trim is neded to because the extra quotes interfere with
additional operations in the executor/orchestration library.
2024-03-13 01:03:51 +01:00
Jake Barnby
267f6bc752
Merge pull request #7787 from appwrite/fix-query-exceptions
Fix database exception wrapping
2024-03-12 10:17:10 +01:00
Jake Barnby
a1d86c9b3f
Switch over errors 2024-03-11 16:11:37 +01:00
Jake Barnby
550837b572
Pass through query exception message 2024-03-11 13:46:02 +01:00
Jake Barnby
22b3ea7e8d
Catch auth fixes 2024-03-11 13:03:30 +01:00
Jake Barnby
cea4e0d8b6
Wrap all db exceptions in error handler 2024-03-11 12:54:42 +01:00
Christy Jacob
f482d96225
Merge pull request #7784 from appwrite/feat-cloud-log-400
Upload 400s to separate error logger
2024-03-11 15:47:53 +05:30
Bradley Schofield
9c100758de Update general.php 2024-03-11 10:29:57 +01:00
Bradley Schofield
15a6c510a0 Upload 400s to separate error logger 2024-03-11 10:23:52 +01:00
Christy Jacob
45092a1049
Update docker-compose.yml 2024-03-01 22:10:25 +05:30
Christy Jacob
868bba52aa
Update app/init.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2024-03-01 22:05:42 +05:30
Christy Jacob
0b4716721d chore: update composer 2024-03-01 16:16:29 +00:00
Christy Jacob
2ffcb9b07e Merge branch 'main' of https://github.com/appwrite/appwrite into refactor-usage-sn 2024-03-01 16:08:03 +00:00
Christy Jacob
d91f6960f7
Merge pull request #7661 from appwrite/chore-usage-queue-health
usage/usage-dump queue health endpoints
2024-03-01 21:25:02 +05:30
Torsten Dittmann
3542d360b0
Merge pull request #7698 from appwrite/update-error-message
chore: update error types for create account endpoints
2024-03-01 14:03:49 +01:00
Torsten Dittmann
9a821e250f
Merge pull request #7697 from appwrite/chore-sync-1.4.x-into-main
Chore sync 1.4.x into main
2024-03-01 13:59:33 +01:00
Christy Jacob
d1715e3bf4 chore: update tests 2024-03-01 12:50:11 +00:00
Christy Jacob
c8a3b709ee chore: update error types for create account endpoints 2024-03-01 07:37:31 +00:00
Steven Nguyen
fed197a313
Merge branch '1.4.x' into chore-sync-1.4.x-into-main 2024-02-29 21:53:39 +00:00
Christy Jacob
ec85ec9f2a
Merge pull request #7692 from appwrite/deletes-queue-retry
adding limit to queue retry
2024-02-29 00:47:09 +05:30
shimon
1a59361200 adding limit to queue retry 2024-02-28 21:15:59 +02:00
shimon
658396b4a8 adding limit to queue retry 2024-02-28 21:09:10 +02:00
shimon
53438accce adding limit to queue retry 2024-02-28 21:01:42 +02:00
shimon
84f47dc1d2 adding limit to queue retry 2024-02-28 20:21:35 +02:00
Christy Jacob
1538f78c18
Merge pull request #7672 from appwrite/fix-error-code
Change status code from 503 to 403
2024-02-28 10:41:19 +05:30
Christy Jacob
6acf6adf99
Merge pull request #7674 from appwrite/feat-add-ssl-to-smtp
Allow ssl along with tls in custom smtp
2024-02-28 10:40:49 +05:30
Khushboo Verma
af3d6b2308 Allow ssl along with tls in custom smtp 2024-02-26 20:40:41 +05:30
Khushboo Verma
260928942b Update tests 2024-02-26 17:58:57 +05:30
Khushboo Verma
bbcb5e8a6e Change status code from 503 to 403 2024-02-26 17:41:19 +05:30
Christy Jacob
03d6eb7401
Merge pull request #7669 from appwrite/main
Sync main
2024-02-26 17:39:33 +05:30
Jake Barnby
821e323a40
Merge pull request #7648 from UtkarshAhuja2003/fix-7587-list-api-select
[Fix]: Remove internal attributes on select query
2024-02-26 18:33:36 +13:00
navjotNSK
cab2233816 Formatting 2024-02-25 20:24:36 +01:00
navjotNSK
3a8c5a2e65 Default value added for name 2024-02-25 20:24:36 +01:00
Utkarsh Ahuja
faeb9aa8d4 tests: internal id in query select 2024-02-25 14:22:12 +00:00
shimon
92dfe93033 Merge branch 'main' of github.com:appwrite/appwrite into chore-usage-queue-health 2024-02-25 10:32:02 +02:00
Torsten Dittmann
3a524c24d9
Merge pull request #7656 from appwrite/fix-function-id-2
Fix-function-id-2
2024-02-24 19:32:24 +01:00
Eldad Fux
b78725e650 Hide error messages from HTML templates 2024-02-24 19:12:27 +01:00
Eldad Fux
e7a847a417 Fixed ID class namespace 2024-02-24 19:01:00 +01:00
Christy Jacob
0ad44ceb94
Merge pull request #7654 from appwrite/lohanidamodar-patch-3
Fix return
2024-02-24 20:49:37 +05:30
Damodar Lohani
9fe0a5a31b
Update Mail.php 2024-02-24 21:03:18 +05:45
Christy Jacob
07f7271c51
Merge pull request #7653 from appwrite/fix-mail-reset-attachment
Fix mail reset attachment
2024-02-24 20:29:41 +05:30
Damodar Lohani
d91a0e3048 reset variables 2024-02-24 14:56:53 +00:00
Damodar Lohani
ea484e593b format 2024-02-24 14:49:17 +00:00
Damodar Lohani
ca1c83c2cf method to reset attachment 2024-02-24 14:33:38 +00:00
Utkarsh Ahuja
8c4473932f fix: list api select query 2024-02-24 10:55:33 +00:00