BrunoDeBarros/git-deploy-php 289
git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
A web crawler, built to be easily dropped into PHP applications, which behaves just like a regular web browser, interpreting location redirects and storing cookies automatically.
A set of code snippets, helper functions and libraries for reuse across projects.
BrunoDeBarros/fix-php-post-input 2
If your $_POST/$_FILES are empty and they shouldn't be, this library fixes them.
BrunoDeBarros/paypal-ipn-laravel 1
A PayPal IPN client for Laravel.
jQuery plugin for dynamic textarea sizing
No longer maintained. BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Built on CodeIgniter, its priorities are ease of use, user-interface, and beautiful code.
BrunoDeBarros/bootstrap-maxlength 0
This plugin integrates by default with Twitter bootstrap using badges to display the maximum lenght of the field where the user is inserting text. Uses the HTML5 attribute "maxlength" to work.
A simple PHP API extension for DateTime.
CCAvenue for Omnipay, fully usable and maintained.
issue commentlurado/SansFonts
Great! Oddly, I couldn't find a way to import lists to 1Blocker. I'm pretty sure it used to be possible… Anyway, that's another problem and I will get in touch with 1Blocker's developers.
Thanks for your attention and work!
comment created time in 4 days
issue commentlurado/SansFonts
Well if it helps, then the core of this app is this JSON file: https://github.com/lurado/SansFonts/blob/master/blockerList.json
It uses the WebKit block list format that is supported by Safari, and maybe there are other tools that let you use it?
comment created time in 4 days
issue commentlurado/SansFonts
I can't code, otherwise I'd glad help you :/
As an alternative, why don't you convert this block list to a format compatible with other content blockers for iOS, like 1Blocker (this is what I use)? I spent a lot of time looking for block lists of web fonts compatible with Safari, and got no luck — they are all for uBlock Origin scheme. Using a third party content blocker, it would be easy for anyone to create exclusions for sites that break with web fonts blocked.
comment created time in 6 days
issue commentlurado/SansFonts
I can also make the project available in either the macOS or iOS App Store if you want to give it a try. I haven't deleted it, just removed it from sale because I haven't really paid attention to it in a while.
comment created time in 6 days
issue commentlurado/SansFonts
Well, I'm still here, but a single maintainer is not enough to keep this project alive. The problem is that blocking all web fonts will block a lot of essential icon fonts, and maintaining the list of exclusions is pretty annoying.
This project would either need a larger contributor base, or some sort of automated bot that crawls popular websites and identifies fonts that are used for icons. Or, preferably, icon fonts just need to die in favor of SVGs. :/
comment created time in 6 days
issue openedlurado/SansFonts
I was searching for a way to block web fonts in Safari and ended up in this project. It's been four years without updates and, at least in my country, its App Store link isn't working anymore. Is anyone still here?
created time in 7 days
release bcicen/ctop
ctop-0.7.6-darwin-amd64 10.36MB
ctop-0.7.6-linux-amd64 12.99MB
ctop-0.7.6-linux-arm 11.02MB
ctop-0.7.6-linux-arm64 12.15MB
ctop-0.7.6-windows-amd64 10.72MB
sha256sums.txt 0.44KB
released time in 8 days
startedBrunoDeBarros/git-deploy-php
started time in a month
startedBrunoDeBarros/git-deploy-php
started time in 2 months
create barnchBrunoDeBarros/git-deploy-php
branch : dependabot/composer/phpseclib/phpseclib-2.0.31
created branch time in 2 months
PR opened BrunoDeBarros/git-deploy-php
Bumps phpseclib/phpseclib from 2.0.7 to 2.0.31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/phpseclib/phpseclib/releases">phpseclib/phpseclib's releases</a>.</em></p> <blockquote> <h2>2.0.31</h2> <ul> <li>X509: always parse the first cert of a bundle (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1568">#1568</a>)</li> <li>SSH2: behave like putty with broken publickey auth (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1572">#1572</a>)</li> <li>SSH2: don't close channel on unexpected response to channel request (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1631">#1631</a>)</li> <li>RSA: support keys with PSS algorithm identifier (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1584">#1584</a>)</li> <li>RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)</li> <li>SFTP/Stream: make it so you can write past the end of a file (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1618">#1618</a>)</li> <li>SFTP: fix undefined index notice in stream touch() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1615">#1615</a>)</li> <li>SFTP: digit only filenames were converted to integers by php (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1623">#1623</a>)</li> <li>BigInteger: fix issue with toBits on 32-bit PHP 8 installs</li> <li>Crypt: use a custom error handler for mcrypt to avoid deprecation errors</li> </ul> <h2>2.0.30</h2> <ul> <li>X509: don't attempt to parse multi-cert PEMs (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1542">#1542</a>)</li> <li>SFTP: add stream to get method (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1546">#1546</a>)</li> <li>SFTP: progress callback should report actual downloaded bytes (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1543">#1543</a>)</li> <li>SSH2: end connection faster for algorithm mismatch</li> <li>SSH2: add setKeepAlive() method (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1529">#1529</a>)</li> <li>ANSI: fix PHP8 compatibility issues</li> </ul> <p><a href="https://sourceforge.net/projects/phpseclib/files/2.0.30/2.0.30.zip/download"><img src="https://a.fsdn.com/con/app/sf-download-button" alt="Download PHP Secure Communications Library" /></a></p> <h2>2.0.29</h2> <ul> <li>SFTP: add enableDatePreservation() / disableDatePreservation() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1496">#1496</a>)</li> <li>SFTP: uploads on low speed networks could get in infinite loop (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1507">#1507</a>)</li> <li>SSH2: when building algo list look at if crypto engine is set (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1500">#1500</a>)</li> <li>X509: really looong base64 encoded strings broke extractBER() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1486">#1486</a>)</li> </ul> <p><a href="https://sourceforge.net/projects/phpseclib/files/2.0.29/2.0.29.zip/download"><img src="https://a.fsdn.com/con/app/sf-download-button" alt="Download PHP Secure Communications Library" /></a></p> <h2>2.0.28</h2> <ul> <li>SFTP: realpath('') produced an error (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1474">#1474</a>)</li> <li>SFTP: if /path/to/file is a file then /path/to/file/whatever errors (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1475">#1475</a>)</li> <li>SFTP: speed up uploads (by changing SFTP upload packet size from 4KB to 32KB)</li> <li>ANSI: fix "Number of elements can't be negative" error</li> </ul> <h2>2.0.27</h2> <ul> <li>SFTP: change the mode with a SETSTAT instead of MKDIR (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1463">#1463</a>)</li> <li>SFTP: make it so extending SFTP class doesn't cause a segfault (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1465">#1465</a>)</li> <li>Random::string didn't always return all the requested bytes (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1466">#1466</a>)</li> </ul> <h2>2.0.26</h2> <ul> <li>SFTP: another attempt at speeding up uploads (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1455">#1455</a>)</li> <li>SSH2: try logging in with none as an auth method first (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1454">#1454</a>)</li> <li>ASN1: fix for malformed ASN1 strings (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1456">#1456</a>)</li> </ul> <h2>2.0.25</h2> <ul> <li>SFTP: re-add buffering (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1455">#1455</a>)</li> </ul> <h2>2.0.24</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md">phpseclib/phpseclib's changelog</a>.</em></p> <blockquote> <h2>2.0.31 - 2021-04-06</h2> <ul> <li>X509: always parse the first cert of a bundle (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1568">#1568</a>)</li> <li>SSH2: behave like putty with broken publickey auth (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1572">#1572</a>)</li> <li>SSH2: don't close channel on unexpected response to channel request (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1631">#1631</a>)</li> <li>RSA: support keys with PSS algorithm identifier (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1584">#1584</a>)</li> <li>RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)</li> <li>SFTP/Stream: make it so you can write past the end of a file (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1618">#1618</a>)</li> <li>SFTP: fix undefined index notice in stream touch() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1615">#1615</a>)</li> <li>SFTP: digit only filenames were converted to integers by php (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1623">#1623</a>)</li> <li>BigInteger: fix issue with toBits on 32-bit PHP 8 installs</li> <li>Crypt: use a custom error handler for mcrypt to avoid deprecation errors</li> </ul> <h2>2.0.30 - 2020-12-16</h2> <ul> <li>X509: don't attempt to parse multi-cert PEMs (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1542">#1542</a>)</li> <li>SFTP: add stream to get method (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1546">#1546</a>)</li> <li>SFTP: progress callback should report actual downloaded bytes (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1543">#1543</a>)</li> <li>SSH2: end connection faster for algorithm mismatch</li> <li>SSH2: add setKeepAlive() method (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1529">#1529</a>)</li> <li>ANSI: fix PHP8 compatibility issues</li> </ul> <h2>2.0.29 - 2020-09-07</h2> <ul> <li>SFTP: add enableDatePreservation() / disableDatePreservation() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1496">#1496</a>)</li> <li>SFTP: uploads on low speed networks could get in infinite loop (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1507">#1507</a>)</li> <li>SSH2: when building algo list look at if crypto engine is set (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1500">#1500</a>)</li> <li>X509: really looong base64 encoded strings broke extractBER() (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1486">#1486</a>)</li> </ul> <h2>2.0.28 - 2020-07-08</h2> <ul> <li>SFTP: realpath('') produced an error (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1474">#1474</a>)</li> <li>SFTP: if /path/to/file is a file then /path/to/file/whatever errors (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1475">#1475</a>)</li> <li>SFTP: speed up uploads (by changing SFTP upload packet size from 4KB to 32KB)</li> <li>ANSI: fix "Number of elements can't be negative" error</li> </ul> <h2>2.0.27 - 2020-05-22</h2> <ul> <li>SFTP: another attempt at speeding up uploads (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1455">#1455</a>)</li> <li>SSH2: try logging in with none as an auth method first (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1454">#1454</a>)</li> <li>ASN1: fix for malformed ASN1 strings (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1456">#1456</a>)</li> </ul> <h2>2.0.26 - 2020-03-22</h2> <ul> <li>SFTP: another attempt at speeding up uploads (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1455">#1455</a>)</li> <li>SSH2: try logging in with none as an auth method first (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1454">#1454</a>)</li> <li>ASN1: fix for malformed ASN1 strings (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1456">#1456</a>)</li> </ul> <h2>2.0.25 - 2020-02-25</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpseclib/phpseclib/commit/233a920cb38636a43b18d428f9a8db1f0a1a08f4"><code>233a920</code></a> CHANGELOG: add 2.0.31 release</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/364704a9390f0fa560ecdec548fb42a4339aec8b"><code>364704a</code></a> Merge branch '1.0' into 2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/05550b9c490bf342bce66de75d127d2f75c48bdd"><code>05550b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1635">#1635</a> from terrafrost/moosa-1.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/f95b039d08d637291c6774d282805d273c505d85"><code>f95b039</code></a> Merge branch 'moosa-1.0' into moosa-2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/149b4d213131d4d453fe190700a4ecc3d09de9cc"><code>149b4d2</code></a> RSA: fix for PHP8</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/74435e1b801e50fe5df5238f23928d87a4ff2134"><code>74435e1</code></a> Merge branch 'moosa-1.0' into moosa-2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/8af4280bdebf77b87b558510c925794380b84d16"><code>8af4280</code></a> RSA: misc fixes for 'without NULL' PKCS1 signature validation</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/d70abb929005b419cd911cfd45738c2a1bfd6f50"><code>d70abb9</code></a> fix broken unit test</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/43eeb853f1978cc5135b6c49faef0ea9b10c2c1e"><code>43eeb85</code></a> Merge branch 'moosa-1.0' into moosa-2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/581fbdb67195c1a578e21b497973e6a0e4168b15"><code>581fbdb</code></a> CS adjustments</li> <li>Additional commits viewable in <a href="https://github.com/phpseclib/phpseclib/compare/2.0.7...2.0.31">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 2 months
startedBrunoDeBarros/git-deploy-php
started time in 3 months