Skip to content

Commit 47c1b6c

Browse files
authored
Merge pull request popcorn-official#2217 from popcorn-official/development
Merge dev to master
2 parents 0c54b2c + 6f3b2f0 commit 47c1b6c

File tree

233 files changed

+15253
-12071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+15253
-12071
lines changed

.github/ISSUE_TEMPLATE.md

-23
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
If you are asking a question rather than filing a bug, try one of these instead:
12+
- Reddit /r/PopCornTime's FAQs (https://www.reddit.com/r/PopCornTime/wiki/faq)
13+
- Reddit /r/PopCornTime (https://www.reddit.com/r/PopCornTime/)
14+
- PopCornTime Forum (https://discuss.popcorntime.app/)
15+
-->
16+
17+
Operating System Version:
18+
<!-- OS X 10.11? Windows 10? Linux?-->
19+
20+
Popcorn Time Version:
21+
<!-- What version of Popcorn Time are you running? -->
22+
23+
Download date:
24+
<!-- When did you install Popcorn Time? -->
25+
26+
Download url (optional):
27+
<!-- Since there are pre-release builds and it's difficult to track if download is a release or just random build from jenkins. -->
28+
29+
#### Expected Behaviour
30+
<!-- What did you think the app was going to do? -->
31+
...
32+
33+
#### Actual Behaviour
34+
<!-- What does the app do instead? -->
35+
...
36+
37+
#### Steps to reproduce the behaviour
38+
<!-- What steps do we need to take to find the same bug that you found? -->
39+
40+
1. ...
41+
2. ...
42+
3. ...
43+
44+
#### Screenshot(s) of issue or error(s) logs of developer console (Windows/Linux: F12, MacOS: ⌘ + 0 ... then 'console' tab) (recommended)
45+
<!-- Screenshot helps with finding why stuff breaks -->
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the idea you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Missing or wrong movie / episode
3+
about: Do not open an issue
4+
title: Do not open an issue
5+
labels: wontfix
6+
assignees: ''
7+
8+
---
9+
10+
The app don't manage the content. Results comes from third parties APIs.
11+
12+
This is useless to open an issue here for those kind of issues.

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,21 @@ jobs:
4545
if: matrix.os == 'macOS-latest'
4646
run: |
4747
yarn
48+
npm install
4849
yarn gulp dist
4950
5051
- name: Build App [ubuntu]
5152
if: matrix.os == 'ubuntu-latest'
5253
run: |
5354
yarn
55+
npm install
5456
yarn gulp dist --platforms=linux32,linux64
5557
5658
- name: Build App [windows]
5759
if: matrix.os == 'windows-latest'
5860
run: |
5961
yarn
62+
npm install
6063
yarn gulp dist --platforms=win32
6164
yarn gulp dist --platforms=win64
6265
env:

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ lib-cov
2323
.idea/
2424
*.swp
2525
*.sublime-*
26+
.vscode/
27+
*.code-workspace
2628
*.bat
2729
*.db
2830
*.seed

.jshintrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"WebTorrent": true,
8383
"torrentCollection": true,
8484
"Trakt": true,
85+
"pkJson": true,
86+
"curSetDefaultFilters": true,
87+
"extPlayerlst": true,
88+
"jsonFileEditor": true,
8589

8690
// Third party
8791
"Backbone": true,
@@ -90,6 +94,7 @@
9094
"_": true,
9195
"request": true,
9296
"videojs": true,
93-
"vjs": true
97+
"vjs": true,
98+
"VPNht": true
9499
}
95100
}

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- yarn install --ignore-engines
1515
- yarn build
1616
install:
17-
- yarn gulp compress
17+
- yarn gulp prepareUpdater
1818
after_success:
1919
- ls -ltr ./build/
2020
deploy:
@@ -24,6 +24,7 @@ deploy:
2424
name: Build $(date +'%d.%m.%Y %R')
2525
skip_cleanup: true
2626
on:
27+
repo: popcorn-official/popcorn-desktop
2728
branch: development
2829
tags: false
2930
api-key:

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.4.5 - The next wave - 21 June 2021
2+
3+
New Features:
4+
- Update NWJS to 0.44.5 (https://github.com/nwjs/nw.js/blob/nw44/CHANGELOG.md)
5+
- Add custom servers
6+
- Add seedbox
7+
8+
BigFixes:
9+
- Many bugs ...
10+
11+
## 0.4.4 Beta - Love in the Time of Corona - 14 April 2020
12+
13+
This part of the log lost in the depths of development
14+
115
## 0.3.10 Beta - Popcorn Is Love - 31 October 2016
216

317
BigFixes:

CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ For translations please go to: [Transifex](https://www.transifex.com/popcorn-tim
133133
1. cd into the project folder
134134
1. Run `npm install -g grunt-cli bower` - to make it possible to run grunt commands
135135

136-
[Complete documentation](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Build-Debug.md)
137-
138136
### Updating with the latest changes
139137

140138
Pulling down the latest changes from master will often require more than just a pull, you may also need to do one or more of the following:

0 commit comments

Comments
 (0)