| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 1 | -2/+1 |
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 1 | -1/+7 |
* | Add migrations | Chocobozzz | 2019-04-24 | 1 | -1/+4 |
* | Refactor video caption/preview caches | Chocobozzz | 2019-04-24 | 1 | -5/+3 |
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 3 | -32/+19 |
* | Update sequelize | Chocobozzz | 2019-04-24 | 7 | -17/+25 |
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 2 | -38/+79 |
* | Remove tmp file on image processing error | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 9 | -16/+12 |
* | Move config in its own file | Chocobozzz | 2019-04-11 | 5 | -15/+18 |
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 2 | -7/+14 |
* | 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 | 1 | -1/+10 |
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 2 | -0/+46 |
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 1 | -13/+9 |
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -1/+1 |
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 5 | -33/+39 |
* | Refresh playlists | Chocobozzz | 2019-03-19 | 2 | -3/+56 |
* | Only create refresh job if needed | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 5 | -5/+36 |
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 2 | -2/+1 |
* | Playlist server API | Chocobozzz | 2019-03-18 | 10 | -7/+292 |
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 27 | -398/+743 |
|\ |
|
| * | 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 |
| * | | Use a single file instead of segments for HLS | Chocobozzz | 2019-02-11 | 1 | -2/+2 |
| * | | Add hls support on server | Chocobozzz | 2019-02-11 | 6 | -17/+124 |
| |/ |
|
| * | Prepare Dislike/Flag/View fixes | Chocobozzz | 2019-01-15 | 13 | -108/+191 |
| * | Fix deleting not found remote actors | Chocobozzz | 2019-01-14 | 1 | -3/+8 |
| * | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 2 | -55/+58 |
| * | Warn user when they want to delete a channel | Chocobozzz | 2019-01-14 | 2 | -2/+2 |
| * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -10/+6 |
| * | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 2 | -3/+10 |
| * | Add notification settings migration | Chocobozzz | 2019-01-09 | 1 | -13/+9 |
| * | Add user notification base code | Chocobozzz | 2019-01-09 | 4 | -8/+33 |
| * | Support additional video extensions | Chocobozzz | 2018-12-11 | 2 | -8/+6 |
| * | Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube... | Chocobozzz | 2018-12-07 | 1 | -1/+0 |
| |\ |
|
| | * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut... | buoyantair | 2018-11-20 | 5 | -16/+18 |
| | |\ |
|
| | * \ | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut... | buoyantair | 2018-11-18 | 2 | -13/+6 |
| | |\ \ |
|
| | * | | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 2 | -2/+2 |
| * | | | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 2 | -5/+2 |
| * | | | | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 2 | -9/+14 |
| * | | | | Fix trending page | Chocobozzz | 2018-12-03 | 1 | -2/+11 |
| * | | | | Don't import test tools in core | Chocobozzz | 2018-11-22 | 2 | -5/+3 |
| * | | | | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 2 | -57/+57 |
| | |_|/
| |/| | |
|
| * | | | Fix checkbox margins | Chocobozzz | 2018-11-19 | 5 | -12/+12 |
| * | | | Optimize image resizing | Chocobozzz | 2018-11-19 | 1 | -4/+6 |
| | |/
| |/| |
|