aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth/auth-user.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildChocobozzz2020-01-051-2/+2
|
* Move watch later logic in miniatureChocobozzz2020-01-031-6/+7
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-0/+2
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* Moderators can only manage usersChocobozzz2019-07-301-0/+9
|
* Add ability to disable and clear historyChocobozzz2018-12-181-3/+7
|
* move to boolean switchRigel Kent2018-10-131-5/+4
|
* add webtorrent opt-out settingsRigel Kent2018-10-131-0/+5
| | | | | - add a key in localstorage to remember the opt-out - add a user setting
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-4/+4
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-4/+5
| | | | There is a global instance setting and a per user setting
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-29/+30
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+6
| | | | | | | | | 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
* Add tests to user rolesChocobozzz2017-10-271-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-3/+8
|
* Add channels to upload formChocobozzz2017-10-261-8/+2
|
* Type webtorrentChocobozzz2017-07-111-0/+2
|
* Better typescript typing for a better worldChocobozzz2017-07-101-1/+1
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-87/+93
|
* Fix client compilationChocobozzz2017-06-161-2/+3
|
* Better build/dev scriptsChocobozzz2017-06-111-0/+3
|
* Client: add ability for user to change nsfw settingsChocobozzz2017-04-061-1/+1
|
* Client: Handle NSFW videoChocobozzz2017-04-041-3/+12
|
* Client: check token valitidy at startupChocobozzz2017-03-041-0/+118