[Git][noosfero/noosfero][federation] 112 commits: Exposing permission to delete comment

Larissa Reis gitlab at mg.gitlab.com
Wed Aug 10 09:49:01 BRT 2016


Larissa Reis pushed to branch federation at Noosfero / noosfero


Commits:
c58dacfa by Evandro Junior at 2016-07-07T17:09:24-03:00
Exposing permission to delete comment

- - - - -
7b3b7eed by Caio SBA at 2016-07-08T10:24:38-03:00
Recent activities plugin improvements: show author and better display for thumbnails

- - - - -
40105289 by Caio SBA at 2016-07-08T10:29:33-03:00
Fixing identation

- - - - -
46aeed7e by Caio SBA at 2016-07-11T13:29:43-03:00
Merge branch 'master' of https://gitlab.com/noosfero/noosfero into recent-activities-improvements

- - - - -
e6f99d39 by Caio SBA at 2016-07-18T12:19:03-03:00
Ticket #116: Adding more information to the recent activities block

- - - - -
73dc8efa by Caio SBA at 2016-07-18T13:08:31-03:00
Ticket #116: Expose event information in API

- - - - -
dee85e78 by Victor Costa at 2016-07-21T17:29:08-03:00
api: return organization roles

- - - - -
3c7ef3f4 by Leandro Nunes at 2016-07-22T14:22:02+00:00
Merge branch 'api_roles' into 'master'

api: return organization roles



See merge request !983
- - - - -
3e2a483a by Victor Costa at 2016-07-22T13:06:48-03:00
api: put roles endpoint inside profiles resource

- - - - -
dccf72d4 by Victor Costa at 2016-07-22T13:07:27-03:00
api: accept parameters to update a task when accept/reject

- - - - -
19ffa2d9 by Marcelo Júnior at 2016-07-22T17:46:29+00:00
fix sql error when using the pg_search plugin

- - - - -
cb418a44 by Marcelo Júnior at 2016-07-22T21:08:03+00:00
add functional test

- - - - -
7da2070a by Marcelo Júnior at 2016-07-22T21:13:24+00:00
rename test

- - - - -
020591c2 by Leandro Nunes at 2016-07-22T21:27:33+00:00
Merge branch 'api_task_param' into 'master'

api: accept parameters to update a task when accept/reject



See merge request !984
- - - - -
ae539552 by Leandro Nunes dos Santos at 2016-07-22T18:35:50-03:00
show scrap in profile activities endpoint

- - - - -
f861ffd8 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Adding elasticsearch plugin.

Create elasticsearch structure
Index models for elasticsearch
Adding category search filter
Make query generic
Add README.md for elasticsearch plugin
Start tests with rspec for elasticsearch
Applyng filtering by type on articles
Adding visible filter

Signed-off-by: Lucas Moura <lucas.moura128 at gmail.com>
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>
Signed-off-by: Daniel Henrique <danielhmarinho at gmail.com>

- - - - -
b2ee20a1 by Joenio Costa at 2016-07-25T11:02:28-03:00
Elasticsearch: Refactored plugin structure.

Rakefile to download and install elasticsearch
Adding rubygems.org as source for Gemfile
Removing trailing whitespace
Updating install instructions
Elasticsearch depends on openjdk-7-jdk

- - - - -
af8e20d4 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Changed models and adding tests

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
002cf525 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Extract load_models to ext

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
b614d155 by Joenio Costa at 2016-07-25T11:02:28-03:00
Elasticsearch: Refactored models

redirect index -> search action
removing models extensions that are removed from core
renaming elasticsearch helper to a better name (now, working as well)
model extensions working with the new helper name
check :weight exists
refactoring models extensions

- - - - -
ea2a87c6 by Daniel Henrique at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding searchable models

Adding community.rb and fixing searchable_fields
Adding regex filter
Add person & gallery to allow search on those models
Show all results when query is empty

Signed-off-by: Daniel Henrique <danielhmarinho at gmail.com>
Signed-off-by: David Carlos <ddavidcarlos1392 at gmail.com>

- - - - -
1271a8ab by Daniel Henrique at 2016-07-25T11:02:28-03:00
Elasticsearch: Removing gallery from view

Signed-off-by: Daniel Henrique <danielhmarinho at gmail.com>
Signed-off-by: David Carlos <ddavidcarlos1392 at gmail.com>

