aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Implement captions/subtitlesChocobozzz2018-07-168-5/+31
|
* Migrate to bullChocobozzz2018-07-111-2/+3
|
* Update translations from zanata and add cs and eoChocobozzz2018-07-091-2/+5
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-0/+1
|
* Add Basque and Catalan languagesChocobozzz2018-06-281-2/+8
|
* Add ability to choose the languageChocobozzz2018-06-281-4/+3
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-1/+1
|
* Add ability to schedule video publicationChocobozzz2018-06-154-12/+12
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-143-0/+12
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-126-2/+19
| | | | publishing a video
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* Rename fr locale -> fr-FRChocobozzz2018-06-061-2/+9
|
* Little i18n refractoringChocobozzz2018-06-061-12/+23
|
* Localize playerChocobozzz2018-06-061-0/+4
|
* Prepare i18n filesChocobozzz2018-06-053-0/+32
|
* Improve torrent/video downloadChocobozzz2018-05-291-0/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-4/+4
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Add owner in video channel pageChocobozzz2018-05-231-4/+2
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | 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 typingsChocobozzz2018-05-162-0/+4
|
* Add ability to update a video channelChocobozzz2018-05-114-3/+14
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+7
| | | | The instance should be whitelisted first
* Add video channel managementChocobozzz2018-04-262-2/+2
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+1
|
* Add account link in videos listChocobozzz2018-04-251-0/+2
|
* Video channel API routes refractorChocobozzz2018-04-251-3/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-233-4/+4
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-195-2/+12
| | | | There is a global instance setting and a per user setting
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* feature: initial syndication feeds supportRigel Kent2018-04-173-0/+7
| | | | | | | | | | | | | | | | | | 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 publishedAt field for video model.Julien Le Bras2018-03-301-0/+1
| | | | | | | | | | | | * 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
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+1
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-1/+2
| | | | before beta
* Update videos response apiChocobozzz2018-03-191-10/+10
|
* Add short description in configChocobozzz2018-03-154-8/+3
|
* Add "local" videos in menuChocobozzz2018-03-131-0/+1
|
* Change video abuse API responseChocobozzz2018-03-121-5/+9
|
* Update videos api list for accountChocobozzz2018-03-121-2/+9
|
* Fix lint momory issuesChocobozzz2018-03-082-3/+1
|
* Add ability to change the homepageChocobozzz2018-03-012-1/+3
|
* Add stats routeChocobozzz2018-02-287-2/+14
|
* Add ability to add custom css/javascriptChocobozzz2018-02-223-1/+17
|
* Add ability to update another user videoChocobozzz2018-02-222-2/+4
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-162-0/+8
|
* Implement support field in video and video channelChocobozzz2018-02-1510-3/+11
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+2
|
* Add about pageChocobozzz2018-01-312-1/+16
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+6
|