Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 3 | -3/+6 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -1/+7 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 2 | -5/+5 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 2 | -7/+91 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -58/+56 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -4/+25 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -2/+17 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -0/+9 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+10 |
| | |||||
* | Accept numbers in plugin names | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Fix torrent import on windows | Chocobozzz | 2020-04-07 | 2 | -5/+7 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 1 | -2/+12 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 6 | -9/+9 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -4/+3 |
| | |||||
* | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 10 | -24/+17 |
| | |||||
* | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 1 | -7/+19 |
| | |||||
* | Comments enabled attrivute is optional in AP | Chocobozzz | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 2 | -1/+13 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 19 | -19/+19 |
| | |||||
* | Accept . _ and 0-9 plugin names | Chocobozzz | 2020-01-06 | 1 | -1/+1 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+5 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -2/+8 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 1 | -9/+9 |
| | |||||
* | Fix retrieving of deleted comments when subscribing to a new instance | Julien Maulny | 2019-12-04 | 1 | -1/+18 |
| | |||||
* | Only display accepted followers/followings in about page | Chocobozzz | 2019-11-28 | 1 | -0/+14 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -12/+24 |
| | | | | In favour of HLS | ||||
* | Fix federation with some actors | Chocobozzz | 2019-10-23 | 1 | -4/+11 |
| | | | | That don't have a shared inbox, or a URL | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+2 |
| | |||||
* | Fix federation issue with some actor descriptions | Chocobozzz | 2019-10-21 | 2 | -3/+3 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again | ||||
* | Improve plugin package.json error message | Chocobozzz | 2019-09-11 | 1 | -11/+59 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+10 |
| | |||||
* | Handle reports from mastodon | Chocobozzz | 2019-08-30 | 1 | -7/+8 |
| | |||||
* | Merge branch 'feature/strong-model-types' into develop | Chocobozzz | 2019-08-22 | 1 | -17/+5 |
|\ | |||||
| * | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -17/+5 |
| | | |||||
* | | Relax plugin package.json validation | Chocobozzz | 2019-08-22 | 1 | -2/+6 |
|/ | |||||
* | Add plugin translation system | Chocobozzz | 2019-07-26 | 1 | -6/+17 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 2 | -9/+4 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 9 | -19/+18 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -16/+1 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 7 | -207/+2 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -4/+3 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | WIP plugins: add plugin settings/uninstall in client | Chocobozzz | 2019-07-24 | 1 | -1/+6 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 1 | -3/+1 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+6 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 2 | -3/+11 |
| |