- - - - -
73cbed60 by Daniela Soares Feitosa at 2016-07-25T11:02:28-03:00
Elasticsearch: defines models that will be indexed

* Person
* Community
* TextArticle
* Event
* UploadedFile

- - - - -
5007c970 by ArthurJahn at 2016-07-25T11:02:28-03:00
Elasticsearch: fixes for search mapping

- - - - -
3509f25c by Daniel Henrique at 2016-07-25T11:02:28-03:00
Elasticsearch: Removing spec to change tests

- - - - -
90c16599 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding style to views

Create initial style of elasticsearch, and refectored html
Changes style of elasticsearch plugin, add variable to store search types.
Adds style for communities partial.
Adds person partial style
Adding event to models and adding styles
Refactored search controller and view
  - Changed search-form to use get instead of post
  - Uses search method directly in models
  - Refactored process results
  - Adding pagination
Removed hardcode name from community view

Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
de641fe3 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding initial test

Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
79fc2f28 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Fixed elasticsearch service install

Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
9353f9f0 by ArthurJahn at 2016-07-25T11:02:28-03:00
Elasticsearch: tests for models indexed fields

Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>
Signed-off-by: DylanGuedes <djmgguedes at gmail.com>

- - - - -
72f0eaa0 by David Carlos at 2016-07-25T11:02:28-03:00
Elasticsearch: Redirect search query

- - - - -
ce12728f by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Removed cluster from tests

Signed-off-by: Dylan Guedes <djmgguedes at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
b4818910 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Fixed view to use query

Signed-off-by: Dylan Guedes <djmgguedes at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
572f99a7 by David Carlos at 2016-07-25T11:02:28-03:00
Elasticsearch: Test redirect to elasticsearch

- - - - -
4ae80bab by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding tests

Adding tests to elasticsearch controller
Adding ElasticsearchTestHelper
Fixed model tests
Adding tests and refactored control_fields indexed

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
b8e774f1 by DylanGuedes at 2016-07-25T11:02:28-03:00
Elasticsearch: Fixed views and translations

Fixes minor bugs in style, adds link-to to search results, and translations

- - - - -
e064f1e0 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding end point to API

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
a82bdd13 by Macartur Sousa at 2016-07-25T11:02:28-03:00
ELasticsearch: Refacted elasticsearch controller

Adding Elasticsearch_helper

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
220a5f3e by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Refactored controller and api

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2 at gmail.com>

- - - - -
b101aa2a by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Fixed elasticsearch tests

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
388eb585 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Adding views

Adding views to uploaded_files and text_articles

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
873bf3f0 by Macartur Sousa at 2016-07-25T11:02:28-03:00
Elasticsearch: Updated readme

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
f1587a22 by Leandro Nunes dos Santos at 2016-07-25T13:40:15-03:00
make assert_equivalent error message more meaningful

- - - - -
8e1ebf5b by Leandro Nunes dos Santos at 2016-07-25T13:40:51-03:00
adding more unit tests for activities api endpoint

- - - - -
67d0efad by David Carlos at 2016-07-25T15:13:29-03:00
Elasticsearch: Adding sort and some fixings

* Sort documents by name
* Adds lexical sort for searchs without expression
* Sort by name.raw instead of name
* Indexes models by raw nested in name, remove suggests
* Fixes tests and alphabetical ordering
* Adds created at as a type of sort
* Fixing search using sort by
* Fixed Sort by to receive filter param
* Fixed noosfero to be support noosfero links
* Fixed text_articles and upload_files extensions
* Fixed api tests
* Refactored elasticsearch_plugin and elasticsearch_api
* Fixed to use partial query
* Fixed sort and query_string

Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>
Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>
Signed-off-by: David Carlos <ddavidcarlos1392 at gmail.com>

- - - - -
0d34e77c by ArthurJahn at 2016-07-25T15:13:35-03:00
Elasticsearch: view enhancement

related to #362 - fixes for search view
makes css rules more specific

Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>
Signed-off-by: Daniel Henrique <danielhmarinho at gmail.com>

- - - - -
d601d54c by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Adding filter

* Filter by environment
* Filter by visible community

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
7a9a3db4 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Altering filter structure

Adding nested query:
  * NestedEnvironment
  * NestedProfile
Adding bool query:
  * should
  * must
  * must_not

Moved elasticsearch_indexed_model to helpers folder

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
e4628511 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Adding dynamic sort

