aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Fix nodeinfo endpointChocobozzz2018-07-243-11/+11
|
* adding initial support for nodeinfoRigel Kent2018-07-243-11/+85
|
* Add videos list filtersChocobozzz2018-07-245-19/+38
|
* Begin advanced searchChocobozzz2018-07-244-25/+53
|
* Speed up populate database scriptChocobozzz2018-07-241-2/+0
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-182-136/+17
|
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+1
|
* Add cors for static paths tooChocobozzz2018-07-171-0/+2
|
* selective route permission to use embeds with x-frame-denyRigel Kent2018-07-171-3/+7
|
* Handle .srt subtitlesChocobozzz2018-07-161-8/+2
|
* Implement captions/subtitlesChocobozzz2018-07-168-7/+143
|
* Migrate to bullChocobozzz2018-07-111-10/+15
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+5
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-2/+5
|
* (feed) adding thumbnail support for RSS feedRigel Kent2018-06-291-1/+9
|
* API: Add ability to update video channel avatarChocobozzz2018-06-292-29/+35
|
* move CORS allowance to the REST API routerWilliam Lahti2018-06-291-0/+7
|
* Add ability to choose the languageChocobozzz2018-06-281-11/+26
|
* Filter by category (#720)PhieF2018-06-271-0/+1
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Add author_url in oembed responseChocobozzz2018-06-271-0/+1
|
* Add tracker rate limiterChocobozzz2018-06-262-0/+92
|
* Fix removing scheduled updateChocobozzz2018-06-181-1/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-1/+25
|
* Use local object URLs for feedsChocobozzz2018-06-141-2/+4
|
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-7/+26
|
* Refractor retry transaction functionChocobozzz2018-06-136-196/+84
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-124-36/+30
| | | | publishing a video
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-1/+2
| | | | already existing file
* (embed) sandbox the iframeRigel Kent2018-06-111-1/+1
|
* Add video comments RSSChocobozzz2018-06-081-4/+40
|
* Little i18n refractoringChocobozzz2018-06-061-13/+9
|
* Add server localizationChocobozzz2018-06-061-2/+5
|
* Localize playerChocobozzz2018-06-061-0/+8
|
* Disable auto languageChocobozzz2018-06-051-1/+3
|
* Prepare i18n filesChocobozzz2018-06-051-5/+35
|
* Add ability to manually run transcoding jobChocobozzz2018-05-301-1/+2
|
* Fix static function nameChocobozzz2018-05-291-3/+3
|
* Improve torrent/video downloadChocobozzz2018-05-291-2/+36
|
* Fix actor outboxChocobozzz2018-05-281-5/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-253-48/+73
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-252-2/+2
|
* Only use account name in routesChocobozzz2018-05-252-7/+7
|
* Don't render opengraph tags of private videosChocobozzz2018-05-241-1/+2
|
* feature: IP filtering on signup pageRigel Kent2018-05-222-2/+6
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Fix typingsChocobozzz2018-05-161-2/+4
|
* robots.txt config and routeRigel Kent2018-05-161-0/+6
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-2/+2
|
* making the feed fulltextRigel Kent2018-05-121-1/+1
|
* Add ability to update a video channelChocobozzz2018-05-111-6/+19
|