aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-147-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * Patch docker entrypoint to speed up the chown at startupvictor héry2019-01-141-2/+2
| | |
| | * Use origin video url in canonical tagChocobozzz2019-01-101-3/+3
| | |
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-1021-316/+454
| | |
| * | Add federation tests on download enabledChocobozzz2019-02-111-2/+4
| | |
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-0835-64/+64
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-084-4/+5
| | |
| * | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-0634-4/+100
| | |
* | | Enable video watchclementbrizard2019-01-122-2/+9
| | |
* | | Enable video upload and editclementbrizard2019-01-128-5/+47
| | |
* | | Change modelsclementbrizard2019-01-128-1/+26
| | |
* | | Add migration fileclementbrizard2019-01-121-0/+42
| |/ |/|
* | Update creditsChocobozzz2019-01-102-6/+24
| |
* | Update translationsChocobozzz2019-01-104-849/+750
| |
* | Implement contact form in the clientChocobozzz2019-01-1018-24/+281
| |
* | Add contact form checkbox in admin formChocobozzz2019-01-108-399/+387
| |
* | Implement contact form on server sideChocobozzz2019-01-1032-49/+541
| |
* | Update CHANGELOG.mdChocobozzz2019-01-091-1/+3
| |
* | Fix video tags update/upload in openapiChocobozzz2019-01-091-4/+8
| |
* | Update FAQChocobozzz2019-01-091-0/+14
| |
* | Fix socket.io websocket connectionChocobozzz2019-01-097-14/+34
| |
* | Correctly scroll to video commentChocobozzz2019-01-092-6/+2
| |
* | Correctly scroll in notification preferencesChocobozzz2019-01-093-6/+5
| |
* | Add notifications in the clientChocobozzz2019-01-0956-112/+1073
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-0925-57/+899
| |
* | Add import finished and video published notifsChocobozzz2019-01-0923-250/+814
| |
* | Fix notification icon positionChocobozzz2019-01-092-5/+2
| |
* | Add notification settings migrationChocobozzz2019-01-097-33/+81
| |
* | Add user notification base codeChocobozzz2019-01-0952-111/+2449
| |
* | increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
| |
* | (doc) update API spec to include user subscription routesRigel Kent2019-01-031-4/+105
| |
* | Optimize index sizesChocobozzz2018-12-203-9/+69
| |
* | Optimize actor follow scores modificationsChocobozzz2018-12-2014-73/+118
| |
* | Fix notification with large messageChocobozzz2018-12-204-23/+26
| |
* | Refractor notification serviceChocobozzz2018-12-1978-476/+435
| | | | | | | | Shorter name and use primeng component
* | Don't call watching endpoint if history is disabledChocobozzz2018-12-191-1/+1
| |
* | 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-1811-55/+163
| |
* | Add history page on clientChocobozzz2018-12-1813-7/+239
| |
* | Add history on server sideChocobozzz2018-12-1819-29/+385
| | | | | | | | Add ability to disable, clear and list user videos history
* | Add WebFinger support (#1498)Acid Chicken (硫酸鶏)2018-12-181-2/+19
| | | | | | | | | | | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006
* | Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
| |
* | Set last subtitle or subtitle in URLChocobozzz2018-12-176-41/+81
| |
* | Fix adding captions to a videoChocobozzz2018-12-171-3/+1
| |
* | throw error if MailDev doesn't runJosh Morel2018-12-174-22/+79
| | | | | | | | also allow calling in multiple file
* | Fix CSP on dev modeChocobozzz2018-12-171-6/+5
| |