-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: devnullteam/phpbash
base: master
head repository: Arrexel/phpbash
compare: master
- 20 commits
- 3 files changed
- 5 contributors
Commits on Jan 30, 2018
-
This is needed for commands like "chmod +x..." to work correctly
Configuration menu - View commit details
-
Copy full SHA for df42052 - Browse repository at this point
Copy the full SHA df42052View commit details -
This is needed for commands like "chmod +x...." to work correctly
Configuration menu - View commit details
-
Copy full SHA for 80a7259 - Browse repository at this point
Copy the full SHA 80a7259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b738aa - Browse repository at this point
Copy the full SHA 3b738aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b91cf - Browse repository at this point
Copy the full SHA d8b91cfView commit details
Commits on Jan 31, 2018
-
Multiple fixes and improvements
- Output is now properly escaped. PHP/HTML in files is no longer parsed when getting file contents - Improvements to directory navigation. It is now possible to use `cd -` to return to the previous directory - Fixed the input text width. It will no longer overflow when entering long commands
Configuration menu - View commit details
-
Copy full SHA for 098c871 - Browse repository at this point
Copy the full SHA 098c871View commit details -
Configuration menu - View commit details
-
Copy full SHA for e84129d - Browse repository at this point
Copy the full SHA e84129dView commit details -
Multiple fixes and improvements
- Output is now properly escaped. PHP/HTML in files is no longer parsed when getting file contents - Improvements to directory navigation. It is now possible to use `cd -` to return to the previous directory - Fixed the input text width. It will no longer overflow when entering long commands
Configuration menu - View commit details
-
Copy full SHA for 0b48dbd - Browse repository at this point
Copy the full SHA 0b48dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d1f82 - Browse repository at this point
Copy the full SHA 09d1f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb69806 - Browse repository at this point
Copy the full SHA cb69806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c02e38 - Browse repository at this point
Copy the full SHA 3c02e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cac1e - Browse repository at this point
Copy the full SHA 54cac1eView commit details
Commits on Feb 2, 2018
-
Always use !empty() over isset() when you need to verify that the user has provided a value. The function empty() also checks if the variable is set. This prevent the user from sending an empty string. See here for more informations: https://stackoverflow.com/questions/7191626/isset-and-empty-what-to-use
Configuration menu - View commit details
-
Copy full SHA for 4568c98 - Browse repository at this point
Copy the full SHA 4568c98View commit details -
Revert empty() check to isset() for cmd
We still need to be able to pass an empty string to the terminal. It would be much more hack-n-slash to prevent sending a blank command, and I personally feel it is more like a real terminal when you are able to send a blank command. If empty() is used, the code would also need to be modified further to prevent it from returning the full console HTML, as it would fail the php check and never hit die() if a blank command is sent.
Configuration menu - View commit details
-
Copy full SHA for e68c651 - Browse repository at this point
Copy the full SHA e68c651View commit details -
Merge pull request Arrexel#13 from ArtyumX/patch-1
replaced isset() by !empty()
Configuration menu - View commit details
-
Copy full SHA for 8acf54b - Browse repository at this point
Copy the full SHA 8acf54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd129d - Browse repository at this point
Copy the full SHA ecd129dView commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 003ce03 - Browse repository at this point
Copy the full SHA 003ce03View commit details -
Merge pull request Arrexel#15 from paralax/patch-1
spelling fix, no content changes
Configuration menu - View commit details
-
Copy full SHA for dd927ae - Browse repository at this point
Copy the full SHA dd927aeView commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f99b7dd - Browse repository at this point
Copy the full SHA f99b7ddView commit details -
Merge pull request Arrexel#16 from 20esaua/patch-1
Patch XSS in filename on upload
Configuration menu - View commit details
-
Copy full SHA for 46c93ea - Browse repository at this point
Copy the full SHA 46c93eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3e591 - Browse repository at this point
Copy the full SHA bf3e591View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master