aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix indetation (I hope!)Gérald Niel2018-04-111-1/+1
|
* Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|
* Add .gitignore for DockerFlorent Poinsaut2018-04-101-0/+3
|
* Adding a more specific phrasing for yarn installation (#487)Rigel Kent2018-04-091-1/+1
|
* Upgrade to webpack 4Chocobozzz2018-04-064-63/+1764
|
* Upgrade client dependenciesChocobozzz2018-04-062-575/+569
|
* Upgrade server dependenciesChocobozzz2018-04-065-169/+223
|
* Upgrade spectacle moduleChocobozzz2018-04-065-1025/+699
|
* Add what now section to production guideChocobozzz2018-04-061-1/+6
|
* Fix api doc in video update endpointChocobozzz2018-04-062-3/+2
|
* Upgrade api docChocobozzz2018-04-062-61/+919
|
* Add ability to set a start timeChocobozzz2018-04-055-13/+37
|
* Cleanup peertube plugin after disposeChocobozzz2018-04-051-11/+25
|
* Fix auto quality with http fallbackChocobozzz2018-04-052-2/+3
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-058-68/+226
|
* Don't start application until all components were initializedChocobozzz2018-04-042-25/+30
|
* Fix privacy argument in upload scriptChocobozzz2018-04-042-0/+3
|
* Add tests for publishedAtChocobozzz2018-04-042-3/+7
|
* Accept unlisted comments tooChocobozzz2018-04-041-1/+4
|
* Improve admin css helpChocobozzz2018-04-041-2/+19
|
* Add id to body for more specific cssChocobozzz2018-04-041-1/+1
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Try to improve the contributing guide for testsChocobozzz2018-04-042-5/+9
|
* Better embed responsiveChocobozzz2018-04-031-3/+6
|
* 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
|