Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-01-09 | 4 | -2/+21 |
| | |||||
* | Add hotkeys in video player | Chocobozzz | 2018-01-09 | 1 | -1/+3 |
| | | | | Double click for full screen | ||||
* | Refractor peertube videojs plugin | Chocobozzz | 2018-01-09 | 2 | -2/+3 |
| | |||||
* | Remove bootstrap effects in register form | Chocobozzz | 2018-01-08 | 1 | -3/+3 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 10 | -32/+53 |
| | |||||
* | Fix overflow in select inputs | Chocobozzz | 2018-01-08 | 2 | -3/+7 |
| | |||||
* | Fix lint | Chocobozzz | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Refractor account by | Chocobozzz | 2018-01-08 | 3 | -17/+15 |
| | |||||
* | Send comment to followers and parents | Chocobozzz | 2018-01-08 | 1 | -0/+4 |
| | |||||
* | A few updates for the watch video view (#181) | Benjamin Bouvier | 2018-01-07 | 4 | -31/+53 |
| | | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike; | ||||
* | Add mentions to comments | Chocobozzz | 2018-01-05 | 5 | -1/+21 |
| | |||||
* | Handle HTML is comments | Chocobozzz | 2018-01-04 | 3 | -3/+20 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 10 | -22/+101 |
| | |||||
* | Add avatar in comments | Chocobozzz | 2018-01-03 | 13 | -70/+116 |
| | |||||
* | Add hover effect on login/create an account button | Chocobozzz | 2018-01-03 | 1 | -18/+16 |
| | |||||
* | Circle avatar | Chocobozzz | 2018-01-03 | 2 | -2/+3 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 4 | -5/+33 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 8 | -37/+59 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 16 | -85/+99 |
| | |||||
* | Add infinite scroll to comments | Chocobozzz | 2017-12-29 | 2 | -11/+40 |
| |