aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
...
* Add URL redirection support for external authChocobozzz2022-05-091-3/+7
|
* Reduce videos sort complexityChocobozzz2022-04-151-9/+9
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix plaintext markdown converterChocobozzz2022-02-041-2/+2
|
* Split user serviceChocobozzz2022-01-211-227/+57
|
* Remove unnecessary functionChocobozzz2022-01-182-49/+11
|
* Fix timestamp clickChocobozzz2022-01-131-0/+2
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Translate plugin settingsChocobozzz2021-12-291-19/+36
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-16/+4
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-161-1/+1
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-167-136/+226
|
* 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>
* Add ability for plugins to register client routesChocobozzz2021-12-102-5/+28
|
* Fix lintChocobozzz2021-12-091-1/+0
|
* Fix theme update when logged inChocobozzz2021-12-091-1/+0
|
* Update angularChocobozzz2021-11-101-1/+1
|
* Improve advanced input filterChocobozzz2021-11-031-4/+10
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-2/+11
|
* Add ability to view my followersChocobozzz2021-10-201-7/+9
|
* Remove protractor workaroundChocobozzz2021-10-141-15/+8
| | | | We don't use it anymore
* Upgrade linkifyjsChocobozzz2021-10-121-93/+9
|
* Remove redundant attributeChocobozzz2021-10-111-3/+2
|
* Correctly disable infinite scroll for reuseChocobozzz2021-10-111-5/+7
|
* Fix autoblock message on upload pageChocobozzz2021-10-111-1/+4
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-1/+5
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+2
|
* Don't display account setup modal on signupChocobozzz2021-08-271-1/+8
| | | | Don't bother user with a modal just after signup
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Fix user quota alerts always displayed (#4354)Ms Kimsible2021-08-261-22/+0
| | | | | | | * Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Merge branch 'feature/video-filters' into developChocobozzz2021-08-255-2/+189
|\
| * Add video filters to common video pagesChocobozzz2021-08-255-2/+189
| |
* | Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-251-0/+26
|/ | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* Migrate client to eslintChocobozzz2021-08-1815-54/+67
|
* Fix client lintChocobozzz2021-08-174-37/+35
|
* Update client dependenciesChocobozzz2021-08-111-1/+1
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-1/+9
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Refactor video links buildingChocobozzz2021-07-261-3/+7
|
* Add missing localization keysChocobozzz2021-07-211-1/+1
|
* Refactor requestsChocobozzz2021-07-202-4/+2
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Fix plugin modal/notifierChocobozzz2021-06-141-4/+4
|
* add client hook filter:videojs.optionskontrollanten2021-06-142-139/+46
| | | | closes #4086
* Bidi supportChocobozzz2021-06-071-3/+4
|
* Add ability to filter menu linksChocobozzz2021-06-071-30/+76
|
* Speed up plugins loadingChocobozzz2021-06-045-25/+41
|
* Use HTML config when possibleChocobozzz2021-06-045-52/+23
|
* Load server config on app initChocobozzz2021-06-041-160/+20
|