aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Trending by intervalChocobozzz2018-08-312-22/+85
|
* Cleanup video API SQL requestsChocobozzz2018-08-311-32/+50
|
* Try to improve sql videos list queryChocobozzz2018-08-311-90/+144
| | | | Split the complex query in 2 different queries
* Videos overview page: first versionChocobozzz2018-08-312-2/+45
|
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+50
|
* Refractor user quota SQL queriesChocobozzz2018-08-282-39/+36
|
* Optimize channel search queryChocobozzz2018-08-281-11/+10
|
* Fix oauth server moduleChocobozzz2018-08-281-5/+0
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-9/+59
| | | | | | | | | | | | | | | | | | | | * 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-24/+17
|
* Fetch outbox when searching an actorChocobozzz2018-08-271-29/+34
|
* Search video channel handle/uriChocobozzz2018-08-272-7/+7
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-272-44/+8
|
* Add ability to search video channelsChocobozzz2018-08-274-48/+242
|
* Add refresh video on searchChocobozzz2018-08-271-15/+12
|
* Add local user subscriptionsChocobozzz2018-08-271-1/+8
|
* Add get subscription endpointChocobozzz2018-08-271-12/+15
|
* Add ability to set a name to a channelChocobozzz2018-08-273-17/+46
|
* Use height instead of width to represent the video resolutionChocobozzz2018-08-271-3/+3
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-273-33/+132
|
* Add quota used in users listChocobozzz2018-08-141-3/+27
|
* Cleanup utils helperChocobozzz2018-08-142-3/+6
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Filter tracker based on infohashChocobozzz2018-08-141-0/+15
|
* Improve blacklist managementChocobozzz2018-08-143-8/+35
|
* Add blacklist reason fieldChocobozzz2018-08-142-20/+69
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-102-2/+53
|
* Add reason when banning a userChocobozzz2018-08-082-1/+10
|
* Implement user blocking on server sideChocobozzz2018-08-082-3/+12
|
* Add import.video.torrent configurationChocobozzz2018-08-082-50/+35
|
* Import torrents with webtorrentChocobozzz2018-08-081-0/+4
|
* Import magnets with webtorrentChocobozzz2018-08-081-1/+14
|
* Fix fps federationChocobozzz2018-08-061-1/+2
|
* Add tests regarding video importChocobozzz2018-08-061-2/+2
|
* Remove ability to delete video importsChocobozzz2018-08-061-2/+4
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-061-2/+4
|
* Add ability to list video importsChocobozzz2018-08-062-9/+81
|
* Add ability to import video with youtube-dlChocobozzz2018-08-063-2/+106
|
* Add index on sharedInboxUrlChocobozzz2018-07-311-0/+3
|
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+4
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Add more info loggingChocobozzz2018-07-305-7/+4
|
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-303-42/+34
| | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420
* Delete actor too when deleting account/video channelChocobozzz2018-07-303-34/+42
|
* Optimize videos list SQL query (another time)Chocobozzz2018-07-271-2/+10
|
* Optimize search SQL query (I hope :p)Chocobozzz2018-07-272-29/+17
|
* Revert SQL optimization in videos list :(Chocobozzz2018-07-271-3/+3
|
* Fix last commitChocobozzz2018-07-263-2/+6
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-254-9/+35
|
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+117
|