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.Data
/
Repositories
/
PostRepository.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Project Restructure P.1
transtrike
2021-02-13
1
-105
/
+0
|
*
Implemented post attachments, which move post file urls to their own table; ↵
Syndamia
2021-02-05
1
-8
/
+9
|
|
|
|
updated post repository and post service to work with them (but didn't update service or web models)
*
Added some XML documentation in data layer
Syndamia
2021-02-04
1
-0
/
+3
|
*
Fixed post files updating in api
Syndamia
2021-02-02
1
-2
/
+3
|
*
GetByUsername & GetById return post Ids; Read POst returns URLs
transtrike
2021-02-01
1
-1
/
+12
|
*
Commented out implementation of Rating; Bug fixes
transtrike
2021-02-01
1
-4
/
+4
|
*
Fixed post update
Syndamia
2021-01-31
1
-0
/
+4
|
*
Fixed comment and post getting and updating
Syndamia
2021-01-30
1
-0
/
+25
|
*
File Upload implemented; Post Layers adapted to File Uploading
transtrike
2021-01-29
1
-0
/
+16
|
*
Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵
Syndamia
2021-01-28
1
-1
/
+1
|
|
|
|
service to give Posts and Comments the post and creator objects from db
*
Migrations added; CRUD over Posts&Comments successfully completed
transtrike
2021-01-24
1
-0
/
+7
|
*
All Post&Comment Implemented; Initializing testing...
transtrike
2021-01-23
1
-52
/
+2
|
*
Generic base repo class refactored; All repos inherit generic base repo
transtrike
2021-01-21
1
-32
/
+2
|
*
Code cleanup & consistency
transtrike
2021-01-21
1
-25
/
+18
|
*
Replaced RepoMethods with BaseClass and inherited it where needed
transtrike
2021-01-19
1
-7
/
+7
|
*
Lang&Tech layers now return id on Create
transtrike
2021-01-17
1
-0
/
+14
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
1
-2
/
+2
|
|
|
|
DevHive.Interfaces
*
The return of the interfaces
transtrike
2021-01-13
1
-6
/
+7
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
1
-2
/
+4
|
|
|
|
Migrations added
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
1
-2
/
+2
|
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
1
-0
/
+107