aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Support audio files importChocobozzz2020-04-032-24/+9
|
* Fix sitemapChocobozzz2020-04-011-2/+2
|
* Update server dependenciesChocobozzz2020-04-011-6/+8
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-2/+5
|
* Fix 500 when adding video in playlistChocobozzz2020-03-191-1/+7
|
* Fix total videos statsChocobozzz2020-03-131-5/+6
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-27/+43
|
* Fix CSP issue on WebFinger service (#2541)Lucien A2020-03-111-0/+3
| | | | | | | * Fix CSP issue on WebFinger service WebFinger RFC states that CSP should allow any origin to access WebFinger resources. * Update webfinger.ts
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+15
| | | | | | | | | | | | | | | | | | | * 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
* Update dependenciesChocobozzz2020-02-283-4/+4
|
* Fix WS trackerChocobozzz2020-02-251-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-201-1/+7
|\
| * Fix CSP for embedsChocobozzz2020-02-201-1/+7
| |
* | Refactor email enabled functionChocobozzz2020-02-172-9/+7
| |
* | Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* | Make the search helper change based on the server configRigel Kent2020-02-132-0/+12
| |
* | Optimize context for CacheFileChocobozzz2020-02-041-2/+2
| |
* | Optimize view endpointChocobozzz2020-02-042-4/+5
| |
* | Add model cache for videoChocobozzz2020-02-041-10/+10
| | | | | | | | When fetching only immutable attributes
* | Upgrade express-rate-limitChocobozzz2020-02-042-5/+1
| |
* | Reduce AP context size on specific activitiesChocobozzz2020-02-031-1/+1
| |
* | Move to eslintcontainChocobozzz2020-02-0319-78/+67
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
| |
* | Don't log error on actor delete signature errorChocobozzz2020-01-292-7/+7
| |
* | Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+2
| |
* | Cleanup server fixmeChocobozzz2020-01-281-2/+2
| |
* | Add ability to list redundanciesChocobozzz2020-01-283-7/+91
|/
* Adding the request ip for hook filter:api.user.signup.allowed.result (#2416)John Livingston2020-01-201-1/+3
| | | | | | * Adding the request ip for hook filter:api.user.signup.allowed.result * Fix typo
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* Adapt feeds content-type to accept headerRigel Kent2020-01-106-17/+26
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-3/+3
|
* Add outbox page size parameterRigel Kent2020-01-091-1/+4
|
* Add ability to skip count queryChocobozzz2020-01-086-13/+25
|
* Update validator dependencyChocobozzz2020-01-071-2/+2
|
* Share playlists stateChocobozzz2020-01-061-2/+2
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-4/+3
|
* Add infohash cacheChocobozzz2020-01-031-1/+1
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-1/+1
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-1/+2
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-1/+6
| | | | fixes #2138
* Remove CSP for embedChocobozzz2019-12-181-2/+1
|
* (nodeinfo) add server config to the nodeinfo metadataRigel Kent2019-12-172-30/+118
|
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+1
|
* Add internal privacy modeChocobozzz2019-12-122-16/+12
|
* Fix logs regexChocobozzz2019-12-121-1/+2
|
* Fix comments feedChocobozzz2019-12-111-7/+10
|
* Serve audit logs to clientChocobozzz2019-12-111-6/+51
|
* Fix comments feedChocobozzz2019-12-101-1/+4
|
* Clearer feed controllerChocobozzz2019-12-091-15/+26
|
* (hotfix) remove null categories in RSS/Atom feedsRigel Kent2019-12-081-1/+1
|