aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load avatarsChocobozzz2019-08-0918-91/+323
|
* Fix playlist more button with long video namesChocobozzz2019-08-091-0/+1
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0931-90/+147
|
* Remove comment federation by video ownerChocobozzz2019-08-075-54/+49
|
* Fix nginx template on dual stack serverChocobozzz2019-08-071-3/+3
| | | | See https://framacolibri.org/t/listen-to-unix-socket-instead-of-localhost-9000/5348
* Deprecate Node 8Chocobozzz2019-08-078-12/+28
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Fix comment notificationsChocobozzz2019-08-071-1/+1
|
* Fix video playlists listChocobozzz2019-08-071-3/+3
|
* Fix control bar inactive timeoutChocobozzz2019-08-072-15/+37
|
* Limit maximum actor follow scoreChocobozzz2019-08-071-1/+1
|
* Fixed 2 typosFrank Sträter2019-08-071-2/+2
|
* Automatically remove bad followingsChocobozzz2019-08-0614-199/+300
|
* Fix theater modeChocobozzz2019-08-061-0/+1
|
* Optimize watch endpointChocobozzz2019-08-061-1/+1
|
* Add originallyPublishedAt in /videos/upload to the OpenAPI documentFrank Sträter2019-08-051-0/+4
|
* Update CentOS 7 dependencies install (#2004)Wirebrass2019-08-051-4/+11
| | | | | | | | | | | | | | * Update CentOS 7 dependencies install Add initialization for postgresql database (else there is an error when starting postresql service). Enable Redis and PostreSQL services. Replace "service" by "systemctl" (systemd). Tested in local on a fresh CentOS 7 install. * Add wget package to install Add wget package to install
* Fix infinite scroll on big screensChocobozzz2019-08-0228-49/+135
|
* Fix search results on mobileChocobozzz2019-08-021-2/+4
|
* Fix overflow in playlist listChocobozzz2019-08-021-0/+12
|
* Fix player width with playlistChocobozzz2019-08-021-1/+2
|
* Fix user notifications on new followChocobozzz2019-08-0217-36/+82
|
* Fix broken follow notificationChocobozzz2019-08-023-0/+21
|
* Fix mute badge labelsChocobozzz2019-08-011-2/+2
|
* Automatically update playlist thumbnailsChocobozzz2019-08-0115-43/+443
|
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
|
* Fix HLS transcodingChocobozzz2019-08-015-8/+20
|
* Update Angular -> 8.2.0Chocobozzz2019-08-0113-383/+421
|
* Document how to synchronize YT channel to PeerTubeFlorent F2019-08-011-3/+16
|
* Add since parameter to peertube-import-videos (#1991)Florent F2019-08-011-1/+35
| | | | | | * Add since parameter to peertube-import-videos * PR remarks + --until <date>
* Fix multiple server testsChocobozzz2019-08-019-36/+119
|
* Fix broken playlist apiChocobozzz2019-08-0145-929/+1496
|
* Fix webtorrent playerChocobozzz2019-07-304-6/+42
|
* Add margin to plugin blocks in adminChocobozzz2019-07-303-2/+6
|
* Moderators can only manage usersChocobozzz2019-07-3010-78/+227
|
* Add show channel button in account pageChocobozzz2019-07-295-4/+29
|
* Fix help transcoding placementChocobozzz2019-07-293-1/+4
|
* Fix quota in instance features tableChocobozzz2019-07-294-4/+5
|
* Improve static files cacheChocobozzz2019-07-293-11/+16
|
* Improve nginx client images cacheChocobozzz2019-07-292-2/+6
|
* Add video import in open apiChocobozzz2019-07-291-26/+82
|
* Fix mocha commandsChocobozzz2019-07-293-3/+3
|
* Correctly import tags in CLIChocobozzz2019-07-292-7/+5
|
* Add gitlab ci supportChocobozzz2019-07-2936-64/+247
|
* Improve translation plugin guideChocobozzz2019-07-261-0/+13
|
* Add translations and constants manager plugins docChocobozzz2019-07-261-12/+120
|
* Add plugin translation systemChocobozzz2019-07-2618-28/+303
|
* Plugins can update video constantsChocobozzz2019-07-269-1/+342
| | | | Categories, licences and languages
* Run hooks and register plugins outside angularChocobozzz2019-07-261-16/+20
|
* Add public settings endpointChocobozzz2019-07-2610-26/+92
|
* Add setting helper to client pluginsChocobozzz2019-07-268-35/+74
|