Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

if-me.org

if-me.org is a free, open source mental health communication platform to share experiences with loved ones
Collective - Host: opensource - https://opencollective.com/ifme - Website: https://www.if-me.org/ - Code: https://github.com/ifmeorg/ifme

Updated closing Moments sub-navigation

github.com/ifmeorg/ifme - 4794af96728904cd8e3cde9a1b49b7cc183d0e4c authored over 8 years ago
Updated README

github.com/ifmeorg/ifme - 6a8f99a0fb3625c23ccf21c03f57fceeaff03213 authored over 8 years ago
Merge pull request #181 from kkelleey/refactor_index_and_show

More cleanup

github.com/ifmeorg/ifme - 1ae7145d440fdeb51a0ad5c613470fabd78e0698 authored over 8 years ago
Removing spec for @is_group_member

github.com/ifmeorg/ifme - 8b4bb3fab06f9ca93705ffd3be795fe51cec20a4 authored over 8 years ago
More cleanup

* Renaming group_is_deletable helper method
* Adding one liner ifs where possible
* Adding membe...

github.com/ifmeorg/ifme - 808716391340287f9e817648134ecd6769eddb4b authored over 8 years ago
Fixed delete comment bug

github.com/ifmeorg/ifme - 71b6dd6e1e088500ffcb2f7b393a1814d4fdf9b7 authored over 8 years ago
Fixed bug with character count in comments

github.com/ifmeorg/ifme - 06c9c991c7698ea7b1902e89bdbeb86d3c998c17 authored over 8 years ago
Fixed spacing issues in responsive views for Meetings

github.com/ifmeorg/ifme - 1c0aac1d475a4c71c963b31d48cf815d462b3a6a authored over 8 years ago
Check forms for empty fields without reloading page

github.com/ifmeorg/ifme - 0fd8fe78847efff96369815c130c10f7c2d49ffb authored over 8 years ago
Merge pull request #179 from kkelleey/extracting_more_groups_helpers

Further refactoring groups/show by adding helpers

github.com/ifmeorg/ifme - 6887fd590617cf58be4fe634c7a5f30c7ba6cb28 authored over 8 years ago
Further refactoring groups/show by adding helpers

* Cleaning up meetings loop
* Changing t('groups.show.delete') to t('groups.leave_group') becaus...

github.com/ifmeorg/ifme - a80a1107d5f9c2550cb59c24187c750aac1bdbcf authored over 8 years ago
Merge pull request #173 from kkelleey/remove_more_instance_variables

Removing unnecessary instance variables

github.com/ifmeorg/ifme - c95fca78b5082afe48f08c0591a542e776f2a0e9 authored over 8 years ago
Removing unnecessary instance variables

