zertrin
zertrin
After reading the previous issue, I did as suggested a google search and found this https://forum.syncthing.net/t/v0-8-10-ignore-permissions/263 This information ought to be available in the docs IMHO.
@marcellovirzi nothing really funny about it, this extension is completely abandoned by the anaconda team. No commit since July 2017...
Hi @stuartlangridge, I have already submitted a pull request #67 that fixes issue #62. This issue is a duplicate and can be closed ;)
I have exactly the same problem, unable to set up tweetnest because it doesn't want to sign in with twitter... There is nothing in the logs (either Apache nor in...
Well there is nothing in `inc/config.php` because the problem occurs during the initial `setup.php` **before** `inc/config.php` is even written to. I'm sure if I edited `inc/config.php` manually it would work,...
Some more hints: Adding `` just after the `` tag in `setup.php`, filling the form with all needed information and pressing the _Sign in with Twitter_ button results in the...
I believe this has to do with this line: https://github.com/graulund/tweetnest/blame/master/setup.php#L671 `echo '';` Even if the name of this input is `redirect`, when submitted the browser sets the variables `redirect_x` and...
I understand why the database is like it is today. However I also think that is not a really great choice. I don't know for sure that the fact that...
:+1: the main problem being that some retweets gets truncated when the whole space of 140 chars was used in the original tweet. Some examples: http://tweets.zertrin.org/347483701988429826/ http://tweets.zertrin.org/334052436585086976/
> Oh, I didnt notice... > So here it is again: > `Require expr %{REQUEST_URI} =~ m#^/NameOfTheSubdirectoryYouAreUsing/api/.*# && %{HTTP:Authorization} =~ m#^Bearer .*#` Could you explain what does it do /...