Ecosyste.ms: OpenCollective

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

Octobox

Untangle your GitHub notifications
Collective - Host: opensource - https://opencollective.com/octobox - Website: https://octobox.io - Code: https://github.com/octobox

Merge pull request #479 from chrisarcand/add-bot-support

Fix bot author URLs

github.com/octobox/octobox - 9a3374336d0045c5a019878f5a67648c2e371056 authored over 7 years ago
Fix bot author URLs

Fixes #478

I left the author[bot] look because I think it's sort of nice to see
that it's a bot...

github.com/octobox/octobox - 24af15c8ae322a8786959ee2932eab4c38079090 authored over 7 years ago
Prefer implicit blocks

They are *considerably* faster than explicit block.call's, and we aren't
passing the block to an...

github.com/octobox/octobox - 5853c8559e4bc6c556b9f27a39b9b58ace47f347 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 7f782f9adcb95e6a638b9cb347028d77f87a52fe authored over 7 years ago
Added terms and privacy policy pages for Octobox.io (#477)

* Added terms and privacy policy pages for Octobox.io

* Only enable privacy and term routes f...

github.com/octobox/octobox - 5f34715d3540e2356d7a36b7a19c228a60ddf7d2 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 0a3df99a81fe8844d63983e95c388a23921a7877 authored over 7 years ago
Extract favicon meta tags into seperate partial

github.com/octobox/octobox - 9bee94884b4620c2b5b784472f532ff95a83bc7b authored over 7 years ago
Fix oneliner rescue

This doesn't do what you think it does. It gets parsed as
ActiveRecord.RecordNotUnique(nil)

github.com/octobox/octobox - 2b5911906078997ed3dcfd231ef1828d7ada2fff authored over 7 years ago
Merge pull request #474 from chrisarcand/initial-sync-screen

Show loading screen on initial notification sync

github.com/octobox/octobox - 1b320fbb75d9c75e5f47c74a2ac87a62891be355 authored over 7 years ago
Merge pull request #473 from chrisarcand/repo-scope-on-fetch-subject

Ask for repo scope when subject fetching is enabled

github.com/octobox/octobox - be5ab24c9bb1f0e1c2249b03abc5d1653841adb7 authored over 7 years ago
Show loading screen on initial notification sync

When signing up as a new user, you'll currently stare at a blank screen
while the OAuth callback...

github.com/octobox/octobox - c96cc48ec697ea333eba267cde2c7606fbc57e6b authored over 7 years ago
Ask for repo scope if subject fetching is enabled

github.com/octobox/octobox - 07b6a4ea913f372e676dd376b7ca0c61de93ae94 authored over 7 years ago
Fix #454 - add unread count to window title (#457)

* Fix #454 - add unread count to window title

* Remove ES2015 template string

github.com/octobox/octobox - 1c90e88145966898d1d8be23ee58fd1b8790b36b authored over 7 years ago
Dependency updates

github.com/octobox/octobox - 3e5b468732a5fad09c8f7bb5b01e30ab7678b18c authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 16fe5d0d7f0cc81971079f025de7278270acfc7f authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 03412d229ec4c7ac3c523993009702c2228cd32a authored over 7 years ago
Issue #327 - send all params in the redirect url (#469)

* send all params aside page in the redirect url

* change hash merge order

github.com/octobox/octobox - a39388c5c115233d2150822bdc4eead7440256ea authored over 7 years ago
Update deps, including Nokogiri security fix

github.com/octobox/octobox - eb287b91bacecaea3ed4eaf712bad5dd401501a1 authored over 7 years ago
Merge pull request #468 from octobox/tarebyte/identifying-users

Add custom bugsnag reporter for users

github.com/octobox/octobox - 817a783a1b4aefa0eb2511da926c587769da3331 authored over 7 years ago
Only in production

github.com/octobox/octobox - 26f64bea368eca49531d8e6d2c653eac33e5f034 authored over 7 years ago
s/Github/GitHub (#467)

github.com/octobox/octobox - 9a9fdb5074e1803abce5d2ac7bb3ebc3e0232753 authored over 7 years ago
Add custom bugsnag reporter for users

github.com/octobox/octobox - 46eaeab8e0664e6101d432024c8eecf9f5fa697b authored over 7 years ago
Add Octokit::Forbidden to unauthorized exception catching

github.com/octobox/octobox - 90c0a82058f1c4989acb728b978c59b2d556255c authored over 7 years ago
handle several exceptions in application controller so is horizontal to the application (#466)

github.com/octobox/octobox - 2f5c3a44405bbd74c8203cf9d1ef72f0d0e53703 authored over 7 years ago
Upgrade to ruby 2.4.2 (#465)

github.com/octobox/octobox - f2b30754cf3ab4384a80cce8209645a1de9339cf authored over 7 years ago
Update dependencies

github.com/octobox/octobox - f893821df7a56a32c68d58e09c3693df6f2973ee authored over 7 years ago
Fix issue with mobile sidebar height (#463)

The sidebar height was being constricted by the parent container on
mobile. This sets the paren...

github.com/octobox/octobox - 218fa18c4bea0afb95595b3af7923a6911af49ca authored over 7 years ago
Update dependencies

github.com/octobox/octobox - a93cf57c2def0f0cb2cf818ebc4dd52c05c0afb9 authored over 7 years ago
Only mark threads as read if they are currently unread (#459)

github.com/octobox/octobox - 7620529f424dac615c448f5db0b9a2ed1c9ccee1 authored over 7 years ago
Updated rake

github.com/octobox/octobox - 441160ce568a73f9ee264da82d1f51006db41e6d authored over 7 years ago
Allow API requests past protect_from_forgery (#455)

Allows API requests a method to bypass the CSRF protection. Adding a custom header that disables...

github.com/octobox/octobox - 042c04b8587d05ac5a729e5b998998da6c07805c authored over 7 years ago
Move rake to be a regular runtime dependency

github.com/octobox/octobox - 083d79474a869ee4433de0aac4b23950c6348ad9 authored over 7 years ago
Update rails to 5.1.4

github.com/octobox/octobox - 475386561c51d6d9ffc370590ac24a2e382f25b8 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 04bb64d83c85cab37a02e9ed46f594b37bf7dc62 authored over 7 years ago
Use API-given HTML URLs instead of parsing (#450)

* Sync html_url on subjects

* Use html_url instead of parsing when possible

* Deprecate Su...

github.com/octobox/octobox - 3ccc695ab21f725851379337124b452c99ccfd7d authored over 7 years ago
Merge pull request #449 from chrisarcand/add-subject-omit-from-octobox-io

Add subject syncing to octobox.io omissions

github.com/octobox/octobox - 901397c4f8edadb20a28b1827ab12a619e10ccea authored over 7 years ago
Typo in Settings page

The spellchecker in vim insists that this edit is still spelled
incorrectly, though ("organizati...

github.com/octobox/octobox - e58ad493f4c65c540f5ca1df784ab4e897634861 authored over 7 years ago
Merge pull request #451 from chrisarcand/fix-auto-refresh-bug

Fix auto sync bug w/ no notifications

github.com/octobox/octobox - 7a5270822893bc22a85a1941fcb8dcfacb1f6fd2 authored over 7 years ago
Fix auto sync bug w/ no notifications

github.com/octobox/octobox - 813b9527854f6f557b5b01a53d6f78fe510d2aac authored over 7 years ago
Add subject syncing to octobox.io omissions

github.com/octobox/octobox - 299d2516929a7f37817e62dfeb5a9602734ef454 authored over 7 years ago
Merge pull request #448 from chrisarcand/fix-last-row-archive-bug

Fix cursor bug with archiving last notification

github.com/octobox/octobox - 905c9f03164235764159aa71421486e19d1a54b3 authored over 7 years ago
Fix cursor bug with archiving last notification

If you have your cursor on the last notification in the window and
archive it, the selection wou...

github.com/octobox/octobox - 28b75403305edf8f7245d02049f1434829aa910a authored over 7 years ago
Google analytics option (#446)

* Optional google analytics tracking

* Add docs for GA_ANALYTICS_ID env var

* Typo

* Us...

github.com/octobox/octobox - f447543940321f055f0fb2121c681fdb21953554 authored over 7 years ago
Show subject count in stats rake task (#447)

github.com/octobox/octobox - bef3957a065ac69619bd36dcbf630113be431722 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - fe6730ade216a730f11cfc9f6e69f44d76cae086 authored over 7 years ago
Merge pull request #444 from chrisarcand/fix-blasted-notification-sync-failure

Handle GitHub API failures more elegantly on syncs

github.com/octobox/octobox - 8ddc2ae4fb5539209d2ec498ae34d8d40938bdb9 authored over 7 years ago
Log failed user syncs

github.com/octobox/octobox - 131f94d5c90a87fbac754a039881661beb2adda8 authored over 7 years ago
Handle a GitHub API failure more elegantly

github.com/octobox/octobox - 2af74f67195379b0e5992c23d750f821da24f1a7 authored over 7 years ago
Update notifications tests to reflect changes in how requests are made

github.com/octobox/octobox - 756af1ed82151633c070c8ca6e65a0ac6b38babd authored over 7 years ago
Fix muting and marking as read notifications losing current scope when selecting beyond current page size (#440)

Re https://github.com/octobox/octobox/pull/308

github.com/octobox/octobox - 751ecc63db431835e0b80afdc2502de06c690bce authored over 7 years ago
WIP on parallel API request to mute notifications

github.com/octobox/octobox - 5d82b57875fcae072a844f76fdc287d4a7d24bdc authored over 7 years ago
Reduce sql queries when muting notifications

github.com/octobox/octobox - 2ea592af409519cfe3ca2175b60f93b644637dca authored over 7 years ago
Don't call subject for state unless fetch_subjects is enabled

github.com/octobox/octobox - e5441615a1cef05f44bd8b065d0004cc3eaa8af0 authored over 7 years ago
Remove unused argument update_github from #mark_read

github.com/octobox/octobox - 0f7921626db5f0140ac899198689e93289878171 authored over 7 years ago
Stop shadowing outer local variable in download_service

github.com/octobox/octobox - e7c5e42d756dd1d813c7f3bd8e64665ce793e6c0 authored over 7 years ago
Remove unused count argument in org_filter_link helper

github.com/octobox/octobox - 125ae88e9f31cc0c94458f0bd21bccf9af1b6822 authored over 7 years ago
Add .second to make magic number more reasonable

github.com/octobox/octobox - 04496928d49821781ef80fe1b3c64d7bd5de6141 authored over 7 years ago
Only load eager load subjects when subject fetching is enabled

github.com/octobox/octobox - 325184cebee6d04672dcbf9cedbb24e0c5d06064 authored over 7 years ago
Only load the updated_at timestamp when checking for oldest_unread

github.com/octobox/octobox - 11f8ac2c23eabe841fb0c8e0f176ac708865ad66 authored over 7 years ago
Use official docker image

github.com/octobox/octobox - 0b79c9ff144e6c3ed07ff49d9b1503fcbefdd341 authored over 7 years ago
Adding more info about using docker (#434)

* make sure the docker image will work as stand alone

without definining the command the imag...

github.com/octobox/octobox - cf422fda79e0d6f96369036b030b9a311b7654f9 authored over 7 years ago
Merge pull request #439 from octobox/refactor-processing-notifications

Refactor processing notifications

github.com/octobox/octobox - 5e1eea89a31b9100b7f15e4e859821f81a822212 authored over 7 years ago
Combine process_notifications methods

github.com/octobox/octobox - 7dcef655fc966383c7f36b7c7ba07ae8c481f5f8 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - 07409f44f931787251ae856966190aa94f082562 authored over 7 years ago
Merge pull request #438 from chrisarcand/fix-sync-animation

Fix refresh button animation, shortcut

github.com/octobox/octobox - d22005a30f39cabb7979042bfb46aca8ac8727d4 authored over 7 years ago
Fix refresh animation

github.com/octobox/octobox - f25d7cbb53fd44e9bb283a812a49e7ab00e01ee4 authored over 7 years ago
Fixed typo

Fixes https://github.com/octobox/octobox/issues/435

github.com/octobox/octobox - 70ec9b769e9546e6c7ff71affacc36e6759a0186 authored over 7 years ago
Link to last comment (#426)

* Add latest_comment_url to notifications

* Sync notifications' latest_comment_url and use it...

github.com/octobox/octobox - 932a2560b94da1172e156bac2001474499cadc74 authored over 7 years ago
Actually enable lograge in production

github.com/octobox/octobox - 983b24e81cf69bf97f9eeb9d35978dece5e5f06b authored over 7 years ago
Speed up requests to GitHub API (#432)

github.com/octobox/octobox - e654bed4b8cef959af60664d2e1956b064ff45d2 authored over 7 years ago
Merge pull request #431 from octobox/fix-uncheck-bug

Fixed bug where select-all checkbox stays indeterminate

github.com/octobox/octobox - ffdf46d2f5807a30b2227d416788bcdfeaaa7492 authored over 7 years ago
Merge pull request #430 from octobox/dockerignore

Add .dockerignore file

github.com/octobox/octobox - 66047a5230d7f0a34c537d3c68c44131ca18cfbc authored over 7 years ago
Fix bug where select-all checkbox stays indeterminate after everything has been unchecked

github.com/octobox/octobox - 7f11138ef4caeae322f0da171d4b0f844a3aeaa0 authored over 7 years ago
Add .dockerignore file

github.com/octobox/octobox - 8ef3d77c82811f8ff2485a22ea94de0dbf45b400 authored over 7 years ago
Updated Web App Manifest (#427)

The current Web App Manifest was not really populated with usable data. This commits adds recomm...

github.com/octobox/octobox - 8b5f1438cc1ff172ac2137af34212cd90435e80d authored over 7 years ago
Clear filters with escape keystroke (#425)

* Clear filters with escape keystroke

* hotfix

github.com/octobox/octobox - 0d1759807f7e1d10a2a4e69b9b2231dad6a3c2b2 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - a9540114687065077354c03b64c9c1d3363104b3 authored over 7 years ago
Merge pull request #420 from chrisarcand/mocha-block-deprecations

Dependency and Mocha updates

github.com/octobox/octobox - 761d66ee7c97b594d7fde1e3900e4a1e6d7ad6c3 authored over 7 years ago
Remove deprecated mocha expectations

Passing a block to the mock object constructor is deprecated.
Using Object#tap or defining stubs...

github.com/octobox/octobox - 14ecf33014d35a43acb39e6b29383cc1fbeb85d9 authored over 7 years ago
addressable, mocha, and public_suffix updates

github.com/octobox/octobox - 6f8f0ffb0b2ee0853258453d1917bf884cc2fe60 authored over 7 years ago
Update dependencies

github.com/octobox/octobox - a0846110087b09d03db4a0c6d65e7b95ed12f0c9 authored over 7 years ago
Merge pull request #418 from octobox/tarebyte/octokit-error

Rescue Octokit errors when downloading a subject

github.com/octobox/octobox - 6814bd4a892742416f3ede2074f41fa936d60cca authored over 7 years ago
Remove extra whitespace

github.com/octobox/octobox - 20f383947578062575aab710a80c8551beb6d075 authored over 7 years ago
Add logger when this errors out

github.com/octobox/octobox - 284f7e4677a8a73fd23933ade257292cb2e6935d authored over 7 years ago
Do presence check when we need it

github.com/octobox/octobox - 98179dbe76e29c4161d76f8d3bdc57315704b504 authored over 7 years ago
Rescue Octokit errors

github.com/octobox/octobox - e866573ea4000d18c398d463ad56f8c66e7c02bb authored over 7 years ago
Download Subjects v2 (#411)

* Work in progress on #4

* Feature: Display author of notification subject

When notificati...

github.com/octobox/octobox - 08d0249e3020968c11ec2be40f5fc208a435ecb4 authored over 7 years ago
link to the svg for our gitter room instead of nw

github.com/octobox/octobox - 7b4c3bebb687740bc91995a9ebf453b4424bdea5 authored over 7 years ago
Remove useless assignment to variable

github.com/octobox/octobox - 2ac240fc6f15cf7e8cea6e385447c260dd95b270 authored over 7 years ago
Merge pull request #414 from chrisarcand/add-gitter-badge

Add Gitter badge to readme

github.com/octobox/octobox - 0c2ebd913cba9ede56156dc4cb779adb45458189 authored over 7 years ago
Add Gitter badge to readme

github.com/octobox/octobox - 2c71a4b89db4a36ba244b9d75eaa5fc42dd97f02 authored over 7 years ago
Removed extra require

github.com/octobox/octobox - 9684b2cf1ff9265045c6d14d833811c8588bfa6b authored over 7 years ago
Remove contibutors.json fixture (#413)

Found this while writing some tests elsewhere; this is a relic from when we hit the API for this...

github.com/octobox/octobox - c01c90064e6de407c5c0db0d42674e1174778355 authored over 7 years ago
Merge pull request #412 from octobox/fix-test-coverage

Changed loading of lib/octobox to fix test coverage

github.com/octobox/octobox - bd68fd9a4eb93031580d5f8a75186c5386f1c355 authored over 7 years ago
Changed loading of lib/octobox to fix test coverage

github.com/octobox/octobox - 4eb875f4bb0dea5ba28a6bf9368a5cd460d43d77 authored over 7 years ago
Update simplecov-html

github.com/octobox/octobox - ec5ab530e486c74c816068e0e25fc287fe8018cb authored over 7 years ago
Merge pull request #410 from radvc/enhancement-visual-feedback

Visual Feedback

github.com/octobox/octobox - 8213c4d76007044a5d973ad8deea9891029eaf91 authored over 7 years ago
Update octicons

github.com/octobox/octobox - dd76024fded21bfb53242325178ed94cae1bc18a authored over 7 years ago