Ecosyste.ms: OpenCollective

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

Destiny Item Manager

Support our open source contributors' work to maintain DIM and build new features!
Collective - Host: opensource - https://opencollective.com/dim - Website: https://destinyitemmanager.com/ - Code: https://github.com/DestinyItemManager

Fix changing sort not being applied.

I had typoed some variables!

github.com/DestinyItemManager/DIM - 8ad5d03753e632598e7d16b5a3957a5fc34aa114 authored about 9 years ago
Create loadout from equipped items.

This adds a sub-button to the "Create Loadout" menu item that will
prepopulate the loadout with ...

github.com/DestinyItemManager/DIM - b145cde415458b78d5138dad62ee175cdf8b1418 authored about 9 years ago
Be smarter about setting "equipped" when creating loadouts.

When we add an item, if it's the first of its kind, it's automatically
equipped. When we remove ...

github.com/DestinyItemManager/DIM - a1ad3de5f08ada22b638932573079e34ef65ba17 authored about 9 years ago
"Revert layout" functionality.

github.com/DestinyItemManager/DIM - ffee24a977ab757aac8a601e5b99fc6542aa23b5 authored about 9 years ago
Housekeeping in StoreItems (resetData)

github.com/DestinyItemManager/DIM - ed3b9fc0e1456ee17d6190da9265a7c3578d7bbb authored about 9 years ago
Get rid of "prestige level" stuff since it doesn't matter after TTK.

github.com/DestinyItemManager/DIM - e4dec51e32c2e1be87b5922300f9b08145cb7510 authored about 9 years ago
Fix setting class type on loadouts.

This fixes #357.

github.com/DestinyItemManager/DIM - 0761e664fb1863c8233f05342c56b4f00c157563 authored about 9 years ago
Fix image size on loadout-creation popup.

github.com/DestinyItemManager/DIM - ad83a367c6a41ad4424e08726ab350609e260deb authored about 9 years ago
Set showBadge to true for stackable items.

This fixes #355.

github.com/DestinyItemManager/DIM - d0680008c69ed91f55e6ed248352b7873287b42c authored about 9 years ago
Guard against an undefined ref that was preventing move popup from showing for engrams.

This fixes #356.

github.com/DestinyItemManager/DIM - f91853d01789ed72f0037c674dbba79ab661a0fd authored about 9 years ago
Revert "Avoid reloading when not necessary after moving items."

This reverts commit 8f3d113463c3d8f79af702080ff9556530c7da6c.

This should fix #354 and #353.

github.com/DestinyItemManager/DIM - 727a7b474665d6a4f94ce31436f63928656ba979 authored about 9 years ago
Updated version number to v3.2.0

github.com/DestinyItemManager/DIM - e9877caf753a75a8b12cd8844e8dc880ffbce22e authored about 9 years ago
Merge pull request #352 from bhollis/backport-perf

More performance enhancements

github.com/DestinyItemManager/DIM - e754d36a974ad41076551748ad25b773b3c363c2 authored about 9 years ago
Go back to having the inner image element.

github.com/DestinyItemManager/DIM - bbf2447ebe9ea82f3ae3f8799094338830165048 authored about 9 years ago
Fix infusion images

github.com/DestinyItemManager/DIM - 18ace4973a135e846a43be3be0288d6cc5efcda5 authored about 9 years ago
Significantly reduce watchers by specializing processItems.

github.com/DestinyItemManager/DIM - 6e81f927bc9ffa7537810bacee54ad039e5fa7cf authored about 9 years ago
Clean up store heading

github.com/DestinyItemManager/DIM - ad4ad3e25470dfee91e32cde147b7ce332d9bf9b authored about 9 years ago
Use angular filters to replace a super-expensive deep watch.

This is a major performance improvement.

github.com/DestinyItemManager/DIM - fd5405e3acd25a0ae46cdcbe621f3d082570a8e0 authored about 9 years ago
Get rid of some unnecessary sorting - we sort at the view layer.

github.com/DestinyItemManager/DIM - 08258c7659c9f8f1ab908b9fe0cfc0c79df437ea authored about 9 years ago
Revert "Stop caching images in the extension. We were only using them as a"

This reverts commit 7539176c07f8932397f34f6c4498fc9430181894.

github.com/DestinyItemManager/DIM - bb5953acbaf46f81b04809713850985dd630d83d authored about 9 years ago
Get rid of the nested img div in every item.

github.com/DestinyItemManager/DIM - e8a4db0e59bc7c025d6efc8a6020f5afee970b62 authored about 9 years ago
Use $watchGroup to trigger processItem in StoreItem.

This produces a lot more watchers, but they're handled more
efficiently. Overall performance is ...

github.com/DestinyItemManager/DIM - 264f600d52786754355429dbcf1c328123d0b83c authored about 9 years ago
Improve filter performance.

