Subversion Repositories oidplus

Rev

Rev 988 | Rev 1006 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 988 Rev 1000
Line 52... Line 52...
52
- Admin plugin "Attachments" with following functionalities:
52
- Admin plugin "Attachments" with following functionalities:
53
	* Show every object and its attachments, so that the admin knows what's going on
53
	* Show every object and its attachments, so that the admin knows what's going on
54
	  (Alternatively they can just look in the userdata directory using FTP)
54
	  (Alternatively they can just look in the userdata directory using FTP)
55
	* Give the ability to enable/disable RA uploading/deleting
55
	* Give the ability to enable/disable RA uploading/deleting
56
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
56
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
-
 
57
- "Notifications plugin"
57
- Make a plugin that shows warnings from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
58
	OK:      Make a plugin that shows warnings from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
58
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
59
	Not yet: But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
59
	And what can we do with checks that need a long time to compute?
-
 
60
	Also offer VNag?
60
	Not yet: Also offer VNag?
61
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
61
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
62
- External Syslog server
62
- External Syslog server
63
 
63
 
64
LDAP / OAUTH
64
LDAP / OAUTH
65
- Implement other OAuth providers?
65
- Implement other OAuth providers?