Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 6 | -11/+71 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -3/+5 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 6 | -21/+25 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 3 | -3/+13 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 3 | -1/+48 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 2 | -16/+28 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 8 | -18/+123 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 4 | -80/+89 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 3 | -15/+21 |
| | |||||
* | Fix email notification | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 6 | -34/+51 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 9 | -11/+16 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 3 | -6/+67 |
| | |||||
* | Only create refresh job if needed | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 3 | -7/+7 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 7 | -8/+71 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 2 | -2/+1 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 11 | -9/+301 |
| | |||||
* | Add request body limit | Chocobozzz | 2019-02-21 | 1 | -1/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -14/+53 |
| | |||||
* | Create send email type | Chocobozzz | 2019-02-20 | 2 | -10/+13 |
| | | | | Instead of using email job handler payload type | ||||
* | Lazy import some modules | Chocobozzz | 2019-02-15 | 1 | -3/+6 |
| | |||||
* | Fix from header in contact form | Chocobozzz | 2019-02-15 | 2 | -8/+16 |
| | |||||
* | Fix mention notification with a remote account | Chocobozzz | 2019-02-15 | 1 | -0/+2 |
| | |||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | |||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 58 | -643/+2287 |
|\ | |||||
| * | Merge branch 'feature/correctly-send-activities' into develop | Chocobozzz | 2019-02-11 | 6 | -78/+130 |
| |\ | |||||
| | * | Correctly send Flag/Dislike/View activities | Chocobozzz | 2019-01-15 | 6 | -77/+129 |
| | | | |||||
| * | | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -18/+2 |
| | | | | | | | | | | | | And add some tests | ||||
| * | | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+16 |
| | | | |||||
| * | | Add player mode in watch/embed urls | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 3 | -44/+101 |
| | | | |||||
| * | | Add hls support on server | Chocobozzz | 2019-02-11 | 10 | -92/+456 |
| | | | |||||
| * | | don't notify prior to scheduled update | Josh Morel | 2019-02-07 | 1 | -3/+7 |
| |/ | | | | | | | also increase timeouts on user-notification test | ||||
| * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 13 | -108/+191 |
| | | | | | | | | | | | | | | | | 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 deleting not found remote actors | Chocobozzz | 2019-01-14 | 1 | -3/+8 |
| | | |||||
| * | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 3 | -61/+77 |
| | | |||||
| * | Warn user when they want to delete a channel | Chocobozzz | 2019-01-14 | 2 | -2/+2 |
| | | | | | | | | | | Because they will not be able to create another channel with the same actor name | ||||
| * | Use origin video url in canonical tag | Chocobozzz | 2019-01-10 | 1 | -3/+3 |
| | | |||||
| * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -10/+6 |
| | | |||||
| * | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -7/+4 |
| | | |||||
| * | Implement contact form on server side | Chocobozzz | 2019-01-10 | 3 | -5/+45 |
| | | |||||
| * | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -11/+11 |
| | | |||||
| * | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 6 | -17/+235 |
| | | |||||
| * | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 6 | -10/+170 |
| | | |||||
| * | Add notification settings migration | Chocobozzz | 2019-01-09 | 3 | -23/+24 |
| | | |||||
| * | Add user notification base code | Chocobozzz | 2019-01-09 | 13 | -54/+425 |
| | | |||||
| * | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 11 | -35/+98 |
| | |