aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add history on server sideChocobozzz2018-12-182-10/+39
| | | | Add ability to disable, clear and list user videos history
* throw error if MailDev doesn't runJosh Morel2018-12-172-18/+75
| | | | also allow calling in multiple file
* Support additional video extensionsChocobozzz2018-12-111-0/+1
|
* Add test regarding tmp directoryChocobozzz2018-12-112-2/+19
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-0711-13/+113
| | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
* Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-2015-17/+20
| | | | move-utils-to-shared
* Fix dependency errors between modulesbuoyantair2018-11-161-2/+0
|
* Merge from upstreambuoyantair2018-11-162-2/+4
|
* Fix dependency issuesbuoyantair2018-10-298-9/+9
|
* Move utils to /sharedbuoyantair2018-10-2933-0/+2901
Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336