aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Bufferize videos views in redisChocobozzz2018-08-301-3/+5
|
* Add features table on signupChocobozzz2018-08-281-1/+1
|
* Fix testsChocobozzz2018-08-281-0/+1
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-283-5/+13
| | | | | | | | | | | | | | | | | | | | * 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-8/+8
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Fetch outbox when searching an actorChocobozzz2018-08-273-11/+8
|
* Search video channel handle/uriChocobozzz2018-08-271-11/+14
|
* Add ability to search video channelsChocobozzz2018-08-273-19/+123
|
* Fix testsChocobozzz2018-08-271-2/+3
|
* Add refresh video on searchChocobozzz2018-08-271-13/+25
|
* Add ability to search a video with an URLChocobozzz2018-08-271-1/+34
|
* Add get subscription endpointChocobozzz2018-08-271-12/+24
|
* Add ability to set a name to a channelChocobozzz2018-08-273-19/+18
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-2710-29/+148
|
* Split users controllerChocobozzz2018-08-272-208/+231
|
* Cleanup utils helperChocobozzz2018-08-143-6/+9
|
* Filter tracker based on infohashChocobozzz2018-08-141-1/+7
|
* Improve blacklist managementChocobozzz2018-08-141-2/+2
|
* Add blacklist reason fieldChocobozzz2018-08-142-17/+45
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-8/+54
|
* Add reason when banning a userChocobozzz2018-08-081-2/+6
|
* Implement user blocking on server sideChocobozzz2018-08-081-0/+48
|
* Add ability to delete our accountChocobozzz2018-08-081-1/+17
|
* Add torrent testsChocobozzz2018-08-081-2/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-083-5/+15
|
* Import torrents with webtorrentChocobozzz2018-08-081-12/+45
|
* Import magnets with webtorrentChocobozzz2018-08-081-37/+105
|
* advertising PeerTube's rather simple DNT policyRigel Kent2018-08-081-1/+18
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add tests regarding video importChocobozzz2018-08-061-4/+5
|
* Add import http enabled configurationChocobozzz2018-08-063-3/+16
|
* Add audit logs for video importChocobozzz2018-08-061-7/+4
|
* Remove ability to delete video importsChocobozzz2018-08-061-20/+1
| | | | Users should remove the linked video instead
* Add ability to list video importsChocobozzz2018-08-061-1/+29
|
* Add ability to remove a video importChocobozzz2018-08-061-2/+10
|
* Add ability to import video with youtube-dlChocobozzz2018-08-062-1/+153
|
* Add audit logs in various modulesAurélien Bertron2018-07-316-17/+109
| | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config
* Remove kue migrationChocobozzz2018-07-301-2/+0
|
* Hack 459 regarding Angular & i18nChocobozzz2018-07-251-1/+1
|
* 404 on unknown thumbnailChocobozzz2018-07-241-2/+2
|
* Fix nodeinfo endpointChocobozzz2018-07-243-11/+11
|
* adding initial support for nodeinfoRigel Kent2018-07-243-11/+85
|
* Add videos list filtersChocobozzz2018-07-245-19/+38
|
* Begin advanced searchChocobozzz2018-07-244-25/+53
|
* Speed up populate database scriptChocobozzz2018-07-241-2/+0
|
* Render CSS/title/description tags on server sideChocobozzz2018-07-182-136/+17
|
* Fix static avatars/thumbnails cacheChocobozzz2018-07-171-1/+1
|
* Add cors for static paths tooChocobozzz2018-07-171-0/+2
|
* selective route permission to use embeds with x-frame-denyRigel Kent2018-07-171-3/+7
|