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
path:
root
/
src
/
DevHive.Services
/
Services
/
PostService.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
GetByUsername & GetById return post Ids; Read POst returns URLs
transtrike
2021-02-01
1
-1
/
+3
|
*
Post returns file urls
transtrike
2021-02-01
1
-0
/
+1
|
*
Separated comment models, controler and service from post's
Syndamia
2021-01-30
1
-70
/
+2
|
*
File Upload implemented; Post Layers adapted to File Uploading
transtrike
2021-01-29
1
-3
/
+31
|
*
Users with only the role User can now create comments and posts (while ↵
Syndamia
2021-01-28
1
-0
/
+7
|
|
|
|
admins can't create them from other people's accounts)
*
Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵
Syndamia
2021-01-28
1
-6
/
+16
|
|
|
|
service to give Posts and Comments the post and creator objects from db
*
Adding PostService tests
Danail Dimitrov
2021-01-27
1
-5
/
+6
|
*
Migrations added; CRUD over Posts&Comments successfully completed
transtrike
2021-01-24
1
-13
/
+51
|
*
All Post&Comment Implemented; Initializing testing...
transtrike
2021-01-23
1
-45
/
+70
|
*
Fixed formatting
transtrike
2021-01-23
1
-2
/
+2
|
*
Kamen's proposal in Update() at BaseRepo merged
transtrike
2021-01-22
1
-1
/
+1
|
*
Changed List to HashSet for "no duplicates" scenario
transtrike
2021-01-20
1
-2
/
+3
|
*
Lang&Tech layers now return id on Create
transtrike
2021-01-17
1
-5
/
+19
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
1
-1
/
+1
|
|
|
|
DevHive.Interfaces
*
Renamed async methods to include Async in the name in UserRepository
transtrike
2021-01-14
1
-3
/
+3
|
*
The return of the interfaces
transtrike
2021-01-13
1
-13
/
+14
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
1
-4
/
+4
|
|
|
|
Migrations added
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
1
-4
/
+4
|
*
added user validation for deleting and updating comments
Danail Dimitrov
2021-01-03
1
-1
/
+42
|
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
1
-0
/
+98