aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
Commit message (Collapse)AuthorAgeFilesLines
* Implement contact form on server sideChocobozzz2019-01-104-0/+19
|
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | password system
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+2
|
* Better typingsChocobozzz2018-10-181-1/+0
|
* NoImplicitAny flag true (#1157)BO412018-10-181-0/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* show last commit hash alongside server version in footerRigel Kent2018-10-011-0/+1
|
* Add redundancy statsChocobozzz2018-09-141-0/+10
|
* add user account email verificiation (#977)Josh Morel2018-08-312-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Bufferize videos views in redisChocobozzz2018-08-301-1/+2
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-282-0/+2
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Add import.video.torrent configurationChocobozzz2018-08-082-0/+6
|
* Fix fps federationChocobozzz2018-08-061-2/+1
|
* Add import http enabled configurationChocobozzz2018-08-062-0/+17
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+2
|
* Implement captions/subtitlesChocobozzz2018-07-162-0/+13
|
* Migrate to bullChocobozzz2018-07-111-2/+3
|
* 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