Dean Jackson
Dean Jackson
> I didn't have to do any additional setup either. I believe Catalina automatically allows binaries you've compiled yourself.
> I installed from sources. Yeah, if you build it yourself, Catalina won't complain. The problem is that it has a nasty habit of simply deleting unsigned binaries you downloaded.
> and unfortunately I don't have any idea where to start to solve this. I was thinking about something like a set of URL rewriting rules, which might help Shiori...
I think this issue is related to the problems described in PR #250. I plan to rejigger the way database IDs are handled in an upcoming update.
Hi @disposedtrolley, thanks for the PR. Looks good. Could you rebase on master/fix the conflicts?
I'm not so sure about the benefit of LDAP auth. It doesn't really strike me as a good fit for a "simple bookmark manager". What's the use case? Regarding the...
> For the use case LDAP is mandatory for me I mean the use case for Shiori users in general.
> I might not be the only user that want to use a bookmark manager in a professional environment with a ldap server or more generally a AD server. You...
Hi @ynsta, thanks for the PR. I'm thinking that the UTF-8 fix should probably be applied globally, i.e. we shouldn't be putting screwed-up data in *any* database, even if MySQL...
> I not yet looked at your changes is this PR useful anymore ? I haven't changed the database code yet. Please see my comments above.