aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/redirect.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add error info on router errorChocobozzz2022-08-031-2/+2
|
* Add ability for client to create server logsChocobozzz2022-07-181-13/+10
|
* Rename not fount page to error pageChocobozzz2022-07-081-1/+1
|
* feat: custom msg upon 401 responsekontrollanten2022-07-081-0/+2
| | | | closes #4768
* Fix redirect users after login with external authChocobozzz2022-05-201-17/+54
|
* Add URL redirection support for external authChocobozzz2022-05-091-3/+7
|
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * give admins access to edit all channels closes #4598 * test(channels): +admin update another users channel * Fix tests * fix(server): delete another users channel Since the channel owner isn't necessary the auth user we need to check the right account whether it's the last video or not. * REMOVE_ANY_VIDEO_CHANNEL > MANAGE_ANY_VIDEO_CHANNEL Merge REMOVE_ANY_VIDEO_CHANNEL and MANY_VIDEO_CHANNELS to MANAGE_ANY_VIDEO_CHANNEL. * user-right: moderator can't manage admins channel * client: MyVideoChannelCreateComponent > VideoChannelCreateComponent * client: MyVideoChannelEdit > VideoChannelEdit * Revert "user-right: moderator can't manage admins channel" This reverts commit 2c627c154e2bfe6af2e0f45efb27faf4117572f3. * server: clean dupl validator functionality * fix ensureUserCanManageChannel usage It's not async anymore. * server: merge channel validator middleares ensureAuthUserOwnsChannelValidator & ensureUserCanManageChannel gets merged into one middleware. * client(VideoChannelEdit): redirect to prev route * fix(VideoChannels): handle anon users * client: new routes for create/update channel * Refactor channel validators Co-authored-by: Chocobozzz <me@florianbigard.com>
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-041-15/+6
|
* Inject server config in HTMLChocobozzz2021-05-141-16/+19
|
* move from trending routes to alg paramRigel Kent2021-01-281-23/+11
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-2/+24
|
* Implement remote interactionChocobozzz2021-01-151-2/+2
|
* Various front optimizationsChocobozzz2020-11-271-0/+9
|
* Lazy load static objectsChocobozzz2019-12-181-6/+6
|
* Don't redirect on verify account page after loginChocobozzz2019-10-281-1/+2
|
* Add success icon on registrationChocobozzz2019-05-291-1/+8
|
* Redirect to the last url on loginChocobozzz2018-12-111-1/+20
|
* Fix e2e testsChocobozzz2018-06-081-3/+3
|
* Prepare i18n filesChocobozzz2018-06-051-2/+2
|
* Add 404 pageChocobozzz2018-05-311-16/+15
|
* Fix history back after a redirectChocobozzz2018-05-241-2/+2
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+48