Commit Graph
1509 Commits
Author SHA1 Message Date
Pau Pérez Fabregat 6d0923ae96 Merge pull request #415 from greysteil/dependabot/bundler/rubyzip-1.2.2
[Security] Bump rubyzip from 1.2.1 to 1.2.2
2018-09-04 17:20:18 +02:00
Pau Pérez Fabregat ff7cc524c9 Merge pull request #417 from coopdevs/upgrade_dotenv
ENV vars cleanup
2018-09-04 17:19:32 +02:00
Marc Anguera Insa d2eae501d2 ✂️ unused app/inputs/* (old simple_form overrides) 2018-08-31 22:38:38 +02:00
Marc Anguera Insa 94acd09ae0 ✂️ config/newrelic.yml, we are using Skylight now 2018-08-31 22:18:30 +02:00
Marc Anguera Insa 285617fbe8 .env.example cleanup (remove unused vars) and dotenv-rails upgrade 2018-08-31 22:14:04 +02:00
dependabot[bot] 1e816a37fe [Security] Bump rubyzip from 1.2.1 to 1.2.2
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 1.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-31 18:43:49 +00:00
Enrico Stano f7e4537f8c Merge pull request #413 from coopdevs/rspec_disable_global_dsl
Use RSpec scope and avoid global namespace
2018-08-31 20:26:56 +02:00
Enrico Stano 0bdf7b4052 Merge pull request #406 from coopdevs/feature/members-page-refactor-with-cards
New /members page
2018-08-31 20:25:20 +02:00
Marc Anguera Insa 22e09ed293 Use RSpec scope and avoid global namespace access. More info: https://relishapp.com/rspec/rspec-core/v/3-0/docs/configuration/global-namespace-dsl
Closes #362
2018-08-30 20:52:48 +02:00
Maxim Colls 1caf950bc2 Fixed specs 2018-08-26 13:14:07 +01:00
Enrico Stano 6438b60448 Merge pull request #411 from coopdevs/fix/edit-post-link
Infer edit_path from Post type
2018-08-22 18:23:20 +02:00
Enrico Stano c75da2dcd0 Merge pull request #395 from coopdevs/fix/login-vertical-alignment
Fixed login vertical alignment
2018-08-22 16:16:38 +02:00
Enrico Stano 7b3c19a438 Merge pull request #407 from greysteil/dependabot/bundler/nokogiri-1.8.4
[Security] Bump nokogiri from 1.8.2 to 1.8.4
2018-08-22 14:40:26 +02:00
Enrico Stano 1e6850760e Infer edit_path from Post type 2018-08-22 13:31:29 +02:00
Enrico Stano 6e8a71a929 Merge pull request #408 from coopdevs/feature/push-notifications-conditions
Add conditions to PushNotification creation for Post
2018-08-22 13:23:45 +02:00
Maxim Colls d9e872fdbd Removed es translations 2018-08-21 17:43:05 +01:00
Maxim Colls 202d8e3e19 Added en translations 2018-08-21 17:42:49 +01:00
Maxim Colls c3097221a1 Fixed search and sorting in the new /members/manage page 2018-08-21 17:40:42 +01:00
Maxim Colls 0adbea64af Added create user button in /members/manage 2018-08-21 17:31:39 +01:00
Maxim Colls 98713d6d7d Removed inactive users from /members 2018-08-21 17:31:28 +01:00
Maxim Colls 3065aa842c Fixed login vertical alignment 2018-08-21 17:20:14 +01:00
Enrico Stano 8621a65f6d Add conditions to PushNotification creation 2018-08-20 12:33:42 +02:00
dependabot[bot] 2e64b0978d [Security] Bump nokogiri from 1.8.2 to 1.8.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.4. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.8.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-19 18:34:21 +00:00
Maxim Colls d494993bff Members page refactor 2018-08-18 16:54:52 +01:00
Enrico Stano 867fa00b2d Merge pull request #403 from coopdevs/translations/20180816
Last translations of develop branch
2018-08-16 12:28:53 +02:00
sseerrggii 8b07b9d8a8 add eu and pt 2018-08-16 12:17:57 +02:00
sseerrggii 9fa384d039 typo 2018-08-16 12:10:55 +02:00
sseerrggii 240628791f Last translations of develop branch 2018-08-16 12:08:13 +02:00
Enrico Stano 432097120d Merge pull request #402 from coopdevs/remove_jquery_ui
Remove jquery-ui
2018-08-16 11:38:57 +02:00
Enrico Stano 50f930d87b Merge pull request #400 from coopdevs/fix_member_uid_search_2
Re-implement the member_uid searcher (different approach)
2018-08-16 11:15:50 +02:00
Marc Anguera Insa 009250eba7 🔥 jquery-ui: we only use the datepicker and in one place (statistics_global_activity view) so maybe it's fine to delete it and reduce assets bundle size :) 2018-08-15 19:47:14 +02:00
Marc Anguera Insa fc3fa27c6c Re-implement the member_uid searcher by avoiding the column casting thing (gives some problems when sorting the "casted" column as an string). The new strategy: rename the ransacker so the cast only happens when filtering 2018-08-15 17:40:07 +02:00
Enrico Stano c4fb4aa295 Merge pull request #384 from coopdevs/feature/set-current-org-on-post-show
Automatically switch to post's organization on post show
2018-08-09 16:45:01 +02:00
Enrico Stano 1af054d4e5 Merge pull request #397 from coopdevs/translations/20180809
Translations for #393
2018-08-09 09:47:42 +02:00
sseerrggii 7f7e5a54b4 Translations for #393 2018-08-09 09:43:10 +02:00
Enrico Stano 52f889d1b2 Merge pull request #361 from coopdevs/admin_orgs_order
Admin organizations order
2018-08-08 13:27:38 +02:00
Enrico Stano 1b8e97cbc8 Merge branch 'develop' into admin_orgs_order 2018-08-08 13:05:34 +02:00
Enrico Stano 394c0f609a Merge pull request #354 from coopdevs/search_member_uid
Allow to search users by member_uid
2018-08-08 13:01:46 +02:00
Enrico Stano 834519973d Merge branch 'develop' into search_member_uid 2018-08-08 12:53:43 +02:00
Enrico Stano 8874797ca0 Merge pull request #389 from coopdevs/translations/20180704
New translations
2018-08-08 12:01:50 +02:00
Enrico Stano 63a80f0576 Merge pull request #390 from coopdevs/fix/members-page-on-mobile
Responsive members page on mobile
2018-08-08 11:50:28 +02:00
Enrico Stano 9a00ab95e4 Merge pull request #393 from coopdevs/feature/add-bcn-logo-about
add logo ajuntament BCN and Mobile app info,
2018-08-08 11:29:38 +02:00
sseerrggii d181fcef6e replace <%== by <%= 2018-07-26 09:38:53 +02:00
sseerrggii f2c18b3f08 add logo ajuntament BCN and Mobile app info, also fix locale key name for donate link 2018-07-19 10:00:56 +02:00
Maxim Colls 30715831ac Hide admin actions on mobile 2018-07-12 17:23:34 +02:00
Enrico Stano f1f8b80e88 Fix view and specs++ 2018-07-05 18:37:17 +02:00
Enrico Stano 8170499e0f Switch to post organization if possible 2018-07-05 17:24:20 +02:00
Enrico Stano 4cedf74e06 Load the requested post in any case and specs++ 2018-07-05 17:24:20 +02:00
Enrico Stano 7a5fb4cd75 Doc++ 2018-07-05 17:24:20 +02:00
Enrico Stano aa0720663c Rescue ActiveRecord::RecordNotFound and render a 404 2018-07-05 17:24:20 +02:00