projects
/
authserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e0ace
)
move actual application into a subdirectory so we can deliver other things in the...
author
Robert Kaiser
<kairo@kairo.at>
Fri, 18 Nov 2016 04:01:38 +0000
(
05:01
+0100)
committer
Robert Kaiser
<kairo@kairo.at>
Fri, 18 Nov 2016 04:01:38 +0000
(
05:01
+0100)
13 files changed:
.gitignore
[new file with mode: 0644]
patch
|
blob
app/.htaccess
[moved from
.htaccess
with 100% similarity]
patch
|
blob
|
blame
|
history
app/KaiRoLogo-100x62.png
[moved from
KaiRoLogo-100x62.png
with 100% similarity]
patch
|
blob
|
blame
|
history
app/api.php
[moved from
api.php
with 100% similarity]
patch
|
blob
|
blame
|
history
app/authorize.php
[moved from
authorize.php
with 100% similarity]
patch
|
blob
|
blame
|
history
app/authsystem.css
[moved from
authsystem.css
with 100% similarity]
patch
|
blob
|
blame
|
history
app/authsystem.inc.php
[moved from
authsystem.inc.php
with 100% similarity]
patch
|
blob
|
blame
|
history
app/authsystem.js
[moved from
authsystem.js
with 100% similarity]
patch
|
blob
|
blame
|
history
app/authutils.php-class
[moved from
authutils.php-class
with 100% similarity]
patch
|
blob
|
blame
|
history
app/check.png
[moved from
check.png
with 100% similarity]
patch
|
blob
|
blame
|
history
app/index.php
[moved from
index.php
with 100% similarity]
patch
|
blob
|
blame
|
history
app/server.inc.php
[moved from
server.inc.php
with 100% similarity]
patch
|
blob
|
blame
|
history
app/token.php
[moved from
token.php
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
8d1c8b6
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1
@@
+
diff --git
a/.htaccess
b/app/.htaccess
similarity index 100%
rename from
.htaccess
rename to
app/.htaccess
diff --git
a/KaiRoLogo-100x62.png
b/app/KaiRoLogo-100x62.png
similarity index 100%
rename from
KaiRoLogo-100x62.png
rename to
app/KaiRoLogo-100x62.png
diff --git
a/api.php
b/app/api.php
similarity index 100%
rename from
api.php
rename to
app/api.php
diff --git
a/authorize.php
b/app/authorize.php
similarity index 100%
rename from
authorize.php
rename to
app/authorize.php
diff --git
a/authsystem.css
b/app/authsystem.css
similarity index 100%
rename from
authsystem.css
rename to
app/authsystem.css
diff --git
a/authsystem.inc.php
b/app/authsystem.inc.php
similarity index 100%
rename from
authsystem.inc.php
rename to
app/authsystem.inc.php
diff --git
a/authsystem.js
b/app/authsystem.js
similarity index 100%
rename from
authsystem.js
rename to
app/authsystem.js
diff --git
a/authutils.php-class
b/app/authutils.php-class
similarity index 100%
rename from
authutils.php-class
rename to
app/authutils.php-class
diff --git
a/check.png
b/app/check.png
similarity index 100%
rename from
check.png
rename to
app/check.png
diff --git
a/index.php
b/app/index.php
similarity index 100%
rename from
index.php
rename to
app/index.php
diff --git
a/server.inc.php
b/app/server.inc.php
similarity index 100%
rename from
server.inc.php
rename to
app/server.inc.php
diff --git
a/token.php
b/app/token.php
similarity index 100%
rename from
token.php
rename to
app/token.php