updated ToDo list, added a message to my fellow devs
parent
6e1d7ebc12
commit
7450001815
21
README.md
21
README.md
|
@ -1,6 +1,8 @@
|
|||
# Git based automatic web deployment system
|
||||
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
|
||||
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)
|
||||
|
@ -35,22 +37,23 @@ Looks quite empty at this point
|
|||
}
|
||||
|
||||
## TODO:
|
||||
* add `private public visible` to `boards`
|
||||
* cookie policy and eula
|
||||
* make text replacement tool file based
|
||||
* signup redirect: add check for existing users
|
||||
* signup redirect: return redirect header, change index to php for handling highlighting of affected boxes
|
||||
* userhome: setting for users that use VPNs/Proxies
|
||||
* signup redirect: return redirect header, handling highlighting of affected boxes
|
||||
* userhome: setting for users that use VPNs/Proxies (because IP duh)
|
||||
* 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
|
||||
* email verification
|
||||
* Navbar build script (navbar.php → variable_grabbler.passX.json)
|
||||
* 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
|
||||
* make logout function a variable
|
||||
* 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
|
||||
* add a table for posts/threads
|
||||
* add a feed of some sort
|
||||
* direct msg
|
||||
* connect thread tables to PHP
|
||||
* replacement variable for PDO
|
||||
* variable arguments
|
||||
* Groups
|
Loading…
Reference in New Issue