aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Update sequelizeChocobozzz2019-04-247-17/+25
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-242-38/+79
|
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-119-16/+12
|
* Move config in its own fileChocobozzz2019-04-115-15/+18
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-082-7/+14
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+5
|
* Add ability to forbid followersChocobozzz2019-04-086-21/+25
|
* Fix HLS federationChocobozzz2019-04-081-1/+10
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-082-0/+46
|
* Update P2P media loader peer versionChocobozzz2019-04-081-13/+9
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-195-33/+39
|
* Refresh playlistsChocobozzz2019-03-192-3/+56
|
* Only create refresh job if neededChocobozzz2019-03-191-2/+1
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-1/+1
|
* Add playlist rest testsChocobozzz2019-03-185-5/+36
|
* Add playlist check param testsChocobozzz2019-03-182-2/+1
|
* Playlist server APIChocobozzz2019-03-1810-7/+292
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-0/+2
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1127-398/+743
|\
| * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-116-78/+130
| |\
| | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-156-77/+129
| | |
| * | Use a single file instead of segments for HLSChocobozzz2019-02-111-2/+2
| | |
| * | Add hls support on serverChocobozzz2019-02-116-17/+124
| |/
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1513-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 actorsChocobozzz2019-01-141-3/+8
| |
| * Refresh remote actors on GET enpointsChocobozzz2019-01-142-55/+58
| |
| * Warn user when they want to delete a channelChocobozzz2019-01-142-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)Chocobozzz2019-01-101-10/+6
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-092-3/+10
| |
| * Add notification settings migrationChocobozzz2019-01-091-13/+9
| |
| * Add user notification base codeChocobozzz2019-01-094-8/+33
| |
| * Support additional video extensionsChocobozzz2018-12-112-8/+6
| |
| * Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-1/+0
| |\ | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| | * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-205-16/+18
| | |\ | | | | | | | | | | | | move-utils-to-shared
| | * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-182-13/+6
| | |\ \ | | | | | | | | | | | | | | | move-utils-to-shared
| | * | | Fix dependency errors between modulesbuoyantair2018-11-162-2/+2
| | | | |
| * | | | Add tmp and redundancy directoriesChocobozzz2018-12-042-5/+2
| | | | |
| * | | | Fix thumbnail processingChocobozzz2018-12-042-9/+14
| | | | |
| * | | | Fix trending pageChocobozzz2018-12-031-2/+11
| | | | |
| * | | | Don't import test tools in coreChocobozzz2018-11-222-5/+3
| | | | |
| * | | | Delete invalid or deleted remote videosChocobozzz2018-11-202-57/+57
| | |_|/ | |/| |
| * | | Fix checkbox marginsChocobozzz2018-11-195-12/+12
| | | |
| * | | Optimize image resizingChocobozzz2018-11-191-4/+6
| | |/ | |/|
| * | Fix images size when downloading themChocobozzz2018-11-162-13/+6
| |/
| * Don't forward view, send updates insteadChocobozzz2018-11-151-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 hostChocobozzz2018-11-1415-46/+121
| |
| * AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
| |
| * Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-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