Bug 35837

Summary: Add a fully fledged plugin store to Koha
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: In Discussion --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew.auld, brendan, dcook, jake.deery, jonathan.druart, katrin.fischer, koha, kyle, martin.renvoize, matt.blenkinsop, paul.derscheid, pedro.amorim, tomascohen, victor
Version: Main   
Hardware: All   
OS: All   
URL: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35837#c2
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Martin Renvoize (ashimema) 2024-01-18 15:31:23 UTC
HEA hasn't seen much love of late.. it would be great to send back statistics on plugins used in an installation.
Comment 1 Martin Renvoize (ashimema) 2024-07-25 05:48:26 UTC
This likely makes more sense as part of the upcoming plugin store that's been proposed
Comment 2 Pedro Amorim 2024-11-05 16:31:05 UTC
Hi all, updating this bug to plugin store and setting "In Discussion" for now as the project is currently an MVP and testers/discussion would be great.

The store repo:
https://github.com/PTFS-Europe/koha-plugin-store

The koha client branch:
https://github.com/PTFS-Europe/koha/commits/plugin_store/

We're currently hosting a dev environment for the store at:
https://plugin-store.koha-ptfs.co.uk/

If you check out the Koha client branch above you should be able to test, or reach out if you're finding it hard or want to add to the discussion.
Comment 3 David Cook 2024-12-09 01:05:44 UTC
One question... why does the test environment show Email and Password in the Users List to anonymous users?
Comment 4 Pedro Amorim 2024-12-09 10:34:05 UTC
(In reply to David Cook from comment #3)
> One question... why does the test environment show Email and Password in the
> Users List to anonymous users?

Dev work leftovers. Its initial purpose was to make it obvious that passwords are not stored in plain text.
Users are not planned to be listed to others.