aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
...
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
* Refractor activity pub lib/helpersChocobozzz2017-11-273-33/+63
* Fix lintChocobozzz2017-11-272-9/+2
* Optimize signature verificationChocobozzz2017-11-271-4/+5
* Server shares user videosChocobozzz2017-11-271-2/+2
* Rename Pod -> ServerChocobozzz2017-11-278-16/+9
* Follow worksChocobozzz2017-11-275-25/+67
* Send follow/acceptChocobozzz2017-11-272-0/+33
* Handle follow/acceptChocobozzz2017-11-273-17/+35
* Make it compile at leastChocobozzz2017-11-274-114/+1
* 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
* 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
* Add oembed endpointChocobozzz2017-10-162-0/+64
* Video blacklist refractoringChocobozzz2017-10-104-91/+71
* Change how we handle resolutionChocobozzz2017-10-091-2/+3
* Handle blacklist (#84)Green-Star2017-09-224-2/+66
* Upgrade express validator to v4Chocobozzz2017-09-158-359/+427
* Remove ng2 file upload moduleChocobozzz2017-09-143-20/+64
* 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
* 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
* Move ensureRegistrationEnabled to middlewaresChocobozzz2017-06-252-0/+21
* Use shared modelsChocobozzz2017-06-111-1/+3
* Type functionsChocobozzz2017-06-1016-50/+93