sizzlemctwizzle

Results 21 issues of sizzlemctwizzle

The API would behave similarly to script lists (with sorting, pagination, searching, etc.) but return a JSON array of script attributes instead of an HTML page. The full specification needs...

feature

My haphazard design decisions during initial development combined with the enhancements of @Zren have left the code base full of redundancies and inconsistencies. The current state of the code is...

enhancement
sooner

For some reason the authentication routine is creating duplicate users (can be seen in /admin/user if you have access). I'm pretty sure this bug is due to a recent change...

bug

I wrote [my own](https://github.com/sizzlemctwizzle/Pornstache) Mustache template rendering engine for Node.js awhile back. It is much faster and more memory efficient than [Mu](https://github.com/raycmorgan/Mu). Instead of building a parse tree in memory...

enhancement

We need something like GitHub's Octocat to use as a mascot for the site. My idea is called the Magical Mechanical Userjs Bird (or M2UB). It's based on one of...

enhancement
UI

The flag count would not be reset but instead`content.flagged = false;` (pardon). If the content gets flagged again, it would once again show up for review and possible removal/pardoning.

UI
CODE
feature

People have complained about the flag system not being effective. We can't expect one user: @Martii, who is an admin and shouldn't even be responsible for removing flagged scripts, to...

DB
DOC
CODE
feature

One of the things I've been toying with is the idea of running scripts when they're uploaded inside a sandbox on the server that would replicate the Tampermonkey environment (since...

enhancement
tracking upstream

Discussed in #109. Basically some way to visualize scripts grouped by what site they run on. I have no idea what the UI might be, but it has to look...

enhancement
feature

Currently I use external tools to do direct DB management. I'd like an interface, only available to the root user, that allows querying collections and editing the JSON version of...

enhancement
UI
later
CODE