aboutsummaryrefslogtreecommitdiffstats
path: root/includes/shell
Commit message (Expand)AuthorAgeFilesLines
...
* Shell: Don't hang on empty stdinBrad Jorsch2018-02-221-0/+6
* Shell: Set pipes to non-blockingBrad Jorsch2018-02-011-7/+19
* Improve some parameter docsUmherirrender2018-01-071-0/+1
* Allow programmatic input in CommandGergő Tisza2018-01-032-28/+61
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-4/+2
* Merge "shell: Add NO_LOCALSETTINGS restriction"jenkins-bot2017-12-222-2/+13
|\
| * shell: Add NO_LOCALSETTINGS restrictionKunal Mehta2017-12-082-2/+13
* | shell: Add debug logging to find binaries that aren't being restrictedKunal Mehta2017-12-111-0/+5
* | shell: Run firejail inside limit.sh, make NO_EXECVE workKunal Mehta2017-12-092-9/+13
|/
* Shell: skip null parametersMax Semenik2017-11-292-3/+13
* shell: Optionally restrict commands' access with firejailKunal Mehta2017-11-285-2/+286
* MediaWiki\Shell: log stderrGergő Tisza2017-10-262-5/+43
* Remove @codingStandardsIgnore from long linesUmherirrender2017-10-221-2/+0
* Shell\Command: Move code that builds final shell command into separate methodKunal Mehta2017-10-191-22/+35
* Introduce Shell\CommandFactoryMax Semenik2017-10-173-18/+74
* Don't trigger PHP errors for unused Shell\CommandMax Semenik2017-10-171-3/+5
* Command: Avoid using wfDebug()Kunal Mehta2017-10-171-1/+1
* Shell\Command: Better walltime fallbackMax Semenik2017-10-171-2/+5
* shell: Deduplicate code in Command.php by combining else pathsFomafix2017-10-121-4/+3
* Return stderr from Shell\CommandMax Semenik2017-10-123-3/+22
* Merge "Suppress error in MediaWiki\Shell\Command"jenkins-bot2017-10-101-2/+10
|\
| * Suppress error in MediaWiki\Shell\CommandGergő Tisza2017-10-091-2/+10
* | Get rid of $IP in CommandMax Semenik2017-10-062-3/+123
|/
* Inject dependencies into Shell\CommandMax Semenik2017-10-032-24/+63
* Replace wfShellExec() with a classMax Semenik2017-09-083-0/+587