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 (
Expand
)
Author
Age
Files
Lines
*
Implemented post attachments, which move post file urls to their own table; u...
Syndamia
2021-02-05
1
-6
/
+21
*
Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev
Danail Dimitrov
2021-02-04
1
-0
/
+19
|
\
|
*
Added some XML documentation to Service layer (where really needed)
Syndamia
2021-02-04
1
-0
/
+19
*
|
Fixed service layer tests (again)
Danail Dimitrov
2021-02-04
1
-1
/
+1
|
/
*
Post Editing preserves Post's comments
transtrike
2021-02-03
1
-0
/
+1
*
Fixed comment order when getting a post
Syndamia
2021-02-02
1
-0
/
+5
*
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 admins...
Syndamia
2021-01-28
1
-0
/
+7
*
Updated comments and posts to use Creator.Id, rather than CreatorId; updated ...
Syndamia
2021-01-28
1
-6
/
+16
*
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 DevHive.Int...
transtrike
2021-01-15
1
-1
/
+1
*
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; Migr...
transtrike
2021-01-12
1
-4
/
+4
*
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