aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Cleanup tests importsChocobozzz2018-11-191-4/+2
| | | |
| * | | Speedup peertube startupChocobozzz2018-11-191-4/+11
| | | |
| * | | Fix checkbox marginsChocobozzz2018-11-195-12/+12
| | | |
| * | | Optimize image resizingChocobozzz2018-11-191-4/+6
| | |/ | |/|
| * | Fix images size when downloading themChocobozzz2018-11-163-18/+11
| |/
| * Fix embed video id parsingChocobozzz2018-11-151-1/+1
| |
| * Don't forward view, send updates insteadChocobozzz2018-11-153-16/+12
| | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
| * Fix server redundancy testsChocobozzz2018-11-151-2/+3
| |
| * Check activities hostChocobozzz2018-11-1416-47/+122
| |
| * Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-4/+9
| |
| * Revert change og video typeChocobozzz2018-11-141-1/+1
| |
| * change video typeBO412018-11-131-1/+1
| |
| * Add HTTP signature check before linked signatureChocobozzz2018-10-191-3/+4
| | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
| * AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
| |
| * Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
| |
| * Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-4/+42
| |
| * Merge branch 'release/v1.0.0' into developChocobozzz2018-10-113-7/+22
| |\
| | * Add more headers to broadcast/unicastChocobozzz2018-10-103-7/+22
| | |
| | * Fix avatar updateChocobozzz2018-10-081-1/+2
| | |
| * | Change a little bit optimize-old-videos logicChocobozzz2018-10-081-9/+5
| | |
| * | Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-083-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Fix avatar updateChocobozzz2018-10-081-1/+2
| | |
* | | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |
* | | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
|/ /
* / Add user history and resume videosChocobozzz2018-10-051-12/+42
|/
* Check video exists before extending its expirationChocobozzz2018-10-031-18/+32
|
* Upsert cache file on create activityChocobozzz2018-10-023-11/+15
|
* Correctly forward comment deletionChocobozzz2018-10-021-2/+2
|
* Try to improve redundancy testsChocobozzz2018-10-022-0/+4
|
* Don't build redundancy urls with "-1" as fpsChocobozzz2018-10-011-1/+1
|
* Fix redundancy with specific videosChocobozzz2018-10-011-1/+1
|
* Fix video fps validatorChocobozzz2018-10-011-3/+3
|
* Fix refreshing external video attributesChocobozzz2018-10-011-11/+11
|
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
|
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-012-6/+5
|
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Ensure video existence before duplicating itChocobozzz2018-10-012-7/+28
|
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-281-0/+9
|
* Fix federation with a comment replyChocobozzz2018-09-271-1/+1
|
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
| | | | Null values are not considered equal in a UNIQUE index
* Fix avatar transaction retryChocobozzz2018-09-261-5/+8
|
* Reduce video import TTLChocobozzz2018-09-251-1/+1
|
* Fix redundancy totalVideos statsChocobozzz2018-09-251-1/+0
|
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
| | | | Will only act with new comments
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-2410-73/+138
|
* Remove unnecessary actor existance checkChocobozzz2018-09-212-3/+2
| | | | We already checked it in the signature checker
* Cache user tokenChocobozzz2018-09-202-8/+43
|
* Limit associations fetch when loading tokenChocobozzz2018-09-202-9/+2
|
* Move youtubeDL upgrader in helpers/Chocobozzz2018-09-191-56/+4
|