-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/add-totk-support' into development
- Loading branch information
Showing
280 changed files
with
76,886 additions
and
16,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
[WEB] | ||
minify=true | ||
enableTests=false | ||
cacheFolderRootPath=/tmp | ||
|
||
[DATABASE] | ||
DBMS=mysql | ||
DBHOST=localhost | ||
DBPORT= | ||
DBNAME=zeldamaps | ||
DBUSER= | ||
DBPASSWD="" | ||
# Quotes at least around the password to allow for special characters. | ||
DBNAME=tingle | ||
DBUSER=tingle | ||
PREFIX= | ||
|
||
; For TCP/IP network-style connections | ||
;DBHOST=127.0.0.1 | ||
;DBPORT=3306 | ||
; For Linux-style local filesystem socket connections | ||
;DBHOST=localhost | ||
;DBSOCKET=/var/lib/mysql/mysql.sock | ||
|
||
; Quotes to allow special characters in values. | ||
; Escape double-quote characters using a backslash. | ||
DBPASSWD="" | ||
|
||
[SECURITY] | ||
LOST_PASSWORD_RANDOM_GENERATOR_STRENGTH=MEDIUM | ||
|
||
[MAIL] | ||
mailEnabled=false | ||
server="smtp.server.com" | ||
server="" | ||
port=465 | ||
username="[email protected]" | ||
username="" | ||
password="" | ||
replyToAddress="[email protected]" | ||
replyToName="Zelda Maps" | ||
lostPasswordSubject="Zelda Maps - Password Reset" | ||
replyToAddress="" | ||
replyToName="Tingle" | ||
lostPasswordSubject="Tingle - Password Reset" | ||
lostPasswordBodyTemplateFilePath="content/lostPasswordEmailBodyTemplate.txt" | ||
|
||
[INTERNAL] | ||
debugLoggingMode=errorLog | ||
;debugLoggingMode=output | ||
;debugLoggingMode=buffer | ||
;debugLoggingMode=return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,37 @@ | ||
# User-specific runtime files | ||
# Environment Files | ||
.env | ||
ZM_nginx.conf | ||
dev/db/config.yml | ||
## Environment Files | ||
/.env | ||
/dev/server/nginx/site.conf | ||
/dev/db/config.yml | ||
/dev/assets/tiles/**/*.png | ||
/dev/assets/tiles/**/Trials | ||
|
||
## Team Files | ||
images/favicon.ico | ||
images/apple-touch-icon-precomposed.png | ||
|
||
# Cached Files / Runtime-updated Files | ||
cache/* | ||
!cache/index.html | ||
/cache/* | ||
!/cache/index.html | ||
|
||
/css.ini | ||
/javascript.ini | ||
|
||
css.ini | ||
javascript.ini | ||
## OS Files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Downloaded dependencies | ||
node_modules | ||
tiles | ||
vendor | ||
/tiles | ||
/vendor | ||
|
||
# Debug Files | ||
php_errors.log | ||
phpinfo.php | ||
/php_errors.log | ||
/phpinfo.php | ||
|
||
# Erroneous Files | ||
|
||
# Part of the database migration framework we're using that could be useful, just not right now. | ||
dev/db/schema.rb | ||
*.sublime-workspace | ||
.DS_Store | ||
# Extra Files | ||
## Part of the database migration framework we're using that could be useful, just not right now. | ||
/dev/db/schema.rb | ||
/dev/db/samples/tingle-* | ||
*.sublime-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,87 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionpack (5.2.2.1) | ||
actionview (= 5.2.2.1) | ||
activesupport (= 5.2.2.1) | ||
rack (~> 2.0) | ||
actionpack (7.0.4.3) | ||
actionview (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
rack (~> 2.0, >= 2.2.0) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (5.2.2.1) | ||
activesupport (= 5.2.2.1) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actionview (7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.3) | ||
activemodel (5.2.2.1) | ||
activesupport (= 5.2.2.1) | ||
activerecord (5.2.2.1) | ||
activemodel (= 5.2.2.1) | ||
activesupport (= 5.2.2.1) | ||
arel (>= 9.0) | ||
activesupport (5.2.2.1) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activemodel (7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
activerecord (7.0.4.3) | ||
activemodel (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
activesupport (7.0.4.3) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 0.7, < 2) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
arel (9.0.0) | ||
builder (3.2.3) | ||
concurrent-ruby (1.1.5) | ||
crass (1.0.4) | ||
erubi (1.8.0) | ||
i18n (1.6.0) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
byebug (11.1.3) | ||
coderay (1.1.3) | ||
concurrent-ruby (1.2.2) | ||
crass (1.0.6) | ||
erubi (1.12.0) | ||
i18n (1.12.0) | ||
concurrent-ruby (~> 1.0) | ||
loofah (2.2.3) | ||
loofah (2.19.1) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.5.9) | ||
method_source (0.9.2) | ||
mini_portile2 (2.4.0) | ||
minitest (5.11.3) | ||
mysql2 (0.5.2) | ||
nokogiri (1.10.1) | ||
mini_portile2 (~> 2.4.0) | ||
rack (2.0.6) | ||
rack-test (1.1.0) | ||
rack (>= 1.0, < 3) | ||
method_source (1.0.0) | ||
mini_portile2 (2.8.1) | ||
minitest (5.18.0) | ||
mysql2 (0.5.5) | ||
nokogiri (1.14.2) | ||
mini_portile2 (~> 2.8.0) | ||
racc (~> 1.4) | ||
pry (0.14.2) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
pry-byebug (3.10.1) | ||
byebug (~> 11.0) | ||
pry (>= 0.13, < 0.15) | ||
racc (1.6.2) | ||
rack (2.2.6.4) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.0.4) | ||
loofah (~> 2.2, >= 2.2.2) | ||
railties (5.2.2.1) | ||
actionpack (= 5.2.2.1) | ||
activesupport (= 5.2.2.1) | ||
rails-html-sanitizer (1.5.0) | ||
loofah (~> 2.19, >= 2.19.1) | ||
railties (7.0.4.3) | ||
actionpack (= 7.0.4.3) | ||
activesupport (= 7.0.4.3) | ||
method_source | ||
rake (>= 0.8.7) | ||
thor (>= 0.19.0, < 2.0) | ||
rake (12.3.2) | ||
standalone_migrations (5.2.7) | ||
activerecord (>= 4.2.7, < 5.3.0) | ||
railties (>= 4.2.7, < 5.3.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
standalone_migrations (7.1.0) | ||
activerecord (>= 4.2.7, < 7.1.0, != 5.2.3.rc1, != 5.2.3) | ||
railties (>= 4.2.7, < 7.1.0, != 5.2.3.rc1, != 5.2.3) | ||
rake (>= 10.0) | ||
thor (0.20.3) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
thor (1.2.1) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
zeitwerk (2.6.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
mysql2 | ||
pry | ||
pry-byebug | ||
standalone_migrations | ||
|
||
BUNDLED WITH | ||
2.0.1 | ||
2.2.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) [year] [fullname] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.