Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refractor validators | Chocobozzz | 2017-11-27 | 5 | -158/+41 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 3 | -20/+75 |
| | |||||
* | Misc cleanup | Chocobozzz | 2017-11-27 | 2 | -6/+13 |
| | |||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 10 | -143/+32 |
| | |||||
* | Fetch video likes/dislikes too | Chocobozzz | 2017-11-27 | 1 | -0/+9 |
| | |||||
* | Federate likes/dislikes | Chocobozzz | 2017-11-27 | 4 | -13/+43 |
| | |||||
* | Federate video views | Chocobozzz | 2017-11-27 | 4 | -2/+18 |
| | |||||
* | Fetch outbox to grab old activities tests | Chocobozzz | 2017-11-27 | 1 | -2/+7 |
| | |||||
* | Fetch outbox to grab old activities | Chocobozzz | 2017-11-27 | 1 | -6/+8 |
| | |||||
* | Add outbox | Chocobozzz | 2017-11-27 | 1 | -11/+24 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 2 | -9/+12 |
| | |||||
* | Move activitypub functions from helpers/ to lib/ | Chocobozzz | 2017-11-27 | 2 | -276/+3 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 7 | -73/+187 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 1 | -10/+8 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 4 | -7/+28 |
| | |||||
* | Fix video full description | Chocobozzz | 2017-11-27 | 1 | -1/+5 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 1 | -1/+10 |
| | |||||
* | Federate video abuses | Chocobozzz | 2017-11-27 | 1 | -3/+4 |
| | |||||
* | Server shares user videos | Chocobozzz | 2017-11-27 | 5 | -29/+93 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 5 | -27/+55 |
| | |||||
* | Handle announces in inbox | Chocobozzz | 2017-11-27 | 2 | -3/+29 |
| | |||||
* | Fix video upload and videos list | Chocobozzz | 2017-11-27 | 2 | -22/+23 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 2 | -7/+4 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 6 | -16/+16 |
| | |||||
* | Follow works | Chocobozzz | 2017-11-27 | 9 | -48/+118 |
| | |||||
* | Fix issues on server start | Chocobozzz | 2017-11-27 | 5 | -7/+31 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 2 | -0/+19 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 3 | -95/+36 |
| | |||||
* | Remove references to author | Chocobozzz | 2017-11-27 | 4 | -4/+50 |
| | |||||
* | Continue activitypub | Chocobozzz | 2017-11-27 | 9 | -198/+190 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 14 | -158/+443 |
| | |||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 4 | -8/+8 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 1 | -0/+12 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 2 | -2/+7 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 1 | -6/+5 |
| | |||||
* | Be tolerant with remote requests | Chocobozzz | 2017-10-26 | 2 | -41/+65 |
| | | | | Just remove videos we don't want | ||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Adapt client with video channels | Chocobozzz | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 3 | -65/+60 |
| | |||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 2 | -1/+9 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 6 | -59/+193 |
| | |||||
* | Escape opengraph/oembed tags | Chocobozzz | 2017-10-17 | 1 | -0/+17 |
| | |||||
* | Improve transcoding quality | Chocobozzz | 2017-10-17 | 1 | -1/+2 |
| | | | | I'm an idiot | ||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -2/+32 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 4 | -4/+83 |
| | | | | It was an enum before, now we just use video height | ||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 2 | -4/+31 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 5 | -65/+3 |
| |