Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to version v1.0.0-beta.10.pre.2v1.0.0-beta.10.pre.2 | Chocobozzz | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1 | Chocobozzz | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | selective route permission to use embeds with x-frame-deny | Rigel Kent | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Painfull server dep upgrade | Chocobozzz | 2018-07-17 | 1 | -4/+7 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Remove kue from the dependencies and move prompt to main ones | Chocobozzz | 2018-07-11 | 1 | -3/+1 |
| | |||||
* | Switch to bull | Chocobozzz | 2018-07-11 | 1 | -0/+2 |
| | |||||
* | (feed) adding thumbnail support for RSS feed | Rigel Kent | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Add ability to choose the language | Chocobozzz | 2018-06-28 | 1 | -0/+1 |
| | |||||
* | Upgrade dependencies | Chocobozzz | 2018-06-26 | 1 | -6/+6 |
| | |||||
* | Bumped to version v1.0.0-beta.9v1.0.0-beta.9 | Chocobozzz | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -2/+0 |
| | | | | publishing a video | ||||
* | Bumped to version v1.0.0-beta.8v1.0.0-beta.8 | Chocobozzz | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -0/+3 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -0/+1 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -3/+2 |
| | |||||
* | Add ability to manually run transcoding job | Chocobozzz | 2018-05-30 | 1 | -0/+1 |
| | |||||
* | Add script that prunes storage files | Chocobozzz | 2018-05-29 | 1 | -0/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-05-29 | 1 | -7/+7 |
| | |||||
* | Bumped to version v1.0.0-beta.7v1.0.0-beta.7 | Chocobozzz | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.6v1.0.0-beta.6 | Chocobozzz | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Handle concurrent requests in cache middleware | Chocobozzz | 2018-05-23 | 1 | -0/+2 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 1 | -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.5 | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Make it works with new autoplay policy | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Client E2E tests first step | Chocobozzz | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Upgrade to rxjs 6 | Chocobozzz | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | added linter and prettifier via commit hooks | Rigel Kent | 2018-05-13 | 1 | -0/+20 |
| | |||||
* | Update server dependencies | Chocobozzz | 2018-05-11 | 1 | -10/+10 |
| | |||||
* | import-videos: prompt for password | John Livingston | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.4v1.0.0-beta.4 | Chocobozzz | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | feature: initial syndication feeds tests for instance-wide feeds | Rigel Kent | 2018-04-26 | 1 | -0/+6 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 1 | -0/+1 |
| | |||||
* | Add doc to run only one unit test | Chocobozzz | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -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. | ||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | Upgrade spectacle module | Chocobozzz | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.3v1.0.0-beta.3 | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -0/+2 |
| | |||||
* | Bumped to version v1.0.0-beta.2v1.0.0-beta.2 | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-beta.1v1.0.0-beta.1 | Chocobozzz | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-alpha.10v1.0.0-alpha.10 | Chocobozzz | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-alpha.9v1.0.0-alpha.9 | Chocobozzz | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Bumped to version v1.0.0-alpha.8v1.0.0-alpha.8 | Chocobozzz | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | Upgrade server depencencies | Chocobozzz | 2018-03-13 | 1 | -6/+6 |
| | |||||
* | Bumped to version v1.0.0-alpha.7v1.0.0-alpha.7 | Chocobozzz | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Update licence in package json | Chocobozzz | 2018-03-11 | 1 | -1/+1 |
| |