Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147) | libertysoft3 | 2019-05-16 | 1 | -6/+12 |
| | |||||
* | Merge remote-tracking branch 'origin/pr/1785' into develop | Chocobozzz | 2019-05-16 | 3 | -10/+72 |
|\ | |||||
| * | Added comments for transcode functions | Felix Ableitner | 2019-05-13 | 1 | -0/+6 |
| | | |||||
| * | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 3 | -12/+32 |
| | | |||||
| * | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 2 | -9/+52 |
| | | |||||
* | | Don't use parallel tests with test suite 1 and 3 | Chocobozzz | 2019-05-15 | 2 | -2/+2 |
| | | |||||
* | | Decrease max parallel tests for travis | Chocobozzz | 2019-05-15 | 4 | -4/+4 |
| | | |||||
* | | All API tests in parallel | Chocobozzz | 2019-05-15 | 29 | -197/+260 |
| | | |||||
* | | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 23 | -220/+247 |
| | | |||||
* | | Try parallel check params tests | Chocobozzz | 2019-05-14 | 6 | -7/+14 |
| | | |||||
* | | 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 |
| |