aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Speed up activity pub http requestsChocobozzz2017-11-2710-179/+193
|
* Optimize account creationChocobozzz2017-11-272-11/+15
|
* Federate video abusesChocobozzz2017-11-272-6/+4
|
* Federate video updateChocobozzz2017-11-276-18/+29
|
* Server shares user videosChocobozzz2017-11-275-69/+84
|
* Send server announce when users upload a videoChocobozzz2017-11-275-18/+55
|
* Handle announces in inboxChocobozzz2017-11-274-6/+67
|
* Fix video upload and videos listChocobozzz2017-11-275-6/+13
|
* Add video abuse to activity pubChocobozzz2017-11-272-11/+57
|
* Rename Pod -> ServerChocobozzz2017-11-275-9/+9
|
* Add follow tabsChocobozzz2017-11-271-1/+1
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-276-31/+42
|
* Fix issues on server startChocobozzz2017-11-272-1/+5
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-1/+1
|
* Send follow/acceptChocobozzz2017-11-274-14/+79
|
* Handle follow/acceptChocobozzz2017-11-274-12/+178
|
* Make it compile at leastChocobozzz2017-11-2720-633/+134
|
* Remove references to authorChocobozzz2017-11-275-573/+6
|
* Continue activitypubChocobozzz2017-11-274-82/+298
|
* Begin activitypubChocobozzz2017-11-2719-48/+404
|
* Add lazy description on serverChocobozzz2017-10-301-0/+19
|
* Add og:video tagsChocobozzz2017-10-261-1/+1
|
* Fix integrity with transcoding jobsChocobozzz2017-10-262-8/+20
|
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-3/+3
|
* Be tolerant with remote requestsChocobozzz2017-10-261-2/+4
| | | | Just remove videos we don't want
* Fix lintChocobozzz2017-10-262-2/+2
|
* Use async/await in lib and initializersChocobozzz2017-10-2611-451/+456
|
* Use async/await in controllersChocobozzz2017-10-261-19/+27
|
* Add video channelsChocobozzz2017-10-265-14/+216
|
* Fix pod removal when it is downChocobozzz2017-10-191-6/+3
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-3/+3
|
* More robust transcoding jobsChocobozzz2017-10-174-4/+20
|
* Video blacklist refractoringChocobozzz2017-10-102-21/+0
|
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
|
* Implement video transcoding on server sideChocobozzz2017-10-033-11/+90
|
* Handle blacklist (#84)Green-Star2017-09-222-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-141-0/+1
|
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-2/+2
|
* Don't display password in logsChocobozzz2017-09-071-1/+1
|
* Make tslint happyChocobozzz2017-09-041-15/+15
|
* Formated -> FormattedChocobozzz2017-08-251-2/+2
|
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+3
| | | | Will be used for user video quotas and multiple video resolutions
* Remove one pod (#76)Green-Star2017-08-021-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter
* Fix lintChocobozzz2017-07-121-2/+1
|
* Add previews cache system between podsChocobozzz2017-07-124-2/+88
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-112-5/+5
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-114-20/+20
|
* Remove any typing from serverChocobozzz2017-07-112-8/+9
|
* Better typescript typing for a better worldChocobozzz2017-07-105-28/+69
|
* Fix error loggingChocobozzz2017-07-075-12/+12
|