aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added page titles to components that needed itSyndamia2021-02-015-10/+20
* Implemented creation of comments in post pageSyndamia2021-02-012-7/+38
* Fixed service comment mappingSyndamia2021-02-011-3/+3
* Implemented angular comments; post now contains his comments; comments of a p...Syndamia2021-02-0112-12/+320
* Implemented deleting posts and users in admin panelSyndamia2021-02-012-4/+102
* Implemented deleting post in post-pageSyndamia2021-02-012-3/+22
* Very mintor improvements over code in feed and login componentsSyndamia2021-02-012-15/+17
* Fully impelemented technology modifying in admin panelSyndamia2021-02-013-13/+140
* Added an admin panel, that can be accessed by admin users; implemented modify...Syndamia2021-02-019-1/+325
* Tech & Lang read models return idstranstrike2021-02-017-18/+20
* Post returns file urlstranstrike2021-02-015-5/+10
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-3112-28/+126
|\
| * Implemented edit post button functionality; fixed edit and create post reques...Syndamia2021-01-314-19/+87
| * Added edit and delete buttons to post page (when you are viewing your own pos...Syndamia2021-01-315-9/+25
| * Angular token service now can extract the username from jwtSyndamia2021-01-312-0/+10
| * Fixed post updateSyndamia2021-01-311-0/+4
* | Fixed comment editingtranstrike2021-01-311-0/+1
|/
* Redone migrationstranstrike2021-01-314-685/+3
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-310-0/+0
|\
| * Fixed user serviceSyndamia2021-01-312-2/+2
* | Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts...transtrike2021-01-3115-71/+54
* | Fixed mappingtranstrike2021-01-311-2/+8
|/
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-3138-302/+478
|\
| * Added the loading component to postsSyndamia2021-01-311-0/+2
| * Added a "Back to feed" button to post pageSyndamia2021-01-313-0/+18
| * Implemented post page; when you click on a posts's message or timestamp, you'...Syndamia2021-01-318-5/+47
| * Fixed global spacing of user-language and user-technology classes when there ...Syndamia2021-01-312-7/+2
| * Fixed wraping of technologies and languages in profile pageSyndamia2021-01-311-0/+1
| * Fixed post creating input field vertical alignment and fixed word break on po...Syndamia2021-01-312-0/+3
| * Fixed rating alignment, when a post is longSyndamia2021-01-311-1/+2
| * Simplified goback functinality of profile and profile-settings componentsSyndamia2021-01-313-14/+2
| * Quick fix of feed component html having a bad comment element and user servic...Syndamia2021-01-312-2/+2
| * Severely improved angular code consistency; moved (session) token logic in it...Syndamia2021-01-3122-266/+310