aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-227-3/+62
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* More robust max bitrate calculationChocobozzz2020-06-171-31/+34
|
* Add videos count in channels listChocobozzz2020-06-161-0/+2
|
* preserve original variable names server-sideRigel Kent2020-06-105-9/+9
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-105-9/+9
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Add search target check paramsChocobozzz2020-06-101-3/+1
|
* First implem global searchChocobozzz2020-06-107-2/+46
|
* Add kab and vi localesChocobozzz2020-06-041-5/+8
|
* Add ar-001 localeChocobozzz2020-06-041-0/+2
|
* Revert "Remove oc locale support"Chocobozzz2020-05-291-0/+1
| | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
* Support broadcast messagesChocobozzz2020-05-294-1/+19
|
* Add bulk comment actions on account dropdownChocobozzz2020-05-292-0/+2
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-0/+4
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-143-4/+12
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-3/+7
|
* Add last login date to usersChocobozzz2020-05-072-0/+6
|
* Use video abuse filters on client sideChocobozzz2020-05-071-0/+1
|
* Add ability to override login signup messageChocobozzz2020-05-062-1/+4
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+2
|
* Add plugin settings change watcherChocobozzz2020-05-042-1/+3
|
* Add external login buttonsChocobozzz2020-05-041-0/+4
|
* Add external login testsChocobozzz2020-05-041-2/+2
|
* Begin support for external authsChocobozzz2020-05-043-16/+42
|
* Add plugin auth migrationsChocobozzz2020-05-041-1/+3
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-043-2/+9
|
* Support logout and add id and pass testsChocobozzz2020-05-041-2/+5
|
* Avoir some circular dependenciesChocobozzz2020-05-043-0/+109
|
* Begin auth plugin supportChocobozzz2020-05-041-0/+33
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+1
| | | | search query param dynamically
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-041-1/+1
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-011-2/+3
| | | | blacklisted videos as well
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-2/+9
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-0/+4
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-0/+2
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-202-0/+17
|
* Add markdown support to plugins (#2654)Kim2020-04-201-1/+1
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+1
|
* Remove oc locale supportChocobozzz2020-04-061-1/+0
| | | | | | | It does not work since many releases, and nobody created an issue so we don't consider it much use It does not work because Angular does not know this locale: https://github.com/angular/angular/tree/master/packages/common/locales
* Fix peertube interface i18nChocobozzz2020-04-031-1/+6
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* View stats for channelsRigel Kent2020-03-311-0/+6
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-0/+5
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-12/+18
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+2
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-103-0/+32
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+2
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Update dependenciesChocobozzz2020-02-282-4/+4
|
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+7
|
* Strict templates enabledChocobozzz2020-02-101-1/+1
|