aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* add user account email verificiation (#977)Josh Morel2018-08-313-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-304-8/+144
|
* Fix testsChocobozzz2018-08-281-1/+0
|
* Fix oauth server moduleChocobozzz2018-08-281-1/+5
|
* Correctly migrate to fs-extraChocobozzz2018-08-274-12/+12
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-273-3/+3
|
* Fetch outbox when searching an actorChocobozzz2018-08-271-10/+21
|
* Search video channel handle/uriChocobozzz2018-08-271-11/+27
|
* Add ability to search video channelsChocobozzz2018-08-272-6/+6
|
* Fix testsChocobozzz2018-08-271-2/+1
|
* Refractor comment creation from federationChocobozzz2018-08-272-43/+17
|
* Add refresh video on searchChocobozzz2018-08-279-202/+244
|
* Add ability to search a video with an URLChocobozzz2018-08-277-96/+141
|
* Add local user subscriptionsChocobozzz2018-08-271-6/+9
|
* Add ability to set a name to a channelChocobozzz2018-08-273-6/+14
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-277-8/+41
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-162-32/+41
|
* Cleanup utils helperChocobozzz2018-08-142-3/+2
|
* Add tests when getting a blacklisted videoChocobozzz2018-08-141-0/+2
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+49
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-2/+3
|
* Add ability to ban/unban usersChocobozzz2018-08-091-1/+1
|
* Add reason when banning a userChocobozzz2018-08-081-1/+22
|
* Implement user blocking on server sideChocobozzz2018-08-081-3/+4
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-081-4/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-081-2/+7
|
* Import torrents with webtorrentChocobozzz2018-08-081-3/+9
|
* Import magnets with webtorrentChocobozzz2018-08-082-23/+83
|
* Fix fps federationChocobozzz2018-08-062-2/+3
|
* Add tests regarding video importChocobozzz2018-08-061-2/+3
|
* Add job ttlChocobozzz2018-08-061-6/+4
|
* Remove ability to delete video importsChocobozzz2018-08-061-10/+24
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-062-2/+6
|
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Add ability to remove a video importChocobozzz2018-08-061-1/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-0/+72
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-3/+136
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+1
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-312-3/+3
|
* Refresh orphan actorsChocobozzz2018-07-311-0/+5
|
* Increase max stalled count in job queueChocobozzz2018-07-301-1/+4
|
* Graceful job queue shutdownChocobozzz2018-07-301-0/+7
|
* Add more info loggingChocobozzz2018-07-309-0/+46
|
* Fix peertube on chromeChocobozzz2018-07-261-1/+1
|
* Fix last commitChocobozzz2018-07-262-6/+4
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-259-30/+37
|
* Fix publishedAt after a scheduled updateChocobozzz2018-07-241-2/+3
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-181-0/+180
|