aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account.ts
Commit message (Collapse)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
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* 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
| | | | Null values are not considered equal in a UNIQUE index
* 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
| | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420
* 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
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* 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
|