aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Redirect to the last url on loginChocobozzz2018-12-113-7/+21
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+3
| | | | password system
* Upgrade client dependenciesChocobozzz2018-12-041-1/+1
|
* Better typingsChocobozzz2018-10-182-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-183-4/+4
| | | | | | | | 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
* move to boolean switchRigel Kent2018-10-131-5/+4
|
* add webtorrent opt-out settingsRigel Kent2018-10-131-0/+5
| | | | | - add a key in localstorage to remember the opt-out - add a user setting
* Fix hotkey translationsChocobozzz2018-10-031-4/+4
|
* add shortcuts icon in menuRigel Kent2018-09-261-1/+5
|
* Merge branch 'develop' into unused-importsChocobozzz2018-09-242-0/+5
|\
| * add redirect after login (#1110)BO412018-09-232-0/+5
| |
* | remove unused importsBO412018-09-221-3/+1
|/
* Fix video views incrementChocobozzz2018-09-131-1/+1
|
* Fix client buildChocobozzz2018-09-124-28/+13
|
* update hotkeys to include user-specific routesRigel Kent2018-09-111-0/+27
| | | | also fix left-menu width
* wrap the hotkeys component to allow templating :art:Rigel Kent2018-09-117-2/+195
|
* remember theme in localStorageRigel Kent2018-09-111-1/+12
|
* refactor theme toggle into a serviceRigel Kent2018-09-064-0/+35
|
* 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
|
* 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
|