aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/static.ts
Commit message (Expand)AuthorAgeFilesLines
* Use process.env.npm_package_versionChocobozzz2019-07-241-3/+2
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-0/+13
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-1/+1
| * Try to fix remote mastodon interactionsChocobozzz2019-06-071-0/+13
* | Add audio support in uploadChocobozzz2019-05-161-1/+1
|/
* Upgrade sequelizeChocobozzz2019-04-241-6/+6
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-241-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-3/+4
* Limit user tokens cacheChocobozzz2019-03-191-2/+1
* Cleanup express locals typingsChocobozzz2019-03-191-1/+1
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-3/+10
* Add hls support on serverChocobozzz2019-02-111-1/+8
* (well-known url) add change-passwordRigel Kent2018-12-071-0/+6
* Create redundancy endpointChocobozzz2018-12-041-3/+3
* Add tmp and redundancy directoriesChocobozzz2018-12-041-2/+7
* Fix dnt routeChocobozzz2018-10-011-1/+1
* Fix dnt routeChocobozzz2018-09-251-2/+4
* draft "security.txt" spec integration (#1020)Austin Heap2018-09-061-0/+15
* Move nodeinfo model in shared/Chocobozzz2018-09-041-2/+2
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-1/+18
* 404 on unknown thumbnailChocobozzz2018-07-241-2/+2
* Fix nodeinfo endpointChocobozzz2018-07-241-6/+6
* adding initial support for nodeinfoRigel Kent2018-07-241-5/+80
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+1
* Add cors for static paths tooChocobozzz2018-07-171-0/+2
* Implement captions/subtitlesChocobozzz2018-07-161-2/+19
* Fix static function nameChocobozzz2018-05-291-3/+3
* Improve torrent/video downloadChocobozzz2018-05-291-2/+36
* robots.txt config and routeRigel Kent2018-05-161-0/+6
* Begin to add avatar to actorsChocobozzz2017-12-291-0/+6
* Begin moving video channel to actorChocobozzz2017-12-191-7/+3
* Move models to typescript-sequelizeChocobozzz2017-12-131-1/+0
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
* Use async/await in controllersChocobozzz2017-10-261-7/+6
* Don't cache torrent filesChocobozzz2017-10-171-1/+1
* Fix lintChocobozzz2017-07-121-1/+0
* Add previews cache system between podsChocobozzz2017-07-121-2/+14
* require -> importChocobozzz2017-06-051-2/+2
* First typescript iterationChocobozzz2017-05-201-0/+49