aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor a little bit controllersChocobozzz2021-05-121-1/+1
* Stricter models typingChocobozzz2021-05-121-1/+2
* Cleanup models directory organizationChocobozzz2021-05-111-4/+4
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-0/+1
* Fix remote actor creation dateChocobozzz2021-05-071-2/+0
* Agnostic actor image storageChocobozzz2021-04-081-2/+3
* Upgrade sequelize to v6Chocobozzz2020-12-091-28/+30
* Refactor a little bit client canonical URLChocobozzz2020-12-081-10/+22
* Cleanup follows of orphean actorsChocobozzz2020-11-101-0/+1
* Add migrationsChocobozzz2020-07-101-2/+3
* Use 3 tables to represent abusesChocobozzz2020-07-101-0/+4
* Split types and typingsChocobozzz2020-06-181-1/+1
* Block comments from muted accounts/serversChocobozzz2020-05-291-1/+25
* Use a singleton for model cacheChocobozzz2020-02-041-35/+32
* Move to eslintcontainChocobozzz2020-02-031-4/+4
* 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