Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version | ||||
| * | 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 |
| | | | | | | | | | | Because they will not be able to create another channel with the same actor name | ||||
| * | 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 ↵ | Chocobozzz | 2018-12-07 | 1 | -1/+0 |
| |\ | | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| | * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 5 | -16/+18 |
| | |\ | | | | | | | | | | | | | move-utils-to-shared | ||||
| | * \ | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-18 | 2 | -13/+6 |
| | |\ \ | | | | | | | | | | | | | | | | move-utils-to-shared | ||||
| | * | | | 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 |
| | |/ | |/| | |||||
| * | | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 2 | -13/+6 |
| |/ | |||||
| * | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 1 | -12/+4 |
| | | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views | ||||
| * | Check activities host | Chocobozzz | 2018-11-14 | 15 | -46/+121 |
| | | |||||
| * | AP mimeType -> mediaType | Chocobozzz | 2018-10-18 | 1 | -3/+6 |
| | | |||||
| * | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | ||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -2/+2 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+2 |
|/ | |||||
* | Upsert cache file on create activity | Chocobozzz | 2018-10-02 | 3 | -11/+15 |
| | |||||
* | Correctly forward comment deletion | Chocobozzz | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 1 | -0/+2 |
| | |||||
* | Don't build redundancy urls with "-1" as fps | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Fix video fps validator | Chocobozzz | 2018-10-01 | 1 | -3/+3 |
| | |||||
* | Fix refreshing external video attributes | Chocobozzz | 2018-10-01 | 1 | -11/+11 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Ensure video existence before duplicating it | Chocobozzz | 2018-10-01 | 1 | -3/+7 |
| | |||||
* | Fix federation with a comment reply | Chocobozzz | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Fix video files duplicated when fps is null | Chocobozzz | 2018-09-26 | 1 | -1/+1 |
| | | | | Null values are not considered equal in a UNIQUE index | ||||
* | Reduce video import TTL | Chocobozzz | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Fix comment deletion with mastodon | Chocobozzz | 2018-09-24 | 1 | -1/+1 |
| | | | | Will only act with new comments | ||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 7 | -45/+76 |
| | |||||
* | Remove unnecessary actor existance check | Chocobozzz | 2018-09-21 | 1 | -3/+0 |
| | | | | We already checked it in the signature checker | ||||
* | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 1 | -2/+2 |
| | |||||
* | Put config redundancy strategies in "strategies" subkey | Chocobozzz | 2018-09-19 | 1 | -0/+3 |
| | |||||
* | Improve AP actor checks | Chocobozzz | 2018-09-19 | 5 | -21/+30 |
| | |||||
* | Optimize activity actor load in AP processors | Chocobozzz | 2018-09-19 | 13 | -88/+73 |
| |