aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-2339-132/+153
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-229-27/+239
| | | | | - 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
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-2/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-182-6/+6
|
* Split types and typingsChocobozzz2020-06-18172-203/+204
|
* Fix server buildChocobozzz2020-06-171-2/+5
|
* Update server dependenciesChocobozzz2020-06-1719-63/+31
|
* Correctly fix subtitles importChocobozzz2020-06-171-11/+10
|
* Split notification testsChocobozzz2020-06-166-953/+996
|
* Add videos count in channels listChocobozzz2020-06-163-16/+47
|
* Fix getSubs importChocobozzz2020-06-161-0/+1
|
* Logging ip requesting unknown infoHashJohn Livingston2020-06-151-1/+1
|
* Fix video view filenameChocobozzz2020-06-155-4/+4
|
* Fix global search nsfw policy when logged inChocobozzz2020-06-151-1/+5
|
* Use default nsfw instance policy for search indexChocobozzz2020-06-122-1/+39
|
* Optimize views per day in video channelsChocobozzz2020-06-123-22/+22
|
* Speed up videos indexationChocobozzz2020-06-121-1/+2
| | | | And fetch video attributes after
* Fix lintChocobozzz2020-06-121-1/+1
|
* preserve original variable names server-sideRigel Kent2020-06-1011-38/+38
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1011-38/+38
| | | | | | | | | | | - 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
* Fix testsChocobozzz2020-06-102-3/+7
|
* Add search index testsChocobozzz2020-06-105-4/+337
|
* Add search target check paramsChocobozzz2020-06-103-4/+98
|
* Fix video follow SQLChocobozzz2020-06-102-3/+5
|
* First implem global searchChocobozzz2020-06-1013-20/+255
|
* change fixtures to reflect output size of jimpRigel Kent2020-06-107-0/+0
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-5/+6
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Fix video comments feed SQL queryChocobozzz2020-06-092-2/+7
|
* Add AP icons breaking changeChocobozzz2020-06-041-16/+6
|
* Send complete video description in AP messagesChocobozzz2020-06-041-1/+1
|
* Sort AP files by resolution descChocobozzz2020-06-041-7/+11
|
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-1/+1
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-035-20/+75
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Don't cache embed HTML fileChocobozzz2020-06-021-1/+2
|
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-3/+3
|\
| * Fix emailsChocobozzz2020-06-021-3/+3
| |
* | Block comments from muted accounts/serversChocobozzz2020-05-2912-101/+335
| | | | | | | | | | | | | | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* | Support broadcast messagesChocobozzz2020-05-296-2/+59
| |
* | Fix comments deleted displayChocobozzz2020-05-293-14/+48
| |
* | Add ability to bulk delete commentsChocobozzz2020-05-2912-66/+487
|/
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-253-31/+39
|
* Fix external auth email/password updateChocobozzz2020-05-205-4/+27
| | | | Also check if an actor does not already exist when creating the user
* Fix migrationsChocobozzz2020-05-181-0/+30
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-146-33/+243
| | | | | | | | | | | * 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>
* Add missing channel playlists AP endpointChocobozzz2020-05-132-9/+31
|
* Fix testsChocobozzz2020-05-131-1/+1
|
* Add missing playlist and playlistElement types in AP contextChocobozzz2020-05-131-0/+3
|
* Fix auto follow index URLChocobozzz2020-05-123-15/+8
|
* Add other tests to external authChocobozzz2020-05-113-6/+96
|
* Update code contributorsChocobozzz2020-05-111-1/+1
|