updated ToDo list, added a message to my fellow devs

master
Jan Danielzick 2020-03-07 18:38:35 +01:00
parent 6e1d7ebc12
commit 7450001815
1 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,8 @@
# Git based automatic web deployment system # Git based automatic web deployment system
This repository will be automagically pulled by the web server each time something is pushed by a user. This repository will be automagically pulled by the web server each time something is pushed by a user.
**Dear Developers**, Please use the ToDo list below. You do not need need to create your own lists. **Thank you.**
## Symlinks ## Symlinks
The following files and directories are linked to areas where they can be accessed by the web server: The following files and directories are linked to areas where they can be accessed by the web server:
* `index.html` → `*/common/index.html` (http redirect) * `index.html` → `*/common/index.html` (http redirect)
@ -35,22 +37,23 @@ Looks quite empty at this point
} }
## TODO: ## TODO:
* add `private public visible` to `boards`
* cookie policy and eula * cookie policy and eula
* make text replacement tool file based
* signup redirect: add check for existing users * signup redirect: add check for existing users
* signup redirect: return redirect header, change index to php for handling highlighting of affected boxes * signup redirect: return redirect header, handling highlighting of affected boxes
* userhome: setting for users that use VPNs/Proxies * userhome: setting for users that use VPNs/Proxies (because IP duh)
* frontend: dropdown menus? * frontend: dropdown menus?
* internal status site: add fail2ban status * internal status site: add fail2ban status ← how?
* add reverse proxy or similar to admin tools to a user account locked external page * add reverse proxy or similar to admin tools to a user account locked external page
* email verification * email verification
* Navbar build script (navbar.php → variable_grabbler.passX.json)
* recruit some people * recruit some people
* separate home and my feed in %NAVBAR% (or redirect seemlessly) * redirect back to login if user tries to acces restricted content without being logged in
* allow caching of *some* files * allow caching of *some* files
* make logout function a variable
* put the profile and logout links in a dropdown menu * put the profile and logout links in a dropdown menu
* remove unused symbolic links from the server directory
* change cookie storage to either an encrypted cookie or a database * change cookie storage to either an encrypted cookie or a database
* add a table for posts/threads * add a feed of some sort
* add a feed of some sort * direct msg
* connect thread tables to PHP
* replacement variable for PDO
* variable arguments
* Groups