wink icon indicating copy to clipboard operation
wink copied to clipboard

A Laravel-based publishing platform

Results 71 wink issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies
javascript

Users must have role and permission assignments You can use this package for this https://github.com/spatie/laravel-permission

Hello, The compiled `wink/public/app.js` is using `new Function()` which seems to be prohibited by the CSP `script-src` _(see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src) & [Google](https://developers.google.com/web/fundamentals/security/csp?utm_source=devtools#eval_too))_ Here is where it happens (line 14567) ```js function...

If `WINK_PATH` is set to `/` in `app/wink.php` here: `'path' => env('WINK_PATH', '/')` Following are the issues: 1. Login form when submitted ends up in an error (`This page isn't...

Currently, there is no way to configure markdown parsing. This can prove to be a problem when you want to add extensions or custom settings to markdown parsing. With this...

I want detailed information about how to use this application

`Updated Invalid date — Created Invalid date` This is due to the new timestamp formats I'd guess. ![wink](https://user-images.githubusercontent.com/47095624/120869250-036feb80-c564-11eb-8cef-01b5fea5e697.png)

This would be great if they added feature that would automatically delete the attach image when the post is deleted.

Hi, I came across this wonderful package and I will like to integrate it into my Laravel application. I have a multi-user Laravel blog application, Just like medium, users are...