aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth/auth.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification socketChocobozzz2019-01-141-2/+2
| | | | Should be in core module to share the same subject to all the app
* Refractor notification serviceChocobozzz2018-12-191-5/+4
| | | | Shorter name and use primeng component
* Redirect to the last url on loginChocobozzz2018-12-111-4/+1
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix hotkey translationsChocobozzz2018-10-031-4/+4
|
* add redirect after login (#1110)BO412018-09-231-0/+3
|
* update hotkeys to include user-specific routesRigel Kent2018-09-111-0/+27
| | | | also fix left-menu width
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-7/+10
|
* Fix refreshing oauth tokenChocobozzz2018-05-291-5/+14
|
* Fix change detection in app componentChocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-9/+11
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-56/+55
|
* Fix error message on token expirationChocobozzz2018-05-071-12/+20
|
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+2
|
* Prevent brute force login attackChocobozzz2018-03-291-2/+6
|
* Fix log in with special password character (+)Chocobozzz2018-03-261-9/+9
|
* 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-191-0/+4
| | | | | | | | | 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
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-7/+1
|
* Add channels to upload formChocobozzz2017-10-261-13/+35
|
* Fix refresh token expired handlingChocobozzz2017-10-041-1/+1
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-110/+97
|
* Type webtorrentChocobozzz2017-07-111-8/+26
|
* ClientLocal -> OAuthClientLocalChocobozzz2017-06-251-3/+3
|
* Share models between server and clientChocobozzz2017-06-171-2/+3
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-118/+118
|
* Update webpack stackChocobozzz2017-06-111-3/+3
|
* Better build/dev scriptsChocobozzz2017-06-111-1/+2
|
* Client: add ability for user to change nsfw settingsChocobozzz2017-04-061-6/+27
|
* Client: check token valitidy at startupChocobozzz2017-03-041-2/+2
|
* 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-211-0/+213