aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to version v1.0.0-beta.11v1.0.0-beta.11Chocobozzz2018-08-211-1/+1
|
* Change npm repo to git+httpsJorropo2018-08-201-1/+1
|
* Implement user blocking on server sideChocobozzz2018-08-081-0/+2
|
* Import magnets with webtorrentChocobozzz2018-08-081-1/+1
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-0/+2
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-071-1/+1
|\
| * Bumped to version v1.0.0-beta.10v1.0.0-beta.10Chocobozzz2018-08-071-1/+1
| |
* | Merge branch 'release/beta-10' into developChocobozzz2018-08-061-1/+1
|\|
| * Fix caption upload on Mac OSChocobozzz2018-08-061-1/+1
| |
* | Add ability to import video with youtube-dlChocobozzz2018-08-061-3/+4
| |
* | Add audit logs moduleAurélien Bertron2018-07-311-0/+2
|/
* Bumped to version v1.0.0-beta.10.pre.3v1.0.0-beta.10.pre.3Chocobozzz2018-07-311-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2Chocobozzz2018-07-271-1/+1
|
* Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1Chocobozzz2018-07-261-1/+1
|
* selective route permission to use embeds with x-frame-denyRigel Kent2018-07-171-0/+1
|
* Painfull server dep upgradeChocobozzz2018-07-171-4/+7
|
* Handle .srt subtitlesChocobozzz2018-07-161-0/+1
|
* Remove kue from the dependencies and move prompt to main onesChocobozzz2018-07-111-3/+1
|
* Switch to bullChocobozzz2018-07-111-0/+2
|
* (feed) adding thumbnail support for RSS feedRigel Kent2018-06-291-1/+1
|
* Add ability to choose the languageChocobozzz2018-06-281-0/+1
|
* Upgrade dependenciesChocobozzz2018-06-261-6/+6
|
* Bumped to version v1.0.0-beta.9v1.0.0-beta.9Chocobozzz2018-06-251-1/+1
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-2/+0
| | | | publishing a video
* Bumped to version v1.0.0-beta.8v1.0.0-beta.8Chocobozzz2018-06-111-1/+1
|
* Reduce bundle sizesChocobozzz2018-06-071-1/+2
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* Localize playerChocobozzz2018-06-061-0/+3
|
* Prepare i18n filesChocobozzz2018-06-051-0/+1
|
* Add context menu to playerChocobozzz2018-05-301-3/+2
|
* Add ability to manually run transcoding jobChocobozzz2018-05-301-0/+1
|
* Add script that prunes storage filesChocobozzz2018-05-291-0/+1
|
* Upgrade server dependenciesChocobozzz2018-05-291-7/+7
|
* Bumped to version v1.0.0-beta.7v1.0.0-beta.7Chocobozzz2018-05-281-1/+1
|
* Bumped to version v1.0.0-beta.6v1.0.0-beta.6Chocobozzz2018-05-231-1/+1
|
* Handle concurrent requests in cache middlewareChocobozzz2018-05-231-0/+2
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+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
* Bumped to version v1.0.0-beta.5v1.0.0-beta.5Chocobozzz2018-05-221-1/+1
|
* Make it works with new autoplay policyChocobozzz2018-05-221-1/+1
|
* Client E2E tests first stepChocobozzz2018-05-171-0/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-1/+1
|
* added linter and prettifier via commit hooksRigel Kent2018-05-131-0/+20
|
* Update server dependenciesChocobozzz2018-05-111-10/+10
|
* import-videos: prompt for passwordJohn Livingston2018-05-111-0/+1
|
* Bumped to version v1.0.0-beta.4v1.0.0-beta.4Chocobozzz2018-05-071-1/+1
|
* feature: initial syndication feeds tests for instance-wide feedsRigel Kent2018-04-261-0/+6
|
* Use ISO 639 for languagesChocobozzz2018-04-231-0/+1
|
* Add doc to run only one unit testChocobozzz2018-04-191-0/+1
|
* Add ability to click on the account in watch pageChocobozzz2018-04-171-1/+1
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+1
| | | | | | | | | | | | | | | | | | 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.