aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Prepare changelogChocobozzz2019-01-171-0/+84
| | | |
| | * | Prefer avg_frame_rate to fetch video FPSChocobozzz2019-01-171-1/+1
| | | |
| | * | Fix calendar in dark modeChocobozzz2019-01-174-6/+16
| | | |
| | * | Fix invisible things in dark modeChocobozzz2019-01-175-10/+20
| | | |
| | * | Fix testsChocobozzz2019-01-171-1/+5
| | | |
| | * | Fix some stylesChocobozzz2019-01-175-30/+41
| | | | | | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * | Refactor how we use iconsChocobozzz2019-01-17116-891/+667
| | |/ | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1530-755/+330
| | | | | | | | | | | | | | | | | | | | | | | | 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-155-4/+29
| | |
| | * Fix notification z-index on modalsChocobozzz2019-01-152-2/+7
| | |
| | * Add missing translations in embed templateChocobozzz2019-01-1432-5844/+11513
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-1428-80/+136
| | | | | | | | | | | | And correctly handle new lines
| | * Fix notification socketChocobozzz2019-01-148-39/+63
| | | | | | | | | | | | Should be in core module to share the same subject to all the app
| | * Fix scroll in notifications pageChocobozzz2019-01-142-1/+2
| | |
| | * Add unload listener on video upload/updateChocobozzz2019-01-143-6/+32
| | |
| | * Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
| | |
| | * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| | |
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-148-62/+99
| | |
| | * Fix peertube CLI documentationChocobozzz2019-01-142-4/+13
| | |
| | * Move subscriptions controllers in its own fileChocobozzz2019-01-143-154/+174
| | |
| | * Warn user when they want to delete a channelChocobozzz2019-01-143-5/+9
| | | | | | | | | | | | | | | Because they will not be able to create another channel with the same actor name
| | * Help translators to translate trending title/tooltipChocobozzz2019-01-142-10/+13
| | |
| | * Fix NSFW blur on searchChocobozzz2019-01-142-3/+8
| | |
| | * Fix captions in HTTP fallbackChocobozzz2019-01-143-0/+26
| | |
| | * Improve "no notifications" messageChocobozzz2019-01-142-0/+8
| | |
| | * 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
| |