Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update default user theme to instance-default | Jorge Silva | 2020-02-12 | 1 | -2/+2 |
| | | | | (cherry picked from commit 72fa5cb1272b0b897f5a975615619e354055e5bd) | ||||
* | Use a singleton for model cache | Chocobozzz | 2020-02-04 | 1 | -35/+32 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 4 | -52/+56 |
| | |||||
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 2 | -2/+2 |
| | |||||
* | Use lower instead of ilike to login users | Chocobozzz | 2020-01-09 | 1 | -2/+6 |
| | |||||
* | Optimize notification endpoint | Chocobozzz | 2020-01-09 | 1 | -11/+11 |
| | |||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -34/+38 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -5/+26 |
| | |||||
* | Cache some SQL queries | Chocobozzz | 2019-12-27 | 1 | -1/+15 |
| | |||||
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 1 | -5/+0 |
| | |||||
* | Fix lint & tests | Chocobozzz | 2019-12-18 | 1 | -5/+7 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+8 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -2/+16 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -1/+1 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -13/+45 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 3 | -6/+27 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -2/+2 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 5 | -11/+25 |
| | |||||
* | Cleanup model types | Chocobozzz | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 6 | -36/+55 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 1 | -2/+2 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -19/+5 |
| | |||||
* | Fix broken follow notification | Chocobozzz | 2019-08-02 | 1 | -0/+2 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 1 | -0/+36 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -10/+65 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -2/+2 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 1 | -3/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -1/+10 |
| | |||||
* | Fix/connection with email (#1917) | Nassim Bounouas | 2019-07-02 | 1 | -3/+3 |
| | | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation | ||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+8 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -0/+6 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -18/+1 |
| | |||||
* | Fix account description error | Chocobozzz | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 4 | -63/+59 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 5 | -45/+31 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+17 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -1/+13 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 2 | -2/+2 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+28 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -2/+58 |
| | |||||
* | findById -> findByPk | Chocobozzz | 2019-02-21 | 2 | -3/+2 |
| |