Commits on Source (53)
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
fix thumbnails lookup path See merge request dfn2/pling-store!11
38019fdb -
azubieta authored
Improve readme See merge request dfn2/pling-store!10
8c880fc0 -
DFN2 authored
Development See merge request dfn2/pling-store!9
-
DFN2 authored9cd41783
-
DFN2 authoredd6a795a8
-
DFN2 authoredcb82822e
-
DFN2 authoreddf19233b
-
DFN2 authoredffc37b19
-
DFN2 authored83ae8fce
-
DFN2 authorede2ee96d4
-
DFN2 authoredcc74a851
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
Publis zsync See merge request dfn2/pling-store!12
f7eb3c9b -
DFN2 authoredd342569a
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
Publish zsync See merge request dfn2/pling-store!14
2af258f6 -
azubieta authored
-
azubieta authored
-
azubieta authored
Self udpate See merge request dfn2/pling-store!15
3f1d851a -
azubieta authored
Development See merge request dfn2/pling-store!17
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
-
azubieta authored
workaround for input cursor invisible after navigation in webview See merge request dfn2/pling-store-development!19
-
DFN2 authored
-
DFN2 authored
-
DFN2 authored
-
azubieta authored
-
azubieta authored
-
DFN2 authored
-
DFN2 authored
-
azubieta authored
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Procfile 2 additions, 0 deletionsProcfile
- README.md 44 additions, 2 deletionsREADME.md
- app/main.js 12 additions, 4 deletionsapp/main.js
- app/scripts/components/ToolbarComponent.js 17 additions, 2 deletionsapp/scripts/components/ToolbarComponent.js
- app/scripts/components/WebviewComponent.js 5 additions, 0 deletionsapp/scripts/components/WebviewComponent.js
- app/scripts/handlers/OcsManagerHandler.js 6 additions, 0 deletionsapp/scripts/handlers/OcsManagerHandler.js
- app/scripts/handlers/WebviewHandler.js 4 additions, 0 deletionsapp/scripts/handlers/WebviewHandler.js
- build/asset-manifest.json 6 additions, 0 deletionsbuild/asset-manifest.json
- build/favicon.ico 0 additions, 0 deletionsbuild/favicon.ico
- build/index.html 1 addition, 0 deletionsbuild/index.html
- build/static/css/main.8055198b.css 2 additions, 0 deletionsbuild/static/css/main.8055198b.css
- build/static/css/main.8055198b.css.map 1 addition, 0 deletionsbuild/static/css/main.8055198b.css.map
- build/static/js/main.35a069ca.js 10 additions, 0 deletionsbuild/static/js/main.35a069ca.js
- build/static/js/main.35a069ca.js.map 1 addition, 0 deletionsbuild/static/js/main.35a069ca.js.map
- desktop/ocs-store.desktop 0 additions, 8 deletionsdesktop/ocs-store.desktop
- desktop/ocs-store.svg 0 additions, 693 deletionsdesktop/ocs-store.svg
- desktop/pling-store.svg 1 addition, 693 deletionsdesktop/pling-store.svg
- package-lock.json 11158 additions, 1156 deletionspackage-lock.json
- package.json 23 additions, 16 deletionspackage.json
Procfile
0 → 100644
build/asset-manifest.json
0 → 100644
build/favicon.ico
0 → 100644
24.3 KiB
build/index.html
0 → 100644
build/static/css/main.8055198b.css
0 → 100644
build/static/css/main.8055198b.css.map
0 → 100644
build/static/js/main.35a069ca.js
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
build/static/js/main.35a069ca.js.map
0 → 100644
This diff is collapsed.
desktop/ocs-store.desktop
deleted
100644 → 0
desktop/ocs-store.svg
deleted
100644 → 0
This diff is collapsed.
desktop/pling-store.svg
100644 → 100755
This diff is collapsed.
This diff is collapsed.
{ | ||
"name": "pling-store", | ||
"productName": "Pling-Store", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", | ||
"author": "Pling.com", | ||
"license": "GPL-3.0", | ||
"homepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/pling-store", | ||
"homepage": "./", | ||
"repoHomepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/pling-store-development", | ||
"bugs": "https://www.opencode.net/dfn2/pling-store/issues", | ||
"main": "app/main.js", | ||
"main": "src/electron-starter.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"start": "react-scripts build && electron .", | ||
"debug": "electron . --debug", | ||
"package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'", | ||
"watch" : "webpack --mode development --watch" | ||
"watch": "webpack --mode development --watch", | ||
"react-start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
"electron": "electron .", | ||
"dev": "nf start -p 3000" | ||
}, | ||
"dependencies": { | ||
"electron-store": "2.*.*", | ||
"request": "2.*.*", | ||
"electron-updater": "^4.1.2", | ||
"esm": "3.*.*", | ||
"lit-html": "1.*.*" | ||
"lit-html": "1.*.*", | ||
"request": "2.*.*", | ||
"@material-ui/core": "^4.3.3", | ||
"@material-ui/icons": "^4.2.1", | ||
"react": "^16.1.1", | ||
"react-dom": "^16.1.1", | ||
"react-electron-web-view": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"electron": "4.*.*", | ||
"electron-packager": "13.*.*", | ||
"@babel/core":"*", | ||
"@babel/polyfill":"*", | ||
"@babel/preset-env": "*", | ||
"@babel/preset-react": "*", | ||
"react":"*", | ||
"react-dom":"*", | ||
"webpack":"*", | ||
"webpack-cli":"*" | ||
"foreman": "^2.0.0", | ||
"react-scripts": "0.8.5" | ||
} | ||
} |