aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | * 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
* Correctly cache server translationsChocobozzz2018-08-271-3/+3
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+2
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-093-50/+33
|
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+3
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+7
|
* 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
|