Don't run filters on empty searches, and reduce the number of watch
actions for showing/hiding i...

github.com/DestinyItemManager/DIM - 6ec5001ea7114b2c4e64c7ab5a01951049e8be5b authored about 9 years ago
Don't filter on platform updated - update-stores will handle it.

github.com/DestinyItemManager/DIM - febc9520857931f243dc62825f99d1addba133e6 authored about 9 years ago
Clean up getItems iteration by moving iterator function out of getItems.

github.com/DestinyItemManager/DIM - 396a809cd793752d32eb909961f31d395f665b8f authored about 9 years ago
Remove special-cased items now that they're no longer classified.

github.com/DestinyItemManager/DIM - 29ce055e454865c16b8cf02f63e49d66bcdbeb7b authored about 9 years ago
Remove commented code from StoreService.

github.com/DestinyItemManager/DIM - a04294d2f941258d516c31a4d37ccc70f1995099 authored about 9 years ago
Switch to $q.all to get definitions in parallel in StoreService.

github.com/DestinyItemManager/DIM - db4bb76df7a5774a91afd1ad8ba180a4c91b313d authored about 9 years ago
Clean up item watches and decisions of whether to show stats.

github.com/DestinyItemManager/DIM - 6df6644a5096323c6d24d2dc4190a680065474b6 authored about 9 years ago
Clean up membership handling

github.com/DestinyItemManager/DIM - 67e3474138211989d24c8d682f85aa95b076fa5b authored about 9 years ago
Avoid reloading when not necessary after moving items.

github.com/DestinyItemManager/DIM - 8f3d113463c3d8f79af702080ff9556530c7da6c authored about 9 years ago
Use bind-once to reduce watchers in the move popup

github.com/DestinyItemManager/DIM - aa65a0ac4151f88e5b2b5ed962695e924a29b492 authored about 9 years ago
Improve stats copying in moveItemProperties.

github.com/DestinyItemManager/DIM - fdf39315fda3df9b2435fca47ac49e807734a2b4 authored about 9 years ago
Stop caching images in the extension. We were only using them as a

fallback, anyway, and loading live from Bungie is actually faster when cached.

github.com/DestinyItemManager/DIM - 7539176c07f8932397f34f6c4498fc9430181894 authored about 9 years ago
Missing semicolons, remove some extra whitespace.

github.com/DestinyItemManager/DIM - 445c0697b141b46efab4026a183f2784ca6f5a59 authored about 9 years ago
Update styling and help/about text.

github.com/DestinyItemManager/DIM - 6a711390edb445679a0f0f19acf353fa0d56f5da authored about 9 years ago
Correctly use dates in isUserInactive.

github.com/DestinyItemManager/DIM - 5e1a2b05b9b2ed30399eeca6e75c850ec37b74fd authored about 9 years ago
Add a shebang to processBungieManifest so it can be run directly.

github.com/DestinyItemManager/DIM - ce100cee1b69a315f1ead9225baba6c3ef73051b authored about 9 years ago
Merge remote-tracking branch 'origin/master' into dev

github.com/DestinyItemManager/DIM - 9b36aba5c074c1ec4ebfc0000ba1b39abb15911d authored about 9 years ago
Merge pull request #316 from TheHandsomeCoder/issue269

Increased the size of the action icons to font-size 20px fixes #269

github.com/DestinyItemManager/DIM - 98e7586ae0151bdadbf46ece1343adb255c04a2f authored about 9 years ago
Merge pull request #315 from thesamprice/master

Fix classType for artifacts.

github.com/DestinyItemManager/DIM - 0cb0a2d53bbd73b209042ae35c8f2a31fb05b606 authored about 9 years ago
Merge pull request #245 from bhollis/years

is:year1 and is:year2 filters

github.com/DestinyItemManager/DIM - 832760321764922c4dc13c8f1ee137f1595d784e authored about 9 years ago
Merge pull request #298 from bhollis/maxlight

Add a dynamic layout for each character that will maximize their light level

github.com/DestinyItemManager/DIM - e3d36da23df9ddbae82c55ffdbc8d4d61a395496 authored about 9 years ago
Merge pull request #299 from bhollis/pagevisibility

Use the page visibility API to control refresh

github.com/DestinyItemManager/DIM - a11871f80ad630dd88d1cc489f50bb3a5aecc8d9 authored about 9 years ago
Testing a commit message integration with slack.

Nothing to see here.

github.com/DestinyItemManager/dim-mobile-client - ed9fe73bcd075e282a16b2c641f177a712a7403d authored about 9 years ago
Added route to resolve identity before signing into Bungie.net.

github.com/DestinyItemManager/dim-mobile-client - f2498e11351471b21962af288936e3619a034090 authored about 9 years ago
Added promise that will be used to authenticate the visitor when the app starts.

