index
:
IT-kariera/Team-Kaleidoscope/DevHive-Angular
click-sec-info
code-refactor
dev
footer
friends-update
main
major-redesign
profile-picture-update
rating_system
The front end of our DevHive Social Media
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Removed unused app-shell component
Syndamia
2021-03-14
4
-41
/
+0
*
|
Removed e2e tests
Syndamia
2021-03-14
4
-84
/
+0
*
|
Fixed settings page having an outdated link and routing user to outdated prof...
Syndamia
2021-03-14
1
-0
/
+6
*
|
Merge pull request #1 from Team-Kaleidoscope/code-refactor
Kamen Mladenov
2021-03-14
23
-224
/
+208
|
\
\
|
*
|
Fixed model imports of post and user models
code-refactor
Syndamia
2021-03-14
2
-6
/
+6
|
*
|
Fixed includes (for models) of all components
Syndamia
2021-03-14
9
-18
/
+18
|
*
|
Renamed all models to have proper naming (from model-name.ts to model-name.mo...
Syndamia
2021-03-14
13
-7
/
+7
|
*
|
Moved a nested http request in profile component to it's own method
Syndamia
2021-03-14
1
-8
/
+12
|
*
|
Removed unnecessary getters for form group controls from login and register c...
Syndamia
2021-03-14
2
-29
/
+1
|
*
|
Updated profile and profile-setting's subscriptions to use an observer object
Syndamia
2021-03-14
2
-47
/
+49
|
*
|
Update post and post-page's subscriptions to use an observer object
Syndamia
2021-03-14
2
-22
/
+22
|
*
|
Updated login and register's subscriptions to use an observer object
Syndamia
2021-03-14
2
-8
/
+8
|
*
|
Updated feed's subscriptions to use an observer object
Syndamia
2021-03-14
1
-12
/
+12
|
*
|
Updated comment and comment-page's subscriptions to use an observer object
Syndamia
2021-03-14
2
-16
/
+16
|
*
|
Updated admin-panel-page's subscriptions to use an observer object
Syndamia
2021-03-14
1
-55
/
+61
|
/
/
|
*
fixed rating not beeing highlighted on init and and added capability of ratin...
Danail Dimitrov
2021-03-14
4
-16
/
+12
|
*
fixed a bug when rating should be deleted
Danail Dimitrov
2021-03-14
2
-1
/
+1
|
*
added functionality to highlight buttons on init
Danail Dimitrov
2021-03-14
3
-2
/
+22
|
*
Updated the highlight functionality
rating_system
Danail Dimitrov
2021-03-13
2
-5
/
+8
|
*
added functionality to hightlit the rating button clicked by the user
Danail Dimitrov
2021-03-13
3
-5
/
+16
|
*
improved rating system
Danail Dimitrov
2021-03-13
3
-28
/
+7
|
*
adding downVote functionality
Danail Dimitrov
2021-03-13
2
-40
/
+35
|
*
upVote functionality is finished
Danail Dimitrov
2021-03-13
5
-26
/
+66
|
*
adding functionality to get rating by userid and postId in rating service
Danail Dimitrov
2021-03-12
2
-0
/
+16
|
*
adding downVote functionality
Danail Dimitrov
2021-03-12
6
-8
/
+61
|
*
added upvote post functionality
Danail Dimitrov
2021-03-11
6
-3
/
+37
|
*
Post rating shows current rating(not static number)
Danail Dimitrov
2021-03-11
5
-4
/
+18
|
*
starting development of rating system
Danail Dimitrov
2021-03-06
9
-7
/
+1056
|
/
*
Fixed weird styling that survived from footer
Syndamia
2021-03-06
1
-5
/
+0
*
Reverted footer
Syndamia
2021-03-06
13
-700
/
+151
*
Fixed file upload button being show on other browsers
Syndamia
2021-03-04
1
-1
/
+7
*
Made file input hide it's button part of the global styling
Syndamia
2021-03-04
3
-9
/
+5
*
Fixed file upload button being visible on FireFox
Syndamia
2021-03-04
1
-1
/
+2
*
Fixed sizing twitch of input fields on non-chromium based browsers (FireFox)
Syndamia
2021-03-04
3
-9
/
+9
*
Fixed styling of input fields on non-chromium based browser (FireFox)
Syndamia
2021-03-04
2
-43
/
+32
*
Added back theme.scss, as it gave build errors
Syndamia
2021-03-04
1
-0
/
+14
*
Footer added; Pages fucked up
footer
transtrike
2021-02-25
15
-213
/
+755
*
Code workspace added for VS Code support
transtrike
2021-02-25
1
-0
/
+17
*
Removed unnecessary variables from request subscriptions
Syndamia
2021-02-25
6
-39
/
+31
*
Fixed unecessary max-width of 98% on submit buttons in post and comment pages
Syndamia
2021-02-25
2
-3
/
+0
*
Made posts not update at all of the new message is blank (to be consistent wi...
Syndamia
2021-02-25
1
-5
/
+2
*
Editing comment message has the current message by default, if the message is...
Syndamia
2021-02-25
1
-1
/
+3
*
Brought back editorconfig from api (removed C# specifics)
Syndamia
2021-02-25
1
-0
/
+32
*
Editing post message has the current message by default and doesn't update if...
Syndamia
2021-02-25
1
-8
/
+12
*
Reverted mark elements to divs, because mark has a style already
Syndamia
2021-02-25
3
-14
/
+14
*
Fixed login page HTML
Syndamia
2021-02-24
1
-1
/
+1
*
Improved semantics of logn and register pages
Syndamia
2021-02-24
2
-32
/
+32
*
Improved semantics of admin panel, loading page and not-found page
Syndamia
2021-02-24
3
-12
/
+12
*
Removed useless component
Syndamia
2021-02-24
3
-32
/
+0
*
Improved semantics and simplified some HTML of comments and posts
Syndamia
2021-02-24
8
-82
/
+73
[prev]
[next]