aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+5
|
* Prepare i18n filesChocobozzz2018-06-051-12/+2
|
* Client E2E tests first stepChocobozzz2018-05-171-1/+1
|
* Process broadcast requests in parallelChocobozzz2018-04-181-3/+4
|
* Support hostname binding in configPierre-Alain TORET2018-04-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* feature: initial syndication feeds supportRigel Kent2018-04-171-2/+11
| | | | | | | | | | | | | | | | | | 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.
* Don't start application until all components were initializedChocobozzz2018-04-041-25/+28
|
* Prevent brute force login attackChocobozzz2018-03-291-0/+4
|
* Fix error loggingChocobozzz2018-03-261-4/+10
|
* Fix log in with special password character (+)Chocobozzz2018-03-261-1/+1
|
* Handle thumbnail updateChocobozzz2018-02-141-2/+7
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Fix crash with websocket trackerChocobozzz2018-02-091-3/+2
|
* Handle error on websocket errorChocobozzz2018-02-091-0/+1
|
* Add ability to reset our passwordChocobozzz2018-01-301-1/+13
|
* Move job queue to redisChocobozzz2018-01-251-4/+4
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Add ability to configure log levelChocobozzz2018-01-191-1/+1
|
* Add scores to follows and remove bad onesChocobozzz2018-01-111-0/+3
|
* Fix tls and account bugChocobozzz2018-01-051-0/+3
|
* Automatically resize avatarsChocobozzz2018-01-031-1/+1
|
* Add avatar max size limitChocobozzz2018-01-031-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+2
|
* Add migrationChocobozzz2017-12-131-6/+9
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-2/+2
|
* Fix req acceptsChocobozzz2017-11-301-2/+2
|
* Fix lintChocobozzz2017-11-301-1/+5
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-1/+1
| | | | And has a special right
* Fix well known and json parser with mastodonChocobozzz2017-11-291-1/+4
|
* Speed up activity pub http requestsChocobozzz2017-11-271-2/+2
|
* Follow worksChocobozzz2017-11-271-1/+4
|
* Make it compile at leastChocobozzz2017-11-271-11/+5
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-20/+24
|
* Add oembed endpointChocobozzz2017-10-161-1/+4
|
* Upgrade express validator to v4Chocobozzz2017-09-151-9/+2
|
* Fix config checkerChocobozzz2017-08-261-11/+12
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-5/+15
| | | | Will be used for user video quotas and multiple video resolutions
* Fix upgrade script \nChocobozzz2017-07-231-2/+2
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+3
|
* Move to promisesChocobozzz2017-07-051-13/+7
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Update webpack stackChocobozzz2017-06-111-1/+12
|
* require -> importChocobozzz2017-06-051-6/+7
|
* Type modelsChocobozzz2017-05-251-4/+10
|
* First typescript iterationChocobozzz2017-05-201-0/+142