aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
Commit message (Collapse)AuthorAgeFilesLines
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+7
| | | | The instance should be whitelisted first
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-0/+6
| | | | There is a global instance setting and a per user setting
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+4
| | | move videoQuota under a user object, use byte PipeTransform
* Add short description in configChocobozzz2018-03-154-8/+3
|
* Add ability to change the homepageChocobozzz2018-03-012-1/+3
|
* Add stats routeChocobozzz2018-02-286-0/+126