| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
allows for video-based posts to be created by using youtube-dl
on the server. Access is controlled with the 'uploads:use_downloader'
permission.
|
|
|
|
|
|
|
|
* Users are only authenticated against their password on login,
and to retrieve a token
* Passwords are wiped from the GUI frontend and cookies
after login and token retrieval
* Tokens are revoked at the end of the session/logout
* If the user chooses the "remember me" option,
the token is stored in the cookie
* Tokens correctly delete themselves on logout
* Tokens can expire at user-specified date
* Tokens have their last usage time
* Tokens can have user defined descriptions
* Users can manage login tokens in their account settings
|
|
|
|
|
|
|
|
|
|
|
|
Done so far
Basic backend skeleton
- technology choices
- database migration outline
- basic self hosting facade
- basic REST outline
- proof of concept for auth and privileges
Basic frontend skeleton
- technology choices
- pretty robust frontend compilation
- top navigation
- proof of concept for registration form
|