aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Add confirm when admin use custom js/cssChocobozzz2018-02-225-11/+51
|
* Register service workerChocobozzz2018-02-221-4/+4
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+11
|
* Sort video categories/languagesChocobozzz2018-02-201-3/+12
|
* Add loading bar when updating a videoChocobozzz2018-02-161-3/+8
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+4
|
* Add about pageChocobozzz2018-01-311-2/+31
|
* Add version in footerChocobozzz2018-01-311-0/+1
|
* Support video quota on clientChocobozzz2018-01-081-19/+2
|
* Add avatar max size limitChocobozzz2018-01-031-0/+11
|
* Begin to add avatar to actorsChocobozzz2017-12-291-31/+4
|
* Design modalsChocobozzz2017-12-201-8/+14
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-192-2/+10
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Move to angular cliChocobozzz2017-12-123-10/+7
|
* Finish admin designChocobozzz2017-12-081-13/+9
|
* Design second video upload stepChocobozzz2017-12-082-2/+4
|
* First upload step is okChocobozzz2017-12-071-14/+23
|
* Design confirm dialogChocobozzz2017-12-072-4/+5
|
* Add account avatarChocobozzz2017-12-041-22/+14
|
* Begin new menu designChocobozzz2017-12-018-275/+2
|
* Add ability to list jobsChocobozzz2017-11-302-0/+9
|
* 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
|