aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
...
* add user account email verificiation (#977)Josh Morel2018-08-314-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-302-5/+19
|
* Fix oauth server moduleChocobozzz2018-08-281-1/+1
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-284-3/+29
| | | | | | | | | | | | | | | | | | | | * 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
* Correctly migrate to fs-extraChocobozzz2018-08-273-12/+11
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Search video channel handle/uriChocobozzz2018-08-271-1/+1
|
* Add ability to search video channelsChocobozzz2018-08-271-1/+2
|
* Fix testsChocobozzz2018-08-271-1/+1
|
* Add refresh video on searchChocobozzz2018-08-271-1/+9
|
* Add ability to search a video with an URLChocobozzz2018-08-271-0/+2
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Flat shared module directoryChocobozzz2018-08-141-2/+1
|
* Add blacklist reason fieldChocobozzz2018-08-142-2/+30
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-102-3/+58
|
* Add reason when banning a userChocobozzz2018-08-082-5/+12
|
* Implement user blocking on server sideChocobozzz2018-08-082-1/+41
|
* Add import.video.torrent configurationChocobozzz2018-08-082-43/+4
|
* Import torrents with webtorrentChocobozzz2018-08-081-0/+11
|
* Import magnets with webtorrentChocobozzz2018-08-082-2/+45
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-0/+1
|
* Add import http enabled configurationChocobozzz2018-08-062-0/+8
|
* Add job ttlChocobozzz2018-08-061-2/+11
|
* Add ability to list video importsChocobozzz2018-08-061-0/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-1/+2
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-3/+19
|
* Nice ffmpeg to 15 and 2Jorropo2018-08-011-0/+6
| | | | | | Niceness 15 for video conversionNiceness 2 for image generation (niceness 2 doesn't make it slower, just don't block servers and other app)
* Fixing #626 with ffmpeg's low default audio bitrateRigel Kent2018-08-011-2/+26
|
* adding ORM pool configurationRigel Kent2018-07-313-2/+9
|
* Remove kue migrationChocobozzz2018-07-301-60/+0
|
* Delete old indexesChocobozzz2018-07-272-1/+85
|
* Fix last commitChocobozzz2018-07-262-6/+8
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-2511-16/+20
|
* Add max count in paginationChocobozzz2018-07-241-3/+7
|
* adding initial support for nodeinfoRigel Kent2018-07-241-2/+4
|
* Optimize SQL queriesChocobozzz2018-07-242-1/+42
|
* Add advanced search in clientChocobozzz2018-07-241-2/+0
|
* Add videos list filtersChocobozzz2018-07-241-1/+1
|
* Begin advanced searchChocobozzz2018-07-242-1/+46
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-2/+7
|
* Add esperanto, lojban, klingon and kotava (audio/subtitle) languagesChocobozzz2018-07-171-18/+23
|
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+1
|
* Handle .srt subtitlesChocobozzz2018-07-162-7/+16
|
* Implement captions/subtitlesChocobozzz2018-07-162-2/+23
|
* adding redis unix connectionRigel Kent2018-07-142-5/+18
|
* Migrate to bullChocobozzz2018-07-112-1/+64
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-292-2/+26
|
* Fix npm run dev:serverChocobozzz2018-06-291-1/+1
|
* Add tracker rate limiterChocobozzz2018-06-261-0/+9
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-211-1/+24
|