aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
Commit message (Collapse)AuthorAgeFilesLines
* Added user interface for adding and removing friendsSyndamia2021-02-054-35/+62
|
* Fixed a some component scaling on very small devicesSyndamia2021-02-052-0/+7
|
* Temporarely made ratings hidden from posts, because the functionality isn't ↵Syndamia2021-02-051-0/+5
| | | | there yet
* Adding some metods to Rate repoDanail Dimitrov2021-02-053-0/+32
|
* 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 ↵Syndamia2021-02-043-1/+9
| | | | checked in profile page
* 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
|
* 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
|
* 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
|
* 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 ↵Syndamia2021-02-029-4/+154
| | | | contain attachment links
* Finished implementation of file uploading on post creating; post service can ↵Syndamia2021-02-024-6/+9
| | | | now upload files
* Added design and very small part of functionality for file uploading when ↵Syndamia2021-02-023-20/+119
| | | | creating a post
* Fixed admin panel showing in other user's profile pagesSyndamia2021-02-021-1/+1
|
* Implemented comment page from which you can view and update a comment; ↵Syndamia2021-02-026-1/+138
| | | | clicking on a comment's message redirects you to that page
* Fixed button sizing in post pageSyndamia2021-02-021-1/+1
|
* Improved how post page handles user that isn't logged inSyndamia2021-02-022-3/+17
|
* Added a comment count indicator in postsSyndamia2021-02-023-3/+27
|
* Fixed comment array in post modelSyndamia2021-02-024-9/+12
|
* Added a back to profile button to post pageSyndamia2021-02-022-0/+5
|
* Added a workaround for not all posts loading on a very tall screenSyndamia2021-02-011-0/+1
|
* Scrolling to the bottom of a user's page loads more of his postsSyndamia2021-02-012-6/+20
|
* Implemented comment deletion in admin panel; Fixed some missing importsSyndamia2021-02-015-6/+25
|
* Added page titles to components that needed itSyndamia2021-02-015-10/+20
|
* Implemented creation of comments in post pageSyndamia2021-02-012-7/+38
|
* Implemented angular comments; post now contains his comments; comments of a ↵Syndamia2021-02-0112-12/+320
| | | | post are given in the post page (ordered by most recent)
* Implemented deleting posts and users in admin panelSyndamia2021-02-012-4/+102
|
* Implemented deleting post in post-pageSyndamia2021-02-012-3/+22
|
* Very mintor improvements over code in feed and login componentsSyndamia2021-02-012-15/+17
|
* Fully impelemented technology modifying in admin panelSyndamia2021-02-013-13/+140
|
* Added an admin panel, that can be accessed by admin users; implemented ↵Syndamia2021-02-019-1/+325
| | | | modifying languages in admin panel and added beginnings of technology modifying
* Implemented edit post button functionality; fixed edit and create post ↵Syndamia2021-01-314-19/+87
| | | | requests in post service
* Added edit and delete buttons to post page (when you are viewing your own ↵Syndamia2021-01-315-9/+25
| | | | post); added the global delete-btn style (taken from profile-pages)
* Angular token service now can extract the username from jwtSyndamia2021-01-312-0/+10
|
* Added the loading component to postsSyndamia2021-01-311-0/+2
|
* Added a "Back to feed" button to post pageSyndamia2021-01-313-0/+18
|
* Implemented post page; when you click on a posts's message or timestamp, ↵Syndamia2021-01-318-5/+47
| | | | you'll be redirected to a page with the post
* Fixed global spacing of user-language and user-technology classes when there ↵Syndamia2021-01-312-7/+2
| | | | are a lot of them next to each other
* Fixed wraping of technologies and languages in profile pageSyndamia2021-01-311-0/+1
|
* Fixed post creating input field vertical alignment and fixed word break on ↵Syndamia2021-01-312-0/+3
| | | | posts with a very long word
* Fixed rating alignment, when a post is longSyndamia2021-01-311-1/+2
|