aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive-Angular ↵Danail Dimitrov2021-03-1434-351/+216
| | |\ | | |/ | |/| | | | into rating_system
| * | Removed unused app-shell componentSyndamia2021-03-144-41/+0
| | |
| * | Removed e2e testsSyndamia2021-03-144-84/+0
| | |
| * | Fixed settings page having an outdated link and routing user to outdated ↵Syndamia2021-03-141-0/+6
| | | | | | | | | | | | profile page when changing username
| * | Merge pull request #1 from Team-Kaleidoscope/code-refactorKamen Mladenov2021-03-1423-224/+208
| |\ \ | | | | | | | | Code refactor
| | * | Fixed model imports of post and user modelscode-refactorSyndamia2021-03-142-6/+6
| | | |
| | * | Fixed includes (for models) of all componentsSyndamia2021-03-149-18/+18
| | | |
| | * | Renamed all models to have proper naming (from model-name.ts to ↵Syndamia2021-03-1413-7/+7
| | | | | | | | | | | | | | | | model-name.model.ts), updated includes of services
| | * | Moved a nested http request in profile component to it's own methodSyndamia2021-03-141-8/+12
| | | |
| | * | Removed unnecessary getters for form group controls from login and register ↵Syndamia2021-03-142-29/+1
| | | | | | | | | | | | | | | | components
| | * | Updated profile and profile-setting's subscriptions to use an observer objectSyndamia2021-03-142-47/+49
| | | |
| | * | Update post and post-page's subscriptions to use an observer objectSyndamia2021-03-142-22/+22
| | | |
| | * | Updated login and register's subscriptions to use an observer objectSyndamia2021-03-142-8/+8
| | | |
| | * | Updated feed's subscriptions to use an observer objectSyndamia2021-03-141-12/+12
| | | |
| | * | Updated comment and comment-page's subscriptions to use an observer objectSyndamia2021-03-142-16/+16
| | | |
| | * | Updated admin-panel-page's subscriptions to use an observer objectSyndamia2021-03-141-55/+61
| |/ /
| | * fixed rating not beeing highlighted on init and and added capability of ↵Danail Dimitrov2021-03-144-16/+12
| | | | | | | | | | | | rating to handle multiple posts
| | * fixed a bug when rating should be deletedDanail Dimitrov2021-03-142-1/+1
| | |
| | * added functionality to highlight buttons on initDanail Dimitrov2021-03-143-2/+22
| | |
| | * Updated the highlight functionalityrating_systemDanail Dimitrov2021-03-132-5/+8
| | |
| | * added functionality to hightlit the rating button clicked by the userDanail Dimitrov2021-03-133-5/+16
| | |
| | * improved rating systemDanail Dimitrov2021-03-133-28/+7
| | |
| | * adding downVote functionalityDanail Dimitrov2021-03-132-40/+35
| | |
| | * upVote functionality is finishedDanail Dimitrov2021-03-135-26/+66
| | |
| | * adding functionality to get rating by userid and postId in rating serviceDanail Dimitrov2021-03-122-0/+16
| | |
| | * adding downVote functionalityDanail Dimitrov2021-03-126-8/+61
| | |
| | * added upvote post functionalityDanail Dimitrov2021-03-116-3/+37
| | |
| | * Post rating shows current rating(not static number)Danail Dimitrov2021-03-115-4/+18
| | |
| | * starting development of rating systemDanail Dimitrov2021-03-069-7/+1056
| |/
| * Fixed weird styling that survived from footerSyndamia2021-03-061-5/+0
| |
| * Reverted footerSyndamia2021-03-0613-700/+151
| |
| * Fixed file upload button being show on other browsersSyndamia2021-03-041-1/+7
| |
| * Made file input hide it's button part of the global stylingSyndamia2021-03-043-9/+5
| |
| * Fixed file upload button being visible on FireFoxSyndamia2021-03-041-1/+2
| |
| * Fixed sizing twitch of input fields on non-chromium based browsers (FireFox)Syndamia2021-03-043-9/+9
| |
| * Fixed styling of input fields on non-chromium based browser (FireFox)Syndamia2021-03-042-43/+32
| |
| * Added back theme.scss, as it gave build errorsSyndamia2021-03-041-0/+14
| |
| * Footer added; Pages fucked upfootertranstrike2021-02-2515-213/+755
| |
| * Code workspace added for VS Code supporttranstrike2021-02-251-0/+17
| |
| * Removed unnecessary variables from request subscriptionsSyndamia2021-02-256-39/+31
| |
| * Fixed unecessary max-width of 98% on submit buttons in post and comment pagesSyndamia2021-02-252-3/+0
| |
| * Made posts not update at all of the new message is blank (to be consistent ↵Syndamia2021-02-251-5/+2
| | | | | | | | with comment page)
| * Editing comment message has the current message by default, if the message ↵Syndamia2021-02-251-1/+3
| | | | | | | | isn't changed, the comment doesn't get updated
| * Brought back editorconfig from api (removed C# specifics)Syndamia2021-02-251-0/+32
| |
| * Editing post message has the current message by default and doesn't update ↵Syndamia2021-02-251-8/+12
| | | | | | | | if the message isn't changed
| * Reverted mark elements to divs, because mark has a style alreadySyndamia2021-02-253-14/+14
| |
| * Fixed login page HTMLSyndamia2021-02-241-1/+1
| |
| * Improved semantics of logn and register pagesSyndamia2021-02-242-32/+32
| |
| * Improved semantics of admin panel, loading page and not-found pageSyndamia2021-02-243-12/+12
| |
| * Removed useless componentSyndamia2021-02-243-32/+0
| |