| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #18 from Team-Kaleidoscope/devv0.1 | Victor S | 2021-02-05 | 317 | -150/+33000 |
| |\ | | | | | First stage: Complete. Awaiting further progress... | ||||
| | * | 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 | 89 | -7862/+2247 |
| | |\ | |||||
| | | * | 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 a link to the privacy policy in README | Kamen Mladenov | 2021-02-05 | 1 | -0/+2 |
| | | | | |||||
| | | * | 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 | 28 | -24/+162 |
| | | |\ | |||||
| | | | * | Added contents of the "Setting up locally" section in README | Kamen Mladenov | 2021-02-04 | 1 | -1/+6 |
| | | | | | |||||
| | | | * | Minor improvements to README styling and wording | Kamen Mladenov | 2021-02-04 | 1 | -15/+16 |
| | | | | | |||||
| | | | * | Improved readme contents links | Kamen Mladenov | 2021-02-04 | 1 | -2/+2 |
| | | | | | |||||
| | | | * | Added contents listing to readme | Kamen Mladenov | 2021-02-04 | 1 | -0/+4 |
| | | | | | |||||
| | | | * | Added screenshots to README | Syndamia | 2021-02-04 | 13 | -0/+15 |
| | | | | | |||||
| | | | * | 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 | ||||
| | | | * | Fixed default picture url on user register | Syndamia | 2021-02-04 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Fixed service layer tests (again) | Danail Dimitrov | 2021-02-04 | 8 | -414/+453 |
| | | |/ | |||||
| | * / | Added recommended extension for VS Code | transtrike | 2021-02-05 | 1 | -1/+10 |
| | |/ | |||||
| | * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-02-03 | 4 | -1/+76 |
| | |\ | |||||
| | | * | Post Editing preserves Post's comments | transtrike | 2021-02-03 | 3 | -0/+15 |
| | | | | |||||
| | | * | Added some information on setting up the project in README | Kamen Mladenov | 2021-02-03 | 1 | -1/+61 |
| | | | | |||||
| | * | | za viko | Danail Dimitrov | 2021-02-03 | 2 | -25/+49 |
| | |/ | |||||
| | * | Implemented adding and removing friends from user interface | Syndamia | 2021-02-03 | 4 | -5/+103 |
| | | | |||||
| | * | Finished implementation of feed | Syndamia | 2021-02-03 | 3 | -4/+13 |
| | | | |||||
| | * | Fixed going back to profile button | Syndamia | 2021-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-02-03 | 32 | -26/+973 |
| | |\ | |||||
| | | * | Implemented profile picture updating in profile settings | Syndamia | 2021-02-03 | 5 | -5/+97 |
| | | | | |||||
| | | * | Fixed post page loading, when there are no attachments | Syndamia | 2021-02-03 | 1 | -1/+6 |
| | | | | |||||
