1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
Commit graph

216 commits

Author SHA1 Message Date
Torsten Dittmann 87b8fc3c41 feat: event classes for different cases 2022-04-13 14:39:31 +02:00
Christy Jacob 0feb4a1008 feat: added comment about rethrowing PDO exception 2022-03-19 02:58:54 +04:00
Christy Jacob 137ec1631b feat: added comment about rethrowing PDO exception 2022-03-19 02:57:50 +04:00
Christy Jacob 1aa0be51bd
Merge pull request #2964 from appwrite/fix-double-event-log
Fix PDOException double event log
2022-03-18 23:47:49 +04:00
Bradley Schofield 5a6c419194 Move PDO throw to above logger 2022-03-18 12:18:32 +00:00
Bradley Schofield 8c984a555f Add a 'detailedTrace' extra for the logger library 2022-03-18 10:05:38 +00:00
Christy Jacob 5958bdd2dc feat: print correct error messages 2022-03-01 20:16:42 +04:00
Christy Jacob 0e18469000 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-update-request-filters 2022-03-01 18:55:59 +04:00
Christy Jacob 279240d918
Merge pull request #2819 from appwrite/update-response-filters
Update response filters ready for 0.13
2022-03-01 18:20:09 +04:00
Christy Jacob 1490b7353c feat: print correct error messages 2022-03-01 18:19:47 +04:00
Christy Jacob 8406b973f5 feat: update order of request filters 2022-03-01 16:52:38 +04:00
Christy Jacob 22ca8fc8c6 feat: add missing response models 2022-03-01 14:59:24 +04:00
Christy Jacob fd079d8fb7 Merge branch '0.13.x' of github.com:appwrite/appwrite into update-response-filters 2022-03-01 14:07:22 +04:00
Bradley Schofield 9cc67066ce address Comments 2022-02-28 20:55:18 +00:00
Bradley Schofield e24fb55f68 Address Comments 2022-02-28 20:54:20 +00:00
Bradley Schofield 22640b31b4 Merge branch 'feat-functions-refactor' into feat-update-request-filters 2022-02-28 09:46:32 +00:00
Matej Baco c240f88bdd Fix from main branch 2022-02-26 09:42:54 +01:00
Bradley Schofield 61d7e8634c Update Request Filters 2022-02-24 09:57:56 +00:00
Bradley Schofield e91c6a71b2 Update response filters for 0.13 2022-02-22 16:43:32 +00:00
Christy Jacob da7512e050 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-17 02:25:29 +04:00
Damodar Lohani 353b92f2c6 Merge branch '0.13.x' into feat-storage-buckets 2022-02-15 03:42:28 +00:00
Christy Jacob 5fee7378ad feat: add test for error message 2022-02-13 13:12:16 +04:00
Matej Baco db7ebbd009 Update to new utopia framework validators 2022-02-11 09:44:04 +01:00
Matej Baco 0b75e081e5 Merge branch 'master' into fix-acme-path 2022-02-11 09:23:53 +01:00
Damodar Lohani d73d3015eb Merge branch 'master' into feat-storage-buckets 2022-02-10 01:20:16 +00:00
Christy Jacob cb922827a4 feat: update cursor errors 2022-02-09 03:08:23 +04:00
Christy Jacob 661630c1c6 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-08 20:56:03 +04:00
Christy Jacob 073ab5565f feat: rename default to unknown 2022-02-08 02:17:23 +04:00
Christy Jacob 44f7d85a64 feat: handle utopia exceptions 2022-02-07 02:55:53 +04:00
Christy Jacob 847abadd39 feat: add type attribute to returned error 2022-02-07 01:46:47 +04:00
Christy Jacob 30c5d3c264 feat: use general server errors in general API controller 2022-02-07 01:27:16 +04:00
Christy Jacob b16faed83a feat: update error codes in users API 2022-02-06 16:49:01 +04:00
Matej Baco 3293d15eff Cleanup 2022-01-31 16:07:07 +01:00
Matej Baco 4161a65e0b Path validator + tests 2022-01-31 16:04:30 +01:00
Damodar Lohani 0d51236f98 Merge branch 'master' into fix-cache 2022-01-26 13:53:18 +05:45
Damodar Lohani fb9a18700f update header 2022-01-24 15:36:30 +05:45
Damodar Lohani 7d7eb57fed fix header 2022-01-24 13:56:20 +05:45
Damodar Lohani fe885ca95c add missing headers 2022-01-23 12:14:50 +05:45
Torsten Dittmann d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00
Jake Barnby 4a2614ad05 Fix V08 response filter fallthrough 2022-01-18 17:39:47 +13:00
Damodar Lohani d20062f63a Merge branch 'feat-storage-buckets' into feat-large-file 2022-01-06 15:01:21 +05:45
Christy Jacob 2413a7fb42 fix: request and response filters 2022-01-04 16:30:50 +04:00
Matej Baco df9e064047 Fixed TODOs 2022-01-04 10:05:21 +01:00
Matej Baco a762fe7b3e Moved request format to app init 2022-01-02 16:19:27 +01:00
Matej Baco 924ea3a45a Added response models 2022-01-02 12:43:48 +01:00
Matej Baco 69b4d074f5 Migrated all imports to new request class 2021-12-31 16:50:07 +01:00
Matej Baco b703943b26 Merge branch 'feat-database-indexing' into feat-quest-filters 2021-12-31 16:48:52 +01:00
Matej Baco 1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Matej Baco ae4d02c0f0 Cleanup of POC 2021-12-31 09:40:35 +01:00
Matej Baco 592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00