aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account
Commit message (Collapse)AuthorAgeFilesLines
* 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-242-1/+22
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-2/+6
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-2/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+29
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-6/+8
| | | | There is a global instance setting and a per user setting
* 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.
* Improve playback speed styleChocobozzz2018-03-011-4/+21
|
* Add stats routeChocobozzz2018-02-281-0/+9
|
* Add links to comment mentionsChocobozzz2018-02-211-2/+35
|
* Fix lintChocobozzz2018-02-192-2/+2
|
* Fix sort inconsistencyChocobozzz2018-02-192-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-151-3/+26
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+22
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+10
|
* Add ability to login with emailChocobozzz2018-01-291-12/+3
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-182-6/+23
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+0
|
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* 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-292-5/+9
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-193-324/+38
|
* SaveChocobozzz2017-12-191-201/+33
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-1/+8
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-141-23/+27
|
* Move models to typescript-sequelizeChocobozzz2017-12-139-1104/+728
|
* Fix lintChocobozzz2017-12-041-1/+0
|
* Add account avatarChocobozzz2017-12-043-5/+30
|
* Put activity pub sends inside transactionsChocobozzz2017-11-305-16/+28
|
* Add ability to list jobsChocobozzz2017-11-301-5/+3
|
* Refractor validatorsChocobozzz2017-11-271-12/+7
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-272-1/+18
|
* Cleanup modelsChocobozzz2017-11-272-31/+1
|
* Fetch video likes/dislikes tooChocobozzz2017-11-271-0/+3
|
* Federate likes/dislikesChocobozzz2017-11-272-3/+8
|
* Add outboxChocobozzz2017-11-271-2/+2
|
* Add ability to unfollow a serverChocobozzz2017-11-272-7/+30
|
* Refractor activity pub lib/helpersChocobozzz2017-11-273-4/+15
|
* Fix lintChocobozzz2017-11-272-18/+15
|
* Optimize account creationChocobozzz2017-11-271-1/+1
|
* Federate video updateChocobozzz2017-11-271-2/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-11/+25
|
* Fix video upload and videos listChocobozzz2017-11-273-14/+15
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-2/+0
|