jvelilla
26276dad5d
Added OpenId Module.
...
Better way to present handle authentication strategies in the view using tabs.
2015-06-30 16:54:09 -03:00
jocelyn
e45dac84c8
Removing unused local variables.
...
Fixed .ecf location for cms related libraries.
2015-06-29 18:42:11 +02:00
jocelyn
ebc5924c01
Made CMS_MODULE.name deferred, and implemented by constant so that it can be use as static call.
...
Copied site resources on related module source folder.
Renamed "login" module as "auth" module, and updated related locations and files.
2015-06-29 16:24:17 +02:00
jocelyn
ae9eea99dd
Integrate Authentication modules.
...
Updated code for sql that should not use parameters
to expand :table_name in table name usage,
since Eiffel Store will use quote,
and MySQL does not like them.
Merge remote-tracking branch 'jvelilla/roc_auth_v1' into ewf_v1_mod_env
Conflicts:
examples/demo/demo-safe.ecf
modules/auth/cms_authentication_module.e
2015-06-25 23:20:51 +02:00
jvelilla
e17fc570a1
Updated Demo with the new OAuth20 module
...
Added basic example to extend CMS Authentication using Smarty templates.
2015-06-25 13:20:04 -03:00
jocelyn
ba7ef17d34
Adapted to new layout, with module files inside site/modules/$module_name/...
2015-06-25 17:55:09 +02:00
jvelilla
c8bbac664b
Initial commit, added new module oauth20.
2015-06-25 10:07:06 -03:00
jocelyn
04e98dbb48
Merge remote-tracking branch 'ewf/ewf_v1' into ewf_v1
2015-06-24 18:51:33 +02:00
jocelyn
2886c90782
Moved all location related queries into CMS_API, instead of CMS_SETUP.
...
Note that CMS_SETUP provides locations set by default or from configuration file.
Now theme related resources can be found under site/modules/$mod_name/... or site/themes/$theme/modules/...
so only theme related resources can be overriden for now.
2015-06-24 17:15:05 +02:00
jvelilla
7c0032ada4
Updated CMS:
...
Extract email service as a library.
Updated modules to use the email library.
Fixed compilation issue with database_connection_null.e
2015-06-24 11:17:17 -03:00
jocelyn
0fca03a4d1
Improved Authentication module code.
...
Updated to match recent changes from cypress the OAuth Eiffel library.
2015-06-22 21:47:06 +02:00
jocelyn
2c72fe6738
Renamed login module as auth (authentication) module
2015-06-19 11:48:42 +02:00