Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147) | libertysoft3 | 2019-05-16 | 1 | -6/+12 |
| | |||||
* | Added comments for transcode functions | Felix Ableitner | 2019-05-13 | 1 | -0/+6 |
| | |||||
* | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Dont transcode videos when it is not required (fixes #1780) | Felix Ableitner | 2019-05-04 | 1 | -3/+6 |
| | |||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 2 | -3/+2 |
| | |||||
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 1 | -1/+7 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 2 | -3/+11 |
| | |||||
* | Add migrations | Chocobozzz | 2019-04-24 | 2 | -12/+15 |
| | |||||
* | Relax videos list thumbnail api join | Chocobozzz | 2019-04-24 | 2 | -3/+3 |
| | |||||
* | Refactor video caption/preview caches | Chocobozzz | 2019-04-24 | 4 | -24/+10 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 9 | -69/+63 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 9 | -20/+27 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 7 | -85/+272 |
| | |||||
* | Remove tmp file on image processing error | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -2/+4 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+33 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 2 | -1/+34 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 29 | -36/+38 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 21 | -65/+80 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 6 | -11/+71 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -3/+5 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 6 | -21/+25 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 3 | -3/+13 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 3 | -1/+48 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 2 | -16/+28 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 8 | -18/+123 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 4 | -80/+89 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 3 | -15/+21 |
| | |||||
* | Fix email notification | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 6 | -34/+51 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 9 | -11/+16 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 3 | -6/+67 |
| | |||||
* | Only create refresh job if needed | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 3 | -7/+7 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 7 | -8/+71 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 2 | -2/+1 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 11 | -9/+301 |
| | |||||
* | Add request body limit | Chocobozzz | 2019-02-21 | 1 | -1/+2 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -14/+53 |
| | |||||
* | Create send email type | Chocobozzz | 2019-02-20 | 2 | -10/+13 |
| | | | | Instead of using email job handler payload type | ||||
* | Lazy import some modules | Chocobozzz | 2019-02-15 | 1 | -3/+6 |
| | |||||
* | Fix from header in contact form | Chocobozzz | 2019-02-15 | 2 | -8/+16 |
| | |||||
* | Fix mention notification with a remote account | Chocobozzz | 2019-02-15 | 1 | -0/+2 |
| | |||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | |||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 58 | -643/+2287 |
|\ | |||||
| * | Merge branch 'feature/correctly-send-activities' into develop | Chocobozzz | 2019-02-11 | 6 | -78/+130 |
| |\ | |||||
| | * | Correctly send Flag/Dislike/View activities | Chocobozzz | 2019-01-15 | 6 | -77/+129 |
| | | | |||||
| * | | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -18/+2 |
| | | | | | | | | | | | | And add some tests |