Николай weirdcat
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-29 20:57:43 +03:00
ed044590a0 feat: setup direct access to minio endpoint to images and avatars buckets through /s3/ path
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-28 01:41:09 +03:00
e15ee90a62 feat: Automatic creation of buckets and setting expiration rules
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-27 23:45:54 +03:00
fbe73e2a68 feat: bucket precreation for minioclient
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-26 22:23:53 +03:00
2809e1bd37 feat: enable minio ftp
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-23 21:12:30 +03:00
f08cb639a5 feat: added minio dependency
weirdcat created branch feat-s3 in weirdcat/easywish 2025-07-23 21:12:03 +03:00
weirdcat pushed to feat-s3 at weirdcat/easywish 2025-07-23 21:12:03 +03:00
f08cb639a5 feat: added minio dependency
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-23 17:47:07 +03:00
d14f90d628 feat: complete profile update and settings management
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-21 23:16:16 +03:00
f38af13dc1 feat: GetProfileByUsername implemented
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-20 21:39:28 +03:00
705b420b9e feat: implemented own profile getter;
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-19 23:24:01 +03:00
df54829a67 fix: change avatar upload response to JSON object with URL;
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-19 22:57:49 +03:00
f65439fb50 feat: fully implement profile controller;
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-19 11:44:23 +03:00
fc0c73aa5b feat: added go-automapper for mapping dtos;
weirdcat pushed to feat-profile_service at weirdcat/easywish 2025-07-18 21:08:28 +03:00
6f7d8bf244 refactor: updated profiles
6588190e8b refactor: renamed claims file;
Compare 2 commits »
weirdcat created branch feat-profile_service in weirdcat/easywish 2025-07-18 21:08:28 +03:00
weirdcat pushed to main at weirdcat/easywish 2025-07-17 23:15:21 +03:00
8f04566b5a chore: regenerated swagger;
weirdcat pushed to main at weirdcat/easywish 2025-07-17 22:39:21 +03:00
f2274f6c58 Merge pull request 'refactor-controllers' (#5) from refactor-controllers into main
feb0524d39 Merge pull request 'refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;' (#4) from fix-swaggo into refactor-controllers
f2753e1495 refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;
d6e2d02bff refactor: transitioned auth controller to use the new controller structure;
f9d7439def fix: Setup interface mismatch;
Compare 6 commits »
weirdcat merged pull request weirdcat/easywish#5 2025-07-17 22:39:20 +03:00
refactor-controllers
weirdcat created pull request weirdcat/easywish#5 2025-07-17 22:38:56 +03:00
refactor-controllers
weirdcat merged pull request weirdcat/easywish#4 2025-07-17 22:38:35 +03:00
refactor: declaring controller methods externally because the big idiot swaggo does not want to work unless the comments are attached to a gin handler func;