aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Avoid ... for delete/edit buttons in admin panelChocobozzz2018-05-093-4/+17
|
* Fix video channel description/support max lengthChocobozzz2018-05-092-6/+6
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-093-8/+6
|
* Fix #546 (I hope!)Gérald Niel2018-05-091-3/+3
|
* Fix error message on token expirationChocobozzz2018-05-071-1/+3
|
* Add video channel managementChocobozzz2018-04-262-1/+55
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-262-2/+26
|
* Implement video channel viewsChocobozzz2018-04-253-3/+41
|
* Add video channel account listChocobozzz2018-04-257-49/+131
|
* Add account link in videos listChocobozzz2018-04-253-1/+9
|
* Video channel API routes refractorChocobozzz2018-04-251-15/+15
|
* Add account viewChocobozzz2018-04-246-2/+69
|
* Use ISO 639 for languagesChocobozzz2018-04-232-2/+2
|
* Replace current state when changing pageChocobozzz2018-04-201-2/+6
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-192-11/+4
|
* Add help concerning NSFW videos in uploadChocobozzz2018-04-192-1/+3
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-194-11/+22
| | | | There is a global instance setting and a per user setting
* Use popover for help componentChocobozzz2018-04-183-29/+14
|
* Handle sort in rssChocobozzz2018-04-173-29/+20
|
* Simplify client syndicationsChocobozzz2018-04-175-44/+47
|
* feature: initial syndication feeds supportRigel Kent2018-04-179-1/+121
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-17/+1
|
* Add publishedAt field for video model.Julien Le Bras2018-03-302-1/+3
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Prevent brute force login attackChocobozzz2018-03-291-14/+22
|