aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/account.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-2/+1
|
* Fix lintChocobozzz2017-11-271-16/+11
|
* Optimize account creationChocobozzz2017-11-271-1/+1
|
* Fix video upload and videos listChocobozzz2017-11-271-0/+1
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-2/+0
|
* Rename Pod -> ServerChocobozzz2017-11-271-14/+23
|