Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dashes from actor names | Chocobozzz | 2018-12-07 | 2 | -4/+4 |
| | |||||
* | username/display_name/video_channel_name min length 1 and max length 50 (#1265) | BRAINS YUM | 2018-12-07 | 2 | -20/+20 |
| | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character | ||||
* | Remove inferred type | Chocobozzz | 2018-12-05 | 1 | -22/+22 |
| | |||||
* | My account menu -> open entries on hover | Chocobozzz | 2018-12-05 | 4 | -1/+111 |
| | |||||
* | Reload user table when setting an email to verified | Chocobozzz | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | Add separators in user moderation dropdown | Chocobozzz | 2018-11-21 | 4 | -14/+36 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 3 | -1/+35 |
| | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | ||||
* | Improve video upload error handling | Chocobozzz | 2018-11-16 | 1 | -1/+6 |
| | |||||
* | Fix miniature with a long name | Chocobozzz | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 4 | -5/+36 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | ||||
* | Fix lint | Chocobozzz | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 19 | -37/+48 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 14 | -21/+24 |
| | | | | | | | | 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 | ||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -0/+3 |
|\ | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -4/+3 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -0/+4 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 5 | -24/+185 |
| | | |||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 9 | -15/+226 |
| | | |||||
* | | update tslint config and fix member ordering (#1279) | BO41 | 2018-10-16 | 1 | -2/+2 |
|/ | |||||
* | Fix angular build | Chocobozzz | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | Add ability to list all local videos on client | Chocobozzz | 2018-10-10 | 7 | -10/+56 |
| | |||||
* | Add explicit error message that changing video ownership only works with ↵ | Lucas Declercq | 2018-10-10 | 1 | -3/+12 |
| | | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account | ||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 4 | -3/+31 |
| | |||||
* | Add bulk actions in users table | Chocobozzz | 2018-10-08 | 8 | -36/+65 |
| | |||||
* | Fix videos list when page is empty | Chocobozzz | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 9 | -39/+59 |
| | |||||
* | Move user moderation tool in a separate component | Chocobozzz | 2018-10-05 | 9 | -6/+332 |
| | |||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 5 | -4/+37 |
| | |||||
* | Fix Delete title button | Chocobozzz | 2018-10-03 | 3 | -2/+9 |
| | |||||
* | Update captions in sequence to avoid concurrence issues | Chocobozzz | 2018-10-01 | 1 | -11/+5 |
| | |||||
* | correct local subscribe in the subscription menu | Rigel Kent | 2018-09-28 | 2 | -4/+4 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -1/+2 |
| | |||||
* | Add RSS feed to subscribe button | Chocobozzz | 2018-09-26 | 6 | -18/+62 |
| | |||||
* | refactor subscribe button and comment-add for visitor-interact UX (#1100) | Rigel Kent | 2018-09-25 | 8 | -57/+194 |
| | | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX | ||||
* | Fix videos list user NSFW policy | Chocobozzz | 2018-09-24 | 1 | -4/+4 |
| | |||||
* | Merge branch 'develop' into unused-imports | Chocobozzz | 2018-09-24 | 2 | -1/+2 |
|\ | |||||
| * | revert f845c683 partial: "fix SEO tags and attributes" | Rigel Kent | 2018-09-24 | 1 | -1/+1 |
| | | |||||
| * | append my-help popover to body instead of parent object | Rigel Kent | 2018-09-23 | 1 | -0/+1 |
| | | |||||
* | | remove unused imports | BO41 | 2018-09-22 | 5 | -19/+4 |
|/ | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | fix SEO tags and attributes | Rigel Kent | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Improve videos list client performance | Chocobozzz | 2018-09-20 | 4 | -10/+20 |
| | |||||
* | Fix client build | Chocobozzz | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Try to improve infinite pagination | Chocobozzz | 2018-09-17 | 3 | -7/+37 |
| | |||||
* | Fix "no results" on overview page | Chocobozzz | 2018-09-17 | 1 | -0/+2 |
| | |||||
* | Fix video channel deletion | Chocobozzz | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 2 | -2/+8 |
| | | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now. | ||||
* | Clean up change password validation | Chocobozzz | 2018-09-05 | 1 | -0/+8 |
| |