aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* ApplicationFollow -> SeverFollowChocobozzz2017-11-273-5/+5
|
* Send server announce when users upload a videoChocobozzz2017-11-271-0/+1
|
* Add follow tabsChocobozzz2017-11-273-6/+6
| | | | | | Following Follow Followers
* Make the client compile tooChocobozzz2017-11-274-18/+7
|
* Improve client mobile versionChocobozzz2017-11-061-0/+1
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Add video privacy settingChocobozzz2017-10-312-1/+18
|
* Lazy description and previews to video formChocobozzz2017-10-301-10/+14
|
* Add tests to user rolesChocobozzz2017-10-271-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-2711-24/+129
|
* Add channels to upload formChocobozzz2017-10-262-21/+37
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-0/+3
|
* Client: check user is logged in for some pagesChocobozzz2017-10-104-3/+35
|
* Video blacklist refractoringChocobozzz2017-10-101-1/+1
|
* Client: fix loading server configurationsChocobozzz2017-10-097-33/+74
|
* Upgrade client dependenciesChocobozzz2017-10-091-8/+8
|
* Try to optimize frontendChocobozzz2017-10-093-0/+18
|
* Fix refresh token expired handlingChocobozzz2017-10-041-1/+1
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-142-121/+101
|
* Client: add guard to admin routesChocobozzz2017-09-101-1/+1
|
* Fix bad translation in confirm dialogChocobozzz2017-09-102-3/+3
|
* Fix client adminChocobozzz2017-08-281-0/+2
|
* Add ability to limit user registrationsChocobozzz2017-07-253-4/+4
|
* Type webtorrentChocobozzz2017-07-112-8/+28
|
* Better typescript typing for a better worldChocobozzz2017-07-101-1/+1
|
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-251-3/+3
|
* Share models between server and clientChocobozzz2017-06-172-7/+5
|
* Use typescript standard and lint all filesChocobozzz2017-06-1614-296/+302
|
* Fix client compilationChocobozzz2017-06-161-2/+3
|
* Update webpack stackChocobozzz2017-06-112-4/+4
|
* Better build/dev scriptsChocobozzz2017-06-112-1/+5
|
* Client: little refractoringChocobozzz2017-05-051-1/+0
|
* Client: try to be responsiveChocobozzz2017-05-013-3/+14
|
* Client: add titles to menu blocksChocobozzz2017-04-262-5/+23
|
* Client Better design for video watchChocobozzz2017-04-261-0/+1
|
* Client: responsive designChocobozzz2017-04-265-41/+69
|
* Client: update to angular 4Chocobozzz2017-04-122-2/+2
|
* Client: support signupChocobozzz2017-04-102-0/+11
|
* Client: add ability for user to change nsfw settingsChocobozzz2017-04-062-7/+28
|
* Client: Handle NSFW videoChocobozzz2017-04-045-4/+53
|
* Client: check token valitidy at startupChocobozzz2017-03-045-4/+127
|
* Client: fix lintChocobozzz2017-02-101-1/+1
|
* Client: fix angular2-notifications dep...Chocobozzz2017-02-051-1/+1
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-276-1/+112
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-272-5/+17
|
* Client: lazy load admin areaChocobozzz2017-01-234-3/+48
|
* Client: fix client error handlingChocobozzz2017-01-191-0/+1
|
* Client: add basic aot supportChocobozzz2017-01-131-0/+2
|
* Client: move menu component in core moduleChocobozzz2016-11-294-3/+92
|