Marcel

Results 80 comments of Marcel

Just an idea: Maybe [Symphony's EventDispatcher Component](https://symfony.com/doc/current/components/event_dispatcher.html) could be used to build a plugin system for elabFTW. At the beginning with a very limited scope as described here to implement...

> do you think adding two columns (is_admin, is_owner) to users2teams is a good approach? I'm afraid we might end up having a similar problem like with the type columns...

Oh, I see. All admins will have lock power.

I think most if not all of the requests will be addressed in #3728. Partially this is already implemented with the related links. Related experiments are included in #3728.

I think it should help to set the `SameSite` cookie attribute to `Lax` rather than `Strict`. > With Strict, the cookie is only sent to the site where it originated....

It might be related to https://www.tiny.cloud/docs/plugins/opensource/codesample/#codesample_global_prismjs. So some incompatibility with the tiny built-in prism. Maybe we need to add `codesample_global_prismjs: true` to the returned object in `getTinymceBaseConfig()` in https://github.com/elabftw/elabftw/blob/master/src/ts/tinymce.ts.

Would it be desirable to use the search grammar to find experiments/items that are supposed to be linked?

I was thinking more along the lines of the quick search at the top of the page, so without any additional select elements but having the helpers might be more...

To-Do: - [x] test `bin/console links:sync` with real data

@NicolasCARPi I will try this week.