lukebp

Results 12 issues of lukebp

Closes #1680. This fixes a bug that was preventing sessions from being deleted from the user database. The delete statement arguments were not being passed to the driver properly. This...

This issue will serve as the parent issue for adding user plugins to politeiawww. This work was funded by the [Pi 2021 Q3](https://proposals.decred.org/record/91cfcc8) proposal. ## Proposal Text Politeia is split...

The plugin hooks add plugin specific validation to record submissions and updates. A case that was not considered was if the client provides a valid base64 metadata payload, but that...

bug
blocked

The proposals that were submitted to the git backend are currenlty hosted on `proposals-archive.decred.org`, while all new proposals are hosted on `proposals.decred.org`. This creates a fragmentation that diminishes the ability...

enhancement

There is currently not a testing framework in place that allows plugins to test code paths that call external plugin commands. Example: the pi plugin hooks for new comments rely...

testing

We are currently supporting legacy `www/v1` routes related to proposals, comments, and proposal voting until politeiavoter, dcrdata, and decrediton have migrated to the new API. Once these migrations are complete...

The tstore backend and the plugins currently cache data using the politeiad file system. This was the quick and dirty way to get the tstore changes released, but its not...

Legacy proposal data has been hardcoded into the gui in order to make the transition smoother from the git backend politeia instance to the tstore backend politeia instance. This code...

blocked

The long term goal for Politeia is that it becomes the industry standard for a web app built on the decentralized web tech stack and that it becomes a platform...

feature