aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Videos overview page: first versionChocobozzz2018-08-318-2/+272
|
* add user account email verificiation (#977)Josh Morel2018-08-3122-15/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix job testsChocobozzz2018-08-301-1/+1
|
* Bufferize videos views in redisChocobozzz2018-08-3014-23/+270
|
* Refractor user quota SQL queriesChocobozzz2018-08-284-45/+37
|
* Add features table on signupChocobozzz2018-08-281-1/+1
|
* Optimize channel search queryChocobozzz2018-08-281-11/+10
|
* Fix testsChocobozzz2018-08-283-2/+2
|
* Fix oauth server moduleChocobozzz2018-08-283-7/+6
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-2815-24/+177
| | | | | | | | | | | | | | | | | | | | * 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
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
|
* Correctly migrate to fs-extraChocobozzz2018-08-2726-112/+75
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-2713-15/+14
|
* Fetch outbox when searching an actorChocobozzz2018-08-277-55/+118
|
* Search video channel handle/uriChocobozzz2018-08-2712-38/+289
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-272-44/+8
|
* Add ability to search video channelsChocobozzz2018-08-2718-86/+490
|
* Fix testsChocobozzz2018-08-277-14/+15
|
* Refractor comment creation from federationChocobozzz2018-08-273-45/+19
|
* Add refresh video on searchChocobozzz2018-08-2725-264/+490
|
* Add ability to search a video with an URLChocobozzz2018-08-2716-127/+236
|
* Add local user subscriptionsChocobozzz2018-08-272-7/+17
|
* Add get subscription endpointChocobozzz2018-08-277-34/+137
|
* Add ability to set a name to a channelChocobozzz2018-08-2727-163/+220
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-273-9/+12
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-2736-93/+1038
|
* Split users controllerChocobozzz2018-08-272-208/+231
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-163-35/+60
|
* Add quota used in users listChocobozzz2018-08-142-4/+34
|
* Don't set a bitrate on unknown audio inputChocobozzz2018-08-142-16/+18
|
* Cleanup utils helperChocobozzz2018-08-1420-166/+173
|
* Flat shared module directoryChocobozzz2018-08-145-6/+5
|
* Increase video import timeoutChocobozzz2018-08-142-2/+1
|
* Filter tracker based on infohashChocobozzz2018-08-144-1/+94
|
* Add tests when getting a blacklisted videoChocobozzz2018-08-142-11/+50
|
* Improve blacklist managementChocobozzz2018-08-146-23/+60
|
* Add blacklist reason fieldChocobozzz2018-08-1413-104/+452
|
* Try to fix travis testsChocobozzz2018-08-103-24/+17
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-1015-64/+463
|
* Add ability to ban/unban usersChocobozzz2018-08-091-1/+1
|
* Add reason when banning a userChocobozzz2018-08-0810-13/+109
|
* Implement user blocking on server sideChocobozzz2018-08-0812-21/+196
|
* Add ability to delete our accountChocobozzz2018-08-085-3/+65
|
* Increase test timeout for importsChocobozzz2018-08-081-1/+1
|
* Correct webtorrent download cleanupChocobozzz2018-08-082-3/+20
|
* Add torrent testsChocobozzz2018-08-0811-60/+145
|
* Add check param tests regarding video importsChocobozzz2018-08-084-7/+102
|
* Add import.video.torrent configurationChocobozzz2018-08-0813-104/+84
|
* Import torrents with webtorrentChocobozzz2018-08-089-31/+116
|
* Import magnets with webtorrentChocobozzz2018-08-0811-79/+324
|