Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix complete description loading | Chocobozzz | 2021-02-12 | 1 | -0/+1 |
| | |||||
* | Fix comments sorting dropdown z-index | Chocobozzz | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | Add ability to set a custom quota | Chocobozzz | 2021-02-10 | 3 | -4/+7 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -0/+7 |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | ||||
* | Fix small UI bugs | Chocobozzz | 2021-02-02 | 2 | -8/+13 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 8 | -256/+85 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 6 | -20/+43 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 13 | -23/+245 |
| | | | | recommendation variant | ||||
* | Force update live boolean | Chocobozzz | 2021-01-26 | 1 | -5/+2 |
| | |||||
* | Don't update live attributes if they did not change | Chocobozzz | 2021-01-26 | 1 | -5/+13 |
| | |||||
* | Fix wait transcoding checkbox display | Chocobozzz | 2021-01-26 | 8 | -32/+30 |
| | |||||
* | redirect to login on 401, display error variants in 404 component | Rigel Kent | 2021-01-25 | 1 | -8/+5 |
| | |||||
* | Import in private, and then set the chosen privacy | Chocobozzz | 2021-01-19 | 3 | -3/+7 |
| | |||||
* | Cleanup update video button | Chocobozzz | 2021-01-19 | 5 | -40/+13 |
| | |||||
* | Implement remote interaction | Chocobozzz | 2021-01-15 | 1 | -6/+2 |
| | |||||
* | Add missing translations | Chocobozzz | 2021-01-15 | 1 | -3/+4 |
| | |||||
* | Put feed url as link | Chocobozzz | 2021-01-15 | 1 | -10/+12 |
| | |||||
* | Load user when auth service is ready | Chocobozzz | 2021-01-15 | 1 | -9/+12 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 3 | -4/+10 |
| | |||||
* | Don't update timestamps for a live | Chocobozzz | 2020-12-17 | 1 | -1/+3 |
| | |||||
* | Don't display max duration if disabled | Chocobozzz | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Add link to the documentation for live streaming | Chocobozzz | 2020-12-14 | 1 | -0/+3 |
| | |||||
* | Fix comments count | Chocobozzz | 2020-12-10 | 1 | -1/+3 |
| | |||||
* | Fix socket io with angular | Chocobozzz | 2020-12-10 | 1 | -6/+2 |
| | |||||
* | Improve live player responsive | Chocobozzz | 2020-12-10 | 1 | -0/+2 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 1 | -16/+34 |
| | |||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 2 | -7/+5 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 2 | -11/+35 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Use new primeng i18n api | Chocobozzz | 2020-12-07 | 2 | -7/+7 |
| | |||||
* | unify inputs requiring buttons like password inputs | Rigel Kent | 2020-12-04 | 1 | -2/+2 |
| | |||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 1 | -1/+12 |
| | |||||
* | Fix login guard to videos from subscriptions | Chocobozzz | 2020-12-03 | 1 | -0/+2 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 4 | -3/+42 |
| | |||||
* | Fix lint | Chocobozzz | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 3 | -26/+62 |
| | |||||
* | Refactor last PR | Chocobozzz | 2020-11-27 | 2 | -12/+2 |
| | |||||
* | add title attribute for exact view counters (#3365) | Tanguy BERNARD | 2020-11-27 | 2 | -2/+12 |
| | |||||
* | Do not display wait transcoding checkbox | Chocobozzz | 2020-11-26 | 2 | -1/+11 |
| | | | | If this is a live and save replay is not enabled | ||||
* | Fix comment account external URL | Chocobozzz | 2020-11-25 | 2 | -9/+19 |
| | | | | | It did not work, and I think it's better to target the local account page anyway | ||||
* | Fix circular dep issue | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 2 | -4/+4 |
| | |||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -5/+17 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -2/+25 |
| | |||||
* | Use sass instead of deprecated node sass | Chocobozzz | 2020-11-19 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 3 | -7/+7 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -6/+2 |
| | |||||
* | add help popup for choosing license (#3306) | Frank Sträter | 2020-11-15 | 1 | -0/+9 |
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Fix player height on mobile | Chocobozzz | 2020-11-13 | 1 | -1/+5 |
| |