aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix video full descriptionChocobozzz2017-11-271-1/+5
|
* Speed up activity pub http requestsChocobozzz2017-11-271-1/+10
|
* Federate video abusesChocobozzz2017-11-271-3/+4
|
* Server shares user videosChocobozzz2017-11-275-29/+93
|
* Send server announce when users upload a videoChocobozzz2017-11-275-27/+55
|
* Handle announces in inboxChocobozzz2017-11-272-3/+29
|
* Fix video upload and videos listChocobozzz2017-11-272-22/+23
|
* Add video abuse to activity pubChocobozzz2017-11-272-7/+4
|
* Rename Pod -> ServerChocobozzz2017-11-276-16/+16
|
* Follow worksChocobozzz2017-11-279-48/+118
|
* Fix issues on server startChocobozzz2017-11-275-7/+31
|
* Handle follow/acceptChocobozzz2017-11-272-0/+19
|
* Make it compile at leastChocobozzz2017-11-273-95/+36
|
* Remove references to authorChocobozzz2017-11-274-4/+50
|
* Continue activitypubChocobozzz2017-11-279-198/+190
|
* Begin activitypubChocobozzz2017-11-2714-158/+443
|
* Usernames are case insensitive nowChocobozzz2017-11-041-1/+1
|
* Upgrade server packagesChocobozzz2017-10-314-8/+8
|
* Add video privacy settingChocobozzz2017-10-311-0/+12
|
* Add lazy description on serverChocobozzz2017-10-302-2/+7
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-6/+5
|
* Be tolerant with remote requestsChocobozzz2017-10-262-41/+65
| | | | Just remove videos we don't want
* Fix lintChocobozzz2017-10-261-2/+2
|
* Adapt client with video channelsChocobozzz2017-10-261-1/+0
|
* Use async/await in lib and initializersChocobozzz2017-10-263-65/+60
|
* Use async/await in controllersChocobozzz2017-10-262-1/+9
|
* Add video channelsChocobozzz2017-10-266-59/+193
|
* Escape opengraph/oembed tagsChocobozzz2017-10-171-0/+17
|
* Improve transcoding qualityChocobozzz2017-10-171-1/+2
| | | | I'm an idiot
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+1
|
* Video blacklist refractoringChocobozzz2017-10-101-2/+32
|
* Change how we handle resolutionChocobozzz2017-10-094-4/+83
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-032-4/+31
|
* Handle blacklist (#84)Green-Star2017-09-221-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 v4Chocobozzz2017-09-155-65/+3
|
* Add tests for npm run scriptsChocobozzz2017-09-076-2/+15
|
* Begin user quotaChocobozzz2017-09-041-1/+7
|
* Upgrade common server dependenciesChocobozzz2017-08-256-59/+60
|
* Formated -> FormattedChocobozzz2017-08-251-6/+6
|
* Move video file metadata in their own tableChocobozzz2017-08-252-18/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Add ability to limit user registrationsChocobozzz2017-07-251-1/+19
|
* Add previews cache system between podsChocobozzz2017-07-121-1/+4
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-115-15/+11
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-10/+16
|
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+14
|
* Fix error loggingChocobozzz2017-07-072-3/+3
|
* Async signature and various fixesChocobozzz2017-07-072-27/+22
|
* Move to promisesChocobozzz2017-07-055-165/+209
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Update systemd service templateChocobozzz2017-06-201-1/+1
|
* Share models between server and clientChocobozzz2017-06-171-2/+6
|