Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 2 | -0/+91 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+6 |
| | |||||
* | More robust federation | Chocobozzz | 2019-05-31 | 1 | -1/+2 |
| | | | | In particular when fetching pleroma outbox | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 2 | -16/+4 |
| | |||||
* | Relax activity validation | Chocobozzz | 2019-05-21 | 1 | -12/+13 |
| | |||||
* | Relax activity validation | Chocobozzz | 2019-05-13 | 1 | -2/+1 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -3/+2 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+7 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 15 | -16/+16 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 2 | -3/+3 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 1 | -0/+14 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -0/+5 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Does exist | Chocobozzz | 2019-03-19 | 8 | -31/+30 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -1/+9 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -2/+4 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 2 | -6/+17 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 4 | -1/+73 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 2 | -12/+2 |
| | |||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 13 | -166/+131 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 18 | -178/+203 |
| |\ |