Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lazy import some modules | Chocobozzz | 2019-02-15 | 5 | -22/+29 |
| | |||||
* | Don't crash on error in notification popup | Chocobozzz | 2019-02-15 | 1 | -67/+73 |
| | |||||
* | Fix negative seconds by displaying 0 instead (#1445) (#1625) | zacharystenger | 2019-02-12 | 1 | -1/+1 |
| | | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation | ||||
* | Move original publication date in advanced settings | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 46 | -190/+676 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 90 | -342/+2131 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -5/+0 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+5 |
| | | | |||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -0/+13 |
| | | | |||||
| | * | fix undefined change ownership icons | Josh Morel | 2019-01-28 | 1 | -0/+1 |
| | | | |||||
| | * | Add link to the profile who commented in notif | Chocobozzz | 2019-01-21 | 2 | -2/+3 |
| | | | |||||
| | * | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -2/+2 |
| | | | |||||
| | * | Fix invisible things in dark mode | Chocobozzz | 2019-01-17 | 1 | -4/+6 |
| | | | |||||
| | * | Fix some styles | Chocobozzz | 2019-01-17 | 1 | -1/+0 |
| | | | | | | | | | | | | Video edit tags, dropdown actions font ... | ||||
| | * | Refactor how we use icons | Chocobozzz | 2019-01-17 | 28 | -132/+343 |
| | | | | | | | | | | | | Inject them in an angular component so we can easily change their color | ||||
| | * | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 10 | -15/+255 |
| | | | | | | | | | | | | And correctly handle new lines | ||||
| | * | Fix notification socket | Chocobozzz | 2019-01-14 | 2 | -33/+12 |
| | | | | | | | | | | | | Should be in core module to share the same subject to all the app | ||||
| | * | Fix scroll in notifications page | Chocobozzz | 2019-01-14 | 1 | -1/+1 |
| | | | |||||
| | * | Add error message when trying to upload .ass subtitles | Chocobozzz | 2019-01-14 | 1 | -0/+11 |
| | | | |||||
| | * | Help translators to translate trending title/tooltip | Chocobozzz | 2019-01-14 | 1 | -1/+0 |
| | | | |||||
| | * | Improve "no notifications" message | Chocobozzz | 2019-01-14 | 1 | -0/+7 |
| | | | |||||
| | * | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 3 | -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) | Chocobozzz | 2019-01-10 | 1 | -2/+5 |
| | | | |||||
| * | | Fix too big line length | Lucas Declercq | 2018-10-08 | 1 | -1/+9 |
| | | | |||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 4 | -8/+8 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 4 | -1/+8 |
| | | | |||||
* | | | Enable video upload and edit | clementbrizard | 2019-01-12 | 3 | -2/+12 |
| | | | |||||
* | | | Change models | clementbrizard | 2019-01-12 | 2 | -1/+14 |
| |/ |/| | |||||
* | | Update translations | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
| | | |||||
* | | Implement contact form in the client | Chocobozzz | 2019-01-10 | 4 | -0/+89 |
| | | |||||
* | | Add contact form checkbox in admin form | Chocobozzz | 2019-01-10 | 4 | -21/+62 |
| | | |||||
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 12 | -12/+474 |
| | | |||||
* | | Refractor notification service | Chocobozzz | 2018-12-19 | 5 | -82/+47 |
| | | | | | | | | Shorter name and use primeng component | ||||
* | | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -27/+6 |
| | | |||||
* | | Add history page on client | Chocobozzz | 2018-12-18 | 5 | -4/+66 |
| | | |||||
* | | Add WebFinger support (#1498) | Acid Chicken (硫酸鶏) | 2018-12-18 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006 | ||||
* | | Redirect to the last url on login | Chocobozzz | 2018-12-11 | 1 | -4/+3 |
| | | |||||
* | | Support additional video extensions | Chocobozzz | 2018-12-11 | 2 | -5/+4 |
| | | |||||
* | | dots are allowed in actor names | Chocobozzz | 2018-12-10 | 2 | -2/+2 |
| | | |||||
* | | 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 |
| | |