aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Optimize videos list SQL queryChocobozzz2020-01-081-1/+8
|
* Add option to download subtitles in download modalRigel Kent2020-01-075-7/+56
|
* Fix npm run dev scriptChocobozzz2020-01-072-4/+13
|
* Update http signatureChocobozzz2020-01-076-9/+29
|
* Update validator dependencyChocobozzz2020-01-0730-111/+108
|
* Update server dependenciesChocobozzz2020-01-072-388/+397
|
* Cleanup changelogChocobozzz2020-01-071-390/+2
|
* Add duration to video attributes in watch viewRigel Kent2020-01-073-1/+28
|
* Improve miniature & buttons display in my-account-videos listRigel Kent2020-01-071-0/+22
|
* Add button in subscriptions to go to subscriptions listRigel Kent2020-01-074-7/+36
|
* Changelog typosChocobozzz2020-01-071-13/+13
|
* Update changelog, 2.1.0-rc.1 -> end of JanuaryChocobozzz2020-01-072-4/+171
|
* Add warning if admin disables webtorrentChocobozzz2020-01-065-23/+58
|
* Accept . _ and 0-9 plugin namesChocobozzz2020-01-061-1/+1
|
* Add get user cache for commentsChocobozzz2020-01-063-6/+17
|
* Fix mark all as read notificationsChocobozzz2020-01-065-17/+25
|
* Align search field with checkboxes in playlist addChocobozzz2020-01-063-19/+9
|
* Fix misplaced i18n tag in admin system configRigel Kent2020-01-062-2/+2
|
* Enhance variable width column for id column in jobs listRigel Kent2020-01-062-12/+28
|
* Enhance jobs list displaying on smaller screensJulien Maulny2020-01-065-28/+41
|
* Share playlists stateChocobozzz2020-01-0610-115/+260
|
* Add checkbox focus shadows, and admin resolution descriptionsRigel Kent2020-01-067-6/+20
|
* Fix buildChocobozzz2020-01-051-2/+2
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-033-2/+34
|
* Move watch later logic in miniatureChocobozzz2020-01-038-102/+127
|
* Improve SQL query for my special playlistsChocobozzz2020-01-035-42/+63
|
* Add infohash cacheChocobozzz2020-01-035-5/+32
|
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
|
* Update README image linkChocobozzz2020-01-031-1/+1
|
* Hide warning if p2p is disabledChocobozzz2020-01-031-1/+2
|
* Update main image in READMERigel Kent2020-01-021-1/+1
|
* Display all miniature actions on hover and focusRigel Kent2020-01-027-12/+22
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-0213-17/+184
|
* Add test to search in my videosChocobozzz2019-12-302-1/+20
|
* Update translationsChocobozzz2019-12-3040-8772/+13006
|
* Translated using Weblate (Hungarian)Attila F2019-12-301-530/+367
| | | | | | | Currently translated at 91.6% (1044 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
* Translated using Weblate (Swedish)Filip Bengtsson2019-12-301-8/+8
| | | | | | | Currently translated at 98.2% (1120 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (German)Hans Meiser2019-12-301-1/+100
| | | | | | | Currently translated at 100.0% (98 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/de/
* Translated using Weblate (German)Hans Meiser2019-12-301-23/+7
| | | | | | | Currently translated at 96.8% (1104 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (Catalan)Francesc2019-12-301-1/+100
| | | | | | | Currently translated at 98.0% (96 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ca/
* Translated using Weblate (Catalan)Francesc2019-12-301-1/+236
| | | | | | | Currently translated at 99.1% (232 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ca/
* Translated using Weblate (Swedish)Filip Bengtsson2019-12-301-509/+354
| | | | | | | Currently translated at 97.6% (1113 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (German)Hans Meiser2019-12-301-1003/+884
| | | | | | | Currently translated at 96.2% (1097 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (Catalan)Francesc2019-12-301-2391/+4133
| | | | | | | Currently translated at 32.2% (367 of 1140 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/
* small grammar fixDontUseGithub2019-12-301-1/+1
| | | small grammar fix
* Fix URL normalization in import scriptChocobozzz2019-12-301-1/+1
|
* Fix support modal titleChocobozzz2019-12-303-4/+2
|
* Auto add https:// in import script URLsChocobozzz2019-12-301-17/+24
|
* Replace `peertube.example.com` with user's Peertube domain. (#2356)ManMade-cube422019-12-301-0/+7
| | | | | | | | | | * Add Sed * Update production.md * Minor Fix (+ add sudo) * Update production.md
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-296-13/+17
|