summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdHEADorigin/HEADorigin/0.4.00.4.0Elian ORIOU2014-12-261-1/+77
* Update README.mdElian ORIOU2014-12-261-75/+1
* Remove broken link from Readme fileElian ORIOU2014-12-261-1/+1
* Update .gitignore + add starting scriptElian ORIOU2014-12-262-0/+7
* update trakt packagesammuel862014-12-231-0/+0
* update submodules for sammyNiv Sardi2014-12-203-0/+0
* make sure we remove 'torrent-stream' temp folder on closesammuel862014-12-201-1/+1
* Cosmetic fix ups for title of pasted magnets/draged torrentssammuel862014-12-201-2/+5
* Merge pull request #348 in PT/popcorn-app from bugflix/dragDrop to 0.4.0sammuel862014-12-214-30/+63
|\
| * Fix Tv show meta not matching up to namesammuel862014-12-202-7/+5
| * parse season and episode valssammuel862014-12-201-2/+2
| * more worksammuel862014-12-202-8/+7
| * work functionalty to stream http torrent linkssammuel862014-12-202-20/+56
* | Merge pull request #338 in PT/popcorn-app from bugflix/dragDrop to 0.4.0sammuel862014-12-2015-286/+516
|\ \ | |/
| * redo phlips feature after rebase. (user prefs for volume)sammuel862014-12-191-4/+5
| * redo player trakt intengration for new package systemsammuel862014-12-191-48/+22
| * start working on getting app comapatble with new trakt packagesammuel862014-12-193-23/+22
| * update submodssammuel862014-12-192-0/+0
| * get paste magnets for movies and drag .torrents for movies workingsammuel862014-12-192-7/+2
| * Tv Drag and Drop donePhilipFry2014-12-193-5/+8
| * work on tv drag and dropPhilipFry2014-12-191-4/+8
| * fix phils horrific mistakesammuel862014-12-191-1/+13
| * fix's for updated tralt packagesammuel862014-12-191-2/+3
| * add snow on about for xmas :3sammuel862014-12-191-1/+129
| * fix dropped movie not loadingsammuel862014-12-192-13/+18
| * fixsammuel862014-12-191-4/+5
| * parse droped movies titles and get trakt info for themsammuel862014-12-192-1/+24
| * fix subs being called in two places when drag and droped magnetsammuel862014-12-192-4/+2
| * fix some jshint errorssammuel862014-12-196-16/+14
| * fix new data old vars once and for allsammuel862014-12-191-3/+3
| * set type for subs requestsammuel862014-12-191-1/+1
| * oopes set data.type not data.metadata.typesammuel862014-12-191-2/+1
| * Add subs request and redo how i reset data sub objectsammuel862014-12-191-16/+14
| * get rid of some logginsammuel862014-12-191-3/+0
| * Have loading UI change as trakt info is fetchedsammuel862014-12-191-3/+10
| * get trakt info to load async in buffer progresssammuel862014-12-192-13/+44
| * Start work on async info fetch for pasted torrentssammuel862014-12-192-12/+19
| * get pasted magnet to stream!sammuel862014-12-191-15/+41
| * get trakt name / info match up workingsammuel862014-12-192-87/+116
| * testPhilipFry2014-12-191-1/+1
| * Fix torrent cache callsammuel862014-12-191-10/+12
| * move drag and drop to its own jssammuel862014-12-193-116/+108
|/
* Merge pull request #337 in PT/popcorn-app from feature/VolumeRestore to 0.4.0sammuel862014-12-202-4/+14
|\
| * Removed LogPhilipFry2014-12-191-3/+1
| * Restore Volume FeaturePhilipFry2014-12-192-3/+15
* | we don't only use trakt now, propagate it to infoNiv Sardi2014-12-181-1/+1
|/
* use metadata provider, needs latest traktNiv Sardi2014-12-171-1/+1
* Merge pull request #333 in PT/popcorn-app from ~CALVERNAZ/popcorn-app:0.4.0 t...sammuel862014-12-161-3/+3
|\
| * Bind context to promisifyied functions.Cesar Alvernaz2014-12-141-3/+3
|/
* Merge pull request #323 in PT/popcorn-app from ~SOMEONE000/popcorn-app:0.4.0 ...sammuel862014-12-141-0/+1
|\
| * Added 'single-instance": false to package.json, allows multiple instances of ...John Smith2014-12-031-0/+1
* | Bump packagesphnz2014-12-134-0/+0
* | Use cached provider instead of calling package directlyphnz2014-12-131-1/+2
* | tabifyNiv Sardi2014-12-121-8/+8
* | add unimplemented functions to generic device,Niv Sardi2014-12-121-0/+9
* | Test 7zphnz2014-12-123-13/+5
* | 7z ?phnz2014-12-121-3/+3
* | Fix linux errorphnz2014-12-122-4/+1
* | Force ZIP format for windows archivesphnz2014-12-121-1/+1
* | Cleanupphnz2014-12-121-5/+6
* | Generate updater correctlyphnz2014-12-121-12/+68
* | Fix buildphnz2014-12-122-2/+2
* | Some updatesphnz2014-12-127-54/+93
* | Some output debugging for win buildphnz2014-12-124-17/+7
* | Fix create-releases taskphnz2014-12-121-5/+7
* | Remove build publishphnz2014-12-123-318/+156
* | Try to fix long path issue for PPM in Windowsphnz2014-12-111-5/+21
* | Add PPM to NSISphnz2014-12-111-40/+94
* | Make NSIS build asyncphnz2014-12-111-4/+11
* | Try to force absolute path for the 7zphnz2014-12-111-1/+1
* | Add zip debugphnz2014-12-111-0/+1
* | Add icon for Windows EXEphnz2014-12-111-0/+0
* | Clean releases to prevent unnecessary filesphnz2014-12-111-1/+1
* | Full path for windows zipphnz2014-12-111-2/+2
* | Win zip to get the right pathphnz2014-12-111-2/+2
* | Fix ppm uploadphnz2014-12-111-8/+10
* | Add ppm uploadphnz2014-12-112-1/+12
* | FIx NSIS taskphnz2014-12-111-2/+2
* | Fix bower path for winphnz2014-12-111-3/+4
* | Debug bootstrapingphnz2014-12-111-1/+1
* | Add debug to bootstrapingphnz2014-12-111-2/+2
* | Add clean taskphnz2014-12-117-24/+74
* | Add npm cache cleanphnz2014-12-113-2/+13
* | Fix buildsphnz2014-12-112-1/+2
* | Fix fsphnz2014-12-101-1/+1
* | Works on NSIS task to create win installerphnz2014-12-104-497/+187
* | Better arch namingphnz2014-12-102-8/+8
* | Fix buildirphnz2014-12-102-3/+3
* | Upload deb filephnz2014-12-101-1/+30
* | Fix lintianphnz2014-12-101-1/+1
* | Fix echophnz2014-12-101-2/+2
* | some works on mkdebphnz2014-12-103-0/+8
* | Fix Grunt issuesphnz2014-12-101-3/+3
* | Keep working on the mkdebphnz2014-12-105-5/+65
* | First mkdeb draftphnz2014-12-106-0/+149
* | Make sure PPM is executablephnz2014-12-101-0/+11
* | Dedupe modulesphnz2014-12-101-15/+8
* | Works on packages dedupes and fix long pathphnz2014-12-102-2/+14
* | Fix windows buildphnz2014-12-102-2/+2
* | Debug windows buildphnz2014-12-101-1/+1