Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Translated using Weblate (Gaelic) | GunChleoc | 2019-12-09 | 1 | -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 Romero | 2019-12-09 | 1 | -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 Maulny | 2019-12-09 | 1 | -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) | Phongpanot | 2019-12-09 | 1 | -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 Maulny | 2019-12-09 | 1 | -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 feed | Chocobozzz | 2019-12-10 | 1 | -1/+4 | |
|/ | ||||||
* | Add ability to search by UUID | Chocobozzz | 2019-12-09 | 2 | -20/+40 | |
| | ||||||
* | Support basic markdown in comments | Chocobozzz | 2019-12-09 | 2 | -4/+4 | |
| | ||||||
* | Fix cellular detection in player | Chocobozzz | 2019-12-09 | 1 | -1/+1 | |
| | ||||||
* | Clearer feed controller | Chocobozzz | 2019-12-09 | 1 | -15/+26 | |
| | ||||||
* | (css) improve video-watch title display on small screens | Rigel Kent | 2019-12-09 | 2 | -48/+72 | |
| | ||||||
* | miniature duration visibility and overlay background opacity | Rigel Kent | 2019-12-09 | 2 | -1/+2 | |
| | ||||||
* | dropdown-menu lighter box-shadow | Rigel Kent | 2019-12-09 | 1 | -1/+1 | |
| | ||||||
* | (hotfix) remove null categories in RSS/Atom feeds | Rigel Kent | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | Don't seed on cellular networks | Chocobozzz | 2019-12-06 | 2 | -113/+149 | |
| | ||||||
* | Add action hooks to user routes | Chocobozzz | 2019-12-06 | 6 | -41/+141 | |
| | ||||||
* | Fix enable history label | Chocobozzz | 2019-12-06 | 1 | -1/+1 | |
| | ||||||
* | Don't support images in account descriptions | Chocobozzz | 2019-12-06 | 2 | -10/+21 | |
| | ||||||
* | Handle HTML in account descriptions | Chocobozzz | 2019-12-06 | 2 | -29/+58 | |
| | ||||||
* | Add peertube applications links in about page | Chocobozzz | 2019-12-06 | 4 | -121/+183 | |
| | ||||||
* | Fix dropdown on video miniature for unlogged users | Chocobozzz | 2019-12-06 | 4 | -21/+35 | |
| | ||||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 4 | -33/+50 | |
| | ||||||
* | Fix build | Chocobozzz | 2019-12-06 | 2 | -7/+12 | |
| | ||||||
* | Add ability to update icons content | Chocobozzz | 2019-12-05 | 4 | -12/+40 | |
| | ||||||
* | Add hook to alter player build options | Chocobozzz | 2019-12-05 | 4 | -86/+113 | |
| | ||||||
* | Add likes/dislikes counts in the buttons | Chocobozzz | 2019-12-05 | 3 | -2/+25 | |
| | ||||||
* | Improve 4k resolution bitrate | Chocobozzz | 2019-12-05 | 1 | -2/+2 | |
| | ||||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 2 | -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 template | Chocobozzz | 2019-12-05 | 1 | -0/+4 | |
| | ||||||
* | Support m4v videos | Chocobozzz | 2019-12-05 | 1 | -1/+3 | |
| | ||||||
* | Fix build | Chocobozzz | 2019-12-05 | 2 | -24/+23 | |
| | ||||||
* | Fix channel creation limitation | Chocobozzz | 2019-12-05 | 1 | -1/+1 | |
| | ||||||
* | Support playlists in share modal | Chocobozzz | 2019-12-05 | 9 | -141/+204 | |
| | ||||||
* | Pause the video when a modal is opened | Chocobozzz | 2019-12-05 | 3 | -1/+25 | |
| | ||||||
* | search filtering improvements per #1654 | Rigel Kent | 2019-12-05 | 7 | -19/+214 | |
| | ||||||
* | Fix migrations | Chocobozzz | 2019-12-05 | 2 | -1/+1 | |
| | ||||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 15 | -58/+220 | |
| | ||||||
* | Skip channel search on empty search | Chocobozzz | 2019-12-04 | 1 | -1/+3 | |
| | ||||||
* | Clearer video quota label in user settings | Chocobozzz | 2019-12-04 | 3 | -2/+28 | |
| | ||||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 6 | -99/+131 | |
| | ||||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 5 | -16/+84 | |
| | ||||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 16 | -79/+237 | |
| | ||||||
* | (rss) quickfix for pfeed when category is null | Rigel Kent | 2019-12-04 | 2 | -5/+5 | |
| | ||||||
* | Disable cache when building the docker image | Chocobozzz | 2019-12-04 | 1 | -0/+1 | |
| | ||||||
* | Simplify Dockerfile and slim Docker image | Felix Ableitner | 2019-12-04 | 1 | -20/+4 | |
| | ||||||
* | Fix tests | Chocobozzz | 2019-12-03 | 2 | -12/+3 | |
| | ||||||
* | Test a color for the support button | Chocobozzz | 2019-12-03 | 3 | -0/+26 | |
| | ||||||
* | Change the support icon | Chocobozzz | 2019-12-03 | 5 | -15/+18 | |
| | ||||||
* | Try to fix gitpod | Chocobozzz | 2019-12-03 | 1 | -1/+1 | |
| | ||||||
* | (rss) add mrss properties and update pfeed | Rigel Kent | 2019-12-03 | 3 | -6/+33 | |
| | | | | resolves #2298 |