aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/server
Commit message (Collapse)AuthorAgeFilesLines
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Better label for video privaciesChocobozzz2018-09-041-6/+6
|
* 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
|
* 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
|
* 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
|
* Little i18n refractoringChocobozzz2018-06-061-9/+11
|
* Add server localizationChocobozzz2018-06-061-24/+52
|
* 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
* Upgrade to rxjs 6Chocobozzz2018-05-161-7/+7
|
* Use ISO 639 for languagesChocobozzz2018-04-231-6/+7
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+1
| | | | There is a global instance setting and a per user setting
* 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
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-2/+3
|
* 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-011-0/+1
|
* Add stats routeChocobozzz2018-02-281-1/+1
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+11
|
* Sort video categories/languagesChocobozzz2018-02-201-3/+12
|
* 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
|
* Add avatar max size limitChocobozzz2018-01-031-0/+11
|
* Move to angular cliChocobozzz2017-12-121-3/+3
|
* Design second video upload stepChocobozzz2017-12-081-1/+2
|
* First upload step is okChocobozzz2017-12-071-14/+23
|
* Add video privacy settingChocobozzz2017-10-311-1/+13
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-0/+3
|
* Client: fix loading server configurationsChocobozzz2017-10-092-0/+68