@frissdiegurke said:
As plugin I'd like to be able to either get a list of activated plugins (maybe also version) or to send a request whether there is an activated plugin of given name (If you're aware of security issues )
I think you can call Plugins.isActive to see if a specific plugin is activated. Otherwise you can query db.getSetMembers('plugins:active', callback) for the actual list
@zenkamal ha, thanks, only one or two small issues I had to worry about, nothing too major.
I got to the point where I could either wait a bit longer, or just get the transfer done, so I voted just do it and deal with any issues after.
Few things to mention.
I believe NodeBB should return a generic error message such as "Email or Password is incorrect".
Is it also possible to restrict guests from viewing the Users page/list?
Also, is there an option to enable email login only? I think this would add a layer of a security as an outside(or inside) attacker can't easily guess user emails.
This is obviously for those of us that are extra paranoid. Any thoughts?
@Giorgio-Chiodi at the moment, the Pushbullet API is not mature enough to allow pushes to NodeBB... But it will be, soon!
However, this brings up the problem of which category to push to...
Why do you need to transfer ownership? De-list the broken plugin so it doesn't show up for new users anymore and put in a replacement with a different name, or put the options into the core nodebb functionality (which is honestly where this kind of thing should be). this is negatively impacting first-use impressions for me.
Edit: Also the readme is incorrect on the repo you linked. It's still stating to npm install from your personal repository not the nodebb one.
I know it is blasphemy to reply/reopen an old thread, but I think I have some sort of workaround for this. Say that per-category header warning message is 1) not going to be as native functionality, or 2) still waiting for plugin for that, I think a pinned thread atop all threads would suffice.
@nik said:
Mobile view - this needs major rework and a dedicated mobile theme. Right now it's practically unusable to type as the keyboard is taking up 95% of the composer box. The voting buttons are too small and things basically don't look right for anything but browsing. Other buttons to attach pics are equally too small. Needs mobile specific features like 'take a pic'.
The composer in mobile view is a serious issue, it's barely usable in the current form. Just a pair of lines show up, depending on the screen size. Isn't there a way to fill the screen with the text area without resizing it when popping out the keyboard?
Geotagging is also very cool and innovative. I see a lot of uses for it, think about combining it with an event plugin.