aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2017-12-192-2/+2
|
* Status are sent to mastodonChocobozzz2017-12-1913-47/+88
|
* Use RsaSignature2017Chocobozzz2017-12-191-1/+0
|
* Unfollow with hostChocobozzz2017-12-191-1/+1
|
* Add dirty migration :/Chocobozzz2017-12-192-5/+15
|
* Begin moving video channel to actorChocobozzz2017-12-1936-1076/+821
|
* SaveChocobozzz2017-12-191-7/+17
|
* Move models to typescript-sequelizeChocobozzz2017-12-1339-446/+438
|
* Finish admin designChocobozzz2017-12-081-3/+18
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-2/+2
|
* Fix conflict rate serializationsChocobozzz2017-11-303-22/+30
|
* Fix lintChocobozzz2017-11-301-1/+1
|
* Put activity pub sends inside transactionsChocobozzz2017-11-3011-83/+96
|
* Fix undo like/dislike forwardingChocobozzz2017-11-281-3/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-2711-62/+270
|
* Fix lintChocobozzz2017-11-272-3/+3
|
* Check signature is correct with the activity pub actorChocobozzz2017-11-271-1/+7
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-2711-112/+209
|
* Cleanup modelsChocobozzz2017-11-271-15/+1
|
* Fetch video likes/dislikes tooChocobozzz2017-11-273-5/+54
|
* Better follows testsChocobozzz2017-11-272-9/+8
|
* Federate likes/dislikesChocobozzz2017-11-2715-39/+475
|
* Federate video viewsChocobozzz2017-11-277-17/+106
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-273-4/+6
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-277-3/+131
|
* Add outboxChocobozzz2017-11-271-12/+13
|
* Fix lintChocobozzz2017-11-271-1/+1
|
* Add follow testsChocobozzz2017-11-277-33/+60
|
* Add ability to unfollow a serverChocobozzz2017-11-271-1/+1
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-2722-26/+334
|
* Refractor activity pub lib/helpersChocobozzz2017-11-2726-348/+517
|
* Fix lintChocobozzz2017-11-2710-36/+13
|
* Optimize signature verificationChocobozzz2017-11-274-21/+48
|
* Speed up activity pub http requestsChocobozzz2017-11-2710-179/+193
|
* Optimize account creationChocobozzz2017-11-272-11/+15
|
* Federate video abusesChocobozzz2017-11-272-6/+4
|
* Federate video updateChocobozzz2017-11-276-18/+29
|
* Server shares user videosChocobozzz2017-11-275-69/+84
|
* Send server announce when users upload a videoChocobozzz2017-11-275-18/+55
|
* Handle announces in inboxChocobozzz2017-11-274-6/+67
|
* Fix video upload and videos listChocobozzz2017-11-275-6/+13
|
* Add video abuse to activity pubChocobozzz2017-11-272-11/+57
|
* Rename Pod -> ServerChocobozzz2017-11-275-9/+9
|
* Add follow tabsChocobozzz2017-11-271-1/+1
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-276-31/+42
|
* Fix issues on server startChocobozzz2017-11-272-1/+5
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-1/+1
|
* Send follow/acceptChocobozzz2017-11-274-14/+79
|
* Handle follow/acceptChocobozzz2017-11-274-12/+178
|
* Make it compile at leastChocobozzz2017-11-2720-633/+134
|