Josh Marshall
Josh Marshall
Hi I'm using this in my projects and really just need PR #8 merged and a release cut. But doesn't look like anything is happening. Is this project abandoned, or...
If subfolder GET parameter is set when calling /tinymce/plugins/filemanager/dialog.php then it is possible to traverse outside the containing folder by using '/../' in the query. So a web visitor can...
Hi I have a blog post I am trying to get the image. Here is my code: ``` useSchemaOrg([ defineArticle({ image: computed(() => post.value.image.url), description: computed(() => post.value.meta_description), headline: computed(()...
Hi, when changing a column, e.g. a new comment, default value or nullable yes/no we currently have to set all the attributes of the column. Is there a way that...
I have found that having a space then underscore, the regex doesn't see it as invalid. For example `frank [email protected]` is valid according to this library. I note that `frank_...
Adds a feature flag to use datetime on MySQL for addTimestamps() function instead of timestamp. Implements #1635 timestamp columns do not support dates past 2038-01-19 on MySQL
To reduce the space on the server, make it optional to have the borg repositories on another server, accessible by ssh @ramirojoaquin I will work on this and create a...
Implements #10
### Clear and concise description of the problem I have some vitesse projects where there is common code I keep in a separate git repository. So I have that as...
** Background ** I have a mix of local and remote codebases I work on. So some will require the editor link for vscode to use vscode://file/ and some require...