aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Handle HTML is commentsChocobozzz2018-01-041-11/+0
|
* 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-035-43/+10
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+19
|
* Propagate old comment on new followChocobozzz2017-12-283-10/+2
|
* Add comments controllerChocobozzz2017-12-221-0/+16
|
* Create comment on replied mastodon statutesChocobozzz2017-12-222-1/+43
|
* Fix webfinger validatorChocobozzz2017-12-211-2/+1
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-2/+3
|
* 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
|
* Status are sent to mastodonChocobozzz2017-12-191-10/+8
|
* Use RsaSignature2017Chocobozzz2017-12-191-1/+1
|
* Unfollow with hostChocobozzz2017-12-191-41/+1
|
* Begin moving video channel to actorChocobozzz2017-12-198-39/+99
|
* SaveChocobozzz2017-12-195-95/+94
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+11
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Move models to typescript-sequelizeChocobozzz2017-12-138-39/+30
|
* 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-273-104/+21
|
* Federate likes/dislikesChocobozzz2017-11-274-13/+43
|
* Federate video viewsChocobozzz2017-11-274-2/+18
|
* Refractor activity pub lib/helpersChocobozzz2017-11-276-62/+133
|
* Fix lintChocobozzz2017-11-271-10/+8
|
* Optimize signature verificationChocobozzz2017-11-271-0/+4
|
* Federate video abusesChocobozzz2017-11-271-3/+4
|
* Server shares user videosChocobozzz2017-11-273-19/+31
|
* Send server announce when users upload a videoChocobozzz2017-11-271-7/+8
|
* Handle announces in inboxChocobozzz2017-11-272-3/+29
|
* Fix video upload and videos listChocobozzz2017-11-272-22/+23
|
* Add video abuse to activity pubChocobozzz2017-11-271-5/+0
|
* Rename Pod -> ServerChocobozzz2017-11-274-5/+5
|
* Follow worksChocobozzz2017-11-277-29/+87
|
* Fix issues on server startChocobozzz2017-11-275-7/+31
|
* Handle follow/acceptChocobozzz2017-11-271-0/+8
|
* Remove references to authorChocobozzz2017-11-274-4/+50
|
* Continue activitypubChocobozzz2017-11-277-196/+136
|