aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add sql trace in error log on sequelize errorChocobozzz2018-08-311-1/+7
|
* add user account email verificiation (#977)Josh Morel2018-08-312-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Refractor user quota SQL queriesChocobozzz2018-08-282-6/+1
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-0/+5
| | | | | | | | | | | | | | | | | | | | * 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-276-36/+15
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-275-7/+6
|
* Fetch outbox when searching an actorChocobozzz2018-08-271-0/+8
|
* Search video channel handle/uriChocobozzz2018-08-271-1/+8
|
* Add ability to search video channelsChocobozzz2018-08-271-1/+6
|
* Add ability to set a name to a channelChocobozzz2018-08-273-8/+18
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+6
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-274-17/+42
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-161-3/+19
|
* Don't set a bitrate on unknown audio inputChocobozzz2018-08-141-12/+14
|
* Cleanup utils helperChocobozzz2018-08-146-147/+149
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+32
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-103-6/+46
|
* Add reason when banning a userChocobozzz2018-08-081-0/+5
|
* Implement user blocking on server sideChocobozzz2018-08-081-6/+7
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-2/+19
|
* Add torrent testsChocobozzz2018-08-083-9/+8
|
* Import torrents with webtorrentChocobozzz2018-08-084-13/+37
|
* Import magnets with webtorrentChocobozzz2018-08-084-14/+61
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-062-2/+5
|\
| * Fix caption upload on Mac OSChocobozzz2018-08-062-3/+6
| |
* | Fix fps federationChocobozzz2018-08-062-1/+3
| |
* | Add tests regarding video importChocobozzz2018-08-061-1/+1
| |
* | Add import http enabled configurationChocobozzz2018-08-061-4/+2
| |
* | Add audit logs for video importChocobozzz2018-08-061-1/+13
| |
* | Remove ability to delete video importsChocobozzz2018-08-061-1/+1
| | | | | | | | Users should remove the linked video instead
* | Add ability to list video importsChocobozzz2018-08-061-1/+1
| |
* | Add ability to remove a video importChocobozzz2018-08-061-1/+20
| |
* | Add ability to import video with youtube-dlChocobozzz2018-08-064-2/+174
| |
* | adding tests for audio conversionsRigel Kent2018-08-011-21/+33
| |
* | ffmpeg auto threadJorropo2018-08-011-1/+3
| | | | | | | | Set thread count to 0 and ffmpeg will chose automaticaly
* | fixing tests to deal with new transcoding parametersRigel Kent2018-08-011-2/+1
| |
* | Nice ffmpeg to 15 and 2Jorropo2018-08-011-3/+3
| | | | | | | | | | | | 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 audio getter when video has no audioRigel Kent2018-08-011-18/+29
| |
* | Fixing #626 with ffmpeg's low default audio bitrateRigel Kent2018-08-011-5/+116
| |
* | Add audit logs in various modulesAurélien Bertron2018-07-311-3/+135
| | | | | | | | | | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* | Add audit logs moduleAurélien Bertron2018-07-312-1/+124
| |
* | Cleanup req files on bad requestChocobozzz2018-07-313-3/+29
|/
* Fiw winston meta logChocobozzz2018-07-301-24/+16
|
* Fix last commitChocobozzz2018-07-262-5/+6
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-257-12/+15
|
* Fix nodeinfo endpointChocobozzz2018-07-241-3/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+30
|
* Add advanced search in clientChocobozzz2018-07-242-3/+10
|
* Add videos list filtersChocobozzz2018-07-243-4/+36
|
* Begin advanced searchChocobozzz2018-07-241-1/+1
|