1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
Commit graph

157 commits

Author SHA1 Message Date
Bradley Schofield 29c30a361b Fix null warnings
- Fixed Avatars isset operator
- Added isset operator to openSSL data in files
- dns_get_record does not throw errors, instead it logs a warning and returns false. Altered code accordingly. PHP Bug Report: https://bugs.php.net/bug.php?id=73149
-
2022-11-09 11:45:15 +00:00
Christy Jacob 98724c2acd feat: update default avatars color 2022-09-09 15:09:04 +04:00
Bradley Schofield 9e0e2f8e77 Add Tests
+ Added Tests
+ Remove unneeded rand variable
2022-09-05 11:21:04 +01:00
Bradley Schofield 37530d30df Remove color param and fix bug 2022-09-05 10:36:01 +01:00
Bradley Schofield ea51786192 Modify profile images to suit new theme 2022-09-05 10:24:56 +01:00
shimon d1aa3fea4f sync with 0.16 2022-08-17 18:03:53 +03:00
shimon a2af9fef2d sync with 0.16 2022-08-17 17:57:56 +03:00
shimon 835ef0ffc1 small fix 2022-08-17 12:25:47 +03:00
shimon 9c68cff317 Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-file-cache-cleanup
 Conflicts:
	composer.json
	composer.lock
