Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add video image components | Chocobozzz | 2018-02-16 | 3 | -0/+116 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | Add loading bar when updating a video | Chocobozzz | 2018-02-16 | 7 | -13/+33 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 16 | -118/+230 |
| | |||||
* | Try to improve production guide | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 2 | -0/+2 |
| | |||||
* | Fix video play promise error on non supported browsers | Chocobozzz | 2018-02-14 | 2 | -2/+5 |
| | |||||
* | Move adding a video view videojs peertube plugin | Chocobozzz | 2018-02-14 | 3 | -18/+11 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Rewrite infinite scroll | Chocobozzz | 2018-02-13 | 13 | -108/+239 |
| | |||||
* | Add background placeholder for thumbnails | Chocobozzz | 2018-02-12 | 2 | -1/+5 |
| | |||||
* | publish comment on crtl-enter (#290) | jonathanraes | 2018-02-12 | 1 | -1/+2 |
| | |||||
* | Video previews take all the width on mobile | Chocobozzz | 2018-02-09 | 8 | -13/+45 |
| | |||||
* | Add service worker | Chocobozzz | 2018-02-08 | 2 | -2/+31 |
| | |||||
* | Fix error with other videos displayed | Chocobozzz | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Fix other videos not displayed in video watch | Chocobozzz | 2018-02-08 | 1 | -4/+12 |
| | |||||
* | Fix file downloading | Chocobozzz | 2018-02-07 | 1 | -1/+4 |
| | |||||
* | Fix title and action buttons in video watch | Chocobozzz | 2018-02-07 | 2 | -5/+8 |
| | |||||
* | Watch icon should be on the right | Chocobozzz | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 14 | -7/+172 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 13 | -70/+156 |
| | |||||
* | Add follower name in admin list | Chocobozzz | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Fix responsive with modale and menu displayed | Chocobozzz | 2018-01-31 | 2 | -2/+6 |
| | |||||
* | Improve responsive on video watch | Chocobozzz | 2018-01-31 | 4 | -187/+216 |
| | |||||
* | Hide description previews on mobile view | Chocobozzz | 2018-01-31 | 5 | -4/+11 |
| | |||||
* | Fix human dates in result lists | Chocobozzz | 2018-01-31 | 6 | -37/+19 |
| | |||||
* | Add version in footer | Chocobozzz | 2018-01-31 | 3 | -1/+6 |
| | |||||
* | Mobile version: menu full width and autoclosed | Chocobozzz | 2018-01-31 | 2 | -57/+10 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -2/+0 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 11 | -13/+289 |
| | |||||
* | Add little effect on hover for the play button | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Add message on 413 http error code | Chocobozzz | 2018-01-29 | 1 | -0/+3 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 1 | -2/+2 |
| | |||||
* | 25 items per page | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Fix search pagination | Chocobozzz | 2018-01-29 | 2 | -5/+13 |
| | |||||
* | Only accept public comments | Chocobozzz | 2018-01-26 | 1 | -0/+1 |
| | |||||
* | Improve video upload guard a little bit | Chocobozzz | 2018-01-25 | 4 | -13/+35 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 4 | -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 Gilbert | 2018-01-25 | 4 | -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 | ||||
* | Avoid to linkify truncated links | Chocobozzz | 2018-01-23 | 1 | -1/+4 |
| | |||||
* | Add style to cancel button | Chocobozzz | 2018-01-23 | 3 | -33/+43 |
| | |||||
* | Issue #196 : Allow to cancel an upload (#221) | Dimitri Gilbert | 2018-01-23 | 2 | -4/+23 |
| | | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload | ||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 16 | -11/+428 |
| | |||||
* | Fix changing video in watch page | Chocobozzz | 2018-01-12 | 2 | -6/+23 |
| | |||||
* | Fix http token interceptor | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | Reduce job payload size | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | Fix spinner | Chocobozzz | 2018-01-11 | 1 | -1/+0 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 4 | -4/+3 |
| | |||||
* | Run videojs outside angular | Chocobozzz | 2018-01-10 | 1 | -6/+9 |
| | |||||
* | Fix aot build | Chocobozzz | 2018-01-09 | 1 | -1/+1 |
| |