Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 2 | -3/+3 | |
|\| | ||||||
| * | Fix AP icon URL for imported videos | Chocobozzz | 2020-01-29 | 2 | -3/+3 | |
| | | ||||||
* | | Cleanup server fixme | Chocobozzz | 2020-01-28 | 8 | -107/+116 | |
| | | ||||||
* | | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -9/+177 | |
|/ | ||||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 3 | -8/+36 | |
| | ||||||
* | Fix federation when updating a video | Chocobozzz | 2020-01-10 | 1 | -1/+3 | |
| | ||||||
* | Use lower instead of ilike to login users | Chocobozzz | 2020-01-09 | 1 | -2/+6 | |
| | ||||||
* | Optimize list my playlists SQL query | Chocobozzz | 2020-01-09 | 1 | -18/+22 | |
| | ||||||
* | Optimize notification endpoint | Chocobozzz | 2020-01-09 | 1 | -11/+11 | |
| | ||||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 6 | -18/+30 | |
| | ||||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -3/+4 | |
| | ||||||
* | Optimize videos list SQL queries workflow | Chocobozzz | 2020-01-08 | 1 | -9/+12 | |
| | ||||||
* | Optimize videos list SQL query | Chocobozzz | 2020-01-08 | 1 | -1/+8 | |
| | ||||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 3 | -3/+3 | |
| | ||||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -34/+38 | |
| | ||||||
* | Add infohash cache | Chocobozzz | 2020-01-03 | 2 | -2/+23 | |
| | ||||||
* | Fix totalRepliesFromVideoAuthor SQL request | Chocobozzz | 2020-01-03 | 1 | -1/+3 | |
| | ||||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -5/+26 | |
| | ||||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+12 | |
| | ||||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -3/+21 | |
| | ||||||
* | Add comment filtering by reply count | Rigel Kent | 2019-12-27 | 2 | -2/+16 | |
| | ||||||
* | Cache some SQL queries | Chocobozzz | 2019-12-27 | 2 | -3/+32 | |
| | ||||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -15/+6 | |
| | ||||||
* | Case insensitive tags search | Chocobozzz | 2019-12-27 | 1 | -1/+1 | |
| | ||||||
* | Add playlist search option and search input for add-to-video-playlist dropdown | Rigel Kent | 2019-12-26 | 1 | -5/+26 | |
| | | | | fixes #2138 | |||||
* | Fix search SQL query where duplication | Chocobozzz | 2019-12-23 | 1 | -1/+1 | |
| | ||||||
* | Add index for recently added SQL query | Chocobozzz | 2019-12-23 | 1 | -1/+6 | |
| | ||||||
* | Optimize local sql query | Chocobozzz | 2019-12-23 | 1 | -32/+9 | |
| | ||||||
* | Litte SQL optimzation in videos list | Chocobozzz | 2019-12-23 | 1 | -24/+24 | |
| | ||||||
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 2 | -5/+26 | |
| | ||||||
* | Fix lint & tests | Chocobozzz | 2019-12-18 | 1 | -5/+7 | |
| | ||||||
* | Fix video import with long thumbnail url | Chocobozzz | 2019-12-17 | 1 | -3/+15 | |
| | ||||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+8 | |
| | ||||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 3 | -7/+68 | |
| | ||||||
* | Use a migration script to generate HLS torrent files | Chocobozzz | 2019-12-12 | 1 | -1/+1 | |
| | ||||||
* | Don't add the unique preferredUsername index for now | Chocobozzz | 2019-12-12 | 1 | -7/+7 | |
| | | | | We'll do it in the next release so admins can prepare it | |||||
* | Don't use the max quality file when transcoding to a new resolution | Chocobozzz | 2019-12-11 | 1 | -4/+12 | |
| | ||||||
* | Add ability to search by UUID | Chocobozzz | 2019-12-09 | 1 | -20/+30 | |
| | ||||||
* | Add missing hotkeys to the watch page | Chocobozzz | 2019-12-06 | 1 | -9/+8 | |
| | ||||||
* | Ensure local actors preferredName don't already exist | Chocobozzz | 2019-12-05 | 1 | -1/+14 | |
| | | | | | | | | | | | | 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. | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -8/+11 | |
| | ||||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 2 | -5/+30 | |
| | ||||||
* | Add more filters to admin follows table | Chocobozzz | 2019-11-29 | 2 | -3/+17 | |
| | ||||||
* | Filter on follows actor types in about page | Chocobozzz | 2019-11-29 | 1 | -13/+38 | |
| | ||||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -2/+26 | |
| | ||||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 1 | -5/+4 | |
| | ||||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 8 | -182/+296 | |
| | | | | In favour of HLS | |||||
* | Fix and cleanup actor follow inbox sql query | Chocobozzz | 2019-10-23 | 1 | -3/+3 | |
| | ||||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 2 | -7/+12 | |
| | | | | That don't have a shared inbox, or a URL | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 6 | -7/+5 | |
| |