Subversion Repositories oidplus

Rev

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

Rev 612 Rev 615
Line 15... Line 15...
15
	* Give the ability to enable/disable RA uploading/deleting
15
	* Give the ability to enable/disable RA uploading/deleting
16
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
16
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
17
- 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.
17
- 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.
18
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
18
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
19
	And what can we do with checks that need a long time to compute?
19
	And what can we do with checks that need a long time to compute?
-
 
20
	Also offer VNag?
20
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
21
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
21
- External Syslog server
22
- External Syslog server
22
 
23
 
23
LDAP / OAUTH
24
LDAP / OAUTH
24
- Implement other OAuth providers?
25
- Implement other OAuth providers?