Valérianne

Results 52 issues of Valérianne

as said in title

enhancement
security
Backend

card of a viewed profile ![image](https://user-images.githubusercontent.com/8625/78682159-ee5ee480-78ed-11ea-8465-e0df1d3f6fa2.png)

good first issue
Frontend

More tests ! Closes #332

enhancement
Backend

More tests in front and backend are needed.

enhancement
Backend

More testing in frontend needed

enhancement
Frontend

Experimental support in Flask-Security: https://flask-security-too.readthedocs.io/en/stable/features.html#two-factor-authentication-experimental We want support through `google_authenticator` in Flask-Security. Might have issues with the JSON support, and adding more fields to `User` model.

enhancement
Backend

Using postgresql FTS (there is a sqlalchemy lib), should search through Sound and Album, when both `.private == False`. The actual search endpoint is `/api/reel2bits/search?q=`. We should do FTS on...

enhancement
Frontend
Backend

After uploading or deleting tracks, the user object isn't refreshed, the quota won't change or track count, something needs to be done on that side. Two things can be done:...

enhancement
Frontend

If FSConfirmable explodes it should be try/except and return a proper json error to be catched on frontend. Should be fixed in registration endpoint (/api/accounts something something)

bug
good first issue
Backend

Here are my thoughts about moderation. Mostly everything will requires changes in the frontend. Admin-FE already handle a bunch of user moderation things, we need to implement the right API...

help wanted
Frontend
Backend
Admin-FE