aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix logging timestampChocobozzz2018-03-081-2/+2
* Fix resolution for portrait videosChocobozzz2018-02-271-4/+10
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-271-10/+23
* Keep ratio for thumbnailsChocobozzz2018-02-271-7/+11
* Add 30 fps limit in transcodingChocobozzz2018-02-261-11/+42
* Add links to comment mentionsChocobozzz2018-02-212-1/+12
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-5/+11
* Fix remote image fetchingChocobozzz2018-02-152-4/+6
* Implement support field in video and video channelChocobozzz2018-02-155-3/+24
* Handle thumbnail updateChocobozzz2018-02-141-1/+1
* Add ability to set video thumbnail/previewChocobozzz2018-02-145-36/+85
* Fix crash with websocket trackerChocobozzz2018-02-091-2/+2
* Fix timestamp loggingChocobozzz2018-02-091-1/+1
* Add ability to reset our passwordChocobozzz2018-01-301-0/+1
* Add missing context fieldsChocobozzz2018-01-291-0/+18
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-1/+2
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-262-2/+2
* Fix announce activitiesChocobozzz2018-01-261-3/+2
* Only accept public commentsChocobozzz2018-01-261-2/+5
* Move job queue to redisChocobozzz2018-01-252-0/+15
* Fix testsChocobozzz2018-01-191-1/+2
* Add ability to configure log levelChocobozzz2018-01-192-12/+50
* Add ability to update some configuration keysChocobozzz2018-01-171-1/+1
* Fix config storage pathsChocobozzz2018-01-161-1/+8
* 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