Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 1 | -2/+1 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 2 | -5/+28 |
| | |||||
* | Remove debug messages | Chocobozzz | 2020-01-24 | 1 | -2/+0 |
| | |||||
* | Update http signature | Chocobozzz | 2020-01-07 | 1 | -0/+2 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -4/+22 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 3 | -63/+74 |
| | | | | In favour of HLS | ||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 2 | -12/+17 |
| | |||||
* | Cleanup model types | Chocobozzz | 2019-08-20 | 2 | -15/+24 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 6 | -32/+42 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -1/+1 |
| | |||||
* | Fix user notifications on new follow | Chocobozzz | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 2 | -4/+4 |
| | |||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 1 | -3/+8 |
|\ | |||||
| * | Fix video views | Chocobozzz | 2019-05-21 | 1 | -3/+8 |
| | | |||||
* | | Add audio support in upload | Chocobozzz | 2019-05-16 | 3 | -17/+44 |
|/ | |||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -13/+7 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -18/+23 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 6 | -6/+8 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 4 | -7/+9 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 2 | -9/+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 | ||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 3 | -35/+85 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 3 | -15/+21 |
| | |||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 1 | -1/+12 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 2 | -3/+2 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -3/+11 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -2/+9 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Create send email type | Chocobozzz | 2019-02-20 | 1 | -9/+2 |
| | | | | Instead of using email job handler payload type | ||||
* | Fix from header in contact form | Chocobozzz | 2019-02-15 | 1 | -2/+4 |
| | |||||
* | Add player mode in watch/embed urls | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -10/+49 |
| | |||||
* | don't notify prior to scheduled update | Josh Morel | 2019-02-07 | 1 | -3/+7 |
| | | | | also increase timeouts on user-notification test | ||||
* | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 1 | -6/+19 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -1/+2 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 1 | -2/+7 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 2 | -8/+19 |
| | |||||
* | Add notification settings migration | Chocobozzz | 2019-01-09 | 2 | -10/+15 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 2 | -1/+6 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 3 | -6/+7 |
| | |||||
* | Fix federation of some videos | Chocobozzz | 2018-12-19 | 1 | -8/+8 |
| | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video | ||||
* | Use move instead rename | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | | | | To avoid EXDEV errors | ||||
* | Don't quit on queue error | Chocobozzz | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 2 | -8/+5 |
| | |||||
* | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 1 | -1/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-12-04 | 1 | -2/+2 |
| |