aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
| * Impelemented creating posts in feedSyndamia2021-01-314-4/+53
| * Fixed getting of feed postsSyndamia2021-01-311-6/+10
| * Added roles and friends to user model; updating now sends user's roles and fr...Syndamia2021-01-315-9/+36
| * Slightly improved logic for showing "None" in language and technologies field...Syndamia2021-01-312-6/+2
| * Moved language and technology class out of user modelSyndamia2021-01-316-13/+19
* | Username added to JWT; Promotion to Admin fixedtranstrike2021-01-3154-305/+1408
|\|
| * Improved scrolling in profile pageSyndamia2021-01-301-1/+1
| * Added a message to user profiles, when the user hasn't posted anythingSyndamia2021-01-303-1/+13
| * Added a message in feed when none of your friends have posted anythingSyndamia2021-01-303-1/+17
| * Fixed "Cannot read property 'hideMsg' of undefined" profile settings page errorSyndamia2021-01-301-2/+2
| * Implemnted ability to click on user profile in post and get redirected to the...Syndamia2021-01-303-2/+11
| * Fixed posts array in feed componentSyndamia2021-01-301-2/+2
| * Fixed profile posts not loading on certain accounts; fixed time at which the ...Syndamia2021-01-301-3/+5
| * Implemented feed service to get the feed; the posts in the feed page are now ...Syndamia2021-01-304-13/+46
| * Fixed ordering of posts in feed repositorySyndamia2021-01-301-2/+6
| * Angular post model contains creator info; posts now load their creator's data...Syndamia2021-01-305-19/+47
| * Finished implementation of service read post mappingSyndamia2021-01-301-4/+3
| * Made user page posts dynamicSyndamia2021-01-304-6/+45
| * Made post component slightly more dynamic (postId, message and timeSyndamia2021-01-305-5/+83
| * Made feed methods Post, from Get, because get requests mustn't have a bodySyndamia2021-01-301-2/+2
| * Fixed authorization requiremenets for geting user postsSyndamia2021-01-301-0/+1
| * Fixed GetUserPosts implementationSyndamia2021-01-305-1/+40
| * Editing user languages and technologies supports having multiple spaces anywh...Syndamia2021-01-301-2/+6
| * Fixed successbar error in consoleSyndamia2021-01-301-1/+4
| * Made profile editing of languages and technologies in profile settings page l...Syndamia2021-01-304-18/+60
| * Fixed comment and post getting and updatingSyndamia2021-01-302-0/+48
| * Added cloud implementation migrationSyndamia2021-01-303-7/+716
| * Separated comment models, controler and service from post'sSyndamia2021-01-3026-172/+291
* | User - Friend relation inital fixtranstrike2021-01-3013-22/+1654
* | IDFKtranstrike2021-01-3022-3171/+189
|/
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-296-36/+238
|\
| * Implemented functionality for modifying languages and technologies in the use...Syndamia2021-01-293-6/+145