forked from root/threadr.lostcave.ddnss.de
moved ToDo list to the issues section
parent
10a160ca81
commit
348fafbc1b
33
README.md
33
README.md
|
@ -1,7 +1,7 @@
|
||||||
# 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. This will allow others to work on things without collecting all the ToDos first. **Thank you.**
|
**Dear Developers**, ~~please use the ToDo list below~~ please put ToDos on Issues with a *ToDo* label. You do not need need to create your own lists. This will allow others to work on things without collecting all the ToDos first. **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:
|
||||||
|
@ -29,37 +29,6 @@ This section has moved. Look in the files or their documentation below.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO:
|
|
||||||
* cookie policy and ToS
|
|
||||||
* signup redirect: add check for existing users
|
|
||||||
* 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 ← how?
|
|
||||||
* add reverse proxy or similar to admin tools to a user account locked external page
|
|
||||||
* email verification
|
|
||||||
* recruit some people
|
|
||||||
* 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
|
|
||||||
* change cookie storage to either an encrypted cookie or a database
|
|
||||||
* add a feed of some sort
|
|
||||||
* direct msg
|
|
||||||
* connect thread tables to PHP
|
|
||||||
* replacement variable for PDO
|
|
||||||
* variable arguments
|
|
||||||
* Groups
|
|
||||||
* add %EMPTY_NAVBAR% variable for verify-email.php
|
|
||||||
* add %FAVICON% variable
|
|
||||||
* add missing READMEs
|
|
||||||
* escape every user string (after loading from db, before echoing)
|
|
||||||
* make the descriptions of all files more elaborate
|
|
||||||
* list dependencies
|
|
||||||
* list $_GET and $_POST variables, describe their usage
|
|
||||||
* describe what each site does
|
|
||||||
* put ToDos on issues
|
|
||||||
|
|
||||||
# Individual documentation for each file
|
# Individual documentation for each file
|
||||||
### policies [DIR]
|
### policies [DIR]
|
||||||
This folder contains the documents from which our policy pages (privacy policy, TOS, etc) will be built in the future.
|
This folder contains the documents from which our policy pages (privacy policy, TOS, etc) will be built in the future.
|
||||||
|
|
Loading…
Reference in New Issue