aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-012-6/+5
|
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Ensure video existence before duplicating itChocobozzz2018-10-012-7/+28
|
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-281-0/+9
|
* Fix federation with a comment replyChocobozzz2018-09-271-1/+1
|
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
| | | | Null values are not considered equal in a UNIQUE index
* Fix avatar transaction retryChocobozzz2018-09-261-5/+8
|
* Reduce video import TTLChocobozzz2018-09-251-1/+1
|
* Fix redundancy totalVideos statsChocobozzz2018-09-251-1/+0
|
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
| | | | Will only act with new comments
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-2410-73/+138
|
* Remove unnecessary actor existance checkChocobozzz2018-09-212-3/+2
| | | | We already checked it in the signature checker
* Cache user tokenChocobozzz2018-09-202-8/+43
|
* Limit associations fetch when loading tokenChocobozzz2018-09-202-9/+2
|
* Move youtubeDL upgrader in helpers/Chocobozzz2018-09-191-56/+4
|
* Add redundancy check interval in configChocobozzz2018-09-191-7/+11
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-192-4/+5
|
* Improve AP actor checksChocobozzz2018-09-195-21/+30
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-1913-88/+73
|
* Optimize video view AP processingChocobozzz2018-09-193-51/+84
|
* Refractor videos AP functionsChocobozzz2018-09-198-221/+229
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-195-12/+10
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-193-4/+136
|
* Refractor activities sendingChocobozzz2018-09-149-145/+133
|
* Speed up overviews routeChocobozzz2018-09-141-1/+1
|
* Add recently added redundancy strategyChocobozzz2018-09-141-27/+17
|
* Add trending videos strategyChocobozzz2018-09-141-0/+2
|
* Process last hour views instead of current hourChocobozzz2018-09-131-3/+9
|
* Basic video redundancy implementationChocobozzz2018-09-1318-136/+496
|
* Fix video views incrementChocobozzz2018-09-131-15/+24
|
* Add federation to ownership changeChocobozzz2018-09-044-7/+20
|
* 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
|