Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide big play button on autoplay | Chocobozzz | 2018-04-17 | 2 | -4/+11 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 33 | -82/+606 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Try to fix docker automatic build (again...) | Chocobozzz | 2018-04-16 | 1 | -3/+2 |
| | |||||
* | Try to fix automatic dockerbuild | Chocobozzz | 2018-04-16 | 2 | -3/+3 |
| | |||||
* | Improve dockerfile | Chocobozzz | 2018-04-16 | 4 | -14/+25 |
| | |||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 5 | -4/+775 |
| | |||||
* | Fix the execution right for docker-entrypoint.sh | Florent Poinsaut | 2018-04-16 | 1 | -0/+0 |
| | |||||
* | use gosu to fix /data permissions errors | Florent Poinsaut | 2018-04-16 | 3 | -15/+57 |
| | |||||
* | Improve big play button animation | Chocobozzz | 2018-04-15 | 5 | -128/+155 |
| | |||||
* | Don't add a dot after the url in forgot password email | Chocobozzz | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | Fix #490 | Chocobozzz | 2018-04-11 | 1 | -1/+3 |
|\ | |||||
| * | Fix indetation (I hope!) | Gérald Niel | 2018-04-11 | 1 | -1/+1 |
| | | |||||
| * | Fix #490 and justify text in comments div. | Gérald Niel | 2018-04-11 | 1 | -1/+3 |
|/ | |||||
* | Add .gitignore for Docker | Florent Poinsaut | 2018-04-10 | 1 | -0/+3 |
| | |||||
* | Adding a more specific phrasing for yarn installation (#487) | Rigel Kent | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | Upgrade to webpack 4 | Chocobozzz | 2018-04-06 | 4 | -63/+1764 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-04-06 | 2 | -575/+569 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-04-06 | 5 | -169/+223 |
| | |||||
* | Upgrade spectacle module | Chocobozzz | 2018-04-06 | 5 | -1025/+699 |
| | |||||
* | Add what now section to production guide | Chocobozzz | 2018-04-06 | 1 | -1/+6 |
| | |||||
* | Fix api doc in video update endpoint | Chocobozzz | 2018-04-06 | 2 | -3/+2 |
| | |||||
* | Upgrade api doc | Chocobozzz | 2018-04-06 | 2 | -61/+919 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 5 | -13/+37 |
| | |||||
* | Cleanup peertube plugin after dispose | Chocobozzz | 2018-04-05 | 1 | -11/+25 |
| | |||||
* | Fix auto quality with http fallback | Chocobozzz | 2018-04-05 | 2 | -2/+3 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 8 | -68/+226 |
| | |||||
* | Don't start application until all components were initialized | Chocobozzz | 2018-04-04 | 2 | -25/+30 |
| | |||||
* | Fix privacy argument in upload script | Chocobozzz | 2018-04-04 | 2 | -0/+3 |
| | |||||
* | Add tests for publishedAt | Chocobozzz | 2018-04-04 | 2 | -3/+7 |
| | |||||
* | Accept unlisted comments too | Chocobozzz | 2018-04-04 | 1 | -1/+4 |
| | |||||
* | Improve admin css help | Chocobozzz | 2018-04-04 | 1 | -2/+19 |
| | |||||
* | Add id to body for more specific css | Chocobozzz | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Fix show more description button on video change | Chocobozzz | 2018-04-04 | 1 | -1/+4 |
| | |||||
* | Try to improve the contributing guide for tests | Chocobozzz | 2018-04-04 | 2 | -5/+9 |
| | |||||
* | Better embed responsive | Chocobozzz | 2018-04-03 | 1 | -3/+6 |
| | |||||
* | Fix video watch page responsive | Chocobozzz | 2018-04-03 | 3 | -19/+16 |
| | |||||
* | Fix watch page video change | Chocobozzz | 2018-04-03 | 10 | -48/+52 |
| | |||||
* | Improve first play | Chocobozzz | 2018-04-03 | 7 | -19/+42 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 17 | -359/+1381 |
| | | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! | ||||
* | Add opacity effect on control bar icons | Chocobozzz | 2018-04-03 | 2 | -5/+36 |
| | |||||
* | Improve player progress bar | Chocobozzz | 2018-04-03 | 2 | -13/+38 |
| | |||||
* | Update docker image name | Chocobozzz | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Add information about test databases in contributing guide | Chocobozzz | 2018-04-03 | 1 | -2/+19 |
| | |||||
* | Improve contributing guide | Chocobozzz | 2018-04-03 | 1 | -2/+23 |
| | |||||
* | Documentation for macOS development. (#462) | victor-long | 2018-04-03 | 1 | -0/+13 |
| | |||||
* | fix #456 catching errors in import-videos (#457) | memorybox | 2018-04-02 | 1 | -9/+14 |
| | |||||
* | Misc. typos | luz.paz | 2018-03-30 | 3 | -13/+13 |
| | | | Found via `codespell -q 3` | ||||
* | Fix migration 200 | Chocobozzz | 2018-03-30 | 1 | -1/+11 |
| | |||||
* | refactoring archive creation step to reduce code duplication and be less ↵ | Rigel | 2018-03-30 | 1 | -16/+18 |
| | | | | error-prone | ||||
* | modified scripts/release.sh to add tar.xz and provide archive signatures | Rigel | 2018-03-30 | 1 | -25/+44 |
| |