aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix too big line lengthLucas Declercq2018-10-081-1/+9
|
* Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-0810-18/+18
|
* Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
|
* Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
|
* Add downloadingEnabled property to video modelLucas Declercq2018-10-069-2/+19
|
* Fix videos list when page is emptyChocobozzz2018-10-051-1/+1
|
* Add user moderation in the account pageChocobozzz2018-10-0513-45/+121
|
* Move user moderation tool in a separate componentChocobozzz2018-10-0517-207/+235
|
* Add user history and resume videosChocobozzz2018-10-059-11/+95
|
* add resize listener (#1182)BO412018-10-051-1/+12
| | | | | | | | | | * add resize listener * respect user decision * change listener to rxjs * review changes
* Remove unused variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-052-2/+1
|
* fix account URI in remote comment modalRigel Kent2018-10-042-1/+5
|
* Fix hotkey translationsChocobozzz2018-10-034-16/+20
|
* Fix Delete title buttonChocobozzz2018-10-033-2/+9
|
* Add comments feeds popover in watch pageChocobozzz2018-10-024-5/+38
|
* Don't throw an error on empty searchChocobozzz2018-10-011-5/+2
|
* add allow advancedSearch with empty searchRigel Kent2018-10-014-4/+26
| | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+8
|
* show last commit hash alongside server version in footerRigel Kent2018-10-012-1/+6
|
* Update changelogChocobozzz2018-10-011-1/+1
|
* Fix error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* Fix my account subtitlesChocobozzz2018-10-011-4/+4
|
* Update captions in sequence to avoid concurrence issuesChocobozzz2018-10-011-11/+5
|
* adding shortcuts to videojs, adding frame-by-frame supportRigel Kent2018-09-301-0/+30
|
* fix primeng border color on all themesRigel Kent2018-09-292-2/+4
|
* various display improvementsRigel Kent2018-09-295-4/+7
|
* fix message space on video upload cancelRigel Kent2018-09-292-2/+3
|
* Fix advanced options in upload formChocobozzz2018-09-282-4/+4
|
* Update translationsChocobozzz2018-09-2821-1557/+2324
|
* Re generate angular translationsChocobozzz2018-09-281-58/+119
|
* Fix some i18n tagsChocobozzz2018-09-286-6/+14
|
* Fix no other videos displayed on some videosChocobozzz2018-09-283-25/+18
|
* Display other videos on xl screens on the rightChocobozzz2018-09-284-34/+43
|
* Hide useless error when destroying fake rendererChocobozzz2018-09-281-1/+11
|
* correct local subscribe in the subscription menuRigel Kent2018-09-283-5/+10
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-282-2/+2
|
* Check current password on server sideChocobozzz2018-09-263-25/+21
|
* fix lint errorsBO412018-09-261-4/+4
|
* check old password before changeBO412018-09-263-3/+35
|
* Fix video import of some youtube videosChocobozzz2018-09-261-1/+1
|
* Improve overview section titlesChocobozzz2018-09-262-5/+9
|
* Regenerate translationsChocobozzz2018-09-262-47/+286
|
* Fix quota translationsChocobozzz2018-09-267-42/+79
|
* add shortcuts icon in menuRigel Kent2018-09-265-3/+32
|
* Update translationsChocobozzz2018-09-2614-1362/+1918
|
* Add RSS feed to subscribe buttonChocobozzz2018-09-266-18/+62
|
* fix link to the list of open instances due to joinpeertube.org updateRigel Kent2018-09-251-1/+1
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-2517-76/+292
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX