aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sequelize to v6Chocobozzz2020-12-092-29/+28
|
* 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
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-12/+24
|
* adapt notifications buttons for small screensRigel Kent2020-07-291-2/+1
|
* harmonize search for librariesRigel Kent2020-07-291-6/+25
|
* Split types and typingsChocobozzz2020-06-182-2/+2
|
* Add unique key on actor preferredUsernameChocobozzz2020-05-111-7/+7
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+13
|
* Optimize view endpointChocobozzz2020-02-041-0/+30
|
* Use a singleton for model cacheChocobozzz2020-02-041-42/+36
|
* Move to eslintcontainChocobozzz2020-02-032-32/+33
|
* Cleanup server fixmeChocobozzz2020-01-281-5/+32
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-082-14/+26
|
* 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.
* Add more filters to admin follows tableChocobozzz2019-11-291-3/+3
|
* Filter on follows actor types in about pageChocobozzz2019-11-291-13/+38
|
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+26
|
* Fix and cleanup actor follow inbox sql queryChocobozzz2019-10-231-3/+3
|
* Fix federation with some actorsChocobozzz2019-10-232-7/+12
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-2/+0
|
* Add notification on auto follow indexChocobozzz2019-09-041-3/+3
|
* Add auto follow instances index supportChocobozzz2019-09-041-2/+41
|
* 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-202-9/+26
|
* Stronger model typingsChocobozzz2019-08-192-14/+31
|
* Lazy load avatarsChocobozzz2019-08-091-1/+1
|
* Limit maximum actor follow scoreChocobozzz2019-08-071-1/+1
|
* Automatically remove bad followingsChocobozzz2019-08-061-2/+24
|
* Fix broken follow notificationChocobozzz2019-08-021-0/+18
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-14/+0
|
* Upgrade sequelizeChocobozzz2019-04-241-23/+24
|
* Update sequelizeChocobozzz2019-04-242-24/+23
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-112-2/+2
|
* Move config in its own fileChocobozzz2019-04-111-3/+3
|
* Refresh playlistsChocobozzz2019-03-191-7/+2
|
* Playlist server APIChocobozzz2019-03-182-1/+6
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Add user notification base codeChocobozzz2019-01-092-7/+8
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-34/+16
|
* Fix AP collections paginationChocobozzz2018-11-161-2/+2
|
* Add ability to search on followers/followingChocobozzz2018-10-101-35/+55
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+31
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-0/+23
|