Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't refresh videos when processing views | Chocobozzz | 2020-02-04 | 9 | -33/+94 |
| | | | | It allows us to use a cache | ||||
* | Add model cache for video | Chocobozzz | 2020-02-04 | 8 | -21/+106 |
| | | | | When fetching only immutable attributes | ||||
* | Specify the upgrade script needs a restart | Chocobozzz | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Use a singleton for model cache | Chocobozzz | 2020-02-04 | 3 | -77/+122 |
| | |||||
* | Upgrade express-rate-limit | Chocobozzz | 2020-02-04 | 4 | -10/+6 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-04 | 1 | -8/+9 |
|\ | |||||
| * | Fix embed on mastodon | Chocobozzz | 2020-02-04 | 1 | -8/+9 |
| | | |||||
* | | Fix lint | Chocobozzz | 2020-02-04 | 1 | -1/+1 |
| | | |||||
* | | Rephrase account/channel signup description | Rigel Kent | 2020-02-03 | 2 | -2/+2 |
| | | |||||
* | | text rewording (2) | DontUseGithub | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | > The channel name is a unique identifier of your channel on this and all the other instances. this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like: > The channel name is a unique identifier of your channel on this instance. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :) | ||||
* | | text rewording | DontUseGithub | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | > The username is a unique identifier of your account on this and all the other instances. this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like: > The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :) | ||||
* | | Improve embed title background opacity | Chocobozzz | 2020-02-03 | 5 | -23/+32 |
| | | |||||
* | | Reduce AP context size on specific activities | Chocobozzz | 2020-02-03 | 8 | -104/+121 |
| | | |||||
* | | Remove progress bar transition | Chocobozzz | 2020-02-03 | 2 | -9/+0 |
| | | | | | | | | Causes some issues when we use the mouse to update play position | ||||
* | | Use a resolver for the about page | Chocobozzz | 2020-02-03 | 4 | -32/+50 |
| | | |||||
* | | Move to eslintcontain | Chocobozzz | 2020-02-03 | 390 | -3616/+3951 |
| | | |||||
* | | Upgrade server dep | Chocobozzz | 2020-02-03 | 2 | -722/+216 |
| | | |||||
* | | Remove xliff package | Chocobozzz | 2020-02-03 | 2 | -17/+1 |
| | | |||||
* | | Clearer description of the options | Filip Bengtsson | 2020-02-02 | 1 | -3/+3 |
| | | | | | | This is a more clear description of what the options will do. | ||||
* | | Move streamroot plugin in core project | Chocobozzz | 2020-01-31 | 6 | -30/+680 |
| | | | | | | | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code | ||||
* | | Fix signup limit validator, and add warning message. | Rigel Kent | 2020-01-31 | 4 | -4/+20 |
| | | |||||
* | | Fix lint | Chocobozzz | 2020-01-30 | 1 | -2/+0 |
| | | |||||
* | | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 20 | -82/+160 |
| | | |||||
* | | Fix tests | Chocobozzz | 2020-01-30 | 1 | -1/+1 |
| | | |||||
* | | Fix transcoding | Chocobozzz | 2020-01-29 | 4 | -12/+20 |
| | | |||||
* | | Cleanup some client FIXME | Chocobozzz | 2020-01-29 | 13 | -45/+44 |
| | | |||||
* | | Don't log error on actor delete signature error | Chocobozzz | 2020-01-29 | 4 | -11/+18 |
| | | |||||
* | | Comments enabled attrivute is optional in AP | Chocobozzz | 2020-01-29 | 1 | -0/+1 |
| | | |||||
* | | Relax logger on signature checker | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 2 | -3/+3 |
|\| | |||||
| * | Fix AP icon URL for imported videos | Chocobozzz | 2020-01-29 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
|\| | |||||
| * | Fix wrong audio only resolution label for hls | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Fix webtorrent resolution issue | Chocobozzz | 2020-01-29 | 2 | -3/+4 |
| | | |||||
* | | Add origin instance URL in watch page | Chocobozzz | 2020-01-29 | 2 | -0/+20 |
| | | |||||
* | | Add tests for video downscale framerate matching | Rigel Kent | 2020-01-29 | 4 | -6/+67 |
| | | |||||
* | | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 6 | -9/+23 |
| | | |||||
* | | Force utf8 when creating the database | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Correctly type videojs player | Chocobozzz | 2020-01-29 | 25 | -617/+695 |
| | | |||||
* | | Cleanup server fixme | Chocobozzz | 2020-01-28 | 14 | -117/+123 |
| | | |||||
* | | Optimize peertube script | Chocobozzz | 2020-01-28 | 1 | -1/+2 |
| | | |||||
* | | Force node 10 usage | Chocobozzz | 2020-01-28 | 3 | -9/+1 |
| | | |||||
* | | Add redundancy CLI doc | Chocobozzz | 2020-01-28 | 2 | -1/+37 |
| | | |||||
* | | Relax travis build | Chocobozzz | 2020-01-28 | 1 | -1/+1 |
| | | |||||
* | | Add redundancy CLI | Chocobozzz | 2020-01-28 | 8 | -41/+308 |
| | | |||||
* | | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 64 | -194/+1806 |
|/ | |||||
* | Improve SQL request doc | Chocobozzz | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Add openssl in docker container | Chocobozzz | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Bumped to version v2.1.0-rc.1v2.1.0-rc.1 | Chocobozzz | 2020-01-27 | 3 | -3/+3 |
| | |||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 6 | -16/+43 |
| |