| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Made profile icon dynamic | Syndamia | 2021-01-21 | 9 | -8/+20 |
| * | Fixed login redirecting too quickly to the feed | Syndamia | 2021-01-21 | 1 | -3/+4 |
| * | Added settings and logout buttons to the feed page (user sidebar) | Syndamia | 2021-01-21 | 4 | -10/+36 |
| * | Added a simple error (not found) page | Syndamia | 2021-01-21 | 6 | -3/+63 |
| * | Made a major redesign of feed page style | Syndamia | 2021-01-16 | 5 | -17/+90 |
| * | Feed page redirects to the loggedin user profile | Syndamia | 2021-01-16 | 3 | -9/+14 |
| * | Added initial profile settings page | Syndamia | 2021-01-16 | 5 | -2/+22 |
| * | User profile loads properly if viewing the logged in user | Syndamia | 2021-01-16 | 4 | -11/+76 |
| * | Added a static design for the profile page | Syndamia | 2021-01-16 | 2 | -1/+104 |
| * | Added the starting point of the user profile component | Syndamia | 2021-01-16 | 5 | -2/+35 |
| * | Moved some information to an AppConstants module | Syndamia | 2021-01-16 | 3 | -14/+15 |
| * | Fixed naming of private properties, replaced tab indentation with spaces, fix... | Syndamia | 2021-01-16 | 6 | -130/+91 |
| * | Removed unnecessary service classes | Syndamia | 2021-01-16 | 6 | -77/+0 |
| * | Moved fetch functions from the feed, login and register pages to the user ser... | Syndamia | 2021-01-16 | 5 | -58/+104 |
| * | Feed now saves the user data and uses it to show the names and username of th... | Syndamia | 2021-01-15 | 7 | -5/+54 |
| * | Added validation to password, improved how form data errors are shown, added ... | Syndamia | 2021-01-15 | 4 | -22/+40 |
| * | Fixed wrong styling in feed page | Syndamia | 2021-01-14 | 2 | -2/+2 |
| * | Improved and fixed functionality of register | Syndamia | 2021-01-14 | 1 | -10/+14 |
| * | Added buttons on the login and register pages, that redirect you to each othe... | Syndamia | 2021-01-14 | 7 | -12/+49 |
| * | Updated login to use the same styling as register | Syndamia | 2021-01-14 | 2 | -38/+22 |
| * | Made register style DIY and moved most register CSS components to the global ... | Syndamia | 2021-01-14 | 5 | -102/+224 |
| * | Login stores JWT in session storage, feed checks (needs to be improved) for t... | Syndamia | 2021-01-14 | 2 | -10/+22 |
| * | Added simple routing, where on / is the feed, on /login is login and on /regi... | Syndamia | 2021-01-14 | 2 | -6/+9 |
| * | Tweeked .editorconfig; Added omnisharp workspace-wide settings for code analy... | transtrike | 2021-01-13 | 1 | -20/+0 |
| * | Reworked feed component | Syndamia | 2021-01-13 | 5 | -56/+98 |
| * | Reworked post component CSS and HTML | Syndamia | 2021-01-13 | 4 | -71/+77 |
| * | Feed & posts visual modifications | transtrike | 2021-01-11 | 1 | -1/+0 |
| * | Posts design fixes | transtrike | 2021-01-11 | 4 | -184/+62 |
| * | Finished feed styling and fucked up post styling(I hate css) | transtrike | 2021-01-11 | 12 | -251/+376 |
| * | Added required error validation to register | transtrike | 2021-01-10 | 2 | -16/+20 |
| * | Added services; Tweeked register | transtrike | 2021-01-10 | 15 | -3/+322 |
| * | Register component done with Angular-Material | transtrike | 2021-01-08 | 14 | -264/+308 |
| * | Merge branch 'dev' of DevHive into dev | transtrike | 2021-01-08 | 13 | -185/+144 |
| |\ |
|
| | * | Removed unecessary age field from registerUserFormGroup | Syndamia | 2021-01-08 | 1 | -9/+0 |
| | * | Implemented and improved sending API requests from login and register pages; ... | Syndamia | 2021-01-08 | 4 | -18/+42 |
| | * | Moved login page to app/components; fixed, updated and improved styling of re... | Syndamia | 2021-01-08 | 11 | -171/+115 |
| * | | Register page changes | transtrike | 2021-01-08 | 1 | -0/+1 |
| |/ |
|
| * | Register almost? implementation | transtrike | 2021-01-08 | 13 | -1/+310 |
| * | Implemented latest login dev UI, add functionality (result from API is shown ... | Syndamia | 2021-01-08 | 5 | -29/+39 |