Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -2/+4 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 2 | -1/+42 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 1 | -2/+0 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 2 | -1/+46 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -2/+7 |
| | |||||
* | Add esperanto, lojban, klingon and kotava (audio/subtitle) languages | Chocobozzz | 2018-07-17 | 1 | -18/+23 |
| | |||||
* | Fix static avatars/thumbnails cache | Chocobozzz | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 2 | -7/+16 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 2 | -2/+23 |
| | |||||
* | adding redis unix connection | Rigel Kent | 2018-07-14 | 2 | -5/+18 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 2 | -1/+64 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 2 | -2/+26 |
| | |||||
* | Fix npm run dev:server | Chocobozzz | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Add tracker rate limiter | Chocobozzz | 2018-06-26 | 1 | -0/+9 |
| | |||||
* | Improve update host script and add warning if AP urls are invalid | Chocobozzz | 2018-06-21 | 1 | -1/+24 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -4/+2 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 2 | -4/+15 |
| | |||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 1 | -0/+7 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 2 | -2/+70 |
| | | | | publishing a video | ||||
* | Increase access_token lifetime | Chocobozzz | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | Improve create import file job | Chocobozzz | 2018-06-07 | 1 | -0/+3 |
| | | | | Fix federation of .ogv videos | ||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -0/+2 |
| | |||||
* | Add server localization | Chocobozzz | 2018-06-06 | 1 | -1/+2 |
| | |||||
* | Improve torrent/video download | Chocobozzz | 2018-05-29 | 1 | -0/+5 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 2 | -2/+10 |
| | | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config | ||||
* | feature: db selection in redis | Rigel Kent | 2018-05-21 | 2 | -2/+3 |
| | | | | resolves #579 | ||||
* | robots.txt config and route | Rigel Kent | 2018-05-16 | 2 | -2/+3 |
| | |||||
* | Use publishedAt by default in videos sort | Chocobozzz | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | Decrease AP video cache | Chocobozzz | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Cache AP video route for 5 seconds | Chocobozzz | 2018-05-11 | 1 | -2/+9 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 2 | -1/+8 |
| | | | | The instance should be whitelisted first | ||||
* | Fix video channel description/support max length | Chocobozzz | 2018-05-09 | 2 | -4/+48 |
| | |||||
* | Add timeout and TTL to request jobs | Chocobozzz | 2018-05-09 | 1 | -3/+6 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -1/+2 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 2 | -33/+199 |
| | |||||
* | Better file name for torrent | Chocobozzz | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Add information concerning video privacy in my videos list | Chocobozzz | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 4 | -6/+63 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Process broadcast requests in parallel | Chocobozzz | 2018-04-18 | 1 | -0/+2 |
| | |||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -0/+2 |
| | | | | It helps to track follow errors | ||||
* | Add redis cache to feed route | Chocobozzz | 2018-04-17 | 1 | -0/+8 |
| | |||||
* | Support hostname binding in config | Pierre-Alain TORET | 2018-04-17 | 2 | -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> | ||||
* | Fix migration 200 | Chocobozzz | 2018-03-30 | 1 | -1/+11 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 2 | -1/+33 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Upgrade changelog | Chocobozzz | 2018-03-29 | 1 | -2/+0 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 3 | -1/+11 |
| | |||||
* | Add sign language to the index of languages (#420) | Rigel Kent | 2018-03-27 | 1 | -1/+16 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 2 | -2/+2 |
| |