projects
/
ga4php.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ac262b9
)
time to re-code the auth server from scratch
author
paulr
<me@pjr.cc>
Mon, 7 Feb 2011 14:22:30 +0000 (
01:22
+1100)
committer
paulr
<me@pjr.cc>
Mon, 7 Feb 2011 14:22:30 +0000 (
01:22
+1100)
archive/authserver_v1.0/authd/.gitignore
[new file with mode: 0644]
patch
|
blob
archive/authserver_v1.0/authd/authd.php
[moved from
authserver/authd/authd.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/create1000users.php
[moved from
authserver/create1000users.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/lib/.gitignore
[moved from
authserver/lib/.gitignore
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/lib/authClient.php
[moved from
authserver/lib/authClient.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/lib/lib.php
[moved from
authserver/lib/lib.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/usercmd.php
[moved from
authserver/usercmd.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/www/admin.php
[moved from
authserver/www/admin.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/www/admin_actions.php
[moved from
authserver/www/admin_actions.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/www/index.php
[moved from
authserver/www/index.php
with 100% similarity]
patch
|
blob
|
history
archive/authserver_v1.0/www/user_actions.php
[moved from
authserver/www/user_actions.php
with 100% similarity]
patch
|
blob
|
history
diff --git a/archive/authserver_v1.0/authd/.gitignore
b/archive/authserver_v1.0/authd/.gitignore
new file mode 100644
(file)
index 0000000..
12fa23c
--- /dev/null
+++ b/
archive/authserver_v1.0/authd/.gitignore
@@ -0,0
+1,4
@@
+/gaasdata.sqlite
+/otks
+/gaasdata.sqlite
+/otks
diff --git
a/authserver/authd/authd.php
b/archive/authserver_v1.0/authd/authd.php
similarity index 100%
rename from
authserver/authd/authd.php
rename to
archive/authserver_v1.0/authd/authd.php
diff --git
a/authserver/create1000users.php
b/archive/authserver_v1.0/create1000users.php
similarity index 100%
rename from
authserver/create1000users.php
rename to
archive/authserver_v1.0/create1000users.php
diff --git
a/authserver/lib/.gitignore
b/archive/authserver_v1.0/lib/.gitignore
similarity index 100%
rename from
authserver/lib/.gitignore
rename to
archive/authserver_v1.0/lib/.gitignore
diff --git
a/authserver/lib/authClient.php
b/archive/authserver_v1.0/lib/authClient.php
similarity index 100%
rename from
authserver/lib/authClient.php
rename to
archive/authserver_v1.0/lib/authClient.php
diff --git
a/authserver/lib/lib.php
b/archive/authserver_v1.0/lib/lib.php
similarity index 100%
rename from
authserver/lib/lib.php
rename to
archive/authserver_v1.0/lib/lib.php
diff --git
a/authserver/usercmd.php
b/archive/authserver_v1.0/usercmd.php
similarity index 100%
rename from
authserver/usercmd.php
rename to
archive/authserver_v1.0/usercmd.php
diff --git
a/authserver/www/admin.php
b/archive/authserver_v1.0/www/admin.php
similarity index 100%
rename from
authserver/www/admin.php
rename to
archive/authserver_v1.0/www/admin.php
diff --git
a/authserver/www/admin_actions.php
b/archive/authserver_v1.0/www/admin_actions.php
similarity index 100%
rename from
authserver/www/admin_actions.php
rename to
archive/authserver_v1.0/www/admin_actions.php
diff --git
a/authserver/www/index.php
b/archive/authserver_v1.0/www/index.php
similarity index 100%
rename from
authserver/www/index.php
rename to
archive/authserver_v1.0/www/index.php
diff --git
a/authserver/www/user_actions.php
b/archive/authserver_v1.0/www/user_actions.php
similarity index 100%
rename from
authserver/www/user_actions.php
rename to
archive/authserver_v1.0/www/user_actions.php