aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Propagate old comment on new followChocobozzz2017-12-282-0/+3
|
* Add video comment componentsChocobozzz2017-12-271-0/+2
|
* Begin unit testsChocobozzz2017-12-221-2/+5
|
* Add comments controllerChocobozzz2017-12-221-0/+19
|
* Create comment on replied mastodon statutesChocobozzz2017-12-222-1/+10
|
* Handle mastodon sharesChocobozzz2017-12-191-1/+1
|
* Status are sent to mastodonChocobozzz2017-12-191-0/+1
|
* Begin moving video channel to actorChocobozzz2017-12-1912-33/+23
|
* SaveChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-192-0/+2
| | | | | | | | | 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
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-1/+0
|
* First upload step is okChocobozzz2017-12-071-5/+5
|
* Begin video watch designChocobozzz2017-12-061-1/+3
|
* Add account avatarChocobozzz2017-12-043-5/+16
|
* Add ability to list jobsChocobozzz2017-11-303-0/+12
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-272-0/+4
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-0/+5
|
* Fetch video likes/dislikes tooChocobozzz2017-11-273-3/+6
|
* Federate likes/dislikesChocobozzz2017-11-273-4/+16
|
* Federate video viewsChocobozzz2017-11-273-2/+9
|
* Add ability to unfollow a serverChocobozzz2017-11-271-3/+7
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-3/+8
|
* Fix lintChocobozzz2017-11-271-7/+2
|
* Optimize signature verificationChocobozzz2017-11-271-0/+1
|
* Speed up activity pub http requestsChocobozzz2017-11-272-3/+3
|
* ApplicationFollow -> SeverFollowChocobozzz2017-11-271-1/+1
|
* Server shares user videosChocobozzz2017-11-271-1/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-4/+4
|
* Handle announces in inboxChocobozzz2017-11-273-2/+9
|
* Add video abuse to activity pubChocobozzz2017-11-275-8/+12
|
* Rename Pod -> ServerChocobozzz2017-11-2721-223/+9
|
* Add follow tabsChocobozzz2017-11-271-2/+2
| | | | | | Following Follow Followers
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-2/+1
|
* Handle follow/acceptChocobozzz2017-11-275-2/+25
|
* Make it compile at leastChocobozzz2017-11-273-3/+2
|
* Continue activitypubChocobozzz2017-11-273-3/+12
|
* Begin activitypubChocobozzz2017-11-2715-1/+171
|
* Add video privacy settingChocobozzz2017-10-317-1/+18
|
* Add lazy description on serverChocobozzz2017-10-303-2/+3
|
* Support roles with rights and add moderator roleChocobozzz2017-10-277-3/+55
|
* Add video channelsChocobozzz2017-10-2617-7/+119
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-0/+3
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-0/+2
|
* Add oembed endpointChocobozzz2017-10-161-0/+1
|
* Change how we handle resolutionChocobozzz2017-10-091-1/+0
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-033-2/+9
|
* Handle blacklist (#84)Green-Star2017-09-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-144-2/+13
|
* Improve real world scriptChocobozzz2017-09-121-0/+1
|