aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Implement support field in video and video channelChocobozzz2018-02-152-0/+2
|
* Fix testsChocobozzz2018-02-141-1/+1
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-144-19/+28
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-146-27/+83
|
* Fix embed lintChocobozzz2018-02-141-5/+3
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-1/+1
|
* Use fetch instead of XMLHttpRequest (#292)Florent F2018-02-141-41/+29
|
* Rewrite infinite scrollChocobozzz2018-02-1315-113/+239
|
* Add background placeholder for thumbnailsChocobozzz2018-02-122-1/+5
|
* publish comment on crtl-enter (#290)jonathanraes2018-02-121-1/+2
|
* Change manifest properties (#285)Lucas Teixeira2018-02-111-2/+3
| | | | | | | | | | | | | | | | * Change full screen to standalone This will make the notification bar visible * Added theme color Now the address bar will match the color of the search panel. * Remove orientation:"portrait" * Re-adding orientation property This time, with "any" value
* Bumped to version v0.0.23-alphav0.0.23-alphaChocobozzz2018-02-091-1/+1
|
* Bumped to version v0.0.22-alphav0.0.22-alphaChocobozzz2018-02-091-1/+1
|
* Video previews take all the width on mobileChocobozzz2018-02-0910-14/+49
|
* Add service workerChocobozzz2018-02-088-158/+234
|
* Better peertube iconsChocobozzz2018-02-0820-18/+31
|
* Bumped to version v0.0.21-alphav0.0.21-alphaChocobozzz2018-02-081-1/+1
|
* Fix error with other videos displayedChocobozzz2018-02-081-1/+1
|
* Include manifest in buildChocobozzz2018-02-082-2/+4
|
* Fix other videos not displayed in video watchChocobozzz2018-02-081-4/+12
|
* Include Web Manifest (#273)Lucas Teixeira2018-02-089-0/+43
| | | | | | | | | | | | | | | | * Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo
* Fix file downloadingChocobozzz2018-02-071-1/+4
|
* Fix title and action buttons in video watchChocobozzz2018-02-072-5/+8
|
* Watch icon should be on the rightChocobozzz2018-02-071-1/+1
|
* Fix video play on google chromeChocobozzz2018-02-072-16/+10
|
* Bumped to version v0.0.20-alphav0.0.20-alphaChocobozzz2018-02-011-1/+1
|
* Add about pageChocobozzz2018-01-3115-7/+184
|
* Add new name/terms/description config optionsChocobozzz2018-01-3113-70/+156
|
* Add follower name in admin listChocobozzz2018-01-311-0/+1
|
* Fix responsive with modale and menu displayedChocobozzz2018-01-313-3/+11
|
* Improve responsive on video watchChocobozzz2018-01-315-187/+227
|
* Hide description previews on mobile viewChocobozzz2018-01-317-7/+15
|
* Fix human dates in result listsChocobozzz2018-01-316-37/+19
|
* Add version in footerChocobozzz2018-01-315-306/+388
|
* Mobile version: menu full width and autoclosedChocobozzz2018-01-313-59/+16
|
* Bumped to version v0.0.19-alphav0.0.19-alphaChocobozzz2018-01-311-1/+1
|
* Add tests for emailsChocobozzz2018-01-301-2/+0
|
* Add ability to reset our passwordChocobozzz2018-01-3013-29/+309
|
* Add little effect on hover for the play buttonChocobozzz2018-01-292-1/+9
|
* Add message on 413 http error codeChocobozzz2018-01-291-0/+3
|
* Add ability to login with emailChocobozzz2018-01-291-2/+2
|
* Bumped to version v0.0.18-alphav0.0.18-alphaChocobozzz2018-01-291-1/+1
|
* 25 items per pageChocobozzz2018-01-291-1/+1
|
* Bumped to version v0.0.17-alphav0.0.17-alphaChocobozzz2018-01-291-1/+1
|
* Bumped to version v0.0.16-alphav0.0.16-alphaChocobozzz2018-01-291-1/+1
|
* Fix search paginationChocobozzz2018-01-292-5/+13
|
* Only accept public commentsChocobozzz2018-01-261-0/+1
|
* Improve video upload guard a little bitChocobozzz2018-01-254-13/+35
|
* Move job queue to redisChocobozzz2018-01-254-11/+33
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-254-6/+38
| | | | | | | | | | | | | | | | | | | | | | * issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style