| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fully impelemented technology modifying in admin panel | Syndamia | 2021-02-01 | 3 | -13/+140 |
| * | Added an admin panel, that can be accessed by admin users; implemented modify... | Syndamia | 2021-02-01 | 9 | -1/+325 |
| * | Implemented edit post button functionality; fixed edit and create post reques... | Syndamia | 2021-01-31 | 4 | -19/+87 |
| * | Added edit and delete buttons to post page (when you are viewing your own pos... | Syndamia | 2021-01-31 | 5 | -9/+25 |
| * | Angular token service now can extract the username from jwt | Syndamia | 2021-01-31 | 2 | -0/+10 |
| * | Added the loading component to posts | Syndamia | 2021-01-31 | 1 | -0/+2 |
| * | Added a "Back to feed" button to post page | Syndamia | 2021-01-31 | 3 | -0/+18 |
| * | Implemented post page; when you click on a posts's message or timestamp, you'... | Syndamia | 2021-01-31 | 8 | -5/+47 |
| * | Fixed global spacing of user-language and user-technology classes when there ... | Syndamia | 2021-01-31 | 2 | -7/+2 |
| * | Fixed wraping of technologies and languages in profile page | Syndamia | 2021-01-31 | 1 | -0/+1 |
| * | Fixed post creating input field vertical alignment and fixed word break on po... | Syndamia | 2021-01-31 | 2 | -0/+3 |
| * | Fixed rating alignment, when a post is long | Syndamia | 2021-01-31 | 1 | -1/+2 |
| * | Simplified goback functinality of profile and profile-settings components | Syndamia | 2021-01-31 | 3 | -14/+2 |
| * | Quick fix of feed component html having a bad comment element and user servic... | Syndamia | 2021-01-31 | 2 | -2/+2 |
| * | Severely improved angular code consistency; moved (session) token logic in it... | Syndamia | 2021-01-31 | 22 | -266/+310 |
| * | Impelemented creating posts in feed | Syndamia | 2021-01-31 | 4 | -4/+53 |
| * | Added roles and friends to user model; updating now sends user's roles and fr... | Syndamia | 2021-01-31 | 5 | -9/+36 |
| * | Slightly improved logic for showing "None" in language and technologies field... | Syndamia | 2021-01-31 | 2 | -6/+2 |
| * | Moved language and technology class out of user model | Syndamia | 2021-01-31 | 6 | -13/+19 |
| * | Improved scrolling in profile page | Syndamia | 2021-01-30 | 1 | -1/+1 |
| * | Added a message to user profiles, when the user hasn't posted anything | Syndamia | 2021-01-30 | 3 | -1/+13 |
| * | Added a message in feed when none of your friends have posted anything | Syndamia | 2021-01-30 | 3 | -1/+17 |
| * | Fixed "Cannot read property 'hideMsg' of undefined" profile settings page error | Syndamia | 2021-01-30 | 1 | -2/+2 |
| * | Implemnted ability to click on user profile in post and get redirected to the... | Syndamia | 2021-01-30 | 3 | -2/+11 |
| * | Fixed posts array in feed component | Syndamia | 2021-01-30 | 1 | -2/+2 |
| * | Fixed profile posts not loading on certain accounts; fixed time at which the ... | Syndamia | 2021-01-30 | 1 | -3/+5 |
| * | Implemented feed service to get the feed; the posts in the feed page are now ... | Syndamia | 2021-01-30 | 4 | -13/+46 |
| * | Angular post model contains creator info; posts now load their creator's data... | Syndamia | 2021-01-30 | 5 | -19/+47 |
| * | Made user page posts dynamic | Syndamia | 2021-01-30 | 4 | -6/+45 |
| * | Made post component slightly more dynamic (postId, message and time | Syndamia | 2021-01-30 | 5 | -5/+83 |
| * | Editing user languages and technologies supports having multiple spaces anywh... | Syndamia | 2021-01-30 | 1 | -2/+6 |
| * | Fixed successbar error in console | Syndamia | 2021-01-30 | 1 | -1/+4 |
| * | Made profile editing of languages and technologies in profile settings page l... | Syndamia | 2021-01-30 | 4 | -18/+60 |
| * | Implemented functionality for modifying languages and technologies in the use... | Syndamia | 2021-01-29 | 3 | -6/+145 |
| * | Implemented functionality and rough UI in profile settings forUpdated profile... | Syndamia | 2021-01-29 | 1 | -30/+12 |
| * | Implemented angular languages and technologies service requests for getting data | Syndamia | 2021-01-29 | 2 | -0/+81 |
| * | Added a confirmation message when deleting your account | Syndamia | 2021-01-29 | 3 | -7/+25 |
| * | Implemented dynamic getting of user languages and technologies: added languag... | Syndamia | 2021-01-29 | 8 | -14/+142 |
| * | Made feed design more consistent with design of all other pages | Syndamia | 2021-01-29 | 4 | -21/+9 |
| * | Error bar now shows the actual error message from the api | Syndamia | 2021-01-23 | 3 | -2/+11 |
| * | Renamed error component to not-found component (to better match it's purpose) | Syndamia | 2021-01-23 | 7 | -11/+11 |
| * | Added a success and error bar components (for more consistent way of showing ... | Syndamia | 2021-01-23 | 16 | -41/+125 |
| * | Back buttons now go back to the previous page you were on (not the root of th... | Syndamia | 2021-01-22 | 2 | -4/+14 |
| * | Made some minor front-end design improvements: better implemented scrolling o... | Syndamia | 2021-01-22 | 8 | -113/+137 |
| * | Implemented a message when the profile is successfully updated | Syndamia | 2021-01-22 | 2 | -1/+7 |
| * | Implemented updating profile properties in the settings page; user now saves ... | Syndamia | 2021-01-22 | 5 | -3/+133 |
| * | Requests to user (in feed, login, register, profile, profile-settings) now pr... | Syndamia | 2021-01-22 | 11 | -121/+198 |
| * | Added delete account functionality to settings page, added logout button when... | Syndamia | 2021-01-21 | 6 | -4/+132 |
| * | Replaced loading in profile page with loading component | Syndamia | 2021-01-21 | 1 | -4/+1 |
| * | Moved loading style from feed to it's own component | Syndamia | 2021-01-21 | 5 | -5/+22 |