Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add japanese support | Chocobozzz | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 2 | -1/+5 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 4 | -0/+13 |
| | |||||
* | Add debug component to help admins to fix IP issues | Chocobozzz | 2019-04-11 | 3 | -0/+6 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 2 | -0/+3 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+4 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 2 | -0/+8 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 2 | -1/+7 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -1/+2 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 1 | -0/+6 |
| | |||||
* | Add Nederlands and Português (Portugal) | Chocobozzz | 2019-04-03 | 2 | -23/+27 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -21/+21 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 5 | -12/+30 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 1 | -0/+5 |
| | |||||
* | Playlist videos component | Chocobozzz | 2019-03-18 | 1 | -5/+7 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -0/+7 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 2 | -2/+9 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 3 | -0/+10 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 3 | -4/+6 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 16 | -28/+132 |
| | |||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 2 | -0/+2 |
| | |||||
* | Import original publication date (web UI) | Andrés Maldonado | 2019-02-12 | 1 | -0/+1 |
| | | | | Import original publication date when importing a video from YouTube in the web UI | ||||
* | Add search by original publication date | Andrés Maldonado | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 19 | -50/+135 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 37 | -37/+380 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -1/+4 |
| | | | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 7 | -23/+72 |
| | | | |||||
| | * | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -0/+1 |
| | | | |||||
| | * | Refactor how we use icons | Chocobozzz | 2019-01-17 | 3 | -20/+16 |
| | | | | | | | | | | | | Inject them in an angular component so we can easily change their color | ||||
| | * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 2 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Add totalLocalVideoFilesSize in stats | Chocobozzz | 2019-01-15 | 1 | -0/+1 |
| | | | |||||
| | * | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage | ||||
| | * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 2 | -0/+2 |
| | | | |||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 4 | -4/+4 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 4 | -1/+5 |
| | | | |||||
* | | | Change models | clementbrizard | 2019-01-12 | 4 | -0/+4 |
| |/ |/| | |||||
* | | Implement contact form on server side | Chocobozzz | 2019-01-10 | 4 | -0/+19 |
| | | |||||
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -4/+7 |
| | | |||||
* | | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 4 | -2/+33 |
| | | |||||
* | | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 2 | -2/+17 |
| | | |||||
* | | Add user notification base code | Chocobozzz | 2019-01-09 | 4 | -0/+64 |
| | | |||||
* | | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -0/+4 |
| | | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -2/+5 |
| | | | | | | | | Add ability to disable, clear and list user videos history | ||||
* | | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | | |||||
* | | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+4 |
| | | | | | | | | password system | ||||
* | | Add ru pl and it translations | Chocobozzz | 2018-12-05 | 1 | -3/+6 |
| | | |||||
* | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required |