02 Apr, 2015
1 commit
27 Feb, 2015
1 commit
-
To install: $ sudo ln -s $NOOSFERO/plugins/stoa/script/stoa-auth-server /etc/init.d/ $ sudo update-rc.d stoa-auth-server defaults $ sudo service stoa-auth-server start Of course, the stoa plugin must be enabled and properly configure foo any of this to work. It will run on port 4000, and requests must be made to /, e.g. $ curl -d 'login=USER&password=PASSWORD' http://server:4000/
27 Jul, 2014
1 commit
-
(ActionItem3234)
14 Jun, 2014
2 commits
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
-
attachment_fu doesn't provide #current_data for filesystem types of attachment anymore, so I added the method Image#current_data. Also fixes the column name that contains the tags' count for a sql query.
03 Dec, 2013
1 commit
19 Nov, 2013
3 commits
04 Nov, 2013
2 commits
21 Oct, 2013
2 commits
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
-
(ActionItem2832)
18 Oct, 2013
1 commit
-
* Creates a smart api to define categories of fields. * Inclusion of sensitive and heavy fields categorization * Possibility for creation of custom fields (ActionItem2832)
30 Nov, 2012
1 commit
21 Nov, 2012
2 commits
01 Jun, 2012
1 commit
-
- Translating README file to English - Added config.yml.dist as example
02 Apr, 2012
1 commit
-
(ActionItem2293)
22 Mar, 2012
2 commits
-
(ActionItem2293)