After some experimenting with rendering the page and watching the
console, I figured out (I thin...

github.com/ifmeorg/ifme - e16742a8a0b597e95b16b3a5562b0267f7869f30 authored over 8 years ago
Merge pull request #172 from kkelleey/clean_up_links

Cleaning up delete/leave/join group links

github.com/ifmeorg/ifme - 472265bf3f2b76dd93c54c173b964661202c7433 authored over 8 years ago
Fixed bug with quick create category

github.com/ifmeorg/ifme - 582cf097808de85271a60712d79719b776098baa authored over 8 years ago
Fixed spacing bug in Category/Mood preview, added warnings

github.com/ifmeorg/ifme - 7e5b13b2a74d1950bb6a6599a4d82786b880e829 authored over 8 years ago
Cleaning up delete/leave/join group links

* Tweaking link helpers to accept additional attributes so that helpers
can be used for both in...

github.com/ifmeorg/ifme - f098611d9a08adb16e869fbcaedf863fa6b032c2 authored over 8 years ago
Added warning messages in Categories/Moods show pages

github.com/ifmeorg/ifme - 2db1f7e0b7f062100d7b017c4ea9886ba8d1a4bd authored over 8 years ago
Updated Footer

github.com/ifmeorg/ifme - deab9c8bc049c15a68f283a8d9f472ac33ad494f authored over 8 years ago
Updated Error pages

github.com/ifmeorg/ifme - c37d5b8d05b58304b8887f3f1ac8ec2dfa5e0b54 authored over 8 years ago
Replaced excessive linebreaks with margins

github.com/ifmeorg/ifme - 03b722432b559e42caf95ef3bdf455a8fe84a636 authored over 8 years ago
Fixed spacing bugs in Groups/Categories/Moods

github.com/ifmeorg/ifme - dda35f8282c2775bcfee38106ac2c2e68228daec authored over 8 years ago
Fixed text formatting for description previews in Moments/Strategies

github.com/ifmeorg/ifme - 87eda12df17d81af64da12f959c802657c2d7a94 authored over 8 years ago
Fixed character count bug in CKEditor, get rid of auto-paragraphs

github.com/ifmeorg/ifme - 465ccfde91a3410c8c14ac96c4d3c9a0493dec18 authored over 8 years ago
Added timepicker to Meetings form

github.com/ifmeorg/ifme - 92ce76ec50ecf11e8975a58db594380e83fc6af3 authored over 8 years ago
Merge pull request #171 from kkelleey/group_leaders_scope

Adding has_many leaders to group

github.com/ifmeorg/ifme - bc066b5824d6630ea49e4bf0fb012d05ea8a20c8 authored over 8 years ago
Adding has_many leaders to group

* Updating groups controller
* Updating view (@group_leaders are now instances of user instead o...

github.com/ifmeorg/ifme - 22fa3f7455dec04d2f6b417339442d4878d08be8 authored over 8 years ago
Added example Moment for new users

github.com/ifmeorg/ifme - 570ee001a86dec66c6d0f712789dd1548d66bc6c authored over 8 years ago
Merge pull request #170 from kkelleey/use_leaders_scope

Eager loading meeting leaders in controller

github.com/ifmeorg/ifme - 3ce24c7dd4fe053f4829c40ec0667649ec252f46 authored over 8 years ago
Updated signed in home page with empty stories feed

github.com/ifmeorg/ifme - d3988d44a04c89d8f0ddfcc7fb3e4a63f3300bf1 authored over 8 years ago
Eager loading meeting leaders in controller

* Updating view to use eager loaded leaders instead of querying
* Adding default order to group....

github.com/ifmeorg/ifme - 06a797b3fbc02530fd64d921b0224524fee2e9a5 authored over 8 years ago
Fixed bugs with en.yml labels in signed_in_empty partial

github.com/ifmeorg/ifme - 0014f0217da127e4f69f309ff67b9e97313bfbda authored over 8 years ago
Put footer in partial

github.com/ifmeorg/ifme - 7ec428cb10de9e362dca8daa1385b3804b4711d7 authored over 8 years ago
Merge pull request #169 from kkelleey/add_leaders_relation_to_meeting

Adding leaders relation to meeting model

github.com/ifmeorg/ifme - 976dfaf455ed594a1e00b9bdbbe7e7bb13aaad1c authored over 8 years ago
Merge pull request #168 from kkelleey/refactor_groups_show_2

Refactoring second pass

github.com/ifmeorg/ifme - b33edbea61789bc9c25f437df2aea6719a7f8a1d authored over 8 years ago
Adding leaders relation to meeting model

This will allow us to easily call meeting.leaders or eager load
group.meetings.includes(:leaders)

github.com/ifmeorg/ifme - efac66f9d0aaa413570daf25e3bd860c1fb6de01 authored over 8 years ago
Refactoring second pass

* Changing render_group_member_partial to accept group_members instead
of group
* Cleaning up gr...

github.com/ifmeorg/ifme - 91b167ff73c270d6f7d3bd72e06223d140abd84b authored over 8 years ago
Merge pull request #167 from kkelleey/groups_show_indentation

Cleaning up indentation in groups/show view

github.com/ifmeorg/ifme - 893c06ff1feccc0ef9d1827548ccccb2f6e689a0 authored over 8 years ago
Cleaning up indentation in groups/show view

github.com/ifmeorg/ifme - 31f60fadc07ccded8f6de5f885bcf19ea757a8d5 authored over 8 years ago
Fixed broken Groups test

github.com/ifmeorg/ifme - 5a3f5f8c8b77814023dbb948f4ff85d40c3f286a authored over 8 years ago
Updated Contributors page

github.com/ifmeorg/ifme - c167c2c22f619d3a8ff2cd3793342370c23d6c3a authored over 8 years ago
Updated README

github.com/ifmeorg/ifme - 462fed107f3984f3fd106088fd40e2b45674ba60 authored over 8 years ago
Merge pull request #166 from kkelleey/refactor_groups_show

Refactoring groups#show

github.com/ifmeorg/ifme - 639d565799c76bf2e847ecb15d556ad4dc7d86ed authored over 8 years ago
Changed Latest Moments to Stories - includes Strategies

github.com/ifmeorg/ifme - 6ffee80c717eebbc59356b44447f28804d66af62 authored over 8 years ago
Refactoring groups#show

* Adding has and belongs to association between group and meetings
* Adding led_by? method to gr...

github.com/ifmeorg/ifme - 745e9187bc57c9237d0cc08938a20991bf4966f6 authored over 8 years ago
Fixed typo in README

github.com/ifmeorg/ifme - 25a3c68f28ce072dd9b1341c3bec2539ff8c024f authored over 8 years ago
Changed design of non-signed in home page

github.com/ifmeorg/ifme - 01055a9c090947f19587fc513fa0af235e25a743 authored over 8 years ago
Merge pull request #164 from sylviapereira/master

Remove optional lines from datbase.yml

github.com/ifmeorg/ifme - 5b1c7ef5c43e454621d69436e680ba0bf8a911c0 authored over 8 years ago
Remove optional lines from datbase.yml

github.com/ifmeorg/ifme - be10fae1fb612803bae0d1546fda4a7871d945ad authored over 8 years ago
Merge pull request #163 from sylviapereira/master

Update Readme to include instructions on authentication error for some Linux users

github.com/ifmeorg/ifme - f8294889f398367605c85fa8016a901c9ea53d0d authored over 8 years ago
Fix formatting on readme

github.com/ifmeorg/ifme - 621bf322f944a70c62b52c150ae443bff5e905c1 authored over 8 years ago
Fix formatting on readme

github.com/ifmeorg/ifme - 5819a0ab6bcb7eb8a8caea3aa071d03f5b0649f6 authored over 8 years ago
Fix formatting on readme

github.com/ifmeorg/ifme - b1a32e7ef754e372e70f2ac85e99f7fda3127fb7 authored over 8 years ago
Fix password error and update readme instructions

github.com/ifmeorg/ifme - 96d44ab21dd4a116e1e49eb634d242aaa07e766d authored over 8 years ago
Merge pull request #162 from kkelleey/refactor_members_partial

Fixing indentation in notifications/_members

github.com/ifmeorg/ifme - 4b95c6798145f3e687e265bfa52fc9804585560c authored over 8 years ago
Added matching inset shadow to page_title_content

github.com/ifmeorg/ifme - 1193fade2c63822d59cafddc307391de55e83514 authored over 8 years ago
Fixing indentation in notifications/_members

Breaking up long lines if possible

github.com/ifmeorg/ifme - 66900a03fea09ba91c8e2bed4cb28a670e9642ce authored over 8 years ago
Merge branch 'master' of https://bitbucket.org/julianguyen/ifmeprod

Conflicts:
app/views/layouts/application.html.erb

github.com/ifmeorg/ifme - d550d57d3e36de9dd0825ffee11c5f89382be133 authored over 8 years ago
Changed footer design

github.com/ifmeorg/ifme - bc1020402c2c00fcc5a839c7e5c1053a7d718e51 authored over 8 years ago
Changed footer design

github.com/ifmeorg/ifme - 7f37fc1985ed81ccaf332b46067aa4b27e1c06b2 authored over 8 years ago
Ability to tag ally's Strategies in user's Moments

github.com/ifmeorg/ifme - 88d72fcbf7d16eb888d8a4b6b40f8c4f249ff390 authored over 8 years ago
Added FAQ page

github.com/ifmeorg/ifme - ab278ce2e32b7cda6f7a035b076b625b1c1050c0 authored over 8 years ago
Merge pull request #160 from kkelleey/kk/refactor_groups_index_pt2

Refactoring groups/index view, part 2

github.com/ifmeorg/ifme - dc96704ad4fe20f0064651af9e4129cc8b5f896d authored over 8 years ago
Storing user_is_leader_of?(group) in variable

Before this commit, the db was being hit every time
user_is_leader_of?(group) was being called. ...

github.com/ifmeorg/ifme - 961e330a328807cb1875b711b1bcc30698b9ea24 authored over 8 years ago
Cleaning up groups/index view

* Mostly focusing on available_groups loop
* Added helper for render_group_member_partial and re...

github.com/ifmeorg/ifme - 484d0281a7cf546e2a7442cab362352ad265e311 authored over 8 years ago
Fixing indentation in available_groups loop

github.com/ifmeorg/ifme - e2846d7bd699a93a94f73bea5c0cfb33cb190010 authored over 8 years ago
Merge pull request #158 from kkelleey/kk/refactor_groups_index_view

Refactoring joined groups part of groups/index

github.com/ifmeorg/ifme - b7120b6f8db9277c26b19e81bedfff0f6762bd73 authored over 8 years ago
Refactoring joined groups part of groups/index

* Eager loading group members so that they are easily accessible within
the view
view
* Fixing ...

github.com/ifmeorg/ifme - 28d3f31fddebdc41040cedd29e52a835719d1720 authored over 8 years ago
Added names to Contributors page

github.com/ifmeorg/ifme - cf2e67802c9d681979ba681e60e10557dbc38bbf authored over 8 years ago
Merge pull request #154 from kkelleey/fix/kk/refactor_groups_index

Refactoring groups#index

github.com/ifmeorg/ifme - 378e7a9452b56c1cb58ba17b3ddfd60c8f1af5ef authored over 8 years ago
Updated README and Contributors page

github.com/ifmeorg/ifme - da3cf6373f4f52f54a6ec3ac144ac98ebf54bff8 authored over 8 years ago
Refactoring groups#index

* Adding available groups method to user model
* Changing available_groups instance variable to ...

github.com/ifmeorg/ifme - b2db86d2fc632095e0b9af4bf68faaa75effb6e7 authored over 8 years ago
Merge pull request #152 from stellacotton/stella/downgrade-google-api

Stella/downgrade google api

github.com/ifmeorg/ifme - e79e32840425d60a3591f233fa85c14c539d85b0 authored over 8 years ago
Merge pull request #151 from kkelleey/fix/kk/refactor_groups_index

Refactoring groups#index

github.com/ifmeorg/ifme - 3011445e96dee19a344d9efc1f7086ef5b97293c authored over 8 years ago
Extract calendar uploader, configure app name in config/application.yml

Extract the calendar uploader from the controller into a service object
in order to reduce contr...

github.com/ifmeorg/ifme - bdc8d79c5d9ca43cd0e824587e3e1adb12a4de91 authored over 8 years ago
Downgrade google-client-api due to breaking changes with the new version

github.com/ifmeorg/ifme - 705f51a032a5c63696a02cc43d5a6be824116829 authored over 8 years ago
Refactoring groups#index

* Adding HABTM association between groups and users so that you can call
current_user.groups
* C...

github.com/ifmeorg/ifme - 74814cee805c238e568f62b666d392b6e65b583e authored over 8 years ago
Fixed refresh page bug

github.com/ifmeorg/ifme - ecd95cfd6410dc03d3d43c3c038bc08b01e56d12 authored over 8 years ago
Merge pull request #150 from kkelleey/fix/kk/groups_controller_formatting

Fixing indentations in groups_controller

github.com/ifmeorg/ifme - 23c45aff62c65850fa7134fe94d5a7fbc27fe7af authored over 8 years ago
Added to contributors page, do not check for broken contributor images

github.com/ifmeorg/ifme - 663db8c9acaa0941e092eea411c8bc844935a47b authored over 8 years ago
Fixing formatting in groups_controller

github.com/ifmeorg/ifme - e426bef3cd7c0f32ce438e53dcecd23fe34aa135 authored over 8 years ago
Got rid of en.yml variables for viewers hover text cause not working

github.com/ifmeorg/ifme - 1b5b835d113c84e6604136137fbce06162044030 authored over 8 years ago
Indicate in Moment/Strategy preview that post is only visible to you

github.com/ifmeorg/ifme - 485cedd02db7a57b9a15e20ce7b33176a11911c8 authored over 8 years ago
Merge pull request #149 from kkelleey/fix/kk/clean_up_set_group

Cleaning up the set_group method

github.com/ifmeorg/ifme - cd97019e59b58d0eb8fb807695179ebba33b64a0 authored over 8 years ago
Cleaning up the set_group method

This is how I've seen the not found handled in other places. It cleans
things up a little bit

github.com/ifmeorg/ifme - 48df54d6741032b734a55cac772aa096308feaab authored over 8 years ago
Added viewers indicator on a user's Moment/Strategy preview

github.com/ifmeorg/ifme - 996efb83d5ea315e27714246a290f0e973975eb2 authored over 8 years ago
Merge pull request #148 from kkelleey/set_group_in_private_method

Removing line that sets @group in show method

github.com/ifmeorg/ifme - 31725920d10012f8d7afbc874d508a7c4cc65eea authored over 8 years ago
Removing line that sets @group in show method

@group is already set in the private set_group method

Also addings specs to confirm that this d...

github.com/ifmeorg/ifme - 519701c61358c4627475e69213b62adf73191460 authored over 8 years ago
Fixed unclosed spans in forms

github.com/ifmeorg/ifme - 3976e8006ca13e29c9ff93f53a0efaa23c5dc177 authored over 8 years ago
Handle broken links for profile images, replace with default image

github.com/ifmeorg/ifme - de92b4d2da02eb0702ab6740f92102600b878e71 authored over 8 years ago
Ability for group leaders to delete members from groups

github.com/ifmeorg/ifme - 914654614a991e36a52ea92a1b9725790604d938 authored over 8 years ago
Ability to delete groups if user is the only member

github.com/ifmeorg/ifme - 043b4bc5680498a3e4d5ac75015f069f0bf2f7cf authored over 8 years ago
Added purple :)

github.com/ifmeorg/ifme - e26887b5d26664baf276c53161e81234d2424e77 authored over 8 years ago
Fixed API key config file typo

github.com/ifmeorg/ifme - 83d3d674dc26cfcaf11389abeb1fe7d957518ff2 authored over 8 years ago
Prevent scrolling when toggling categories/strategies/moods in Moments

github.com/ifmeorg/ifme - 56003a103b6ef82d9801a924d1e73ec442cb2207 authored over 8 years ago
Merge pull request #141 from stellacotton/stella/use-figaro-for-config

Configure all application secrets from a single file and put them in ENV

github.com/ifmeorg/ifme - 9b0ee13edd7cd9412f67c694dac967c67233e838 authored over 8 years ago
Configure all application secrets from a single file and put them in ENV

This uses the gem Figaro and allows for quicker development setup since
all api keys and secrets...

github.com/ifmeorg/ifme - 3cfc18462c8a69f953a1d46d10ae4d55594dbe2f authored over 8 years ago
Added divider between two links in small_nav

github.com/ifmeorg/ifme - 9229300daed01d64a0139e2540e136d660fb6f9d authored over 8 years ago
Fixed bug with visibility tag in comments appearing incorrectly

github.com/ifmeorg/ifme - 373bc1db2a6821ab41c3eed7d15d3ad7f4b73970 authored over 8 years ago
Added tooltips for form fields (loading text from en.yml didn't work); matched Datepicker CSS

github.com/ifmeorg/ifme - 73d6a9c3738034d0bcaad2195981973d4aec52b6 authored over 8 years ago