PeerTube/server
Chocobozzz 77e0851758
Ensure local actors preferredName don't already exist
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.
2019-12-05 14:57:14 +01:00
..
assets Add audio support in upload 2019-05-16 17:16:47 +02:00
controllers Add ability to filter per job type 2019-12-04 14:49:59 +01:00
helpers Add ability to filter per job type 2019-12-04 14:49:59 +01:00
initializers Support m4v videos 2019-12-05 11:07:57 +01:00
lib Add ability to filter per job type 2019-12-04 14:49:59 +01:00
middlewares Fix channel creation limitation 2019-12-05 10:18:33 +01:00
models Ensure local actors preferredName don't already exist 2019-12-05 14:57:14 +01:00
static/dnt-policy advertising PeerTube's rather simple DNT policy 2018-08-08 09:22:15 +02:00
tests Add ability to filter per job type 2019-12-04 14:49:59 +01:00
tools Fix hours in peertube-import-videos 2019-11-04 17:38:03 +01:00
typings Add ability to disable webtorrent 2019-11-25 10:59:43 +01:00