- 21 Aug, 2019 1 commit
-
-
azul authored
-
- 14 Aug, 2019 3 commits
- 12 Aug, 2019 6 commits
-
-
azul authored
fix: check for page before testing page_policy See merge request riseuplabs/crabgrass!291
-
azul authored
-
azul authored
Feature/block spam See merge request riseuplabs/crabgrass!290
-
azul authored
This way we can see how many false positives we get.
-
azul authored
We have seen a lot of spam comments on public pages recently. They insert links - probably to increase search engine ranking of the linked sites. In order to prevent this we disallow comments with links on public pages for users who have no other access to the page than it being public.
-
azul authored
-
- 09 Aug, 2019 2 commits
- 21 Jun, 2019 1 commit
-
-
dgt authored
changes: add 0.6.4 release See merge request riseuplabs/crabgrass!288
-
- 20 Jun, 2019 1 commit
-
-
azul authored
-
- 19 Jun, 2019 3 commits
- 18 Jun, 2019 6 commits
-
-
azul authored
Merge master See merge request riseuplabs/crabgrass!285
-
azul authored
-
azul authored
The more verbose messages still make sense. Letting users remove themselves from pages owned by groups aswell.
-
azul authored
We used to build access_ids from all user participations rather than only the ones granting access. This lead to pages showing up in page lists that the user did not have access to anymore. Only take into account user_participations with access level set for the access ids. The other user participation serve to track page visits, watch the page or star it.
-
azul authored
Fix: no nil values in group list - improve queries Closes #295 See merge request riseuplabs/crabgrass!283
-
- 14 Jun, 2019 1 commit
-
-
azul authored
fix: actually seed data in context controller See merge request riseuplabs/crabgrass!284
-
- 12 Jun, 2019 1 commit
-
-
azul authored
method_defined? returned false. What we want is respond_to?
-
- 08 Jun, 2019 1 commit
-
-
dgt authored
-
- 07 Jun, 2019 2 commits
- 04 Jun, 2019 2 commits
-
-
azul authored
fix: issues noticed on staging server See merge request riseuplabs/crabgrass!281
-
azul authored
Associations do not accept the reload flag anymore. So in surveys controller `@survey.responses(true)` would become `@survey.responses.reload` But since we are not allowing updates to surveys anymore there is no need to reload anyway. RankingPoll was missing a require for `borda_vote`.
-
- 03 Jun, 2019 6 commits
-
-
azul authored
Cleanup controller commons See merge request riseuplabs/crabgrass!280
-
azul authored
-
azul authored
-
azul authored
test: bring back transactional fixtures in js tests See merge request riseuplabs/crabgrass!277
-
azul authored
turn off transactional fixtures for that test for now. With transactional fixtures we keep seeing Mysql Errors without any error message in the test logs. https://github.com/brianmario/mysql2/issues/1019 seems related. They also broke group settings test occasionally.
-
azul authored
fixtures :all in test_helper takes care of this for us.
-
- 31 May, 2019 3 commits
- 30 May, 2019 1 commit
-
-
azul authored
-