aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load avatarsChocobozzz2019-08-092-31/+46
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0923-87/+104
|
* Remove comment federation by video ownerChocobozzz2019-08-072-4/+7
|
* Fix comment notificationsChocobozzz2019-08-071-1/+1
|
* Automatically remove bad followingsChocobozzz2019-08-064-132/+135
|
* Fix user notifications on new followChocobozzz2019-08-0213-30/+67
|
* Automatically update playlist thumbnailsChocobozzz2019-08-011-0/+3
|
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
|
* Fix HLS transcodingChocobozzz2019-08-013-6/+12
|
* Fix multiple server testsChocobozzz2019-08-013-22/+25
|
* Add gitlab ci supportChocobozzz2019-07-298-20/+33
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-8/+11
|
* Add filter hooks testsChocobozzz2019-07-242-9/+23
|
* Add server hooksChocobozzz2019-07-242-66/+68
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+1
|
* Remove old activities processorChocobozzz2019-05-312-19/+3
|
* More robust federationChocobozzz2019-05-314-10/+41
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-313-20/+18
|
* Fix pleroma followChocobozzz2019-04-251-2/+1
|
* Fix user notifications testsChocobozzz2019-04-251-1/+7
|
* Add migrationsChocobozzz2019-04-241-1/+4
|
* Refactor video caption/preview cachesChocobozzz2019-04-241-5/+3
|
* Upgrade sequelizeChocobozzz2019-04-243-32/+19
|
* 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