digital-dreamer

Results 6 comments of digital-dreamer

The cause was a misbehaving jQuery selector. I didn't expect that shared posts have a different CSS structure (2 .muted class elements), so I didn't think of testing them separately....

Removing buttons wouldn't be effective, because attacker could still issue the command to the server manually. Instead, I've blocked all these calls in the core (in public server mode). The...

Exactly, you would have to SSH to your machine and kill the process manually. It is easy to display the "action is forbidden" message, we can do it, but normal...

GNU Autotools are not installed on your system. And there may be other missing dependencies. To solve them, use this command. It will install all dependencies on Linux Mint: `sudo...

OK, let's install it explicitly: `sudo apt-get install automake`

You're welcome :-) Maybe we should write these one-line dependency install commands for all major Linux distros, and add them to the installation guide to simplify it for future users....