Kai H

Results 37 comments of Kai H

Hi Tore, I agree - that is confusing. I plan on revamping the login system in the near future, possibly using something like https://github.com/go-authboss/authboss that can handle password reset via...

Hi Ozzadar, that (redirecting to /admin/login/) should happen. Is it not working for you? Could you give a little more information (try `curl yourblog.url/admin/`)? :) Thanks

Hi Lafriks, thanks for that suggestion, this should definitely be done.

Good suggestion! Do you want to take it on? I don't think I will get around to it until some time next week.

Hey harveynick, this is a feature every mature CMS should have imo. I'll try to add it with the feature to change publication dates (see #31 ). Great suggestion!

Hi LaPingvino, I'm using Journey on my wheezy stable amd64 server without that problem. Does creating/deleting posts work? Saving the settings, there should be PATCH requests to `http://127.0.0.1:8084/admin/api/blog` and `http://127.0.0.1:8084/admin/api/user`....

Hi LaPingvino, I'm not seeing that when opening http://soneli.ga Did you fix it already? My first guess would be a problem with the jquery file/version that comes with Journey (`built-in/public/jquery/jquery.js`)....

Hi usharf, are you seeing that right after calling `go get github.com/kabukky/journey`? What version of Go are you using?

It could be possible using https://github.com/robertkrimen/otto The execution speed seems to be slower, but JS has a wider reach than Lua. So that would be a good addition. Good idea!

Great :) A function to remove all routes would be good as well.