aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Handle blacklist (#84)Green-Star2017-09-2210-2/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Optimize importsChocobozzz2017-09-143-3/+3
|
* Remove ng2 file upload moduleChocobozzz2017-09-145-8/+8
| | | | Unmaintained and we don't need it anymore with httpclient
* Fix lintChocobozzz2017-09-142-2/+2
|
* err.text -> errChocobozzz2017-09-144-5/+5
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-1410-232/+192
|
* Client: add guard to admin routesChocobozzz2017-09-103-2/+29
|
* urls: makefriends/quitfriends -> make-friends/quit-friendsChocobozzz2017-09-071-2/+2
|
* Add user update for adminsChocobozzz2017-09-0512-28/+187
|
* Begin user quotaChocobozzz2017-09-044-9/+55
|
* Formated -> FormattedChocobozzz2017-08-251-2/+2
|
* Remove one pod (#76)Green-Star2017-08-023-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Better typescript typing for a better worldChocobozzz2017-07-103-12/+8
|
* Fix page titlesChocobozzz2017-07-061-0/+3
|
* Requests -> RequestSchedulersChocobozzz2017-06-2516-41/+36
|
* Fix client adminChocobozzz2017-06-252-29/+32
|
* Fix client compilationChocobozzz2017-06-201-1/+0
|
* Share models between server and clientChocobozzz2017-06-178-23/+16
|
* Use typescript standard and lint all filesChocobozzz2017-06-1636-344/+338
|
* Update webpack stackChocobozzz2017-06-113-3/+3
|
* Client: little refractoringChocobozzz2017-05-058-59/+46
|
* Client: beautiful watch pageChocobozzz2017-04-266-107/+137
|
* Client: responsive designChocobozzz2017-04-264-44/+30
|
* Client: fix routes titleChocobozzz2017-03-124-6/+6
|
* Fix request schedulers statsChocobozzz2017-02-274-42/+86
|
* Add email to usersChocobozzz2017-02-184-4/+27
|
* Add email to podsChocobozzz2017-02-162-0/+5
|
* Client: fix lintChocobozzz2017-02-103-5/+5
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-308-152/+167
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-273-25/+44
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-276-23/+64
|
* Client: lazy load admin areaChocobozzz2017-01-2347-0/+983