| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Project Restructure P.1 | transtrike | 2021-02-13 | 58 | -2029/+0 |
| | | |||||
| * | Moved CloudinaryService to it's proper location | Syndamia | 2021-02-05 | 1 | -0/+0 |
| | | |||||
| * | Added a workaround for removing all friends | Syndamia | 2021-02-05 | 1 | -1/+4 |
| | | |||||
| * | Fixed user updating | Syndamia | 2021-02-05 | 1 | -3/+7 |
| | | |||||
| * | Fixed again user picture url on register | Syndamia | 2021-02-05 | 1 | -1/+2 |
| | | |||||
| * | Fixed getting feed | Syndamia | 2021-02-05 | 1 | -6/+4 |
| | | |||||
| * | Friends relation FUCKING FINALLY FIXED, NIGGA | transtrike | 2021-02-05 | 2 | -70/+49 |
| | | |||||
| * | Implemented post attachments, which move post file urls to their own table; ↵ | Syndamia | 2021-02-05 | 1 | -6/+21 |
| | | | | | updated post repository and post service to work with them (but didn't update service or web models) | ||||
| * | Adding CommentController tests | Danail Dimitrov | 2021-02-04 | 1 | -8/+8 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-02-04 | 4 | -5/+74 |
| |\ | |||||
| | * | Fixed user service JWT validation, that skipped role check if user is admin ↵ | Syndamia | 2021-02-04 | 1 | -3/+0 |
| | | | | | | | | | (meaning if a user is once an admin, their token will coninue to be valid, even if we removed their admin role) | ||||
| | * | Added some XML documentation to Service layer (where really needed) | Syndamia | 2021-02-04 | 4 | -1/+73 |
| | | | |||||
| | * | Fixed default picture url on user register | Syndamia | 2021-02-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed service layer tests (again) | Danail Dimitrov | 2021-02-04 | 2 | -2/+2 |
| |/ | |||||
| * | Post Editing preserves Post's comments | transtrike | 2021-02-03 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-02-03 | 7 | -3/+56 |
| |\ | |||||
| | * | Implemented profile picture table functionality; added models and interfaces ↵ | Syndamia | 2021-02-03 | 7 | -3/+56 |
| | | | | | | | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings | ||||
| * | | Added Include in the Queries | transtrike | 2021-02-03 | 1 | -4/+4 |
| |/ | |||||
| * | User-Friends Relation Fixed | transtrike | 2021-02-03 | 4 | -32/+53 |
| | | |||||
| * | Fixed comment order when getting a post | Syndamia | 2021-02-02 | 1 | -0/+5 |
| | | |||||
| * | Fixed mapping in FeedService | transtrike | 2021-02-01 | 1 | -2/+7 |
| | | |||||
| * | Cleaned Feed Service | transtrike | 2021-02-01 | 1 | -6/+0 |
| | | |||||
| * | Removed empty feed; Added mapping from List<Post> to ReadPageServiceModel | transtrike | 2021-02-01 | 3 | -15/+12 |
| | | |||||
| * | GetByUsername & GetById return post Ids; Read POst returns URLs | transtrike | 2021-02-01 | 3 | -1/+10 |
| | | |||||
| * | Read Post returns Comments as Ids | transtrike | 2021-02-01 | 2 | -1/+6 |
| | | |||||
| * | Commented out implementation of Rating; Bug fixes | transtrike | 2021-02-01 | 5 | -56/+101 |
| | | |||||
| * | Fixed service comment mapping | Syndamia | 2021-02-01 | 1 | -3/+3 |
| | | |||||
| * | Tech & Lang read models return ids | transtrike | 2021-02-01 | 4 | -3/+11 |
| | | |||||
| * | Post returns file urls | transtrike | 2021-02-01 | 4 | -3/+7 |
| | | |||||
| * | Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵ | transtrike | 2021-01-31 | 3 | -23/+30 |
| | | | | | Posts violate key in db | ||||
| * | Fixed mapping | transtrike | 2021-01-31 | 1 | -2/+8 |
| | | |||||
| * | Username added to JWT; Promotion to Admin fixed | transtrike | 2021-01-31 | 16 | -151/+228 |
| |\ | |||||
| | * | Finished implementation of service read post mapping | Syndamia | 2021-01-30 | 1 | -4/+3 |
| | | | |||||
| | * | Fixed GetUserPosts implementation | Syndamia | 2021-01-30 | 2 | -0/+25 |
| | | | |||||
| | * | Separated comment models, controler and service from post's | Syndamia | 2021-01-30 | 14 | -89/+191 |
| | | | |||||
| * | | User - Friend relation inital fix | transtrike | 2021-01-30 | 2 | -3/+11 |
| | | | |||||
| * | | IDFK | transtrike | 2021-01-30 | 4 | -0/+92 |
| |/ | |||||
| * | File Upload implemented; Post Layers adapted to File Uploading | transtrike | 2021-01-29 | 8 | -35/+138 |
| | | |||||
| * | GetUserPosts implemented | transtrike | 2021-01-29 | 2 | -1/+12 |
| | | |||||
| * | Fixed the return type of UserService.DeleteUser and refactored ↵ | Danail Dimitrov | 2021-01-28 | 2 | -4/+3 |
| | | | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully | ||||
| * | Adding UserService tests | Danail Dimitrov | 2021-01-28 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-01-28 | 2 | -0/+8 |
| |\ | |||||
| | * | Users with only the role User can now create comments and posts (while ↵ | Syndamia | 2021-01-28 | 2 | -0/+8 |
| | | | | | | | | | admins can't create them from other people's accounts) | ||||
| * | | Refactored tests after the boys broke them | Danail Dimitrov | 2021-01-28 | 1 | -1/+0 |
| |/ | |||||
| * | Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵ | Syndamia | 2021-01-28 | 1 | -6/+16 |
| | | | | | service to give Posts and Comments the post and creator objects from db | ||||
| * | Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵ | Danail Dimitrov | 2021-01-28 | 1 | -4/+6 |
| | | | | | no exception would be thrown when there are no posts to query | ||||
| * | Adding PostService tests | Danail Dimitrov | 2021-01-27 | 1 | -5/+6 |
| | | |||||
| * | Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology) | Danail Dimitrov | 2021-01-27 | 2 | -2/+2 |
| | | |||||
| * | Adding RoleRepository tests | Danail Dimitrov | 2021-01-27 | 1 | -3/+0 |
| | | |||||
| * | Fixed ChangeTracker; Optimized default role insertion | transtrike | 2021-01-26 | 2 | -1/+2 |
| | | |||||
