aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Slightly limited file uploading in profile picture update to only imagesSyndamia2021-02-041-1/+1
| | | * Improved handling and detection of file types in post attachmentsSyndamia2021-02-042-3/+5
| | | * Improved handling of creating posts in feedSyndamia2021-02-041-0/+4
| | | * Added the admin panel to profile settings page; moved where isAdminUser is ch...Syndamia2021-02-043-1/+9
| | | * Fixed default picture url on user registerSyndamia2021-02-041-1/+1
| | * | Fixed service layer tests (again)Danail Dimitrov2021-02-048-414/+453
| | |/
| * / Added recommended extension for VS Codetranstrike2021-02-051-1/+10
| |/
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-02-034-1/+76
| |\
| | * Post Editing preserves Post's commentstranstrike2021-02-033-0/+15
| | * Added some information on setting up the project in READMEKamen Mladenov2021-02-031-1/+61
| * | za vikoDanail Dimitrov2021-02-032-25/+49
| |/
| * Implemented adding and removing friends from user interfaceSyndamia2021-02-034-5/+103
| * Finished implementation of feedSyndamia2021-02-033-4/+13
| * Fixed going back to profile buttonSyndamia2021-02-031-1/+1
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-0332-26/+973
| |\
| | * Implemented profile picture updating in profile settingsSyndamia2021-02-035-5/+97
| | * Fixed post page loading, when there are no attachmentsSyndamia2021-02-031-1/+6
| | * Fixed profile picture in front-end modelSyndamia2021-02-035-12/+12
| | * Made profile picture data model implement it's interfaceSyndamia2021-02-031-1/+2
| | * Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-0322-8/+857
| * | Added Include in the Queriestranstrike2021-02-032-4/+8
| |/
| * User-Friends Relation Fixedtranstrike2021-02-0320-70/+2659
| * Implemented loading screen in post pageSyndamia2021-02-022-1/+10
| * Proper file names are now shown in posts and post edit pageSyndamia2021-02-023-1/+7
| * Finished implementation of post updating in UISyndamia2021-02-022-15/+18
| * Fixed post files updating in apiSyndamia2021-02-022-3/+4
| * Improved handling of attachment (file) names in post page and feedSyndamia2021-02-023-3/+2
| * Implemented ui for editing a post's files; waiting for api request to be fixedSyndamia2021-02-027-44/+137
| * Implemented UI that shows a post's attachments; updated post model to contain...Syndamia2021-02-029-4/+154
| * Finished implementation of file uploading on post creating; post service can ...Syndamia2021-02-024-6/+9
| * Added design and very small part of functionality for file uploading when cre...Syndamia2021-02-023-20/+119
| * Fixed admin panel showing in other user's profile pagesSyndamia2021-02-021-1/+1
| * Implemented comment page from which you can view and update a comment; clicki...Syndamia2021-02-026-1/+138
| * Fixed update comment web model and update methodSyndamia2021-02-022-3/+4
| * Fixed button sizing in post pageSyndamia2021-02-021-1/+1
| * Improved how post page handles user that isn't logged inSyndamia2021-02-022-3/+17
| * Added a comment count indicator in postsSyndamia2021-02-023-3/+27
| * Fixed comment array in post modelSyndamia2021-02-024-9/+12
| * Fixed comment order when getting a postSyndamia2021-02-021-0/+5
| * Added a back to profile button to post pageSyndamia2021-02-022-0/+5
| * Fixed mapping in FeedServicetranstrike2021-02-012-2/+9
| * Added a workaround for not all posts loading on a very tall screenSyndamia2021-02-011-0/+1
| * Cleaned Feed Servicetranstrike2021-02-011-6/+0
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-012-6/+20
| |\
| | * Scrolling to the bottom of a user's page loads more of his postsSyndamia2021-02-012-6/+20
| * | Removed empty feed; Added mapping from List<Post> to ReadPageServiceModeltranstrike2021-02-013-15/+12
| |/
| * GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-017-6/+33
| * Read Post returns Comments as Idstranstrike2021-02-013-4/+8
| * Commented out implementation of Rating; Bug fixestranstrike2021-02-0141-116/+5044
| * Implemented comment deletion in admin panel; Fixed some missing importsSyndamia2021-02-015-6/+25