Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 15 | -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 Kent | 2018-08-30 | 6 | -154/+179 |
| | | | | | | | | - 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 improvement | Rigel Kent | 2018-08-29 | 3 | -43/+60 |
| | |||||
* | Add features table on signup | Chocobozzz | 2018-08-28 | 13 | -77/+161 |
| | |||||
* | Move abuse state column at the end | Chocobozzz | 2018-08-28 | 1 | -6/+6 |
| | |||||
* | Fix search results | Chocobozzz | 2018-08-28 | 2 | -32/+46 |
| | |||||
* | keyboard shortcuts and key map view (#974) | Rigel Kent | 2018-08-28 | 3 | -1/+36 |
| | |||||
* | Display report reason in multiple lines (#957) | Felix Ableitner | 2018-08-28 | 7 | -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 Ableitner | 2018-08-28 | 9 | -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 hovering | Chocobozzz | 2018-08-27 | 1 | -2/+0 |
| | |||||
* | Add start at checkbox in share modal | Chocobozzz | 2018-08-27 | 6 | -31/+62 |
| | |||||
* | Fix deprecated ng-bootstrap methods | Chocobozzz | 2018-08-27 | 3 | -7/+7 |
| | |||||
* | Add popover autoclose | Chocobozzz | 2018-08-27 | 3 | -2/+7 |
| | |||||
* | Add portuguese and swedish languages | Chocobozzz | 2018-08-27 | 1 | -2/+5 |
| | |||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 1 | -2/+0 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 6 | -27/+14 |
| | |||||
* | Infinite scroll to list our subscriptions | Chocobozzz | 2018-08-27 | 8 | -23/+59 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 14 | -58/+171 |
| | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 3 | -7/+7 |
| | |||||
* | Add local user subscriptions | Chocobozzz | 2018-08-27 | 35 | -72/+531 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 16 | -15/+87 |
| | |||||
* | Correctly cache server translations | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | Fix dev locale | Chocobozzz | 2018-08-27 | 2 | -2/+2 |
| | |||||
* | [Issue 641] Add shortcut my videos link in menu-wrapper | potedeo | 2018-08-27 | 1 | -0/+4 |
| | |||||
* | Fix AutoThread | Jorropo | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | correct password reset disabled binding | Josh Morel | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Translate player according to the interface lang | Chocobozzz | 2018-08-16 | 1 | -1/+2 |
| | |||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 6 | -20/+28 |
| | |||||
* | Fix client build | Chocobozzz | 2018-08-14 | 3 | -4/+5 |
| | |||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 3 | -6/+8 |
| | |||||
* | Regroup abuse and blacklisted videos inside "moderation" | Chocobozzz | 2018-08-14 | 25 | -122/+99 |
| | |||||
* | Improve follow component routing | Chocobozzz | 2018-08-14 | 2 | -64/+8 |
| | |||||
* | Update client according to new model paths | Chocobozzz | 2018-08-14 | 5 | -11/+12 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 13 | -19/+113 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 16 | -48/+197 |
| | |||||
* | Add ability to delete and update abuse on client | Chocobozzz | 2018-08-14 | 12 | -20/+259 |
| | |||||
* | Fix videos add tabs style | Chocobozzz | 2018-08-09 | 2 | -12/+21 |
| | |||||
* | Add ability to ban/unban users | Chocobozzz | 2018-08-09 | 14 | -28/+263 |
| | |||||
* | Migrate to bootstrap 4 and ng-bootstrap | Chocobozzz | 2018-08-09 | 40 | -877/+807 |
| | |||||
* | Upgrade to bootstrap 4 first step | Chocobozzz | 2018-08-09 | 3 | -2/+4 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 13 | -31/+103 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -1/+5 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 7 | -1/+79 |
| | |||||
* | Correct webtorrent download cleanup | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 5 | -2/+16 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 6 | -10/+49 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 10 | -29/+287 |
| | |||||
* | Move send video components inside a dedicated directory | Chocobozzz | 2018-08-08 | 9 | -35/+35 |
| | |||||
* | video-import -> video-import-url | Chocobozzz | 2018-08-08 | 6 | -12/+12 |
| | |||||
* | Refractor video upload/import | Chocobozzz | 2018-08-08 | 5 | -97/+107 |
| |