aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.2.0'Chocobozzz2019-02-1417-99/+170
|\
| * Bumped to version v1.2.1v1.2.1Chocobozzz2019-02-143-3/+3
| |
| * Update changelogChocobozzz2019-02-141-0/+12
| |
| * Fix mention helper testChocobozzz2019-02-141-0/+2
| |
| * Fix from header in contact formChocobozzz2019-02-144-9/+25
| |
| * Fix too long name in menuChocobozzz2019-02-142-4/+7
| |
| * Fix mention notification with a remote accountChocobozzz2019-02-143-15/+41
| |
| * Fix moderators that cannot access the muted servers tableChocobozzz2019-02-141-1/+1
| |
| * Don't crash on error in notification popupChocobozzz2019-02-141-67/+73
| |
| * Error on invalid password in reset password scriptChocobozzz2019-02-141-0/+6
| |
* | Merge branch 'release/v1.2.0'Chocobozzz2019-02-06631-12499/+25925
|\|
| * Bumped to version v1.2.0v1.2.0Chocobozzz2019-02-063-3/+3
| |
| * Update changelogChocobozzz2019-02-061-1/+6
| |
| * Support socket.io in nginx templateChocobozzz2019-01-291-0/+12
| |
| * Merge branch 'develop' into release/v1.2.0Chocobozzz2019-01-294-4/+5
| |\
| | * fix undefined change ownership iconsJosh Morel2019-01-282-2/+3
| | |
| | * fix typo in test accounts api validatorsJosh Morel2019-01-281-1/+1
| | |
| | * Fix menu overflow on mobile screensChocobozzz2019-01-281-1/+1
| | |
| | * Add the discord bridgeThomas Citharel2019-01-251-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Fix menu overflow on mobile screensChocobozzz2019-01-281-1/+1
| |/
| * Try to fix Mac video uploadChocobozzz2019-01-243-5/+6
| |
| * Fix trending days display on first loadChocobozzz2019-01-211-11/+14
| |
| * Youtube DL update every 24 hoursChocobozzz2019-01-211-1/+1
| |
| * Fix testsChocobozzz2019-01-212-2/+2
| |
| * Add link to the profile who commented in notifChocobozzz2019-01-212-2/+3
| |
| * Fix notification popover widthChocobozzz2019-01-212-4/+11
| |
| * Add server host in notification account fieldChocobozzz2019-01-215-4/+19
| |
| * Bumped to version v1.2.0-rc.1v1.2.0-rc.1Chocobozzz2019-01-173-3/+3
| |
| * TyposChocobozzz2019-01-171-10/+10
| |
| * 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