index
:
IT-kariera/Team-Kaleidoscope/DevHive
chat_system
dev
dev-old
feature/profile_picture_implementation
fix_friends_authorization
friends_functionality
heroku/main
lazy_loading
main
nswag
rating_system
unit_test_refactoring
unit_tests
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixed mapping
transtrike
2021-01-31
1
-2
/
+8
|
/
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2021-01-31
38
-302
/
+478
|
\
|
*
Added the loading component to posts
Syndamia
2021-01-31
1
-0
/
+2
|
*
Added a "Back to feed" button to post page
Syndamia
2021-01-31
3
-0
/
+18
|
*
Implemented post page; when you click on a posts's message or timestamp, you'...
Syndamia
2021-01-31
8
-5
/
+47
|
*
Fixed global spacing of user-language and user-technology classes when there ...
Syndamia
2021-01-31
2
-7
/
+2
|
*
Fixed wraping of technologies and languages in profile page
Syndamia
2021-01-31
1
-0
/
+1
|
*
Fixed post creating input field vertical alignment and fixed word break on po...
Syndamia
2021-01-31
2
-0
/
+3
|
*
Fixed rating alignment, when a post is long
Syndamia
2021-01-31
1
-1
/
+2
|
*
Simplified goback functinality of profile and profile-settings components
Syndamia
2021-01-31
3
-14
/
+2
|
*
Quick fix of feed component html having a bad comment element and user servic...
Syndamia
2021-01-31
2
-2
/
+2
|
*
Severely improved angular code consistency; moved (session) token logic in it...
Syndamia
2021-01-31
22
-266
/
+310
|
*
Impelemented creating posts in feed
Syndamia
2021-01-31
4
-4
/
+53
|
*
Fixed getting of feed posts
Syndamia
2021-01-31
1
-6
/
+10
|
*
Added roles and friends to user model; updating now sends user's roles and fr...
Syndamia
2021-01-31
5
-9
/
+36
|
*
Slightly improved logic for showing "None" in language and technologies field...
Syndamia
2021-01-31
2
-6
/
+2
|
*
Moved language and technology class out of user model
Syndamia
2021-01-31
6
-13
/
+19
*
|
Username added to JWT; Promotion to Admin fixed
transtrike
2021-01-31
54
-305
/
+1408
|
\
|
|
*
Improved scrolling in profile page
Syndamia
2021-01-30
1
-1
/
+1
|
*
Added a message to user profiles, when the user hasn't posted anything
Syndamia
2021-01-30
3
-1
/
+13
|
*
Added a message in feed when none of your friends have posted anything
Syndamia
2021-01-30
3
-1
/
+17
|
*
Fixed "Cannot read property 'hideMsg' of undefined" profile settings page error
Syndamia
2021-01-30
1
-2
/
+2
|
*
Implemnted ability to click on user profile in post and get redirected to the...
Syndamia
2021-01-30
3
-2
/
+11
|
*
Fixed posts array in feed component
Syndamia
2021-01-30
1
-2
/
+2
|
*
Fixed profile posts not loading on certain accounts; fixed time at which the ...
Syndamia
2021-01-30
1
-3
/
+5
|
*
Implemented feed service to get the feed; the posts in the feed page are now ...
Syndamia
2021-01-30
4
-13
/
+46
|
*
Fixed ordering of posts in feed repository
Syndamia
2021-01-30
1
-2
/
+6
|
*
Angular post model contains creator info; posts now load their creator's data...
Syndamia
2021-01-30
5
-19
/
+47
|
*
Finished implementation of service read post mapping
Syndamia
2021-01-30
1
-4
/
+3
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
Syndamia
2021-01-30
0
-0
/
+0
|
|
\
|
|
*
Made user page posts dynamic
Syndamia
2021-01-30
4
-6
/
+45
|
|
*
Made post component dynamic
Syndamia
2021-01-30
5
-5
/
+83
|
*
|
Made user page posts dynamic
Syndamia
2021-01-30
4
-6
/
+45
|
*
|
Made post component slightly more dynamic (postId, message and time
Syndamia
2021-01-30
5
-5
/
+83
|
|
/
|
*
Made feed methods Post, from Get, because get requests mustn't have a body
Syndamia
2021-01-30
1
-2
/
+2
|
*
Fixed authorization requiremenets for geting user posts
Syndamia
2021-01-30
1
-0
/
+1
|
*
Fixed GetUserPosts implementation
Syndamia
2021-01-30
5
-1
/
+40
|
*
Editing user languages and technologies supports having multiple spaces anywh...
Syndamia
2021-01-30
1
-2
/
+6
|
*
Fixed successbar error in console
Syndamia
2021-01-30
1
-1
/
+4
|
*
Made profile editing of languages and technologies in profile settings page l...
Syndamia
2021-01-30
4
-18
/
+60
|
*
Fixed comment and post getting and updating
Syndamia
2021-01-30
2
-0
/
+48
|
*
Added cloud implementation migration
Syndamia
2021-01-30
3
-7
/
+716
|
*
Separated comment models, controler and service from post's
Syndamia
2021-01-30
26
-172
/
+291
*
|
User - Friend relation inital fix
transtrike
2021-01-30
13
-22
/
+1654
*
|
IDFK
transtrike
2021-01-30
22
-3171
/
+189
|
/
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2021-01-29
6
-36
/
+238
|
\
|
*
Implemented functionality for modifying languages and technologies in the use...
Syndamia
2021-01-29
3
-6
/
+145
|
*
Implemented functionality and rough UI in profile settings forUpdated profile...
Syndamia
2021-01-29
1
-30
/
+12
|
*
Implemented angular languages and technologies service requests for getting data
Syndamia
2021-01-29
2
-0
/
+81
*
|
File Upload implemented; Post Layers adapted to File Uploading
transtrike
2021-01-29
19
-45
/
+186
|
/
[prev]
[next]