* Adding more_popular and more_active to Community and Person
* Fixed Api to support dynamic filter

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
b51e95f0 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: refacted sort by

* Changed name from helpers to display sort_types
* Adding dynamic sort to text_article
* indexed category_ids to be used after

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
2aa4656e by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Fixed filter using :all as type

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
625d8f63 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Fixed test

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
aec2d253 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: removed flex from person itens

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>
Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>

- - - - -
1ff43b06 by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Refactored structure and tests

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
174fea9a by Macartur Sousa at 2016-07-25T15:13:36-03:00
Elasticsearch: Adding tests

* Adding unit tests for sort
* Adding private itens to be filtered into tests
* Adding filter tests to api

Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>

- - - - -
cebb76c4 by DylanGuedes at 2016-07-25T15:13:36-03:00
Elasticsearch: Fixes categories

* Adding method categories_data to return a json with categories list
* Adds category params to controller
* Adds dynamic categories via javascript url
* Merges test changes from filter branch
* Fixes plugin javascript to use & in regex and uses categories

Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur de Sousa <macartur.sc at gmail.com>

- - - - -
1110c012 by DylanGuedes at 2016-07-25T15:13:37-03:00
Elasticsearch: Adds tests for the category

* Adds filter tests for controller
* Adds categories tests for the api

Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur de Sousa <macartur.sc at gmail.com>

- - - - -
59364b6f by DylanGuedes at 2016-07-25T15:13:37-03:00
Elasticsearch: Fixed categories updates and views

* Adds dynamic rendering of javascript helper
* Adding partial renders to update links and input text

Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur de Sousa <macartur.sc at gmail.com>

- - - - -
955f8e1a by Daniela Feitosa at 2016-07-25T18:18:29+00:00
Merge branch 'recent-activities-improvements' into 'master'

Recent activities plugin improvements: show author and better display for thumbnails



See merge request !975
- - - - -
988d1e61 by Rodrigo Souto at 2016-07-25T16:07:44-03:00
private-scraps: send scrap only to marked people

(cherry picked from commit fca616032cf3c305806a8a121639ea6dcb90fd93)

- - - - -
c5f44fc6 by Joenio Costa at 2016-07-25T17:18:45-03:00
Merge branch 'master' into private-scraps-rebase

- - - - -
c70ae1ba by Caio SBA at 2016-07-25T19:19:36-03:00
Ticket #118: Adding a profile_images plugin that adds a block that exposes the images inside the profile

Signed-off-by: Daniela Soares Feitosa <danielafeitosa at colivre.coop.br>

See merge request !988

- - - - -
e30dab14 by Leandro Nunes dos Santos at 2016-07-26T10:56:20-03:00
should limit the number of activities returned by activities endpoint

- - - - -
9c98bcab by Leandro Nunes dos Santos at 2016-07-26T12:12:15-03:00
fix variable name

- - - - -
d86bcb8f by Victor Costa at 2016-07-26T16:57:06+00:00
Merge branch 'show_scrap_activity' into 'master'

Show scrap activity

Today an scrap activity crash /activities api endpoint

See merge request !986
- - - - -
4c3699b7 by Leandro Nunes dos Santos at 2016-07-26T14:18:58-03:00
should not return duplicated value in community list

- - - - -
ba10c953 by Leandro Nunes at 2016-07-26T18:09:53+00:00
Merge branch 'pg_search_fix' into 'master'

fix sql error when using the pg_search plugin



See merge request !985
- - - - -
b475fd6a by Leandro Nunes dos Santos at 2016-07-26T15:30:40-03:00
consider local time zone in tests

- - - - -
a2bdbbc6 by Leandro Nunes dos Santos at 2016-07-26T15:31:04-03:00
Merge branch 'master' of gitlab.com:noosfero/noosfero

- - - - -
064df3e0 by Joenio Costa at 2016-07-26T21:24:48-03:00
private-scrap: fix functional test

- - - - -
8b7475ad by Leandro Nunes dos Santos at 2016-07-27T08:58:19-03:00
considering timezone in api time filters

- - - - -
669bea95 by Daniela Soares Feitosa at 2016-07-27T11:51:45-03:00
new_password: rescue exceptions on api requests

- - - - -
c1007e42 by Victor Costa at 2016-07-27T17:59:36-03:00
oauth_client: use options stored in provider

- - - - -
4652d202 by Victor Costa at 2016-07-27T18:36:07-03:00
oauth_provider: upgrade to doorkeper 3.1.0

