aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account.ts
Commit message (Expand)AuthorAgeFilesLines
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
* Cache some SQL queriesChocobozzz2019-12-271-1/+15
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+1
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+2
* Type toFormattedJSONChocobozzz2019-08-201-4/+4
* Stronger model typingsChocobozzz2019-08-191-7/+10
* Fix broken follow notificationChocobozzz2019-08-021-0/+2
* Fix broken playlist apiChocobozzz2019-08-011-8/+63
* Remove unused actor uuid fieldChocobozzz2019-05-311-18/+1
* Fix account description errorChocobozzz2019-05-131-3/+3
* Upgrade sequelizeChocobozzz2019-04-241-5/+5
* Update sequelizeChocobozzz2019-04-241-8/+8
* Move config in its own fileChocobozzz2019-04-111-2/+2
* Refactor video playlist middlewaresChocobozzz2019-03-181-3/+3
* Playlist server APIChocobozzz2019-03-181-2/+58
* findById -> findByPkChocobozzz2019-02-211-2/+1
* Improve channel and account SEOChocobozzz2019-02-211-0/+10
* Refresh remote actors on GET enpointsChocobozzz2019-01-141-0/+4
* Add sitemapChocobozzz2018-12-051-0/+21
* Add user moderation in the account pageChocobozzz2018-10-051-1/+2
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+0
* Limit associations fetch when loading tokenChocobozzz2018-09-201-2/+2
* Add ability to search video channelsChocobozzz2018-08-271-12/+2
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+0
* Add more info loggingChocobozzz2018-07-301-1/+0
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-301-7/+14
* Delete actor too when deleting account/video channelChocobozzz2018-07-301-14/+7
* Optimize SQL queriesChocobozzz2018-07-241-1/+13
* feature: initial syndication feeds supportRigel Kent2018-04-171-1/+5
* Add links to comment mentionsChocobozzz2018-02-211-2/+35
* Fix lintChocobozzz2018-02-191-1/+1
* Fix sort inconsistencyChocobozzz2018-02-191-1/+1
* Implement support field in video and video channelChocobozzz2018-02-151-3/+26
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-5/+21
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+0
* Send comment to followers and parentsChocobozzz2018-01-081-13/+2
* Fix account names validationChocobozzz2018-01-051-1/+0
* Send account activitypub update eventsChocobozzz2018-01-031-1/+22
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+4
* Begin moving video channel to actorChocobozzz2017-12-191-78/+33
* SaveChocobozzz2017-12-191-201/+33
* Move models to typescript-sequelizeChocobozzz2017-12-131-368/+305
* Fix lintChocobozzz2017-12-041-1/+0
* Add account avatarChocobozzz2017-12-041-1/+26
* Put activity pub sends inside transactionsChocobozzz2017-11-301-3/+3
* Refractor validatorsChocobozzz2017-11-271-12/+7
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-1/+16
* Cleanup modelsChocobozzz2017-11-271-27/+1