Michael Bayne
faece11e11
Allow specification of appbase via system property.
...
This allows one to bootstrap a Getdown install with no files at all. You don't
get a very sexy UI during the first install, but you can make something
non-horrible with a background color and a small window.
2014-02-11 11:13:13 -08:00
Michael Bayne
c1d2946747
Provide a default background color.
...
Otherwise we get black text on a black background in catastrophic failure
scenarios.
2014-02-11 11:13:13 -08:00
Ray J. Greenwell
0240db1163
Preparing for 1.4-SNAPSHOT development.
2014-01-21 14:36:31 -08:00
Ray J. Greenwell
55140232b1
Preparing for getdown-1.3.4 release.
2014-01-21 14:33:40 -08:00
Ray J. Greenwell
19be415d64
Add more security attributes to the manifest.
...
I think we need the Caller-Allowable-Codebase attribute so that javascript
bridges work. I also added a Application-Library-Allowable-Codebase.
The full list of security attributes and their meanings:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html
2014-01-21 14:30:17 -08:00
Ray J. Greenwell
2adc66949f
Preparing for 1.4-SNAPSHOT development.
2014-01-20 09:19:33 -08:00
Ray J. Greenwell
5b4ed4e93a
Preparing for getdown-1.3.3 release.
2014-01-20 09:09:26 -08:00
Ray J. Greenwell
33a055cc7b
More new security warnings, these merely non-critical.
...
These values are potentially temporary pending templatization of
the file. I don't know how to comment in a manifest file so I didn't.
2014-01-20 09:00:02 -08:00
Mark Johnson
6c7f13fa36
Preparing for 1.4-SNAPSHOT development.
2014-01-14 21:12:29 -08:00
Mark Johnson
db210a8ee7
Preparing for getdown-1.3.2 release.
2014-01-14 21:11:00 -08:00
Mark Johnson
b4af383570
We need to specify the permission level in the manifest for applet jars as of Java 7u51
2014-01-14 18:37:32 -08:00
Michael Bayne
25c4d7671c
Support java_min_version as alias of java_version.
2013-12-04 11:26:42 -08:00
Michael Bayne
fc817d5b1e
Changed java_version_max to java_max_version.
...
Other tidying and consolidation.
2013-12-04 11:24:59 -08:00
Michael Bayne
c098dba735
Merge pull request #1 from makkus/master
...
Added option to specify max Java version.
2013-12-04 11:15:31 -08:00
Michael Bayne
b04e0bc4c5
Merge pull request #4 from agharta/master
...
Added Italian Translation
2013-12-04 11:09:06 -08:00
David Hoover
95b43a91f6
Merge pull request #3 from dajaksic/master
...
change condition in the method haveValidJavaVersion()
2013-10-23 09:41:48 -07:00
agharta
dbac6d56d8
Added Italian Translation
...
Added italian translation.
2013-10-21 10:44:24 +02:00
dajaksic
e9e65e41dd
changed condition
2013-10-17 11:10:10 +02:00
Markus Binsteiner
1172015198
Added option to specify max Java version.
...
Property name in getdown.txt is: java_version_max
2013-09-24 11:30:34 +12:00
Michael Bayne
8fb6920f77
Set up a Travis build.
2013-09-02 12:22:49 -07:00
Michael Bayne
c3e92a6311
Updated javadoc link.
2013-09-02 12:13:31 -07:00
Michael Bayne
17c8415e44
Relative wiki links don't work.
2013-09-02 12:07:04 -07:00
Michael Bayne
ebe116021c
Link fixes.
2013-09-02 12:03:50 -07:00
Michael Bayne
aeddbb38cb
Proper Markdown header syntax.
2013-09-02 09:51:35 -07:00
Michael Bayne
c8305e023e
Moved project info into README, Markdownified.
2013-09-02 09:50:38 -07:00
Michael Bayne
050c14844e
Support basic auth when downloading latest.txt.
...
Fixes issue 27.
2013-04-16 08:27:39 -07:00
Michael Bayne
be56b50801
Strip \r as well as \n when "one-lining" auth blob. Fixes #28 .
2013-04-16 08:22:21 -07:00
Michael Bayne
e74c71aa6b
Added support for configuring a connect timeout when downloading metafiles.
2013-04-10 13:24:23 -07:00
Michael Bayne
da147c9b99
[maven-release-plugin] prepare for next development iteration
2013-04-09 07:04:06 -07:00
Michael Bayne
85095f05a9
[maven-release-plugin] prepare release getdown-1.3.1
2013-04-09 07:04:04 -07:00
Michael Bayne
cfe51b4439
We need to chmod on Mac too. Err on the side of trying it.
2013-04-09 06:57:35 -07:00
Michael Bayne
07e0ba1081
Added support for java_exact_version_required.
2013-03-14 17:06:05 -07:00
Michael Bayne
7b785fa8f2
Update header with new copyright and link to LICENSE.
2013-01-29 10:36:30 -08:00
Michael Bayne
406657ff43
Extract our myriad system properties into one place.
...
This makes it easier to see all the secret configuration tweaks that one can
supply to Getdown if you have the esoteric knowledge.
2013-01-29 10:33:53 -08:00
Michael Bayne
431e35d3e2
Change name to getAllActiveResources for future comprehensibility.
2013-01-10 16:39:46 -08:00
Michael Bayne
f4ee206516
We need all active code resources here.
2013-01-10 16:38:42 -08:00
Michael Bayne
ce171faa47
Add support for code resources in auxgroups.
...
Usage is as you might expect:
auxgroups = foo
foo.code = foo-code.jar
foo.resource = foo-wontbeunpacked.jar
foo.uresource = foo-willbeunpacked.jar
2013-01-09 22:15:16 -08:00
Michael Bayne
b2ef1f57ec
[maven-release-plugin] prepare for next development iteration
2013-01-09 13:02:15 -08:00
Michael Bayne
40e9ab7a82
[maven-release-plugin] prepare release getdown-1.3
2013-01-09 13:02:12 -08:00
Michael Bayne
4a7d8d3b05
Update our SCM to Git since that's what we use now.
2013-01-09 13:01:25 -08:00
Michael Bayne
8f3c990d6e
We need to keep some classfile attributes.
...
Otherwise compiling against the resulting jar can be hosed.
2013-01-09 12:57:36 -08:00
Jamie Doornbos
bfb23911f0
Added support for username:password@ prefix on URLs.
2012-12-19 11:11:48 -08:00
Mark Johnson
f9d056ba8a
Preparing for 1.3-SNAPSHOT development.
2012-12-10 16:21:27 -08:00
Mark Johnson
bb6e44c927
Preparing for getdown-1.2.5 release.
2012-12-10 16:12:25 -08:00
Mark Johnson
557dcca4ac
The check_unpacked setting will now to version checks so that unpacking can occur if an update is
...
done by an external source outside of getdown.
2012-12-10 13:05:22 -08:00
Mark Johnson
6b85340ed4
You can now override the scheme and domain of the appbase and latest URLs specified in your
...
getdown.txt by setting the appbase_domain system property when launching getdown as an application
2012-12-07 18:20:25 -08:00
Michael Bayne
bfb4b06b30
Bump Proguard to 4.8 to make things work with Java 7.
2012-12-04 16:23:03 -08:00
Michael Bayne
bb61a43a71
OpenJDK omits plugin.jar. Obtain it from icedtea-web if available.
2012-07-02 17:44:16 +00:00
Mark Johnson
bbb8e74bab
Preparing for 1.3-SNAPSHOT development.
2012-06-01 22:51:35 +00:00
Mark Johnson
f67f0a313d
Preparing for getdown-1.2.4 release.
2012-06-01 22:48:35 +00:00