Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -0/+6 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -0/+23 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 3 | -52/+2 |
| | |||||
* | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 1 | -3/+10 |
| | |||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -25/+41 |
|\ | |||||
| * | Fix blacklist sort | Chocobozzz | 2019-05-21 | 1 | -25/+41 |
| | | |||||
* | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -2/+2 |
|\| | |||||
| * | Fix thumbnails in video blacklist list endpoint | Chocobozzz | 2019-05-21 | 1 | -2/+2 |
| | | |||||
* | | Add audio support in upload | Chocobozzz | 2019-05-16 | 2 | -3/+10 |
|/ | |||||
* | Fix account description error | Chocobozzz | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 1 | -10/+6 |
| | |||||
* | Fix createdAt/updatedAt issues | Chocobozzz | 2019-04-26 | 2 | -1/+3 |
| | |||||
* | Fix overview endpoint | Chocobozzz | 2019-04-24 | 1 | -2/+7 |
| | |||||
* | Fix scheduled update | Chocobozzz | 2019-04-24 | 1 | -1/+2 |
| | |||||
* | Add migrations | Chocobozzz | 2019-04-24 | 2 | -4/+4 |
| | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 1 | -1/+6 |
| | |||||
* | Fix ownership changes | Chocobozzz | 2019-04-24 | 1 | -16/+20 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 24 | -324/+322 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 25 | -277/+272 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 4 | -98/+266 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+17 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+14 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -1/+13 |
| | |||||
* | Try to improve server tests compilation speed | Chocobozzz | 2019-04-11 | 1 | -2/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 19 | -19/+18 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 10 | -28/+35 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -1/+42 |
| | | | | | | | | | | | | * 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 new instance follower notification in client | Chocobozzz | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 2 | -1/+12 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 2 | -3/+43 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 2 | -4/+2 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 3 | -20/+49 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 4 | -2/+57 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 4 | -17/+30 |
| | |||||
* | Fix videos list for api SQL request | Chocobozzz | 2019-03-18 | 1 | -3/+4 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -2/+3 |
| | |||||
* | Playlist reorder support | Chocobozzz | 2019-03-18 | 1 | -1/+6 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -0/+23 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 2 | -5/+5 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 2 | -5/+31 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 5 | -39/+109 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 3 | -4/+5 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 9 | -105/+836 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 9 | -12/+11 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 2 | -1/+19 |
| | |||||
* | Fix mention notification with a remote account | Chocobozzz | 2019-02-15 | 1 | -15/+25 |
| | |||||
* | Add search by original publication date | Andrés Maldonado | 2019-02-12 | 1 | -0/+11 |
| | |||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 2 | -5/+12 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 10 | -139/+651 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 25 | -272/+2151 |
| |\ |