aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Sort video captionsChocobozzz2018-07-251-9/+4
|
* Disable animation on confirm modalChocobozzz2018-07-251-1/+1
|
* Reset confirm componentChocobozzz2018-07-171-0/+1
|
* Improve video edit/update/add typingsChocobozzz2018-07-161-4/+4
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+6
|
* Update iso639 translations for french and deutchChocobozzz2018-06-191-1/+0
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+1
|
* Fix e2e testsChocobozzz2018-06-081-3/+3
|
* Little i18n refractoringChocobozzz2018-06-061-9/+11
|
* Add server localizationChocobozzz2018-06-061-24/+52
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-053-10/+17
|
* Prepare i18n filesChocobozzz2018-06-051-2/+2
|
* Add 404 pageChocobozzz2018-05-311-16/+15
|
* Fix refreshing oauth tokenChocobozzz2018-05-291-5/+14
|
* Fix history back after a redirectChocobozzz2018-05-241-2/+2
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix change detection in app componentChocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-9/+11
|
* Upgrade to rxjs 6Chocobozzz2018-05-164-74/+71
|
* Fix error message on token expirationChocobozzz2018-05-071-12/+20
|
* Use ISO 639 for languagesChocobozzz2018-04-231-6/+7
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-4/+4
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-5/+6
| | | | There is a global instance setting and a per user setting
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+2
|
* Prevent brute force login attackChocobozzz2018-03-291-2/+6
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Fix log in with special password character (+)Chocobozzz2018-03-261-9/+9
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-232-31/+33
|
* Use instance name for page titlesChocobozzz2018-03-221-1/+2
|
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-014-2/+53
|
* Add stats routeChocobozzz2018-02-281-1/+1
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-283-7/+18
|
* Add bar when loading chunksChocobozzz2018-02-231-0/+2
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-225-11/+51
|
* Register service workerChocobozzz2018-02-221-4/+4
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+11
|
* Sort video categories/languagesChocobozzz2018-02-201-3/+12
|
* Add loading bar when updating a videoChocobozzz2018-02-161-3/+8
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+4
|
* Add about pageChocobozzz2018-01-311-2/+31
|
* Add version in footerChocobozzz2018-01-311-0/+1
|
* Support video quota on clientChocobozzz2018-01-081-19/+2
|
* Add avatar max size limitChocobozzz2018-01-031-0/+11
|
* Begin to add avatar to actorsChocobozzz2017-12-291-31/+4
|
* Design modalsChocobozzz2017-12-201-8/+14
|
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-192-2/+10
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Move to angular cliChocobozzz2017-12-123-10/+7
|