aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1190-342/+2131
|\
| * Cleanup reset user password by adminChocobozzz2019-02-111-5/+0
| | | | | | | | And add some tests
| * allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+5
| |
| * Add hls support on serverChocobozzz2019-02-111-0/+13
| |
| * fix undefined change ownership iconsJosh Morel2019-01-281-0/+1
| |
| * Add link to the profile who commented in notifChocobozzz2019-01-212-2/+3
| |
| * Add server host in notification account fieldChocobozzz2019-01-211-2/+2
| |
| * Fix invisible things in dark modeChocobozzz2019-01-171-4/+6
| |
| * Fix some stylesChocobozzz2019-01-171-1/+0
| | | | | | | | Video edit tags, dropdown actions font ...
| * Refactor how we use iconsChocobozzz2019-01-1728-132/+343
| | | | | | | | Inject them in an angular component so we can easily change their color
| * Increase abuse length to 3000Chocobozzz2019-01-1410-15/+255
| | | | | | | | And correctly handle new lines
| * Fix notification socketChocobozzz2019-01-142-33/+12
| | | | | | | | Should be in core module to share the same subject to all the app
| * Fix scroll in notifications pageChocobozzz2019-01-141-1/+1
| |
| * Add error message when trying to upload .ass subtitlesChocobozzz2019-01-141-0/+11
| |
| * Help translators to translate trending title/tooltipChocobozzz2019-01-141-1/+0
| |
| * Improve "no notifications" messageChocobozzz2019-01-141-0/+7
| |
| * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-143-2/+7
| | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-2/+5
| |
| * Update translationsChocobozzz2019-01-101-1/+1
| |
| * Implement contact form in the clientChocobozzz2019-01-104-0/+89
| |
| * Add contact form checkbox in admin formChocobozzz2019-01-104-21/+62
| |
| * Add notifications in the clientChocobozzz2019-01-0912-12/+474
| |
| * Refractor notification serviceChocobozzz2018-12-195-82/+47
| | | | | | | | Shorter name and use primeng component
| * Add ability to disable and clear historyChocobozzz2018-12-181-27/+6
| |
| * Add history page on clientChocobozzz2018-12-185-4/+66
| |
| * Add WebFinger support (#1498)Acid Chicken (硫酸鶏)2018-12-181-2/+19
| | | | | | | | | | | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006
| * Redirect to the last url on loginChocobozzz2018-12-111-4/+3
| |
| * Support additional video extensionsChocobozzz2018-12-112-5/+4
| |
| * dots are allowed in actor namesChocobozzz2018-12-102-2/+2
| |
| * Remove dashes from actor namesChocobozzz2018-12-072-4/+4
| |
| * username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-072-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 typeChocobozzz2018-12-051-22/+22
| |
| * My account menu -> open entries on hoverChocobozzz2018-12-054-1/+111
| |
| * Reload user table when setting an email to verifiedChocobozzz2018-11-211-0/+2
| |
| * Add separators in user moderation dropdownChocobozzz2018-11-214-14/+36
| |
| * enable email verification by admin (#1348)Josh Morel2018-11-213-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 handlingChocobozzz2018-11-161-1/+6
| |
| * Fix miniature with a long nameChocobozzz2018-11-151-2/+2
| |
| * Fix new Angular 7 issuesChocobozzz2018-11-154-5/+36
| |
| * Check activities hostChocobozzz2018-11-141-2/+2
| |
| * Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-193-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 lintChocobozzz2018-10-181-1/+1
| |
| * Better typingsChocobozzz2018-10-1819-37/+48
| |
| * NoImplicitAny flag true (#1157)BO412018-10-1814-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 developChocobozzz2018-10-171-0/+3
| |\
| | * move to boolean switchRigel Kent2018-10-131-4/+3
| | |
| | * add webtorrent opt-out settingsRigel Kent2018-10-131-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 clientChocobozzz2018-10-165-24/+185
| | |
| * | Add user/instance block by users in the clientChocobozzz2018-10-169-15/+226
| | |
| * | update tslint config and fix member ordering (#1279)BO412018-10-161-2/+2
| |/