aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Translated using Weblate (Czech)anotheranonymoususer2019-12-091-1/+236
| | | | | | | | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/cs/
| * Translated using Weblate (Russian)Artem Prosvetov2019-12-091-1857/+3234
| | | | | | | | | | | | | | Currently translated at 66.5% (725 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
| * Translated using Weblate (German)Niklas Reimer2019-12-091-416/+275
| | | | | | | | | | | | | | Currently translated at 98.8% (1077 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
| * Translated using Weblate (Czech)anotheranonymoususer2019-12-091-1939/+3421
| | | | | | | | | | | | | | Currently translated at 58.2% (634 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/cs/
| * Translated using Weblate (Portuguese (Brazil))Fabio Agreles Bezerra2019-12-091-1/+236
| | | | | | | | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/pt_BR/
| * Translated using Weblate (Gaelic)GunChleoc2019-12-091-377/+262
| | | | | | | | | | | | | | Currently translated at 47.2% (515 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/
| * Translated using Weblate (Gaelic)GunChleoc2019-12-091-1/+236
| | | | | | | | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/gd/
| * Translated using Weblate (Gaelic)GunChleoc2019-12-091-2641/+4353
| | | | | | | | | | | | | | Currently translated at 23.5% (256 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gd/
| * Translated using Weblate (Spanish)Tomás Sebastián Romero2019-12-091-1/+100
| | | | | | | | | | | | | | Currently translated at 100.0% (98 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/es/
| * Translated using Weblate (French (France))Julien Maulny2019-12-091-1/+100
| | | | | | | | | | | | | | Currently translated at 100.0% (98 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fr_FR/
| * Translated using Weblate (Thai)Phongpanot2019-12-091-2414/+4185
| | | | | | | | | | | | | | Currently translated at 17.9% (195 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/
| * Translated using Weblate (French (France))Julien Maulny2019-12-091-398/+222
| | | | | | | | | | | | | | Currently translated at 98.7% (1076 of 1090 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* | Fix comments feedChocobozzz2019-12-101-1/+4
|/
* Add ability to search by UUIDChocobozzz2019-12-092-20/+40
|
* Support basic markdown in commentsChocobozzz2019-12-092-4/+4
|
* Fix cellular detection in playerChocobozzz2019-12-091-1/+1
|
* Clearer feed controllerChocobozzz2019-12-091-15/+26
|
* (css) improve video-watch title display on small screensRigel Kent2019-12-092-48/+72
|
* miniature duration visibility and overlay background opacityRigel Kent2019-12-092-1/+2
|
* dropdown-menu lighter box-shadowRigel Kent2019-12-091-1/+1
|
* (hotfix) remove null categories in RSS/Atom feedsRigel Kent2019-12-081-1/+1
|
* Don't seed on cellular networksChocobozzz2019-12-062-113/+149
|
* Add action hooks to user routesChocobozzz2019-12-066-41/+141
|
* Fix enable history labelChocobozzz2019-12-061-1/+1
|
* Don't support images in account descriptionsChocobozzz2019-12-062-10/+21
|
* Handle HTML in account descriptionsChocobozzz2019-12-062-29/+58
|
* Add peertube applications links in about pageChocobozzz2019-12-064-121/+183
|
* Fix dropdown on video miniature for unlogged usersChocobozzz2019-12-064-21/+35
|
* Add missing hotkeys to the watch pageChocobozzz2019-12-064-33/+50
|
* Fix buildChocobozzz2019-12-062-7/+12
|
* Add ability to update icons contentChocobozzz2019-12-054-12/+40
|
* Add hook to alter player build optionsChocobozzz2019-12-054-86/+113
|
* Add likes/dislikes counts in the buttonsChocobozzz2019-12-053-2/+25
|
* Improve 4k resolution bitrateChocobozzz2019-12-051-2/+2
|
* Ensure local actors preferredName don't already existChocobozzz2019-12-052-12/+25
| | | | | | | | | | | | Before applying this commit, check you don't have duplicates local actors in your database: select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0 If you have some results, it seems you have duplicate channels/accounts. For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique). The updated actors could have some federations issues. Sorry.
* Add client_body_temp_path hint in nginx templateChocobozzz2019-12-051-0/+4
|
* Support m4v videosChocobozzz2019-12-051-1/+3
|
* Fix buildChocobozzz2019-12-052-24/+23
|
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
|
* Support playlists in share modalChocobozzz2019-12-059-141/+204
|
* Pause the video when a modal is openedChocobozzz2019-12-053-1/+25
|
* search filtering improvements per #1654Rigel Kent2019-12-057-19/+214
|
* Fix migrationsChocobozzz2019-12-052-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-0415-58/+220
|
* Skip channel search on empty searchChocobozzz2019-12-041-1/+3
|
* Clearer video quota label in user settingsChocobozzz2019-12-043-2/+28
|
* Move deleted comment on new follow testsChocobozzz2019-12-046-99/+131
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-045-16/+84
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-0416-79/+237
|
* (rss) quickfix for pfeed when category is nullRigel Kent2019-12-042-5/+5
|