Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Fix context types | Chocobozzz | 2019-04-08 | 1 | -11/+11 |
| | |||||
* | Fix jsonld context | Chocobozzz | 2019-04-08 | 1 | -12/+45 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -1/+8 |
| | |||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 1 | -31/+41 |
|\ | |||||
| * | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -2/+3 |
| | | |||||
| * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version | ||||
| * | Fix checkbox margins | Chocobozzz | 2018-11-19 | 1 | -5/+5 |
| | | |||||
| * | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 1 | -7/+7 |
| | | |||||
| * | Check activities host | Chocobozzz | 2018-11-14 | 1 | -0/+9 |
| | | |||||
| * | Rename context stats to state | Thomas Citharel | 2018-11-13 | 1 | -1/+1 |
| | | | | | | I guess it refers to the VideoState enum used here as `state` instead. | ||||
| * | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 1 | -16/+16 |
| | | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation | ||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+1 |
|/ | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 1 | -12/+16 |
| | |||||
* | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -12/+14 |
| | | | | publishing a video | ||||
* | Refractor and optimize AP collections | Chocobozzz | 2018-05-25 | 1 | -23/+21 |
| | | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes | ||||
* | Improve activity pub actors implementation | Chocobozzz | 2018-03-22 | 1 | -1/+8 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -1/+2 |
| | |||||
* | Add missing context fields | Chocobozzz | 2018-01-29 | 1 | -0/+18 |
| | |||||
* | Add id to likes/dislikes/comments/shares collections | Chocobozzz | 2018-01-29 | 1 | -1/+2 |
| | |||||
* | Use sensitive instead of nsfw in activitypub | Chocobozzz | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Add commentsEnabled field to AS context | Chocobozzz | 2018-01-12 | 1 | -1/+2 |
| | |||||
* | Use RsaSignature2017 | Chocobozzz | 2017-12-19 | 1 | -2/+2 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -3/+3 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -5/+5 |
| | |||||
* | Fetch video likes/dislikes too | Chocobozzz | 2017-11-27 | 1 | -0/+9 |
| | |||||
* | Fetch outbox to grab old activities tests | Chocobozzz | 2017-11-27 | 1 | -2/+7 |
| | |||||
* | Fetch outbox to grab old activities | Chocobozzz | 2017-11-27 | 1 | -6/+8 |
| | |||||
* | Add outbox | Chocobozzz | 2017-11-27 | 1 | -11/+24 |
| | |||||
* | Move activitypub functions from helpers/ to lib/ | Chocobozzz | 2017-11-27 | 1 | -274/+1 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 1 | -11/+54 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -3/+3 |
| | |||||
* | Fix video full description | Chocobozzz | 2017-11-27 | 1 | -1/+5 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 1 | -1/+10 |
| | |||||
* | Server shares user videos | Chocobozzz | 2017-11-27 | 1 | -6/+58 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 1 | -1/+29 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 1 | -2/+4 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 1 | -8/+8 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 1 | -10/+19 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -13/+33 |
| | |||||
* | Continue activitypub | Chocobozzz | 2017-11-27 | 1 | -2/+43 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 1 | -0/+123 |