aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
* Prepare production workflowChocobozzz2018-01-151-4/+3
* Fix lintChocobozzz2018-01-151-2/+1
* Fix actor followers/following countsChocobozzz2018-01-151-1/+5
* Add commentsEnabled field to AS contextChocobozzz2018-01-121-1/+2
* Fix communication with mastodonChocobozzz2018-01-121-3/+3
* Add reject processing for activitypubChocobozzz2018-01-112-1/+14
* Fetch remote AP objectsChocobozzz2018-01-102-2/+4
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+1
* Handle HTML is commentsChocobozzz2018-01-041-11/+0
* Refresh remote accountsChocobozzz2018-01-042-1/+16
* Add ability to delete commentsChocobozzz2018-01-042-3/+9
* Add avatar in commentsChocobozzz2018-01-031-6/+0
* Send account activitypub update eventsChocobozzz2018-01-032-18/+24
* Add avatar max size limitChocobozzz2018-01-032-3/+3
* Add ability to disable video commentsChocobozzz2018-01-036-44/+11
* Begin to add avatar to actorsChocobozzz2017-12-292-4/+47
* Propagate old comment on new followChocobozzz2017-12-286-21/+10
* Add comments controllerChocobozzz2017-12-221-0/+16
* Create comment on replied mastodon statutesChocobozzz2017-12-222-1/+43
* Fix webfinger validatorChocobozzz2017-12-212-3/+2
* Sanitize url to not end with implicit portsChocobozzz2017-12-212-2/+25
* Fix validators issueChocobozzz2017-12-202-3/+3
* Handle mastodon sharesChocobozzz2017-12-191-1/+3
* Fix player play exception on chromiumChocobozzz2017-12-191-2/+0
* Accept domain without port for webfingerChocobozzz2017-12-191-1/+1
* Set port if not specified in webfingerChocobozzz2017-12-191-2/+16
* Status are sent to mastodonChocobozzz2017-12-191-10/+8
* Use RsaSignature2017Chocobozzz2017-12-194-7/+8
* Unfollow with hostChocobozzz2017-12-191-41/+1
* Begin moving video channel to actorChocobozzz2017-12-1912-75/+140
* SaveChocobozzz2017-12-195-95/+94
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+11
* Move models to typescript-sequelizeChocobozzz2017-12-1315-60/+51
* Fix lintChocobozzz2017-12-081-1/+0
* Finish admin designChocobozzz2017-12-082-7/+8
* Refractor validatorsChocobozzz2017-11-275-158/+41
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-273-20/+75
* Misc cleanupChocobozzz2017-11-272-6/+13
* Cleanup helpersChocobozzz2017-11-2710-143/+32
* Fetch video likes/dislikes tooChocobozzz2017-11-271-0/+9
* Federate likes/dislikesChocobozzz2017-11-274-13/+43
* Federate video viewsChocobozzz2017-11-274-2/+18
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-2/+7
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-6/+8
* Add outboxChocobozzz2017-11-271-11/+24
* Add follow testsChocobozzz2017-11-272-9/+12
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-272-276/+3
* Refractor activity pub lib/helpersChocobozzz2017-11-277-73/+187
* Fix lintChocobozzz2017-11-271-10/+8
* Optimize signature verificationChocobozzz2017-11-274-7/+28