| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Docker file fixed | transtrike | 2021-02-23 | 1 | -13/+8 | |
| | |/ | ||||||
| * | | adding delete rating functionality | Danail Dimitrov | 2021-02-27 | 2 | -1/+11 | |
| | | | ||||||
| * | | Adding user validation for rating layer | Danail Dimitrov | 2021-02-27 | 4 | -1/+78 | |
| | | | ||||||
| * | | Adding update layer for rating_system | Danail Dimitrov | 2021-02-26 | 11 | -25/+88 | |
| | | | ||||||
| * | | Added GetById for rating | Danail Dimitrov | 2021-02-26 | 9 | -22/+65 | |
| | | | ||||||
| * | | Adding RatePost functionality | Danail Dimitrov | 2021-02-25 | 14 | -49/+898 | |
| | | | ||||||
| * | | model update for rating | Danail Dimitrov | 2021-02-21 | 17 | -30/+39 | |
| |/ | ||||||
| * | Revert "initial implementation of message layer" | transtrike | 2021-02-19 | 18 | -267/+6 | |
| | | | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d. | |||||
| * | initial implementation of message layer | Danail Dimitrov | 2021-02-18 | 18 | -6/+267 | |
| | | ||||||
| * | EF Core splitting queries for performance boost | transtrike | 2021-02-18 | 1 | -1/+4 | |
| | | ||||||
| * | UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵ | transtrike | 2021-02-16 | 17 | -123/+2081 | |
| | | | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user | |||||
| * | Moved Default&Admin Roles insertion to DB Config | transtrike | 2021-02-16 | 1 | -1/+26 | |
| | | ||||||
| * | Fixed formatting; Adjusted warnings; Adjusted variable names | transtrike | 2021-02-15 | 14 | -42/+40 | |
| | | ||||||
| * | Code Analyzer added to all csproj; Removed unnessessary code; Fixed formatting | transtrike | 2021-02-15 | 34 | -171/+145 | |
| | | ||||||
| * | Merged New Project Structure; Fixed Kamen's Formatting Issues | transtrike | 2021-02-13 | 14 | -49/+47 | |
| | | ||||||
| * | Code-Workspace Debug Config Fixed | transtrike | 2021-02-13 | 1 | -2/+6 | |
| | | ||||||
| * | Restructure Successful | transtrike | 2021-02-13 | 64 | -4108/+123 | |
| | | ||||||
| * | Removed all references | transtrike | 2021-02-13 | 76 | -292/+228 | |
| | | ||||||
| * | Project Restructure P.1 | transtrike | 2021-02-13 | 203 | -168/+275 | |
| | | ||||||
| * | Docker Support Added; Splitted API and Front End | transtrike | 2021-02-12 | 108 | -18933/+73 | |
| | | ||||||
| * | Moved CloudinaryService to it's proper location | Syndamia | 2021-02-05 | 1 | -0/+0 | |
| | | ||||||
| * | Fixed tests and commented out the ones that don't work (because they need ↵ | Syndamia | 2021-02-05 | 2 | -118/+120 | |
| | | | | | more setup) | |||||
| * | Added user interface for adding and removing friends | Syndamia | 2021-02-05 | 4 | -35/+62 | |
| | | ||||||
| * | Added a workaround for removing all friends | Syndamia | 2021-02-05 | 1 | -1/+4 | |
| | | ||||||
| * | Fixed user updating | Syndamia | 2021-02-05 | 1 | -3/+7 | |
| | | ||||||
| * | Fixed again user picture url on register | Syndamia | 2021-02-05 | 1 | -1/+2 | |
| | | ||||||
| * | Fixed getting feed | Syndamia | 2021-02-05 | 1 | -6/+4 | |
| | | ||||||
| * | Friends relation FUCKING FINALLY FIXED, NIGGA | transtrike | 2021-02-05 | 14 | -208/+1415 | |
| | | ||||||
| * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-02-05 | 76 | -7848/+2206 | |
| |\ | ||||||
| | * | Fixed a some component scaling on very small devices | Syndamia | 2021-02-05 | 2 | -0/+7 | |
| | | | ||||||
| | * | Temporarely made ratings hidden from posts, because the functionality isn't ↵ | Syndamia | 2021-02-05 | 1 | -0/+5 | |
| | | | | | | | | | there yet | |||||
| | * | Updated feed and post repository tests; commented out tests that can't be ↵ | Syndamia | 2021-02-05 | 3 | -30/+32 | |
| | | | | | | | | | done yet | |||||
| | * | Added post file attachments migration | Syndamia | 2021-02-05 | 3 | -4/+772 | |
| | | | ||||||
| | * | Implemented post attachments, which move post file urls to their own table; ↵ | Syndamia | 2021-02-05 | 7 | -18/+58 | |
| | | | | | | | | | updated post repository and post service to work with them (but didn't update service or web models) | |||||
| | * | Adding some metods to Rate repo | Danail Dimitrov | 2021-02-05 | 36 | -7958/+279 | |
| | | | ||||||
| | * | Added UserController tests | Syndamia | 2021-02-04 | 1 | -0/+257 | |
| | | | ||||||
| | * | Adding FeedController tests | Danail Dimitrov | 2021-02-04 | 5 | -2/+103 | |
| | | | ||||||
| | * | Added RoleController tests | Syndamia | 2021-02-04 | 1 | -0/+201 | |
| | | | ||||||
| | * | Fixed post controller return messages | Syndamia | 2021-02-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added PostController tests | Syndamia | 2021-02-04 | 1 | -0/+248 | |
| | | | ||||||
| | * | Adding CommentController tests | Danail Dimitrov | 2021-02-04 | 2 | -8/+264 | |
| | | | ||||||
| | * | Fixed existsing web layer tests (again) | Danail Dimitrov | 2021-02-04 | 1 | -5/+5 | |
| | | | ||||||
| | * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-02-04 | 15 | -10/+123 | |
| | |\ | ||||||
| | | * | Fixed user service JWT validation, that skipped role check if user is admin ↵ | Syndamia | 2021-02-04 | 1 | -3/+0 | |
| | | | | | | | | | | | | | (meaning if a user is once an admin, their token will coninue to be valid, even if we removed their admin role) | |||||
| | | * | Added some XML documentation to Service layer (where really needed) | Syndamia | 2021-02-04 | 4 | -1/+73 | |
| | | | | ||||||
| | | * | Added some XML documentation in data layer | Syndamia | 2021-02-04 | 5 | -0/+30 | |
| | | | | ||||||
| | | * | Slightly limited file uploading in profile picture update to only images | Syndamia | 2021-02-04 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Improved handling and detection of file types in post attachments | Syndamia | 2021-02-04 | 2 | -3/+5 | |
| | | | | ||||||
| | | * | Improved handling of creating posts in feed | Syndamia | 2021-02-04 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | Added the admin panel to profile settings page; moved where isAdminUser is ↵ | Syndamia | 2021-02-04 | 3 | -1/+9 | |
| | | | | | | | | | | | | | checked in profile page | |||||
