aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-5/+6
| | | | There is a global instance setting and a per user setting
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+2
|
* Prevent brute force login attackChocobozzz2018-03-291-2/+6
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Fix log in with special password character (+)Chocobozzz2018-03-261-9/+9
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-232-31/+33
|
* Use instance name for page titlesChocobozzz2018-03-221-1/+2
|
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-014-2/+53
|
* Add stats routeChocobozzz2018-02-281-1/+1
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-283-7/+18
|
* Add bar when loading chunksChocobozzz2018-02-231-0/+2
|
* 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
|