github.com/DestinyItemManager/dim-mobile-client - 3028e880d34ad9a45f84ac4eba826d83aa54a792 authored about 9 years ago
Added some margin to the links on the signin page.

github.com/DestinyItemManager/dim-mobile-client - 06872efb67ef2a99768ea3e5327940ca8c77418b authored about 9 years ago
Removed :any references in TS files. It was visual clutter.

github.com/DestinyItemManager/dim-mobile-client - 22ab94a59078ef4caca5faae5908882102d4035c authored about 9 years ago
Added the stateChangeStart logic to manage the routing for views that have roles.

github.com/DestinyItemManager/dim-mobile-client - 75618b164b8e91af046630cf5878228b6fa2523e authored about 9 years ago
Breaking up files and refactoring prototypes.

github.com/DestinyItemManager/dim-mobile-client - cea26bc85136b2eeadf6496541ddaf19199cb784 authored about 9 years ago
Documentended the source.

github.com/DestinyItemManager/dim-mobile-client - 442000c8926183990e6025cfb679326da5095c6b authored about 9 years ago
Add a search filter for "is:year1" and "is:year2" based on the total list of items in the manifest before TTK was released.

github.com/DestinyItemManager/DIM - 11cadddfef40a8f1779f7be78f765dd35b35172c authored about 9 years ago
Exclude immovable (postmaster) items from being considered part of the max light loadout.

github.com/DestinyItemManager/DIM - c0c806284b95fd678ca95aeb9969980672be2d00 authored about 9 years ago
Further tweak the bestItemFn to prefer items from the vault over items owned by another character when maximizing light.

github.com/DestinyItemManager/DIM - 2d4ae6c131f66bf7d1ed6ae2850ef06a8fb8a559 authored about 9 years ago
Boost value of an item to the max light loadout only if it's equipped on the same character

github.com/DestinyItemManager/DIM - ab34ed2855db09cc09f07e2b4714abaf99480f9c authored about 9 years ago
Add a dynamic layout for each character that will maximize their light level.

This will figure out, across all items in the account, what combination of items will maximize
l...

github.com/DestinyItemManager/DIM - 75e0e3eec18790a3533e1139d2590531a6cef0f1 authored about 9 years ago
Tweaks to the max light loadout.

Fixed a bug in figuring out which exotics to use that was pointed out by @thesamprice.
Added a f...

github.com/DestinyItemManager/DIM - fdc534536dc19a3144fdcccfe3bea1f91bbd4c4f authored about 9 years ago
Refactored classes into modules. Brought async usaged into focus.

github.com/DestinyItemManager/dim-mobile-client - 5ffb5f3e9502fb61bf81554426d64ab3819c1406 authored about 9 years ago
Added cookieParser service.

github.com/DestinyItemManager/dim-mobile-client - 27fe1a6177bf9acdd6e2743ce52b57c761ba2b5f authored about 9 years ago
Added promise-tracking to give user feedback when the application is working.

github.com/DestinyItemManager/dim-mobile-client - 7681bdac6e56816a48469bf48f0ea8ea43a21419 authored about 9 years ago
Authenticating with Bungie.net

github.com/DestinyItemManager/dim-mobile-client - ad888e94f582e7950511d373cf4f303f0bd9ee83 authored about 9 years ago
Loaing cookie data from Bungie.net

github.com/DestinyItemManager/dim-mobile-client - 3b1d50ced30afe01cc04ee056968dcfd8c53a55a authored about 9 years ago
Have signin working as a modal element w/ no menu.

git status

ls

github.com/DestinyItemManager/dim-mobile-client - f5d216b474be85facae253d0184359f115e87966 authored about 9 years ago
Created abstract root and menu routes. Added items and signin to the right parents.

github.com/DestinyItemManager/dim-mobile-client - a22aac919d26ee463420705fa57510e1b7c484cd authored about 9 years ago
Have a signin view loading when there is no identity.

github.com/DestinyItemManager/dim-mobile-client - e1e3ac7c22581525d13033d2087c5e6449516219 authored about 9 years ago
Working towards adding a view to login.

github.com/DestinyItemManager/dim-mobile-client - a1f6f92d3edd4324ce86153c89dcd95d5dcb19c4 authored about 9 years ago
Working on the principle/identity pattern for logging into Bungie.net

github.com/DestinyItemManager/dim-mobile-client - 7f22fdedb374de6d3e62a68d48f84e39d09e259f authored about 9 years ago
Configured the typescript config file and started the classes for Bungie Services.

github.com/DestinyItemManager/dim-mobile-client - 45cae2ac70490fefd29b126a75d8dd984c7e926a authored about 9 years ago
SystemJS implementation for build complete.

github.com/DestinyItemManager/dim-mobile-client - b2d920d027fa839cc0d4afb9b8931854985f51b8 authored about 9 years ago
Merge branch 'dev'

