aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to add custom css/javascriptChocobozzz2018-02-221-2/+10
|
* Add links to comment mentionsChocobozzz2018-02-211-0/+9
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Implement support field in video and video channelChocobozzz2018-02-153-14/+27
|
* Fix concurrency issue on video uploadChocobozzz2018-02-141-0/+1
|
* Handle thumbnail updateChocobozzz2018-02-141-0/+3
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-142-31/+77
|
* Add service workerChocobozzz2018-02-081-2/+2
|
* Server the manifest tooChocobozzz2018-02-081-0/+2
|
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
|
* Add about pageChocobozzz2018-01-311-1/+19
|
* Add new name/terms/description config optionsChocobozzz2018-01-311-0/+5
|
* Add version in footerChocobozzz2018-01-311-0/+2
|
* Add tests for emailsChocobozzz2018-01-301-6/+20
|
* Add ability to reset our passwordChocobozzz2018-01-301-2/+37
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-0/+56
|
* Don't rehost announced video activitiesChocobozzz2018-01-262-4/+3
|
* Fix announce activitiesChocobozzz2018-01-261-5/+2
|
* Add context on activitypub responsesChocobozzz2018-01-261-10/+16
|
* Move job queue to redisChocobozzz2018-01-253-18/+46
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
* Use json for schema.org instead of tagsChocobozzz2018-01-241-9/+7
|
* Add schema.org tags to videosChocobozzz2018-01-231-0/+20
|
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-4/+15
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-189-26/+35
|
* Set sort refractoringChocobozzz2018-01-188-22/+22
|
* Add ability to update some configuration keysChocobozzz2018-01-171-4/+87
|
* Fix actor followers/following countsChocobozzz2018-01-151-18/+45
|
* Add tests to handle down serverChocobozzz2018-01-111-3/+1
|
* Fetch remote AP objectsChocobozzz2018-01-101-1/+5
|
* Support video quota on clientChocobozzz2018-01-081-1/+16
|
* Fix overflow in select inputsChocobozzz2018-01-081-1/+1
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+0
| | | | | | | | * 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;
* Add mentions to commentsChocobozzz2018-01-051-1/+2
|
* Fix avatar updateChocobozzz2018-01-041-2/+3
|
* Refresh remote accountsChocobozzz2018-01-041-19/+5
|
* Add ability to delete commentsChocobozzz2018-01-041-2/+29
|
* Send account activitypub update eventsChocobozzz2018-01-033-3/+54
|
* Circle avatarChocobozzz2018-01-031-1/+1
|
* Automatically resize avatarsChocobozzz2018-01-033-5/+10
|
* Add avatar max size limitChocobozzz2018-01-031-1/+14
|
* Add ability to disable video commentsChocobozzz2018-01-032-4/+27
|
* Begin to add avatar to actorsChocobozzz2017-12-294-30/+62
|
* Propagate old comment on new followChocobozzz2017-12-2815-113/+73
|
* Add video comment componentsChocobozzz2017-12-271-8/+4
|
* Send video comment comments to followers/originChocobozzz2017-12-271-2/+2
|
* Begin unit testsChocobozzz2017-12-221-4/+4
|
* Add comments controllerChocobozzz2017-12-222-88/+116
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-0/+88
|