aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added post file attachments migrationSyndamia2021-02-053-4/+772
* Implemented post attachments, which move post file urls to their own table; u...Syndamia2021-02-057-18/+58
* Adding some metods to Rate repoDanail Dimitrov2021-02-0536-7958/+279
* Added a link to the privacy policy in READMEKamen Mladenov2021-02-051-0/+2
* Added UserController testsSyndamia2021-02-041-0/+257
* Adding FeedController testsDanail Dimitrov2021-02-045-2/+103
* Added RoleController testsSyndamia2021-02-041-0/+201
* Fixed post controller return messagesSyndamia2021-02-041-2/+2
* Added PostController testsSyndamia2021-02-041-0/+248
* Adding CommentController testsDanail Dimitrov2021-02-042-8/+264
* Fixed existsing web layer tests (again)Danail Dimitrov2021-02-041-5/+5
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-02-0428-24/+162
|\
| * Added contents of the "Setting up locally" section in READMEKamen Mladenov2021-02-041-1/+6
| * Minor improvements to README styling and wordingKamen Mladenov2021-02-041-15/+16
| * Improved readme contents linksKamen Mladenov2021-02-041-2/+2
| * Added contents listing to readmeKamen Mladenov2021-02-041-0/+4
| * Added screenshots to READMESyndamia2021-02-0413-0/+15
| * Fixed user service JWT validation, that skipped role check if user is admin (...Syndamia2021-02-041-3/+0
| * Added some XML documentation to Service layer (where really needed)Syndamia2021-02-044-1/+73
| * Added some XML documentation in data layerSyndamia2021-02-045-0/+30
| * Slightly limited file uploading in profile picture update to only imagesSyndamia2021-02-041-1/+1
| * Improved handling and detection of file types in post attachmentsSyndamia2021-02-042-3/+5
| * Improved handling of creating posts in feedSyndamia2021-02-041-0/+4
| * Added the admin panel to profile settings page; moved where isAdminUser is ch...Syndamia2021-02-043-1/+9
| * Fixed default picture url on user registerSyndamia2021-02-041-1/+1
* | Fixed service layer tests (again)Danail Dimitrov2021-02-048-414/+453
|/
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-02-034-1/+76
|\
| * Post Editing preserves Post's commentstranstrike2021-02-033-0/+15
| * Added some information on setting up the project in READMEKamen Mladenov2021-02-031-1/+61
* | za vikoDanail Dimitrov2021-02-032-25/+49
|/
* Implemented adding and removing friends from user interfaceSyndamia2021-02-034-5/+103
* Finished implementation of feedSyndamia2021-02-033-4/+13
* Fixed going back to profile buttonSyndamia2021-02-031-1/+1
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-0332-26/+973
|\
| * Implemented profile picture updating in profile settingsSyndamia2021-02-035-5/+97
| * Fixed post page loading, when there are no attachmentsSyndamia2021-02-031-1/+6
| * Fixed profile picture in front-end modelSyndamia2021-02-035-12/+12
| * Made profile picture data model implement it's interfaceSyndamia2021-02-031-1/+2
| * Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-0322-8/+857
* | Added Include in the Queriestranstrike2021-02-032-4/+8
|/
* User-Friends Relation Fixedtranstrike2021-02-0320-70/+2659
* Implemented loading screen in post pageSyndamia2021-02-022-1/+10
* Proper file names are now shown in posts and post edit pageSyndamia2021-02-023-1/+7
* Finished implementation of post updating in UISyndamia2021-02-022-15/+18
* Fixed post files updating in apiSyndamia2021-02-022-3/+4
* Improved handling of attachment (file) names in post page and feedSyndamia2021-02-023-3/+2
* Implemented ui for editing a post's files; waiting for api request to be fixedSyndamia2021-02-027-44/+137
* Implemented UI that shows a post's attachments; updated post model to contain...Syndamia2021-02-029-4/+154
* Finished implementation of file uploading on post creating; post service can ...Syndamia2021-02-024-6/+9
* Added design and very small part of functionality for file uploading when cre...Syndamia2021-02-023-20/+119