- - - - -
775ee2a5 by Leandro Nunes dos Santos at 2016-07-28T07:58:32-03:00
should return nil if there is no article in profile path

- - - - -
c61cef1f by Victor Costa at 2016-07-28T14:50:06+00:00
Merge branch 'api_new_password' into 'master'

new_password: rescue exceptions on api requests



See merge request !989
- - - - -
7836ee6e by Leandro Nunes at 2016-07-28T15:40:27+00:00
Merge branch 'fix_oauth' into 'master'

Fix oauth_client and oauth_provider



See merge request !990
- - - - -
1af52164 by Leandro Nunes at 2016-07-29T21:47:06+00:00
Merge branch 'comments_permissions' into 'master'

Exposing permission to delete comment

Exposing permission to delete comments in the API

See merge request !991
- - - - -
5b9200ed by Leandro Nunes dos Santos at 2016-07-29T19:15:02-03:00
force whenever version

- - - - -
4a9f3410 by Braulio Bhavamitra at 2016-07-30T08:07:50-03:00
cms/edit: format tag list properly for inputosaurus

- - - - -
a8aa9c11 by Macartur Sousa at 2016-08-01T09:20:48-03:00
Elasticsearch: Adding fixes

* Adding translations
* fixes hardcore code in view
* Removed unused methods
* Fixes unit tests
* Fixes categories.js
* Add jstree to search categories
* Fixed style and array.total
* Fixes page number on params change
* Removed filter for admin

Signed-off-by: DylanGuedes <djmgguedes at gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc at gmail.com>
Signed-off-by: Arthur Jahn <stutrzbecher at gmail.com>

- - - - -
1253d22d by Victor Costa at 2016-08-01T10:16:32-03:00
Fix template params leak in mail with template

Closes #210

- - - - -
a0194228 by Leandro Nunes dos Santos at 2016-08-01T10:36:35-03:00
should not escape html of body_ending hotspot

- - - - -
e1cb8ef0 by Victor Costa at 2016-08-01T14:03:59+00:00
Merge branch 'fix_template_leak' into 'master'

Fix template params leak in mail with template

Closes #210

See merge request !992
- - - - -
61687fd1 by Larissa Reis at 2016-08-01T12:06:46-03:00
private-scraps: Remove commented out code

We don't mark people on organization's walls so I'm removing the
commented out TODO and condition.

- - - - -
6518bcdd by Leandro Nunes dos Santos at 2016-08-01T13:05:45-03:00
should not escape html code of terms of use in account registration

- - - - -
1d932cf7 by Leandro Nunes dos Santos at 2016-08-01T13:06:04-03:00
Merge branch 'master' of gitlab.com:noosfero/noosfero

- - - - -
bf629244 by Marcos Ronaldo at 2016-08-01T16:03:40-03:00
organization_ratings: fixes for empty body

- - - - -
a3fb6283 by Joenio Costa at 2016-08-01T19:12:22+00:00
Merge branch 'organization_rating_fix' into 'master'

organization_ratings: fixes for empty body



See merge request !994
- - - - -
957db004 by Leandro Nunes dos Santos at 2016-08-02T09:08:12-03:00
refactoring visible for person query

- - - - -
b904d553 by Leandro Nunes at 2016-08-02T13:05:22+00:00
Merge branch 'refatoring_visible_for_person' into 'master'

refactoring visible for person query

transform visible_for_person in named scope and make some changes on generated query

See merge request !995
- - - - -
cef35259 by Braulio Bhavamitra at 2016-08-02T18:23:20-03:00
Add basic support for specs

- - - - -
172b3c93 by Leandro Nunes dos Santos at 2016-08-03T08:11:28-03:00
allow change profile image in profile api endpoint

- - - - -
841f32a9 by Victor Costa at 2016-08-03T13:53:59+00:00
Merge branch 'allow_change_profile_image' into 'master'

Allow change profile image in profile api endpoint



See merge request !996
- - - - -
2276f138 by Leandro Nunes dos Santos at 2016-08-04T14:31:48-03:00
CommunityTrack: avoid html parse in body and lead tracks and steps

- - - - -
7faaddca by Victor Costa at 2016-08-04T15:44:26-03:00
Fix task list in profile editor controller

- - - - -
0595bfe6 by Victor Costa at 2016-08-04T16:05:11-03:00
Limit task list in profile editor

