Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash in files cache | Chocobozzz | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Fix video views | Chocobozzz | 2019-05-21 | 3 | -4/+38 |
| | |||||
* | Fix blacklist sort | Chocobozzz | 2019-05-21 | 1 | -25/+41 |
| | |||||
* | Fix thumbnails in video blacklist list endpoint | Chocobozzz | 2019-05-21 | 1 | -2/+2 |
| | |||||
* | Relax activity validation | Chocobozzz | 2019-05-21 | 1 | -12/+13 |
| | |||||
* | Relax activity validation | Chocobozzz | 2019-05-13 | 1 | -2/+1 |
| | |||||
* | Fix account description error | Chocobozzz | 2019-05-13 | 3 | -4/+29 |
| | |||||
* | Fix greek label | Chocobozzz | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 2 | -12/+11 |
| | |||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 3 | -5/+16 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Fix createdAt/updatedAt issues | Chocobozzz | 2019-04-26 | 2 | -1/+3 |
| | |||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 3 | -3/+4 |
| | |||||
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 2 | -10/+20 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 6 | -145/+130 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 3 | -68/+19 |
| | |||||
* | Fix overview endpoint | Chocobozzz | 2019-04-24 | 4 | -9/+16 |
| | |||||
* | Fix video import CLI script | Chocobozzz | 2019-04-24 | 1 | -18/+8 |
| | | | | Password is an optional argument | ||||
* | Fix scheduled update | Chocobozzz | 2019-04-24 | 1 | -1/+2 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 75 | -363/+371 |
| | |||||
* | Try to fix travis | Chocobozzz | 2019-04-24 | 3 | -6/+31 |
| | |||||
* | Use parallel tests | Chocobozzz | 2019-04-24 | 2 | -19/+19 |
| | |||||
* | Add default playlist image | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 81 | -495/+174 |
| | |||||
* | Add migrations | Chocobozzz | 2019-04-24 | 6 | -17/+70 |
| | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 6 | -11/+16 |
| | |||||
* | Fix ownership changes | Chocobozzz | 2019-04-24 | 3 | -21/+29 |
| | |||||
* | Refactor video caption/preview caches | Chocobozzz | 2019-04-24 | 4 | -24/+10 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 43 | -448/+440 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 43 | -318/+332 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 18 | -263/+649 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 88 | -237/+249 |
| | | | | Because they need dev dependencies | ||||
* | Remove tmp file on image processing error | Chocobozzz | 2019-04-24 | 2 | -2/+9 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 52 | -516/+860 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 8 | -2/+173 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 10 | -16/+98 |
| | |||||
* | Try to improve server tests compilation speed | Chocobozzz | 2019-04-11 | 2 | -4/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 107 | -121/+129 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 79 | -458/+523 |
| | |||||
* | Add debug component to help admins to fix IP issues | Chocobozzz | 2019-04-11 | 4 | -0/+106 |
| | |||||
* | Add logs page in client | Chocobozzz | 2019-04-11 | 1 | -24/+28 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 11 | -11/+359 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 5 | -11/+49 |
| | |||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 5 | -25/+52 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 8 | -7/+151 |
| | | | | | | | | | | | | * 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 | 2 | -2/+2 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 16 | -19/+174 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 11 | -23/+225 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 15 | -53/+173 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 3 | -3/+13 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 7 | -9/+191 |
| |