aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-11336-5205/+13823
|\
| * Fix reverse proxy testChocobozzz2019-02-111-1/+1
| |
| * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-119-90/+139
| |\
| | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-159-89/+138
| | |
| * | Cleanup reset user password by adminChocobozzz2019-02-117-29/+51
| | | | | | | | | | | | And add some tests
| * | allow administration to change/reset a user's passwordRigel Kent2019-02-112-0/+17
| | |
| * | Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
| | |
| * | Use a single file instead of segments for HLSChocobozzz2019-02-119-70/+132
| | |
| * | Add hls support on serverChocobozzz2019-02-1139-272/+1452
| | |
| * | Refractor videojs playerChocobozzz2019-02-111-1/+1
| | | | | | | | | | | | Add fake p2p-media-loader plugin
| * | remove .only from notifications testsJosh Morel2019-02-071-1/+1
| | |
| * | don't notify prior to scheduled updateJosh Morel2019-02-072-4/+44
| | | | | | | | | | | | also increase timeouts on user-notification test
| * | fix typo in test accounts api validatorsJosh Morel2019-01-281-1/+1
| | |
| * | Try to fix Mac video uploadChocobozzz2019-01-242-3/+5
| | |
| * | Youtube DL update every 24 hoursChocobozzz2019-01-211-1/+1
| | |
| * | Fix testsChocobozzz2019-01-211-1/+1
| | |
| * | Add server host in notification account fieldChocobozzz2019-01-211-1/+14
| | |
| * | Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
| | |
| * | Refactor how we use iconsChocobozzz2019-01-171-38/+120
| |/ | | | | | | Inject them in an angular component so we can easily change their color
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1528-750/+303
| | | | | | | | | | | | | | | | 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 statsChocobozzz2019-01-154-4/+28
| |
| * Increase abuse length to 3000Chocobozzz2019-01-144-22/+46
| | | | | | | | And correctly handle new lines
| * Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
| |
| * Refresh remote actors on GET enpointsChocobozzz2019-01-148-62/+99
| |
| * Fix peertube CLI documentationChocobozzz2019-01-141-3/+11
| |
| * Move subscriptions controllers in its own fileChocobozzz2019-01-143-154/+174
| |
| * Warn user when they want to delete a channelChocobozzz2019-01-142-2/+2
| | | | | | | | | | Because they will not be able to create another channel with the same actor name
| * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+5
| | | | | | | | | | | | | | | | | | | | * 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
| * Use origin video url in canonical tagChocobozzz2019-01-101-3/+3
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-1011-307/+407
| |
| * Update translationsChocobozzz2019-01-101-0/+2
| |
| * Implement contact form in the clientChocobozzz2019-01-105-11/+20
| |
| * Implement contact form on server sideChocobozzz2019-01-1020-48/+467
| |
| * Fix socket.io websocket connectionChocobozzz2019-01-096-8/+23
| |
| * Add notifications in the clientChocobozzz2019-01-0912-52/+120
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-0920-49/+759
| |
| * Add import finished and video published notifsChocobozzz2019-01-0919-204/+656
| |
| * Add notification settings migrationChocobozzz2019-01-097-33/+81
| |
| * Add user notification base codeChocobozzz2019-01-0942-98/+1992
| |
| * Optimize index sizesChocobozzz2018-12-203-9/+69
| |
| * Optimize actor follow scores modificationsChocobozzz2018-12-2013-71/+116
| |
| * Fix federation of some videosChocobozzz2018-12-193-9/+61
| | | | | | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
| * Fix users update me param validationChocobozzz2018-12-181-4/+7
| |
| * Fix video sortChocobozzz2018-12-181-1/+5
| |
| * Add ability to disable and clear historyChocobozzz2018-12-181-0/+1
| |
| * Add history page on clientChocobozzz2018-12-181-0/+5
| |
| * Add history on server sideChocobozzz2018-12-1816-17/+341
| | | | | | | | Add ability to disable, clear and list user videos history
| * throw error if MailDev doesn't runJosh Morel2018-12-172-4/+4
| | | | | | | | also allow calling in multiple file
| * Fix CSP on dev modeChocobozzz2018-12-171-6/+5
| |
| * Add video title/description when rendering htmlChocobozzz2018-12-172-28/+41
| |