- - - - -
c40bc786 by Victor Costa at 2016-08-04T16:23:07-03:00
Not escape html in terms of use

- - - - -
f16ec7f4 by Victor Costa at 2016-08-04T16:55:55-03:00
Not escape html in people suggestions

- - - - -
02903b02 by Leandro Nunes at 2016-08-04T20:06:53+00:00
Merge branch 'fix_task_list' into 'master'

Limit task list in profile editor



See merge request !998
- - - - -
36202783 by Leandro Nunes dos Santos at 2016-08-04T18:28:50-03:00
avoid pg search plugin to broke invite members

- - - - -
66edd24f by Leandro Nunes dos Santos at 2016-08-04T19:23:27-03:00
remove unecessary assertions

- - - - -
038c04ea by Leandro Nunes at 2016-08-04T22:24:04+00:00
Merge branch 'fix_invite_friend_to_community' into 'master'

avoid pg search plugin to broke invite members



See merge request !999
- - - - -
6e1240a6 by Tallys Martins at 2016-08-05T12:30:21-03:00
Adds data to profile description block plugin api

- The block now returns the description of its owner through the api_content
method.

Signed-off-by: Tallys Martins <tallysmartins at gmail.com>

- - - - -
7293d1e7 by Larissa Reis at 2016-08-07T14:25:19+00:00
Merge branch 'elasticsearch' into 'master'

Elasticsearch

Adding elasticsearch plugin.

See merge request !973
- - - - -
011d76b5 by Braulio Bhavamitra at 2016-08-07T19:08:57-03:00
elasticsearch: fix testing on travis

- - - - -
e68ef809 by Larissa Reis at 2016-08-08T13:14:54+00:00
Merge branch 'private-scraps' into 'master'

Private scraps

Write scraps that are visible for only the people or group marked.

This feature was implemented by Rodrigo Souto, I'm just creating the MR.

See merge request !997
- - - - -
7a90f562 by Daniela Feitosa at 2016-08-08T13:45:59+00:00
Merge branch 'profile_description_block_plugin_api' into 'master'

Adds data to profile description block plugin api

- The block now returns the description of its owner through the api_content
method.

Signed-off-by: Tallys Martins <tallysmartins at gmail.com>

See merge request !1000
- - - - -
0caacfdd by Daniela Soares Feitosa at 2016-08-08T10:47:18-03:00
Remove unnecessary return on test

See merge request !1000

- - - - -
98f6dc63 by Leandro Nunes dos Santos at 2016-08-08T17:51:56-03:00
API: avoid to bring all members of a community object

- - - - -
64154b3e by Victor Costa at 2016-08-09T12:38:37+00:00
Merge branch 'community_members' into 'master'

API: avoid to bring all members when get one community



See merge request !1001
- - - - -
168a6aad by Rodrigo Souto at 2016-08-09T16:18:20-03:00
selenium-webdriver: upgrade gem to solve firefox connection problems

- - - - -
9b3cd0de by Larissa Reis at 2016-08-10T09:47:09-03:00
Merge branch 'master' into federation

- - - - -


30 changed files:

- .travis.yml
- Gemfile
- app/api/app.rb
- app/api/entities.rb
- app/api/helpers.rb
- app/api/v1/activities.rb
- app/api/v1/articles.rb
- app/api/v1/communities.rb
- app/api/v1/profiles.rb
- + app/api/v1/roles.rb
- app/api/v1/session.rb
- app/api/v1/tasks.rb
- app/controllers/my_profile/cms_controller.rb
- app/controllers/my_profile/profile_editor_controller.rb
- app/controllers/public/invite_controller.rb
- app/controllers/public/profile_controller.rb
- app/helpers/application_helper.rb
- app/helpers/article_helper.rb
- app/helpers/email_template_helper.rb
- app/helpers/token_helper.rb
- app/jobs/notify_activity_to_profiles_job.rb
- app/models/circle.rb
- app/models/comment.rb
- app/models/organization.rb
- app/models/person.rb
- app/models/profile.rb
- app/models/scrap.rb
- app/views/account/_signup_form.html.erb
- app/views/cms/edit.html.erb
- app/views/home/terms.html.erb


The diff was not included because it is too large.


View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/f919a26e0e4881ace844362a272202c928f35b11...9b3cd0de549956924b847a370c0eecfd28eb1172
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160810/871bf101/attachment-0001.html>


More information about the Noosfero-dev mailing list