aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove references to authorChocobozzz2017-11-272-17/+17
|
* Continue activitypubChocobozzz2017-11-272-61/+21
|
* Begin activitypubChocobozzz2017-11-2710-79/+143
|
* Usernames are case insensitive nowChocobozzz2017-11-041-2/+2
|
* Upgrade server packagesChocobozzz2017-10-311-2/+1
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-311-26/+37
|
* Add video privacy settingChocobozzz2017-10-311-4/+15
|
* Support roles with rights and add moderator roleChocobozzz2017-10-276-25/+35
|
* Be tolerant with remote requestsChocobozzz2017-10-261-9/+22
| | | | Just remove videos we don't want
* Fix lintChocobozzz2017-10-261-1/+1
|
* Use async/await in lib and initializersChocobozzz2017-10-261-30/+29
|
* Use async/await in controllersChocobozzz2017-10-262-0/+17
|
* Add video channelsChocobozzz2017-10-268-18/+189
|
* Upgrade client dependencies and fix error logsChocobozzz2017-10-191-2/+2
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-196-30/+52
|
* Handle express-validator error on the client side and fix #96 (#98)Ronan2017-10-161-1/+4
| | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format
* Add oembed endpointChocobozzz2017-10-162-0/+64
|
* Video blacklist refractoringChocobozzz2017-10-104-91/+71
|
* Change how we handle resolutionChocobozzz2017-10-091-2/+3
| | | | It was an enum before, now we just use video height
* Handle blacklist (#84)Green-Star2017-09-224-2/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-158-359/+427
|
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
| | | | Unmaintained and we don't need it anymore with httpclient
* Improve real world scriptChocobozzz2017-09-121-10/+6
|
* Fix tests and user quotaChocobozzz2017-09-062-23/+47
|
* Begin tests for user quotaChocobozzz2017-09-051-2/+2
|
* Add user update for adminsChocobozzz2017-09-051-2/+39
|
* Make tslint happyChocobozzz2017-09-041-1/+1
|
* Begin user quotaChocobozzz2017-09-042-2/+17
|
* Upgrade common server dependenciesChocobozzz2017-08-252-2/+2
|
* Remove one pod (#76)Green-Star2017-08-021-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add ability to limit user registrationsChocobozzz2017-07-253-23/+13
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-114-17/+17
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-112-9/+30
|
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+7
|
* Fix error loggingChocobozzz2017-07-074-9/+9
|
* Async signature and various fixesChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-054-114/+113
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-252-0/+21
|
* Use shared modelsChocobozzz2017-06-111-1/+3
|
* Type functionsChocobozzz2017-06-1016-50/+93
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-258-18/+18
|
* First typescript iterationChocobozzz2017-05-2021-240/+140
|
* Server: move requests lib in their own directoryChocobozzz2017-05-051-0/+2
|
* Format video blacklistChocobozzz2017-04-262-17/+16
|
* Add ability for an administrator to remove any video (#61)Green-Star2017-04-261-10/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability for an admin to remove every video on the pod. * Server: add BlacklistedVideos relation. * Server: Insert in BlacklistedVideos relation upon deletion of a video. * Server: Modify BlacklistedVideos schema to add Pod id information. * Server: Moving insertion of a blacklisted video from the `afterDestroy` hook into the process of deletion of a video. To avoid inserting a video when it is removed on its origin pod. When a video is removed on its origin pod, the `afterDestroy` hook is fire, but no request is made on the delete('/:videoId') interface. Hence, we insert into `BlacklistedVideos` only on request on delete('/:videoId') (if requirements for insertion are met). * Server: Add removeVideoFromBlacklist hook on deletion of a video. We are going to proceed in another way :). We will add a new route : /:videoId/blacklist to blacklist a video. We do not blacklist a video upon its deletion now (to distinguish a video blacklist from a regular video delete) When we blacklist a video, the video remains in the DB, so we don't have any concern about its update. It just doesn't appear in the video list. When we remove a video, we then have to remove it from the blacklist too. We could also remove a video from the blacklist to 'unremove' it and make it appear again in the video list (will be another feature). * Server: Add handler for new route post(/:videoId/blacklist) * Client: Add isBlacklistable method * Client: Update isRemovableBy method. * Client: Move 'Delete video' feature from the video-list to the video-watch module. * Server: Exclude blacklisted videos from the video list * Server: Use findAll() in BlacklistedVideos.list() method * Server: Fix addVideoToBlacklist function. * Client: Add blacklist feature. * Server: Use JavaScript Standard Style. * Server: In checkUserCanDeleteVideo, move the callback call inside the db callback function * Server: Modify BlacklistVideo relation * Server: Modifiy Videos methods. * Server: Add checkVideoIsBlacklistable method * Server: Rewrite addVideoToBlacklist method * Server: Fix checkVideoIsBlacklistable method * Server: Add return to addVideoToBlacklist method
* Server: add video language attributeChocobozzz2017-04-071-0/+2
|
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+2
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+2
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+2
|