aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 25 items per pageChocobozzz2018-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
* Misc. typos (#245)luzpaz2018-01-251-1/+1
| | | Found via `codespell -q 3`
* Avoid to linkify truncated linksChocobozzz2018-01-231-1/+4
|
* Add style to cancel buttonChocobozzz2018-01-233-33/+43
|
* Don't play video if user paused it during loadingChocobozzz2018-01-231-3/+7
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-232-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
* Fix embed button outlineChocobozzz2018-01-191-0/+5
|
* Add ability to update some configuration keysChocobozzz2018-01-1716-11/+428
|
* Fix loader videojsChocobozzz2018-01-171-2/+2
|
* Show a message on client when JavaScript is disabled (#200)Rigel Kent2018-01-151-0/+9
|
* Fix changing video in watch pageChocobozzz2018-01-123-15/+34
|
* Fix http token interceptorChocobozzz2018-01-111-1/+1
|
* Reduce job payload sizeChocobozzz2018-01-111-1/+1
|
* Fix spinnerChocobozzz2018-01-112-16/+21
|
* Add scores to follows and remove bad onesChocobozzz2018-01-114-4/+3
|
* Run videojs outside angularChocobozzz2018-01-101-6/+9
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+1
|
* Fix aot buildChocobozzz2018-01-092-2/+7
|
* Update dependenciesChocobozzz2018-01-095-3/+24
|
* Add hotkeys in video playerChocobozzz2018-01-094-3/+9
| | | | Double click for full screen
* Refractor peertube videojs pluginChocobozzz2018-01-094-130/+158
|
* Remove bootstrap effects in register formChocobozzz2018-01-081-3/+3
|
* Support video quota on clientChocobozzz2018-01-0810-32/+53
|
* Fix overflow in select inputsChocobozzz2018-01-083-4/+9
|
* Fix lintChocobozzz2018-01-081-1/+1
|
* Refractor account byChocobozzz2018-01-083-17/+15
|
* Send comment to followers and parentsChocobozzz2018-01-081-0/+4
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-074-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 commentsChocobozzz2018-01-055-1/+21
|
* Handle HTML is commentsChocobozzz2018-01-043-3/+20
|
* Add ability to delete commentsChocobozzz2018-01-0410-22/+101
|
* Add avatar in commentsChocobozzz2018-01-0313-70/+116
|
* Add hover effect on login/create an account buttonChocobozzz2018-01-031-18/+16
|
* Circle avatarChocobozzz2018-01-033-8/+10
|
* Add avatar max size limitChocobozzz2018-01-034-5/+33
|
* Add ability to disable video commentsChocobozzz2018-01-038-37/+59
|
* Begin to add avatar to actorsChocobozzz2017-12-2917-85/+125
|
* Add infinite scroll to commentsChocobozzz2017-12-292-11/+40
|
* Use server error message on loginChocobozzz2017-12-291-8/+2
|
* Comment textarea focus on initChocobozzz2017-12-293-3/+10
|