aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-0310-48/+52
|
* Improve first playChocobozzz2018-04-037-19/+42
|
* Improve playerChocobozzz2018-04-0317-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 iconsChocobozzz2018-04-032-5/+36
|
* Improve player progress barChocobozzz2018-04-032-13/+38
|
* Update docker image nameChocobozzz2018-04-031-1/+1
|
* Add information about test databases in contributing guideChocobozzz2018-04-031-2/+19
|
* Improve contributing guideChocobozzz2018-04-031-2/+23
|
* Documentation for macOS development. (#462)victor-long2018-04-031-0/+13
|
* fix #456 catching errors in import-videos (#457)memorybox2018-04-021-9/+14
|
* Misc. typosluz.paz2018-03-303-13/+13
| | | Found via `codespell -q 3`
* Fix migration 200Chocobozzz2018-03-301-1/+11
|
* refactoring archive creation step to reduce code duplication and be less ↵Rigel2018-03-301-16/+18
| | | | error-prone
* modified scripts/release.sh to add tar.xz and provide archive signaturesRigel2018-03-301-25/+44
|
* Add publishedAt field for video model.Julien Le Bras2018-03-308-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üscher2018-03-301-1/+1
|
* Add precision on upgrade script (#433)Luc Didry2018-03-291-0/+2
|
* Bumped to version v1.0.0-beta.3v1.0.0-beta.3Chocobozzz2018-03-292-2/+2
|
* Fix changelogChocobozzz2018-03-291-1/+1
|
* Upgrade changelogChocobozzz2018-03-292-2/+16
|
* Add reverse proxy test in travisChocobozzz2018-03-294-3/+5
|
* add .editorconfig to maintain consistent coding styles (#429)Rigel Kent2018-03-291-0/+21
| | | Signed-off-by: Rigel Kent <sendmemail@rigelk.eu>
* Prevent brute force login attackChocobozzz2018-03-2916-24/+191
|
* Disply other videos if screen >= 1300pxChocobozzz2018-03-291-1/+1
|
* Add link to register in login formChocobozzz2018-03-284-25/+53
|
* Add initial video quota info in registration formChocobozzz2018-03-285-27/+93
|
* Fix views system behind a proxyChocobozzz2018-03-281-1/+1
|
* Remove alpine imageChocobozzz2018-03-283-33/+3
|
* Add a hover effect on left menu links (#418) (#425)Charles de Lacombe2018-03-281-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 descriptionsChocobozzz2018-03-284-17/+36
|
* Bumped to version v1.0.0-beta.2v1.0.0-beta.2Chocobozzz2018-03-282-2/+2
|
* Update FreeBSD doc (fix typo in markdow syntax)Chocobozzz2018-03-281-14/+5
|\
| * Update dependencies.mdGérald Niel2018-03-271-9/+0
| |
| * Fix typo in markdown syntaxGérald Niel2018-03-271-5/+5
| |
* | Documentation update for FreeBSDChocobozzz2018-03-272-2/+83
|\|
| * Mise à jour documentation pour FreeBSDGérald Niel2018-03-272-2/+83
|/
* Reduce title/button size for embedChocobozzz2018-03-271-1/+1
|
* Fix lintChocobozzz2018-03-272-2/+2
|
* Fix my videos paginationChocobozzz2018-03-272-2/+11
|
* Fix videos list paramsChocobozzz2018-03-272-2/+3
|
* Add root class if user is logged inChocobozzz2018-03-273-3/+7
|
* Add privacy setting to upload.js cli (#422)Olivier Jolly2018-03-271-0/+2
|
* Update changelogChocobozzz2018-03-271-0/+37
|
* Fix custom server configuration numbersChocobozzz2018-03-274-12/+31
|
* Redirect to homepage on empty searchChocobozzz2018-03-272-4/+6
|
* Add ability to search on domain and username tooChocobozzz2018-03-271-3/+17
|
* Decrease player button size on very small screensChocobozzz2018-03-271-1/+1
|
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
|
* Improve SQL request for video AP requestChocobozzz2018-03-271-5/+15
|