QyInvoLing Hello! I'm interested in whether this extension can log the event of user register with Fof doorman's invite code?
clarkwinkelmann QyInvoLing not at the moment, but it's a feature I could add. I see Doorman already logs the invitation code used internally, it can be found in the invite_code column on the users table. I could log it similarly to a first social login (?).
GreXXL clarkwinkelmann Merge and Moderator Warnings are definitely on the shortlist for next update! Is there an ETA for the next version yet? 🙂
clarkwinkelmann GreXXL I haven't started work on it yet but I will try to push an update with this before the end of the year.
clarkwinkelmann Version 1.7.0 - August 8, 2023 Fix for possible MySQL errors if another extension added id or slug columns to intermediate relationship tables. Fix for possible duplicate Nickname change logs if other extensions perform additional database queries during the same lifecycle. [pro only] Log events from FoF Merge Discussions extension. [pro only] Restore 1.5.1 fixes that were accidentally reverted in 1.6.0. Jeff-B fixes your issue GreXXL FoF Merge Discussions is now included
clarkwinkelmann Version 1.6.0 - December 15, 2022 Throw error if MySQL requirements are not met during enable. No longer destroy the logs table when purging migrations to prevent tempering from a hijacked admin account. Add CLI command to destroy the logs table. [pro only] Add CLI command to delete logs older than a specific date or threshold. This command is itself logged as audit_log_cleared. Check https://kilowhat.net/flarum/extensions/audit#remove-extension for information on how to delete the data in versions 1.6 and later. Run php flarum kilowhat:audit:clear --help after updating to get documentation about the new command.
Jeff-B clarkwinkelmann Just a FYI, this extension is throwing an error in the browser dev tools for the mount-redraw.js
clarkwinkelmann Jeff-B can you copy-paste the complete, verbatim error message? And your php flarum info output? Thanks.
Jeff-B clarkwinkelmann From firefox dev: TypeError: n[0] is undefined header AuditPage.ts:17 view ExtensionPage.js:58 e extend.ts:86 s render.js:30 c render.js:155 c render.js:160 c render.js:66 l render.js:50 c render.js:103 c render.js:62 h render.js:487 h render.js:419 p render.js:302 exports render.js:964 s mount-redraw.js:14 m router.js:114 promise callback*t router.js:126 F router.js:95 s render.js:30 exports render.js:971 mount mount-redraw.js:45 y router.js:160 mount Application.tsx:328 mount AdminApplication.tsx:96 boot Application.tsx:299 <anonymous> admin:1276 mount-redraw.js:15:23 s mount-redraw.js:15 m router.js:114 (Async: promise callback) t router.js:126 F router.js:95 s render.js:30 exports render.js:971 mount mount-redraw.js:45 y router.js:160 mount Application.tsx:328 mount AdminApplication.tsx:96 boot Application.tsx:299 <anonymous> admin:1276
Jeff-B Looks like the error is tied to the Asirem theme as the error is gone if I disable that theme.
clarkwinkelmann Jeff-B thanks for the heads-up. I think I accidentally branched off my git history and the bugfixes for that problem from version 1.5.1 have been lost when I released 1.6.0. I'll try to merge the branches back together and release a new version in the coming days.
Lunaci If I buy the premium version, can I use it on more than one website? What is the license based on?
clarkwinkelmann Lunaci you can use the extension on multiple websites, as long as they are operated by the same person/company. If you are setting up forums for clients, you'll need one license per client. See the terms of use on Extiverse https://extiverse.com/terms/premium-extensions
ch8546 I want to ask if the extension works with "matteocontrini/flarum-imgur-upload" I mean image upload logs to imgur, who uploaded and when?
clarkwinkelmann ch8546 not at the moment, but that's an interesting suggestion. I'll add this to my TODO list.
GreXXL clarkwinkelmann Moderator Warnings are definitely on the shortlist for next update! Hey Clark, Merge has already been included - is there any chance that we can see moderator warning also be included in a future version soon? 🙂
clarkwinkelmann Version 1.7.1 - June 11, 2024 Fix tag edit event being generated on every start/reply/delete discussion when askvortsov/flarum-categories extension is active. This release only exists for the pro version. If you have not already updated from Extiverse to Flarum.org premium repository, do that first before updating the extension.