aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add ability to schedule video publicationChocobozzz2018-06-1511-24/+178
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-124-26/+47
| | | | publishing a video
* Little i18n refractoringChocobozzz2018-06-062-2/+14
|
* Add server localizationChocobozzz2018-06-064-25/+50
|
* Translate tab headsChocobozzz2018-06-052-10/+13
|
* Add form validator translationsChocobozzz2018-06-0520-288/+420
|
* Form validators refractoringChocobozzz2018-06-056-22/+126
|
* Fix i18n in componentsChocobozzz2018-06-052-12/+12
|
* Add i18n attributesChocobozzz2018-06-0511-27/+43
|
* Prepare i18n filesChocobozzz2018-06-052-2/+4
|
* Add 404 pageChocobozzz2018-05-311-1/+15
|
* Video support field inherits channel support fieldChocobozzz2018-05-252-2/+3
|
* Only use account name in routesChocobozzz2018-05-256-10/+28
|
* Handle account name in client urlChocobozzz2018-05-241-1/+1
| | | | More consistent with AP urls
* Add owner in video channel pageChocobozzz2018-05-231-5/+10
|
* Fix change detection in app componentChocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-0/+10
|
* Add videos e2e testsChocobozzz2018-05-171-8/+6
|
* Fix typingsChocobozzz2018-05-162-8/+8
|
* Fix rxjs throwChocobozzz2018-05-161-3/+1
|
* Fix concurrent requests in videos listChocobozzz2018-05-161-1/+9
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-0/+5
|
* Fix some components after Angular 6 upgradeChocobozzz2018-05-161-0/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-1613-169/+208
|
* Use publishedAt by default in videos sortChocobozzz2018-05-152-2/+3
|
* Add ability to update a video channelChocobozzz2018-05-114-6/+17
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+7
| | | | The instance should be whitelisted first
* Add overflow on markdown textaeraChocobozzz2018-05-111-1/+6
|