aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth
Commit message (Collapse)AuthorAgeFilesLines
* Support video quota on clientChocobozzz2018-01-081-19/+2
|
* Begin to add avatar to actorsChocobozzz2017-12-291-31/+4
|
* 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-121-6/+4
|
* Finish admin designChocobozzz2017-12-081-13/+9
|
* Design second video upload stepChocobozzz2017-12-081-1/+2
|
* Add account avatarChocobozzz2017-12-041-22/+14
|
* Send server announce when users upload a videoChocobozzz2017-11-271-0/+1
|
* Make the client compile tooChocobozzz2017-11-271-4/+4
|
* 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-274-41/+10
|
* Add channels to upload formChocobozzz2017-10-262-21/+37
|
* Client: check user is logged in for some pagesChocobozzz2017-10-102-0/+31
|
* Fix refresh token expired handlingChocobozzz2017-10-041-1/+1
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-110/+97
|
* 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-171-2/+3
|
* Use typescript standard and lint all filesChocobozzz2017-06-163-207/+213
|
* Fix client compilationChocobozzz2017-06-161-2/+3
|
* Update webpack stackChocobozzz2017-06-111-3/+3
|
* Better build/dev scriptsChocobozzz2017-06-112-1/+5
|
* Client: add ability for user to change nsfw settingsChocobozzz2017-04-062-7/+28
|
* Client: Handle NSFW videoChocobozzz2017-04-041-3/+12
|
* Client: check token valitidy at startupChocobozzz2017-03-044-2/+126
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-271-4/+10
|
* Client: fix client error handlingChocobozzz2017-01-191-0/+1
|
* Client: add basic aot supportChocobozzz2017-01-131-0/+2
|
* Client: split in angular modulesChocobozzz2016-11-212-0/+214