25 Mar, 2015
1 commit
19 Aug, 2014
1 commit
-
Our default ssl setup uses a reverse proxy (pound) that treats https connection and passes clean http connections to Noosfero. That way, even using https connections Noosfero will only see http connections. So we can't test if the connection is ssl inside Noosfero.
28 Jul, 2014
1 commit
-
Conflicts: app/views/friends/index.rhtml app/views/invite/_select_address_book.rhtml app/views/invite/select_friends.rhtml app/views/profile/friends.rhtml config/routes.rb plugins/stoa/lib/ext/person.rb test/functional/invite_controller_test.rb test/unit/invite_member_test.rb
25 Jun, 2014
1 commit
-
The user searched shouldn't be a member of the community already, because those are filtered out.
24 Jun, 2014
1 commit
14 Jun, 2014
4 commits
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.
-
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.
-
Authenticate only searches among activated users.
06 Jan, 2014
2 commits
18 Dec, 2013
1 commit
-
Conflicts: test/unit/profile_test.rb
19 Nov, 2013
1 commit
14 Nov, 2013
1 commit
08 Nov, 2013
1 commit
04 Nov, 2013
2 commits
21 Oct, 2013
3 commits
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
-
(ActionItem2832)
-
Also provides hotspot for plugins to add new fields for password recovery (ActionItem2827)
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)
01 Oct, 2013
1 commit
21 Aug, 2013
1 commit
16 Jan, 2013
1 commit
07 Dec, 2012
1 commit
30 Nov, 2012
1 commit
21 Nov, 2012
1 commit
19 Nov, 2012
1 commit
28 Aug, 2012
1 commit
09 Aug, 2012
1 commit
-
…into merge-requests/197 Conflicts: plugins/stoa/test/unit/person_test.rb
31 Jul, 2012
2 commits
25 May, 2012
1 commit
24 May, 2012
2 commits
-
Conflicts: test/functional/account_controller_test.rb
23 May, 2012
1 commit
-
Conflicts: plugins/stoa/lib/stoa_plugin.rb plugins/stoa/public/style.css
16 May, 2012
4 commits
-
This is specially useful in development/test setups where you don't have a working MTA.
-
(ActionItem2345)
-
(ActionItem2345)