aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* add user account email verificiation (#977)Josh Morel2018-08-3115-8/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-307-154/+186
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* replacing placeholder and feature table display improvementRigel Kent2018-08-293-43/+60
|
* Add features table on signupChocobozzz2018-08-2817-81/+179
|
* Move abuse state column at the endChocobozzz2018-08-282-6/+7
|
* Fix search resultsChocobozzz2018-08-282-32/+46
|
* Fix player playback (video never ends)Chocobozzz2018-08-282-2/+7
|
* keyboard shortcuts and key map view (#974)Rigel Kent2018-08-283-1/+36
|
* Display report reason in multiple lines (#957)Felix Ableitner2018-08-287-28/+39
| | | | | | | | | | | | | * Display report reason in multiple lines * more adjustments: - move report reason into dropdown - allow line wrap in dropdown (also in video blacklist) - fix colspan in blacklist dropdown - merge css rules into moderation.component.scss * use min-width for labels
* Implement daily upload limit (#956)Felix Ableitner2018-08-289-21/+88
| | | | | | | | | | | | | | | | | | | | * 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
* Underline links in feed popover when hoveringChocobozzz2018-08-271-2/+0
|
* Add start at checkbox in share modalChocobozzz2018-08-277-36/+66
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-273-7/+7
|
* Add popover autocloseChocobozzz2018-08-273-2/+7
|
* Add portuguese and swedish languagesChocobozzz2018-08-2711-2620/+9
|
* Upgrade translationsChocobozzz2018-08-2724-449/+11708
|
* Fetch outbox when searching an actorChocobozzz2018-08-272-28/+0
|
* Search video channel handle/uriChocobozzz2018-08-276-27/+14
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-278-23/+59
|
* Add ability to search video channelsChocobozzz2018-08-2714-58/+171
|
* Add ability to search a video with an URLChocobozzz2018-08-273-7/+7
|
* Add local user subscriptionsChocobozzz2018-08-2740-91/+630
|
* Add ability to set a name to a channelChocobozzz2018-08-2717-17/+96
|
* Correctly cache server translationsChocobozzz2018-08-271-3/+3
|
* Fix dev localeChocobozzz2018-08-273-3/+4
|
* Cache player translationsChocobozzz2018-08-271-4/+17
|
* [Issue 641] Add shortcut my videos link in menu-wrapperpotedeo2018-08-271-0/+4
|
* Fix AutoThreadJorropo2018-08-211-2/+2
|
* correct password reset disabled bindingJosh Morel2018-08-201-1/+1
|
* Translate player according to the interface langChocobozzz2018-08-162-1/+7
|
* Translate subtitle langs in playerChocobozzz2018-08-168-30/+63
|
* Fix client buildChocobozzz2018-08-143-4/+5
|
* Add quota used in users listChocobozzz2018-08-143-6/+8
|
* Regroup abuse and blacklisted videos inside "moderation"Chocobozzz2018-08-1425-122/+99
|
* Improve follow component routingChocobozzz2018-08-143-64/+22
|
* Update client according to new model pathsChocobozzz2018-08-145-11/+12
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Improve blacklist managementChocobozzz2018-08-1414-19/+124
|
* Add blacklist reason fieldChocobozzz2018-08-1417-48/+211
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-1412-20/+259
|
* Fix videos add tabs styleChocobozzz2018-08-092-12/+21
|
* Add ability to ban/unban usersChocobozzz2018-08-0916-35/+269
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-0942-945/+885
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-095-52/+44
|
* Add reason when banning a userChocobozzz2018-08-0813-31/+103
|
* Support occitanChocobozzz2018-08-087-3843/+5
|
* Implement user blocking on server sideChocobozzz2018-08-081-1/+5
|
* Push/Pull translationsChocobozzz2018-08-0829-1615/+7166
|
* Add ability to delete our accountChocobozzz2018-08-087-1/+79
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|