-
I want to use ldap to log into Apostrophe, and have tried [passport-ldapauth](https://www.npmjs.com/package/passport-ldapauth). But I found that there seems only to be support for passport strategies …
-
I noticed [there's a hard-coded API key](https://github.com/apostrophecms-legacy/apostrophe-map/blob/master/public/js/content.js#L60) for the client-side map production. There's not an indication of w…
-
I still can't believe that a **great CMS** like ImpressPages with such a **good, solid concept** is no longer being developed ...
I have evaluated dozens of other solutions and I have not seen a co…
-
splitHtml('<p>1<hr>2</p>', 'hr') failed with error: Syntax error, unrecognized expression: 1<p></p>
-
I always end up with such saved code when pasting text in the pell Wysiwyg editor.
```
Sed interdum turpis a arcu cursus ultricies. Ut nec augue interdum, tempor tortor id, rhoncus ipsum. Donec vi…
-
## To Reproduce
Add a field with name `archived` to a piece scheme and try to create new piece of this type.
## Expected behavior
Apostrophe should crash with a relevant message explaining this n…
-
Nothing works
failing with s3 response error **AccessDenied: Access Denied**
-
I know the cli is not the recommended way to running apostrophe tasks, but since it's a documented feature I thought I would log this issue. I tried to run `apostrophe apostrophe-users:add admin admin…
-
I'm sanitizing SEO tags, and want to only allow meta tags.
So I use these options
```js
{
allowedTags: ['meta'],
allowedAttributes: {
meta: ['*']
},
}
```
This prevents all o…
-
## Describe the bug
1. The task `node app @apostrophecms/search:index` fails with `TypeError: self.indexDoc is not a function`
2. Pieces types are not registered programmatically as stated [in the s…