aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub/actor.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment account external URLChocobozzz2020-11-251-1/+0
| | | | | It did not work, and I think it's better to target the local account page anyway
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add unique key on actor preferredUsernameChocobozzz2020-05-111-7/+7
|
* Optimize view endpointChocobozzz2020-02-041-0/+30
|
* Use a singleton for model cacheChocobozzz2020-02-041-42/+36
|
* Move to eslintcontainChocobozzz2020-02-031-5/+7
|
* Cleanup server fixmeChocobozzz2020-01-281-5/+32
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-8/+19
|
* Cache some SQL queriesChocobozzz2019-12-271-2/+17
|
* Don't add the unique preferredUsername index for nowChocobozzz2019-12-121-7/+7
| | | | We'll do it in the next release so admins can prepare it
* Add missing hotkeys to the watch pageChocobozzz2019-12-061-9/+8
|
* Ensure local actors preferredName don't already existChocobozzz2019-12-051-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 federation with some actorsChocobozzz2019-10-231-3/+8
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-2/+0
|
* Add auto follow back support for instancesChocobozzz2019-09-041-10/+2
|
* Handle reports from mastodonChocobozzz2019-08-301-6/+6
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-6/+7
|
* Type toFormattedJSONChocobozzz2019-08-201-8/+24
|
* Stronger model typingsChocobozzz2019-08-191-7/+13
|
* Lazy load avatarsChocobozzz2019-08-091-1/+1
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-14/+0
|
* Upgrade sequelizeChocobozzz2019-04-241-23/+24
|
* Update sequelizeChocobozzz2019-04-241-4/+4
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+3
|
* Refresh playlistsChocobozzz2019-03-191-7/+2
|
* Playlist server APIChocobozzz2019-03-181-0/+5
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Add user notification base codeChocobozzz2019-01-091-0/+1
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+31
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-0/+23
|
* Optimize video view AP processingChocobozzz2018-09-191-0/+12
|
* Basic video redundancy implementationChocobozzz2018-09-131-1/+12
|
* Search video channel handle/uriChocobozzz2018-08-271-1/+3
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-40/+2
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+10
|
* Add ability to set a name to a channelChocobozzz2018-08-271-2/+3
|
* Add index on sharedInboxUrlChocobozzz2018-07-311-0/+3
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+4
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-301-17/+8
| | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420
* Delete actor too when deleting account/video channelChocobozzz2018-07-301-8/+17
|
* Optimize SQL queriesChocobozzz2018-07-241-1/+9
|
* Begin advanced searchChocobozzz2018-07-241-0/+6
|
* Implement support field in video and video channelChocobozzz2018-02-151-3/+20
|
* Add context on activitypub responsesChocobozzz2018-01-261-1/+1
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-5/+46
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-3/+6
|
* Update follower/following countsChocobozzz2018-01-121-0/+10
|
* Avoid making retried requests to dead followersChocobozzz2018-01-121-0/+3
|
* Add tests to handle down serverChocobozzz2018-01-111-2/+2
|