rugk

Results 1590 comments of rugk

> I read about some bug that load two times files or paste. Hmm? Are you able to find that again? Generally, I'd say no, it is not? Because you...

> What I see is that if I am not authenticated and upload a large file size like 50 MB the system start to upload than after uploaded ask me...

Well… PHP v7.2 will be at the [end of life](https://www.php.net/supported-versions.php) in Jan 2021, anyway. So hmm… dunno.

So in the docker [we already use PHP 8.0](https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/ea2e42977c7bcaef08a40dc41580c21fe5fcc314/Dockerfile#L3), so what's still missing here? I noticed, we should really include it in our test CI, taht is one big point:...

Ah okay, it was backwards-compatibility, I see. Though Debian 9 is only supported as an LTS/"Stretch" version until [June 2022](https://wiki.debian.org/LTS), so AFAIK we can soonish upgrade. Especially https://github.com/PrivateBin/docker-nginx-fpm-alpine/issues/73 may be...

Hmm, does not really sound like a good thing IMHO and goes against the git-intended development workflow. Then rather periodically merge master into php8, so that is also tested and...

> It already is, but of course it will only run when changes get pushed into that branch. As a maintainer, you can manually re-run the checks on the last...

So **finally it works** and our PHP8 branch is now **automatically kept up-to-date with the current master**. Here is the PHP8 branch: https://github.com/PrivateBin/PrivateBin/tree/php8 The commits also show in ticks what...

> I couldn't find anything in the docs either, but we could of course append a matrix task after the merge&push of the php8 branch (for php 8.0, 8.1, ......

Hi and thanks for the suggestion. Generally, this could be a neat UX/security feature as suggesting strong passwords may be a good thing as humans are bad at that in...