aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Cache AP video route for 5 secondsChocobozzz2018-05-112-3/+5
|
* Add ability to embed a video in TwitterChocobozzz2018-05-112-2/+8
| | | | The instance should be whitelisted first
* Add video channel managementChocobozzz2018-04-261-1/+1
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+1
|
* Implement video channel feedsChocobozzz2018-04-251-3/+4
|
* Update video-channel routes (again)Chocobozzz2018-04-252-168/+173
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-252-3/+6
|
* Update video channel routesChocobozzz2018-04-246-207/+246
|
* Add account viewChocobozzz2018-04-245-41/+49
|
* Update changelogChocobozzz2018-04-231-1/+2
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-194-13/+52
| | | | There is a global instance setting and a per user setting
* Move server follow in the job queueChocobozzz2018-04-181-63/+15
| | | | It helps to track follow errors
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
|
* Add redis cache to feed routeChocobozzz2018-04-171-14/+9
|
* Handle sort in rssChocobozzz2018-04-172-13/+20
|
* feature: initial syndication feeds supportRigel Kent2018-04-172-2/+139
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Add auth documentationChocobozzz2018-04-161-0/+2
|
* Upgrade server dependenciesChocobozzz2018-04-061-1/+3
|
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+8
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Prevent brute force login attackChocobozzz2018-03-292-3/+13
|
* Fix views system behind a proxyChocobozzz2018-03-281-1/+1
|
* Fix custom server configuration numbersChocobozzz2018-03-271-5/+8
|
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+3
| | | move videoQuota under a user object, use byte PipeTransform
* Try to refractor activities sendingChocobozzz2018-03-273-14/+6
| | | | There is still a need for work on this part though
* Fix error loggingChocobozzz2018-03-263-6/+6
|
* Add activity route to video and video comment objectsChocobozzz2018-03-221-0/+19
|
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-1/+1
|
* Add short description in configChocobozzz2018-03-151-0/+5
|
* Add "local" videos in menuChocobozzz2018-03-131-1/+1
|