Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release/v1.2.0' into develop | Chocobozzz | 2019-02-06 | 1 | -1/+1 |
|\ | |||||
| * | Bumped to version v1.2.0v1.2.0 | Chocobozzz | 2019-02-06 | 1 | -1/+1 |
| | | |||||
* | | Add meta tag to embed.html | buoyantair | 2019-01-31 | 1 | -0/+1 |
| | | |||||
* | | Add meta tag to index.html | buoyantair | 2019-01-31 | 1 | -1/+1 |
|/ | |||||
* | fix undefined change ownership icons | Josh Morel | 2019-01-28 | 2 | -2/+3 |
| | |||||
* | Fix menu overflow on mobile screens | Chocobozzz | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | Try to fix Mac video upload | Chocobozzz | 2019-01-24 | 1 | -2/+1 |
| | |||||
* | Fix trending days display on first load | Chocobozzz | 2019-01-21 | 1 | -11/+14 |
| | |||||
* | Add link to the profile who commented in notif | Chocobozzz | 2019-01-21 | 2 | -2/+3 |
| | |||||
* | Fix notification popover width | Chocobozzz | 2019-01-21 | 2 | -4/+11 |
| | |||||
* | Add server host in notification account field | Chocobozzz | 2019-01-21 | 2 | -3/+3 |
| | |||||
* | Bumped to version v1.2.0-rc.1v1.2.0-rc.1 | Chocobozzz | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Fix calendar in dark mode | Chocobozzz | 2019-01-17 | 4 | -6/+16 |
| | |||||
* | Fix invisible things in dark mode | Chocobozzz | 2019-01-17 | 5 | -10/+20 |
| | |||||
* | Fix some styles | Chocobozzz | 2019-01-17 | 5 | -30/+41 |
| | | | | Video edit tags, dropdown actions font ... | ||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 112 | -833/+531 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Fix notification z-index on modals | Chocobozzz | 2019-01-15 | 2 | -2/+7 |
| | |||||
* | Add missing translations in embed template | Chocobozzz | 2019-01-14 | 31 | -5843/+11506 |
| | |||||
* | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 24 | -58/+90 |
| | | | | And correctly handle new lines | ||||
* | Fix notification socket | Chocobozzz | 2019-01-14 | 8 | -39/+63 |
| | | | | Should be in core module to share the same subject to all the app | ||||
* | Fix scroll in notifications page | Chocobozzz | 2019-01-14 | 2 | -1/+2 |
| | |||||
* | Add unload listener on video upload/update | Chocobozzz | 2019-01-14 | 3 | -6/+32 |
| | |||||
* | Add error message when trying to upload .ass subtitles | Chocobozzz | 2019-01-14 | 1 | -0/+11 |
| | |||||
* | Warn user when they want to delete a channel | Chocobozzz | 2019-01-14 | 1 | -3/+7 |
| | | | | | Because they will not be able to create another channel with the same actor name | ||||
* | Help translators to translate trending title/tooltip | Chocobozzz | 2019-01-14 | 2 | -10/+13 |
| | |||||
* | Fix NSFW blur on search | Chocobozzz | 2019-01-14 | 2 | -3/+8 |
| | |||||
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 3 | -0/+26 |
| | |||||
* | Improve "no notifications" message | Chocobozzz | 2019-01-14 | 2 | -0/+8 |
| | |||||
* | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 5 | -4/+22 |
| | | | | | | | | | | * 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 | 6 | -7/+32 |
| | |||||
* | Update translations | Chocobozzz | 2019-01-10 | 3 | -849/+748 |
| | |||||
* | Implement contact form in the client | Chocobozzz | 2019-01-10 | 12 | -12/+260 |
| | |||||
* | Add contact form checkbox in admin form | Chocobozzz | 2019-01-10 | 8 | -399/+387 |
| | |||||
* | Correctly scroll to video comment | Chocobozzz | 2019-01-09 | 2 | -6/+2 |
| | |||||
* | Correctly scroll in notification preferences | Chocobozzz | 2019-01-09 | 3 | -6/+5 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 38 | -47/+925 |
| | |||||
* | Fix notification icon position | Chocobozzz | 2019-01-09 | 2 | -5/+2 |
| | |||||
* | Fix notification with large message | Chocobozzz | 2018-12-20 | 4 | -23/+26 |
| | |||||
* | Refractor notification service | Chocobozzz | 2018-12-19 | 78 | -476/+435 |
| | | | | Shorter name and use primeng component | ||||
* | Don't call watching endpoint if history is disabled | Chocobozzz | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 9 | -55/+158 |
| | |||||
* | Add history page on client | Chocobozzz | 2018-12-18 | 12 | -7/+234 |
| | |||||
* | Add WebFinger support (#1498) | Acid Chicken (硫酸鶏) | 2018-12-18 | 1 | -2/+19 |
| | | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006 | ||||
* | Add ability to set subtitle in URL in watch page | Chocobozzz | 2018-12-17 | 1 | -3/+6 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 6 | -41/+81 |
| | |||||
* | Fix adding captions to a video | Chocobozzz | 2018-12-17 | 1 | -3/+1 |
| | |||||
* | Fix followers search | Chocobozzz | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 2 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support | ||||
* | Redirect to the last url on login | Chocobozzz | 2018-12-11 | 6 | -22/+25 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 10 | -7/+36 |
| |