github.com/DestinyItemManager/DIM - b4eef3e21723da7fbf1760784fedc09c22c966f1 authored about 9 years ago
latest manifest, version bump

github.com/DestinyItemManager/DIM - ed9bff62cef2e62909c80e0f6fbe494ecdbf823b authored about 9 years ago
push talent grid info to perks on item

github.com/DestinyItemManager/DIM - a05f8e578d8f0b62de4072bf0f7e7c9634c9d4dc authored about 9 years ago
Removed artifact.

github.com/DestinyItemManager/DIM - 3a650d3d0d7ce50dfb967d944fac8a9419448ec4 authored about 9 years ago
Removed babe-runtime and added polyfill.

github.com/DestinyItemManager/dim-mobile-client - cd5cbca6509cb3fad077d90b7b78212c31276164 authored about 9 years ago
Changed gulp task to start when running ionic.

github.com/DestinyItemManager/dim-mobile-client - e9f102869028c178ccfe8e80c40fdda3309c692b authored about 9 years ago
Added postinstall script for npm to copy babe-polyfill to /www/lib folder.

github.com/DestinyItemManager/dim-mobile-client - 6d9a2df2fa4b66afe0c4db196546b0cf30480679 authored about 9 years ago
Updated index.html file to reference libraries.

github.com/DestinyItemManager/dim-mobile-client - b488bfcf1d02760112a43662a9169fce71a6188d authored about 9 years ago
Added gulp tasks to readme.

github.com/DestinyItemManager/dim-mobile-client - e4eaf553e55152b6d9b59991538ec8b33f1b3a7a authored about 9 years ago
Gulpfile has been built. 'gulp help' added to give users an idea of what tasks are available.

github.com/DestinyItemManager/dim-mobile-client - 5d6d711b25b9ab75ba8d59258dea9e760f0c88d4 authored about 9 years ago
Formatting update for readme.md.

github.com/DestinyItemManager/dim-mobile-client - 711b01ba38cfaebeea085728c562be19fd99e2fd authored about 9 years ago
Added gulp tasks to readme.md.

github.com/DestinyItemManager/dim-mobile-client - 05319daa67d403e25154a20083878ee80bb126fe authored about 9 years ago
Removed TSD's from project. Addes the src file for ES2015 and TypeScript code.

github.com/DestinyItemManager/dim-mobile-client - 7a4870b275bff8cdd1638b48ddfa9fb57df98340 authored about 9 years ago
Removed .DS_Store from project.

github.com/DestinyItemManager/dim-mobile-client - 12bab34e2b6296b70955dd6b2b2b327b4142ad63 authored about 9 years ago
First commit. Added base-line ionic project with TypeScript and Babel to support ES2015.

github.com/DestinyItemManager/dim-mobile-client - 0d697febf1cc7c6a91cbd83875be392a1a6d8e6a authored about 9 years ago
Updated for Sparrow Racing League.

github.com/DestinyItemManager/DIM - fe8900709268ff1f744aae7733c178d6da49d9e1 authored about 9 years ago
Added images back to DIM.

github.com/DestinyItemManager/DIM - f428a9cd489b2b64cdab36e2c1d9b0428e7b4771 authored about 9 years ago
Merge branch 'dev'

github.com/DestinyItemManager/DIM - e1ee8963cc257c2e8cbea516a284752dfeb69873 authored about 9 years ago
Added itemHashes that are used to download icons.

github.com/DestinyItemManager/DIM - 6ae43d5e88ff1ab9221bc0f3456850f11813a3fe authored about 9 years ago
Updated manifest file. Removed majority of images because they were unnecessary. Only save images that mutate when manifest file is updated.

github.com/DestinyItemManager/DIM - c12ea79009916c2d2d542380cb50d64ac4770502 authored about 9 years ago
Merge branch 'dev'

github.com/DestinyItemManager/DIM - c03cbdd1ccb8d697b82280294f974bb7628fc88c authored about 9 years ago
manifest/version bump

github.com/DestinyItemManager/DIM - 7a76e22286d2e1078aaa502f25719aba561a7523 authored about 9 years ago
Merge branch 'dev'

github.com/DestinyItemManager/DIM - 65174cb8773d998c0357e5838a2951b2566e27ed authored about 9 years ago
manifest/version bump

github.com/DestinyItemManager/DIM - 13873aed353bd3b9d5cfd036500592ccc2ea39d1 authored about 9 years ago
Merge branch 'dev'

github.com/DestinyItemManager/DIM - 50dfc2ac31b8a7a94fd941beff369a6bc9a939c9 authored about 9 years ago
Added Skull Mask.

github.com/DestinyItemManager/DIM - f4244265ca30f02eaadf3ed7648eb57e3ab6b25f authored about 9 years ago