Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 8 | -5/+53 |
| | | | | | | | | | | | | * 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 | ||||
* | Fix little typo in variable. | Armando Lüscher | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Add precision on upgrade script (#433) | Luc Didry | 2018-03-29 | 1 | -0/+2 |
| | |||||
* | Bumped to version v1.0.0-beta.3v1.0.0-beta.3 | Chocobozzz | 2018-03-29 | 2 | -2/+2 |
| | |||||
* | Fix changelog | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Upgrade changelog | Chocobozzz | 2018-03-29 | 2 | -2/+16 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 4 | -3/+5 |
| | |||||
* | add .editorconfig to maintain consistent coding styles (#429) | Rigel Kent | 2018-03-29 | 1 | -0/+21 |
| | | | Signed-off-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 16 | -24/+191 |
| | |||||
* | Disply other videos if screen >= 1300px | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 4 | -25/+53 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 5 | -27/+93 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Remove alpine image | Chocobozzz | 2018-03-28 | 3 | -33/+3 |
| | |||||
* | Add a hover effect on left menu links (#418) (#425) | Charles de Lacombe | 2018-03-28 | 1 | -4/+9 |
| | | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright? | ||||
* | Truncate correctly video descriptions | Chocobozzz | 2018-03-28 | 4 | -17/+36 |
| | |||||
* | Bumped to version v1.0.0-beta.2v1.0.0-beta.2 | Chocobozzz | 2018-03-28 | 2 | -2/+2 |
| | |||||
* | Update FreeBSD doc (fix typo in markdow syntax) | Chocobozzz | 2018-03-28 | 1 | -14/+5 |
|\ | |||||
| * | Update dependencies.md | Gérald Niel | 2018-03-27 | 1 | -9/+0 |
| | | |||||
| * | Fix typo in markdown syntax | Gérald Niel | 2018-03-27 | 1 | -5/+5 |
| | | |||||
* | | Documentation update for FreeBSD | Chocobozzz | 2018-03-27 | 2 | -2/+83 |
|\| | |||||
| * | Mise à jour documentation pour FreeBSD | Gérald Niel | 2018-03-27 | 2 | -2/+83 |
|/ |