2022-08-17 11:16:09 +03:00
shimon df0bdeb8a3 some fixes 2022-08-15 16:55:11 +03:00
shimon ab27e0a74d some fixes 2022-08-14 18:01:34 +03:00
Christy Jacob a5bc0a61ca feat: exceptions on more files 2022-08-14 12:26:12 +05:30
shimon 45ad0f6bdf Reference comments 2022-07-30 22:10:30 +03:00
shimon 39d2f6b981 Reference comments 2022-07-30 21:55:36 +03:00
shimon 5511a93e9c Expires header returned to the endpoints 2022-07-28 18:24:18 +03:00
Bradley Schofield 96c6c0ff00 Migrate all exceptions to new signature 2022-07-26 15:24:32 +01:00
shimon d09bf306ce response changes 2022-07-26 15:50:33 +03:00
shimon 16ed2c1572 tidy up 2022-07-24 18:22:31 +03:00
shimon f214ead6f6 tidy up 2022-07-24 12:49:51 +03:00
shimon 64050337cf tidy up 2022-07-24 10:05:24 +03:00
shimon 02907f12f1 cache logic moved to api::init & api::shutdown 2022-07-23 20:42:42 +03:00
shimon 428adcf47f logger moved to App::shutdown 2022-07-09 21:30:01 +03:00
shimon 59627ea9ef logger moved to App::shutdown 2022-07-09 21:24:28 +03:00
shimon b2b2534dcc logger moved to App::shutdown 2022-07-07 18:06:05 +03:00
shimon a0cfc2110a logger moved to App::shutdown 2022-07-07 17:51:22 +03:00
shimon 56a21b3968 small fix 2022-07-05 10:37:46 +03:00
Shimon Newman 716c62ba8f
Update app/controllers/api/avatars.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-07-05 10:10:58 +03:00
shimon 7b429bdcd7 cache cleanup 2022-07-03 12:36:59 +03:00
Everly Precia Suresh c61dd1e261 remove unecessary semi colons 2022-05-31 14:24:01 +00:00
Everly Precia Suresh 19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Torsten Dittmann 3990ef7fa2 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x 2022-05-08 17:15:25 +02:00
Torsten Dittmann 773e6d0415 style: fix some styles 2022-05-08 17:10:56 +02:00
Everly Precia Suresh 5950289083 retrigger build 2022-05-02 18:30:13 +00:00
Everly Precia Suresh 03b28fdb91 refactor avatars.php 2022-05-02 18:06:12 +00:00
Matej Baco 69051a54f1 Update docs 2022-04-20 10:31:12 +02:00
Matej Baco 69a5dd886c Revert changes 2022-04-20 10:27:28 +02:00
Matej Bačo a1e53cd4e3 Properly crop images in avatars API 2022-04-12 11:36:03 +00:00
Damodar Lohani 53de779e89 Merge branch 'master' into 0.13.x 2022-02-22 06:43:07 +00:00
Torsten Dittmann 79c79cd96e fix: url scheme validation 2022-02-16 16:16:37 +01:00
Christy Jacob c1aed2b64b feat: use general server errors in avatars API 2022-02-07 00:38:14 +04:00
Christy Jacob 2c14abb143 feat: update error codes in the storage API 2022-02-06 18:32:28 +04:00
Christy Jacob 42fcb291d4 feat: update error codes in the avatars API 2022-02-06 18:21:03 +04:00
Christy Jacob f6599f545e feat: update error codes in the avatars API 2022-02-06 18:19:10 +04:00
Christy Jacob 534d541b1f feat: update error codes in the avatars API 2022-02-06 18:17:52 +04:00
Christy Jacob c7e1050ce5 feat: update error codes in the avatars API 2022-02-06 18:17:26 +04:00
Christy Jacob fd46cdc412 feat: update error codes in the accounts API 2022-02-06 18:16:14 +04:00
Christy Jacob bc3454928b feat: update error codes in the avatars API 2022-02-06 18:10:16 +04:00
Torsten Dittmann e2297da3da feat: add more arrow functions 2021-12-17 11:41:26 +01:00
Damodar Lohani 062e22a708 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-27 11:45:26 +05:45
Eldad Fux 13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
Damodar Lohani 7bf7300aba remove unused 2021-07-25 17:59:28 +05:45
Damodar Lohani 3a8487016c explode initials with _ as well 2021-07-25 17:58:49 +05:45
Eldad A. Fux 65f9c97e8a
Merge pull request #1094 from appwrite/fix-avatars-shared-cache
Fixed cached bug
2021-04-17 00:15:43 +03:00
Eldad Fux 293badbd90 Fixed cached bug 2021-04-16 22:04:42 +03:00
Eldad Fux ce8b3686d8 Replaced sdk.security with sdk.auth 2021-04-16 10:22:17 +03:00
Eldad Fux 7a0ff7699a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-jwt-support-for-sdks 2021-04-16 10:20:12 +03:00
Eldad Fux 8ea83b24c3 Added new JWT as SDK auth method 2021-03-29 00:22:12 +03:00
kodumbeats 07140bda5a Replace utopia libs with native validators 2021-03-24 13:47:43 -04:00
Damodar Lohani 04e2cf98fe integration utopia-php image library 2021-02-19 19:44:46 +05:45
Eldad Fux 71036ba85f Fixed resizing 2021-01-10 02:17:44 +02:00
Eldad Fux bdd04ce292 Fixed margin value, add png compression 2021-01-10 02:07:58 +02:00
Eldad Fux 9775db98b1 Updated avatars controller 2020-12-26 16:59:15 +02:00
Eldad Fux 90fa894a7e Updated routes labels 2020-11-12 00:02:02 +02:00
Eldad Fux afd20d96f8 Updated routes lables 2020-11-11 23:02:24 +02:00
Eldad Fux 07b79c3103 Updated docs 2020-10-29 15:50:49 +02:00
Eldad Fux f95a93f27f Fixed coding standards 2020-10-27 02:12:35 +02:00
Pedro Cisneros Santana c102bee5ec
Set output type to imagick 2020-10-26 22:08:47 +01:00
Eldad A. Fux 47c29e6c58
Merge branch '0.7.x' into 0.7.x 2020-10-26 22:37:02 +02:00
Pedro Cisneros Santana c286f23e1a Removed extra spaces 2020-10-26 19:14:04 +01:00
Pedro Cisneros Santana bff0e4db58 Bugs fixed
- Updated qrcode to v4.2
- Removed baconqrcode from composer
- Removed comments
- Fixed some indents
- Fixed the QR endpoint
2020-10-26 14:23:58 +01:00
Pedro Cisneros Santana f91a641032 Added QRCode dependency 2020-10-22 20:50:57 +02:00
Eldad Fux 95cafb9f1b Updated controllers and workers 2020-10-15 00:34:57 +03:00
Eldad Fux ca95ee803e Test preloading of all validators 2020-09-10 17:40:14 +03:00
Eldad Fux 77667be404 Changes all name attributes length to max
of 128 chars
2020-09-08 00:28:40 +03:00
Eldad Fux 57c4103d7d Fixed tests 2020-07-02 16:59:51 +03:00
Eldad Fux 7b361cce1e Fixed avatar service 2020-07-02 16:51:11 +03:00
Eldad Fux 43dbc10733 Updated Avatars output method 2020-07-02 16:43:31 +03:00
Eldad Fux 6824cf560f Added env vars and new request methods 2020-06-30 14:09:28 +03:00
Eldad Fux 3e808d3bf4 Removed global vars 2020-06-30 00:43:34 +03:00
Eldad Fux 655aecd29d Cleaned up globals 2020-06-28 22:28:18 +03:00
Eldad Fux 4f7d5aa132 Merge branch 'master' of github.com:appwrite/appwrite into remove-globals 2020-06-28 22:07:18 +03:00
Eldad Fux ed4ba66723 List Documents undefined behavior
Fixes #429
2020-06-28 21:35:03 +03:00
Eldad Fux 00e3632c59 Upgraded FW 2020-06-28 20:31:21 +03:00
Eldad Fux b41fe51c50 Added avatars to the config class 2020-06-27 08:36:22 +03:00
Eldad Fux ff6078fd7e Unified include calls 2020-06-25 22:53:36 +03:00
Eldad Fux 539ea96ca0 Adding group support, upgraded FW 2020-06-25 21:32:12 +03:00
Eldad Fux c7366c7453 Updated coding standards 2020-06-24 23:59:04 +03:00
Eldad Fux d17954d4fb Removed unsued var 2020-06-24 23:38:18 +03:00
Eldad Fux 2bc0bef105 Removed unwanted exit functions 2020-06-24 23:32:33 +03:00
Eldad Fux 2bc181a057 Fixed tests 2020-06-21 15:18:00 +03:00
Eldad Fux 1b549092c4 Added support for "loose" boolean in query strings 2020-06-21 14:56:42 +03:00
Eldad Fux 8c33a729bc Same for app directory 2020-06-20 14:20:49 +03:00
Eldad Fux ce3f2037a3 Changed font weight 2020-06-11 11:41:03 +03:00
Eldad Fux 8e47027c34 Removed 3rd party avatar services from the console 2020-06-10 00:31:15 +03:00
Eldad Fux 13bd66e502 Added initials route 2020-06-09 22:48:26 +03:00
Eldad Fux 8f23a80634 Fixed wrong SDK method type in avatars browser route 2020-05-25 06:36:10 +03:00
Eldad Fux d2bcbcb4da updated method types 2020-05-18 07:26:28 +03:00
Eldad Fux a9bfb8a7a9 New origin validator 2020-04-14 08:44:15 +03:00
Eldad Fux 586341b323 Added URL parsing lib 2020-04-08 16:38:36 +03:00
Eldad Fux 4548622386 Added config manager 2020-03-28 15:42:16 +03:00