Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix federation issue with some actor descriptions | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Better video publishing notification | Chocobozzz | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-09-05 | 2 | -9/+8 |
|\ | |||||
| * | Fix blacklist sort | Chocobozzz | 2019-09-04 | 2 | -8/+8 |
| | | |||||
| * | Fix auto blacklist view | Chocobozzz | 2019-09-04 | 1 | -1/+0 |
| | | |||||
* | | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -13/+45 |
| | | |||||
* | | Add notification on auto follow index | Chocobozzz | 2019-09-04 | 1 | -3/+3 |
| | | |||||
* | | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -2/+41 |
| | | |||||
* | | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 6 | -17/+40 |
| | | |||||
* | | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 1 | -6/+6 |
| | | |||||
* | | Lowercase video tags search | Chocobozzz | 2019-08-29 | 2 | -4/+12 |
| | | |||||
* | | Hide video abuses from muted accounts | Chocobozzz | 2019-08-29 | 1 | -3/+18 |
| | | |||||
* | | Fix html tag with blacklisted video | Chocobozzz | 2019-08-22 | 1 | -0/+14 |
| | | |||||
* | | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 9 | -25/+37 |
| | | |||||
* | | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 23 | -72/+115 |
| | | |||||
* | | Cleanup model types | Chocobozzz | 2019-08-20 | 3 | -15/+14 |
| | | |||||
* | | Fix tests | Chocobozzz | 2019-08-20 | 1 | -4/+5 |
| | | |||||
* | | Stronger model typings | Chocobozzz | 2019-08-19 | 27 | -237/+292 |
|/ | |||||
* | Fix redundancy tests | Chocobozzz | 2019-08-13 | 1 | -0/+3 |
| | |||||
* | Fix redundancy exceeding the limit | Chocobozzz | 2019-08-12 | 1 | -8/+30 |
| | |||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 2 | -4/+29 |
| | |||||
* | Fix avatar url validation | Chocobozzz | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 6 | -14/+46 |
| | |||||
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -37/+6 |
| | |||||
* | Limit maximum actor follow score | Chocobozzz | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 5 | -60/+66 |
| | |||||
* | Fix broken follow notification | Chocobozzz | 2019-08-02 | 2 | -0/+20 |
| | |||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 3 | -2/+27 |
| | |||||
* | Fix HLS transcoding | Chocobozzz | 2019-08-01 | 1 | -1/+7 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 3 | -10/+74 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 10 | -63/+248 |
| | |||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 1 | -1/+14 |
| | |||||
* | Sort on videoQuotaUsed in backend | Chocobozzz | 2019-07-25 | 1 | -0/+2 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -0/+4 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -1/+6 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 1 | -2/+16 |
| | |||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -0/+9 |
| |