aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/friends/friend-list/friend-list.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add follow tabsChocobozzz2017-11-271-87/+0
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-271-1/+1
|
* Make the client compile tooChocobozzz2017-11-271-1/+1
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-5/+14
|
* Remove ng2 file upload moduleChocobozzz2017-09-141-3/+3
| | | | Unmaintained and we don't need it anymore with httpclient
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-59/+29
|
* Remove one pod (#76)Green-Star2017-08-021-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter
* Share models between server and clientChocobozzz2017-06-171-1/+1
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-19/+19
|
* Add email to podsChocobozzz2017-02-161-0/+4
|
* Client: fix lintChocobozzz2017-02-101-2/+2
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-301-15/+43
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-271-7/+14
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-271-4/+11
|
* Client: lazy load admin areaChocobozzz2017-01-231-0/+38