aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* add daily quota to the features table informationRigel Kent2018-09-033-3/+6
|
* Trending by intervalChocobozzz2018-08-311-0/+1
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
* Videos overview page: first versionChocobozzz2018-08-316-14/+100
|
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Add features table on signupChocobozzz2018-08-284-1/+136
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-282-0/+11
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Underline links in feed popover when hoveringChocobozzz2018-08-271-2/+0
|
* Add start at checkbox in share modalChocobozzz2018-08-272-14/+15
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-271-5/+5
|
* Add popover autocloseChocobozzz2018-08-273-2/+7
|
* Search video channel handle/uriChocobozzz2018-08-271-9/+3
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-272-9/+13
|
* Add ability to search video channelsChocobozzz2018-08-275-19/+66
|
* Add ability to search a video with an URLChocobozzz2018-08-272-6/+6
|
* Add local user subscriptionsChocobozzz2018-08-2715-33/+288
|
* Add ability to set a name to a channelChocobozzz2018-08-274-3/+21
|
* Fix dev localeChocobozzz2018-08-271-1/+1
|
* Fix AutoThreadJorropo2018-08-211-2/+2
|
* Translate subtitle langs in playerChocobozzz2018-08-164-16/+24
|
* Add quota used in users listChocobozzz2018-08-141-2/+1
|
* Update client according to new model pathsChocobozzz2018-08-144-9/+11
|
* Improve blacklist managementChocobozzz2018-08-143-4/+17
|
* Add blacklist reason fieldChocobozzz2018-08-145-5/+28
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-142-2/+31
|
* Add ability to ban/unban usersChocobozzz2018-08-094-16/+41
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-095-29/+28
|
* Add reason when banning a userChocobozzz2018-08-0811-29/+87
|
* Add ability to delete our accountChocobozzz2018-08-081-0/+10
|
* Import magnets with webtorrentChocobozzz2018-08-081-21/+37
|
* Add ability to list video importsChocobozzz2018-08-061-3/+35
|
* Add ability to import video with youtube-dlChocobozzz2018-08-064-20/+79
|
* Upgrade client dependenciesChocobozzz2018-07-311-2/+2
|
* Add aria-labelledby to video thumbnailsChocobozzz2018-07-311-1/+1
|
* Fix responsive on videos searchChocobozzz2018-07-311-1/+1
|
* category parma -> categoryOneOf (videos list)Chocobozzz2018-07-252-7/+7
|
* Sort video captionsChocobozzz2018-07-252-1/+18
|
* Add "agree to the terms" checkbox in registration formChocobozzz2018-07-255-4/+14
|
* Improve captions UX (at least I've tried)Chocobozzz2018-07-253-1/+7
|
* Begin advanced searchChocobozzz2018-07-244-40/+24
|
* Improve frontend accessibilityChocobozzz2018-07-178-4/+97
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Do not display private privacy if the video is not privateChocobozzz2018-07-161-1/+3
|
* Implement captions/subtitlesChocobozzz2018-07-1614-7/+242
|
* Fix client error loggingChocobozzz2018-07-093-22/+22
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-294-11/+27
|
* Filter by category (#720)PhieF2018-06-272-3/+11
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Fix images size limitChocobozzz2018-06-221-0/+7
|
* Remove uneeded rxjs-compatChocobozzz2018-06-181-1/+1
|
* Fix removing scheduled updateChocobozzz2018-06-182-2/+5
|
* Improve screen cache serviceChocobozzz2018-06-181-10/+24
|