Skip to content

Commit 576ac01

Browse files
committedJan 7, 2021
init
1 parent d56a0b1 commit 576ac01

9 files changed

+1842
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

‎LICENSE.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
CC0 1.0 Universal
2+
==================
3+
4+
Statement of Purpose
5+
---------------------
6+
7+
The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
8+
9+
Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
10+
11+
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
12+
13+
1. Copyright and Related Rights.
14+
--------------------------------
15+
A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
16+
17+
i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
18+
ii. moral rights retained by the original author(s) and/or performer(s);
19+
iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
20+
iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
21+
v. rights protecting the extraction, dissemination, use and reuse of data in a Work;
22+
vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
23+
vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
24+
25+
2. Waiver.
26+
-----------
27+
To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
28+
29+
3. Public License Fallback.
30+
----------------------------
31+
Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
32+
33+
4. Limitations and Disclaimers.
34+
--------------------------------
35+
36+
a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
37+
b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
38+
c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
39+
d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.

‎README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# svn-user-adder
2+
쉽게 svn 유저를 추가할 수 있게 도와주는 프로그램
3+
## Description
4+
svn 경로를 입력하고, 추가할 유저목록을 입력하면 svn 유저가 추가됩니다.
5+
## Visuals
6+
7+
## Installation
8+
+ 시작하기
9+
``` bash
10+
npm install
11+
npm start
12+
```
13+
+ exe 파일 만들기
14+
``` bash
15+
npm install electron-packager --save-dev
16+
npm install electron-packager -g
17+
electron-packager ./ svn-user-adder --platform=win32 --arch=x64
18+
```
19+
## Usage
20+
0. configure.conf 파일을 열어서 svn 경로를 지정해준다.
21+
1. svn 경로 입력 (svn://loaclhost/repo1)
22+
2. 추가할 유저 ID 입력 (여러 유저를 개행으로 입력 가능)
23+
3. 만들기 버튼 클릭

‎configure.conf

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PATH C:/repository
2+
# svn 경로를 설정해주는 부분입니다. ex) PATH C:/repository

‎index.html

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>SVN 유저 추가 프로그램</title>
6+
</head>
7+
<body>
8+
<div>
9+
<div>
10+
<div>SVN 저장소 URL</div>
11+
<textarea id="repoPath" style="width: 100%; height: 10em;" placeholder="ex)&#13;&#10;svn://localhost/repo1&#13;&#10;svn://localhost/repo2&#13;&#10;svn://localhost/repo3&#13;&#10;"></textarea>
12+
</div>
13+
<div>
14+
<div>추가할 사용자 목록</div>
15+
<textarea id="userList" style="width: 100%; height: 10em;" placeholder="ex)&#13;&#10;hansk&#13;&#10;jungjh&#13;&#10;jungdw&#13;&#10;boss&#13;&#10;비밀번호는 모두 1234로 초기화 됩니다."></textarea>
16+
</div>
17+
<input type="button" value="만들기" onclick="make()">
18+
<div id="output">상태가 표시되는 곳입니다.</div>
19+
</div>
20+
<script>
21+
const { ipcRenderer } = require('electron');
22+
var repoStartPath='';
23+
24+
ipcRenderer.on('repoStartPath-reply', (event, arg) => {
25+
console.log(arg)
26+
repoStartPath = arg;
27+
document.getElementById('output').innerText = 'svn 경로가 '+arg+'로 설정되었습니다. 아닐시 configure.conf 파일을 수정하고 프로그램 재시작해주세요.';
28+
});
29+
30+
ipcRenderer.on('alert-result', (event, arg) => {
31+
var array = arg.toString().split("\n");
32+
var res = "";
33+
for (let i = 0; i < array.length; i++) {
34+
const element = array[i];
35+
if(array[i].indexOf("작업성공") != -1){
36+
res += "<div>"+array[i]+"</div>";
37+
}else{
38+
res += "<div style='color:red'>"+array[i]+"</div>";
39+
}
40+
}
41+
document.getElementById('output').innerHTML = res;
42+
});
43+
44+
ipcRenderer.send('repoStartPath-check', 'async ping');
45+
46+
function make(){
47+
var repoPath = document.getElementById("repoPath").value;
48+
var userList = document.getElementById("userList").value;
49+
console.log(repoPath);
50+
console.log(userList);
51+
52+
// repoPath : SVN 저장소 URL
53+
// userList : 추가할 사용자 목록
54+
// repoStartPath : SVN 저장소들이 있는 로컬 경로
55+
ipcRenderer.send('addUsers', repoPath+'#$'+userList+'#$'+repoStartPath);
56+
}
57+
</script>
58+
</body>
59+
</html>

‎main.js

+158
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
// Modules to control application life and create native browser window
2+
const {app, BrowserWindow, ipcMain} = require('electron')
3+
const path = require('path')
4+
const exec = require('child_process').exec;
5+
const iconv = require('iconv-lite');
6+
const fs = require('fs');
7+
8+
String.prototype.replaceAll = function(org, dest) {
9+
return this.split(org).join(dest);
10+
}
11+
12+
String.prototype.insert = function(_idx, _str) {
13+
return this.substring(0,_idx) + _str + this.substring(_idx,this.length);
14+
}
15+
16+
function execute(command, callback) {
17+
exec(command, (error, stdout, stderr) => {
18+
callback(stdout);
19+
});
20+
};
21+
/* Event handler for asynchronous incoming messages */
22+
ipcMain.on("repoStartPath-check", (event, arg) => {
23+
console.log('checking configure.conf');
24+
var repoStartPath = fs.readFileSync("./configure.conf", 'utf8');
25+
repoStartPath = repoStartPath.split('\n')[0];
26+
repoStartPath = repoStartPath.substring('PATH'.length, repoStartPath.length);
27+
repoStartPath = repoStartPath.replaceAll(" ","");
28+
repoStartPath = repoStartPath.substring(0, repoStartPath.length-1);
29+
console.log('PATH is '+ repoStartPath);
30+
31+
event.sender.send("repoStartPath-reply", repoStartPath);
32+
});
33+
34+
/* Event handler for asynchronous incoming messages */
35+
ipcMain.on("addUsers", (event, arg) => {
36+
var arr = arg.split('#$')
37+
38+
var repoPath = arr[0].split('\n');
39+
var userList = arr[1].split('\n');
40+
var _repoStartPath = arr[2]
41+
_repoStartPath = _repoStartPath.replaceAll("\n","");
42+
console.log('repoStartPath is '+_repoStartPath);
43+
44+
var successLog = [];
45+
var errorLog = [];
46+
47+
for(var i =0;i<repoPath.length;i++){
48+
repoPath[i] = repoPath[i].replaceAll(" ","");
49+
var ss = repoPath[i].indexOf('/', 8);
50+
var path = _repoStartPath + "/" + repoPath[i].substring(ss, repoPath[i].length) + "/conf/"
51+
path = path.replaceAll("//","/");
52+
console.log(path + 'is started');
53+
54+
try{
55+
var data = fs.readFileSync(path+"authz", 'utf8');
56+
57+
var successUserList = [];
58+
59+
var startPoint = data.indexOf("admin = ") + "admin = ".length;
60+
for(var j=0;j<userList.length;j++){
61+
// 중복 유저 체크
62+
var lines = data.toString().split("\n");
63+
var userStr = "";
64+
for(let k = 0;k< lines.length;k++){
65+
if(lines[k].indexOf('admin =') != -1){
66+
console.log(lines[k]);
67+
console.log('startPoint '+startPoint);
68+
userStr = lines[k].substring(lines[k].indexOf("admin = ") + "admin = ".length,lines[k].length);
69+
userStr = userStr.replace(/ /g,"");
70+
console.log(userStr);
71+
break
72+
}
73+
}
74+
75+
var userArr = userStr.split(',');
76+
console.log(userArr);
77+
78+
79+
var flag = false;
80+
for(let k = 0;k< userArr.length;k++){
81+
if(userList[j] == userArr[k]){
82+
flag = true;
83+
errorLog.push(repoPath[i]+' 작업실패, '+userList[j]+' 유저가 이미 존재합니다.'+'\n')
84+
break
85+
}
86+
}
87+
88+
if(flag){
89+
continue;
90+
}
91+
92+
data = data.insert(startPoint, userList[j] + ", ");
93+
successUserList.push(userList[j]);
94+
}
95+
fs.writeFileSync(path+"authz", data);
96+
console.log( 'success to add users in authz ' + path);
97+
98+
99+
data = fs.readFileSync(path+"passwd", 'utf8')
100+
startPoint = data.indexOf("[users]", 200) + "[users]".length;
101+
for(var j=0;j<successUserList.length;j++){
102+
data = data.insert(startPoint, "\r\n" + successUserList[j] + " = " + '1234');
103+
}
104+
fs.writeFileSync(path+"passwd", data);
105+
console.log('success to add users in passwd ' + path);
106+
for (let j = 0; j < successUserList.length; j++) {
107+
successLog.push(repoPath[i]+' 작업성공, '+successUserList[j]+'가 추가되었습니다.'+'\n');
108+
}
109+
}catch(e){
110+
console.log('bad path')
111+
errorLog.push(repoPath[i]+' 작업실패, 잘못된 경로입니다.'+'\n')
112+
event.sender.send("alert-result", 'error');
113+
console.log(e)
114+
}
115+
}
116+
event.sender.send("alert-result", successLog.toString()+errorLog.toString());
117+
});
118+
119+
function createWindow () {
120+
// Create the browser window.
121+
const mainWindow = new BrowserWindow({
122+
width: 800,
123+
height: 600,
124+
webPreferences: {
125+
nodeIntegration: true,
126+
preload: path.join(__dirname, 'preload.js')
127+
}
128+
})
129+
130+
// and load the index.html of the app.
131+
mainWindow.loadFile('index.html')
132+
133+
// Open the DevTools.
134+
// mainWindow.webContents.openDevTools()
135+
}
136+
137+
// This method will be called when Electron has finished
138+
// initialization and is ready to create browser windows.
139+
// Some APIs can only be used after this event occurs.
140+
app.whenReady().then(() => {
141+
createWindow()
142+
143+
app.on('activate', function () {
144+
// On macOS it's common to re-create a window in the app when the
145+
// dock icon is clicked and there are no other windows open.
146+
if (BrowserWindow.getAllWindows().length === 0) createWindow()
147+
})
148+
})
149+
150+
// Quit when all windows are closed, except on macOS. There, it's common
151+
// for applications and their menu bar to stay active until the user quits
152+
// explicitly with Cmd + Q.
153+
app.on('window-all-closed', function () {
154+
if (process.platform !== 'darwin') app.quit()
155+
})
156+
157+
// In this file you can include the rest of your app's specific main process
158+
// code. You can also put them in separate files and require them here.

‎package-lock.json

+1,530
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "svn-user-adder",
3+
"version": "1.0.0",
4+
"description": "program to help add user to svn",
5+
"main": "main.js",
6+
"scripts": {
7+
"start": "electron ."
8+
},
9+
"repository": "https://github.com/HanSangKkyu/svn-user-adder",
10+
"devDependencies": {
11+
"electron": "^10.1.3",
12+
"electron-packager": "^15.2.0"
13+
},
14+
"dependencies": {
15+
"fs": "0.0.1-security",
16+
"iconv-lite": "^0.6.2"
17+
}
18+
}

‎preload.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// All of the Node.js APIs are available in the preload process.
2+
// It has the same sandbox as a Chrome extension.
3+
window.addEventListener('DOMContentLoaded', () => {
4+
const replaceText = (selector, text) => {
5+
const element = document.getElementById(selector)
6+
if (element) element.innerText = text
7+
}
8+
9+
for (const type of ['chrome', 'node', 'electron']) {
10+
replaceText(`${type}-version`, process.versions[type])
11+
}
12+
})

0 commit comments

Comments
 (0)
Please sign in to comment.