Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -0/+10 |
| | |||||
* | Add server host in notification account field | Chocobozzz | 2019-01-21 | 1 | -1/+14 |
| | |||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 1 | -38/+120 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 1 | -0/+4 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -0/+6 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 4 | -11/+191 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 4 | -60/+151 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 3 | -7/+450 |
| | |||||
* | Add ability to disable and clear history | Chocobozzz | 2018-12-18 | 1 | -0/+1 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 2 | -2/+40 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Add sitemap | Chocobozzz | 2018-12-05 | 1 | -0/+21 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2018-11-19 | 1 | -2/+2 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 1 | -3/+57 |
| | |||||
* | Fix tests | Chocobozzz | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -1/+8 |
|\ | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -7/+6 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -2/+10 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 1 | -4/+4 |
| | | |||||
* | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -0/+111 |
|/ |