summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-10-12Get rid of Docker artifactsHEADmasterJakob L. Kreuze
2023-08-17doc: update for yt-dlpZak B. Elep
2022-03-30doc: fix external link in README.mdMaksymilian Babarowski
2020-06-05doc: clean upShyam Sunder
2020-05-04Add pool testsRuin0x11
2020-04-03server/posts/upload: Add youtube-dl functionalityShyam Sunder
allows for video-based posts to be created by using youtube-dl on the server. Access is controlled with the 'uploads:use_downloader' permission.
2019-08-05doc: moved documentation to a seperate folderShyam Sunder
2019-04-21docs: Moved confusing requirements to INSTALL-OLD.mdShyam Sunder
2018-07-25build: add Docker functionality and documentationShyam Sunder
2018-03-25server/auth: add token authenticationReAnzu
* 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
2016-12-26docs: specify expected Python versionrr-
2016-09-08docs/readme: add proper readmerr-
2016-04-17docs/readme: update links to roadmaprr-
2016-04-13docs/readme: update readmerr-
2016-03-31docs: formalize READMErr-
2016-03-27startrr-
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