aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-211-13/+11
|
* Use RsaSignature2017Chocobozzz2017-12-191-2/+0
|
* Add dirty migration :/Chocobozzz2017-12-191-3/+7
|
* Begin moving video channel to actorChocobozzz2017-12-1910-148/+108
|
* SaveChocobozzz2017-12-194-11/+10
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+3
| | | | | | | | | 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-1315-156/+158
|
* Upgrade to angular 5Chocobozzz2017-12-121-1/+1
|
* Finish admin designChocobozzz2017-12-081-4/+4
|
* Optimise transaction for video uploadChocobozzz2017-12-081-44/+43
|
* Design second video upload stepChocobozzz2017-12-081-12/+16
|
* Fix client searchChocobozzz2017-12-051-13/+9
|
* Fix missing default avatarChocobozzz2017-12-051-0/+2
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-1/+1
|
* Fix lintChocobozzz2017-11-302-5/+6
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
|
* Add ability to list jobsChocobozzz2017-11-302-0/+36
|
* Better view counterChocobozzz2017-11-301-12/+16
|
* Users list only available when use is authenticatedChocobozzz2017-11-291-0/+2
| | | | And has a special right
* Fix well known and json parser with mastodonChocobozzz2017-11-291-0/+1
|
* Change tab when changing follow urlChocobozzz2017-11-281-9/+9
|
* Refractor validatorsChocobozzz2017-11-2710-31/+36
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-10/+38
|
* Check signature is correct with the activity pub actorChocobozzz2017-11-271-1/+1
|
* Fetch video likes/dislikes tooChocobozzz2017-11-271-1/+1
|
* Federate likes/dislikesChocobozzz2017-11-271-3/+4
|
* Fix lintChocobozzz2017-11-271-1/+1
|
* Federate video viewsChocobozzz2017-11-273-17/+32
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-273-11/+8
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-273-33/+5
|
* Add outboxChocobozzz2017-11-273-3/+65
|
* Add follow testsChocobozzz2017-11-271-33/+49
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-2/+3
|
* Refractor activity pub lib/helpersChocobozzz2017-11-274-19/+43
|
* Fix lintChocobozzz2017-11-272-6/+1
|
* Fix public video we set to public or unlistedChocobozzz2017-11-271-0/+1
|
* Optimize signature verificationChocobozzz2017-11-271-1/+1
|
* Optimize account creationChocobozzz2017-11-271-5/+17
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-273-16/+16
|
* Federate video abusesChocobozzz2017-11-271-0/+1
|
* Server shares user videosChocobozzz2017-11-272-3/+28
|
* Send server announce when users upload a videoChocobozzz2017-11-273-11/+12
|
* Handle announces in inboxChocobozzz2017-11-271-1/+3
|
* Fix video upload and videos listChocobozzz2017-11-271-1/+5
|