Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
b27008d
Use id in web interface.
Apr 1, 2012
d97cd58
Use id in web interface.
Apr 1, 2012
b0fb61b
Use id in video player.
Apr 2, 2012
6a5f055
Remove "path" from playAddDownload.jsp
Apr 2, 2012
7968a89
Remove usage of "pathUtf8Hex" in code.
Apr 2, 2012
25ff879
Web support for starring individual songs in playlist.
Apr 2, 2012
d03acb5
Use ratingOn/Off rather than star image.
Apr 2, 2012
90a5625
Web page for showing starred stuff.
Apr 4, 2012
93fcd01
Fixed documentation of REST createUser.
Apr 5, 2012
d8ced77
Added REST methods getStarred and getStarred2
Apr 5, 2012
c86eb50
Use id rather than path in tag editing.
Apr 5, 2012
b1a26d2
Added playlist tables.
Apr 6, 2012
07af242
Renamed Playlist to PlayQueue.
Apr 7, 2012
6ab2c5a
Added Playlist and PlaylistDao.
Apr 7, 2012
c730505
Reimplemented REST playlist methods.
Apr 8, 2012
850bc89
Reimplemented playlist feature in PodcastController.
Apr 8, 2012
8af1124
Load playlist.
Apr 9, 2012
255bfb1
Save playlist.
Apr 9, 2012
e0930f0
Save playlist.
Apr 10, 2012
0f1c06b
Save playlist.
Apr 10, 2012
f5fa441
Updated todo.
Apr 10, 2012
2619664
Remove deprecated methods in PlaylistService.
Apr 10, 2012
a9dca7d
Rename playlist.jsp to playQueue.jsp
Apr 10, 2012
5ca37fc
Rename PlaylistController.
Apr 10, 2012
d05d983
Add last_updated to playlist table.
Apr 10, 2012
40966fc
Show playlists in left.jsp
Apr 10, 2012
6757f44
Rename playlist_song to playlist_file
Apr 11, 2012
1e4d095
Rename playlist.last_modified to playlist.changed
Apr 11, 2012
e711d6d
Rename media_file.last_modified to media_file.changed
Apr 11, 2012
099765b
Fixed a bug in left.jsp
Apr 11, 2012
e19c962
Made PlaylistController
Apr 11, 2012
ca07e03
playlist.jsp
Apr 11, 2012
2595403
playlist.jsp
Apr 11, 2012
5c039c5
Rename PlaylistInfo to PlayQueueInfo.
Apr 11, 2012
fc880e0
playlist.jsp
Apr 11, 2012
68b7fdf
playlist.jsp
Apr 11, 2012
bf9b516
playlist.jsp
Apr 11, 2012
f272a87
playlist.jsp
Apr 11, 2012
a596127
playlist.jsp
Apr 11, 2012
d4a993f
playlist.jsp
Apr 11, 2012
5996066
playlist.jsp
Apr 11, 2012
a5cc388
Load playlist in left.jsp dynamically.
Apr 11, 2012
63da509
Fixed Range handling
Der-Jan Apr 11, 2012
7171f4d
Rudimentary HTML5 Audio Tag
Der-Jan Apr 11, 2012
07bbf0e
Update playlists in left.jsp
Apr 12, 2012
3db8957
Save queue as playlist.
Apr 12, 2012
9b0e098
Added jquery ui
Apr 12, 2012
819494b
Use jquery in playlist.jsp
Apr 12, 2012
bb4a06d
Confirmation dialog when deleting a playlist.
Apr 12, 2012
ad003cd
Option to change name, comment, public.
Apr 12, 2012
0711f16
playQueue refactoring
Apr 12, 2012
3a10a07
Rewrite playQueue.jsp to use jquery.
Apr 12, 2012
afc413a
Append to playlist.
Apr 13, 2012
6e85774
Append to playlist.
Apr 13, 2012
79a3b37
Append to playlist.
Apr 13, 2012
a415d32
Use jquery in home.jsp
Apr 13, 2012
79eaf06
Use jquery in main.jsp
Apr 13, 2012
209a817
Use jquery in starred.jsp
Apr 13, 2012
541d1bf
Remove scriptaculous.
Apr 13, 2012
4acec54
Remove loadPlaylist.jsp etc
Apr 13, 2012
22f20a3
Make append to playlist work in main.jsp
Apr 13, 2012
af23731
Make it easy to create a new empty playlist.
Apr 13, 2012
1d89939
Only show editable playlists when appending.
Apr 14, 2012
c39f2e4
REST support, add/deletePlaylistUser.
Apr 14, 2012
c384637
Updated Estonian translation, courtesy of Olav Mägi.
Apr 15, 2012
894fa44
Updated Catalan translation, courtesy of Josep Santalo.
Apr 15, 2012
f7ef326
Remove settings for playlist folder.
Apr 15, 2012
0618f17
Remove playlist role.
Apr 15, 2012
d81c09a
REST: Return shared users for playlist.
Apr 15, 2012
f18a8e7
Updated todo
Apr 15, 2012
39a8ad6
Escape some chars in podcast.
Apr 15, 2012
932d4e7
REST: Create updatePlaylist (for changing metadata, removing/adding s…
Apr 16, 2012
b83439d
REST: Optional username parameter in getPlaylists method
Apr 16, 2012
4c04888
Nicer star icon.
Apr 16, 2012
45fbb67
Improve documentation of REST "download" method.
Apr 16, 2012
52d0b7e
Disable Range requests while transcoding - otherwise oga for Firefox …
Der-Jan Apr 16, 2012
34d48fb
First transcode to get complete length
Der-Jan Apr 17, 2012
771dde0
Update playlist xml examples.
Apr 17, 2012
05bb4f6
No transcoding, if already in preferred format
Der-Jan Apr 18, 2012
694ba28
Transcoding is now defined by browser (by adding supported mimetype)
Der-Jan Apr 18, 2012
ec084d6
Added webm as audio format
Der-Jan Apr 18, 2012
7e81a30
Transcode first, to have the transcoded file size
Der-Jan Apr 19, 2012
43c4313
Save album path.
Apr 19, 2012
a075743
Improve album resolution
Apr 19, 2012
50d311a
Removed double webm
Der-Jan Apr 19, 2012
2909def
Album resolution
Apr 19, 2012
64551ab
Album resolution
Apr 19, 2012
1ff832b
?
Der-Jan Apr 19, 2012
e33b8ee
Change "Play queue is empty" to "Playlist is empty"
Apr 19, 2012
8ed472d
Create two album list types: alphabeticalByTitle, alphabeticalByArtist.
Apr 19, 2012
2652cfe
Create two album list types: alphabeticalByTitle, alphabeticalByArtist.
Apr 19, 2012
7907371
Update TODO
Apr 19, 2012
1fdf015
Document new REST methods in api.jsp
Apr 19, 2012
885417a
Refactored api.jsp
Apr 20, 2012
e980e6e
Documented getAlbumList2.
Apr 20, 2012
a55340c
Documented search3.
Apr 20, 2012
cbde38a
Documented updatePlaylist.
Apr 20, 2012
6e2b1ef
Documented star methods.
Apr 20, 2012
2dde0f7
Fixed typo
Apr 20, 2012
eedb25e
Document new REST methods in api.jsp
Apr 20, 2012
d45e875
Document new REST methods in api.jsp
Apr 20, 2012
f03c231
Document new REST methods in api.jsp
Apr 20, 2012
035fa5d
Merge branch 'master' of https://github.com/Mach5/supersonic
Der-Jan Apr 21, 2012
099e61f
Document new REST methods in api.jsp
Apr 22, 2012
27a9016
Document new REST methods in api.jsp
Apr 22, 2012
3bd0b9c
Added status to getTranscodedInputStream, currently not working. Weak…
Der-Jan Apr 23, 2012
35524fa
Committed .swp by accident
Der-Jan Apr 23, 2012
b9aa5de
Updated to latest commons-io
Der-Jan Apr 25, 2012
c5ff622
Trying to make transcoding work - Parameter.equals still doesn't work
Der-Jan Apr 25, 2012
1a0d3fa
Reformated MediaFile equals for debugging
Der-Jan Apr 26, 2012
24c75f1
Working cache - something's still odd
Der-Jan Apr 26, 2012
666e5a6
Added transcoding for ogg and webm
Der-Jan Apr 26, 2012
7823ae4
Only check formats active for player
Der-Jan May 2, 2012
7cbc2b9
Switch transcoding bitrate to 320kbps
Der-Jan May 2, 2012
2f19619
Avoid stopping of playback, when adding or removing songs - however t…
Der-Jan May 2, 2012
2d1345b
Updated exe4j
May 3, 2012
b4e0eea
Updated XO and Chumby apps.
May 5, 2012
6ddee82
Updated XO and Chumby apps.
May 5, 2012
345e394
Updated todo
May 10, 2012
c2f0e8f
Limit functionality of REST playlist mgmt.
May 12, 2012
30ceaf8
Use port 4040/4443 on windows.
May 12, 2012
f81dd48
Update changelog.jsp
May 12, 2012
7f853d9
Fixed download.jsp
May 12, 2012
06333eb
Updated todo
May 18, 2012
ba6ad30
Updated todo
May 18, 2012
b25d7e9
Fixed bug in truncate()
May 22, 2012
d546ff3
Support adding directory root (c:\) as music folder.
May 23, 2012
1e5dce1
Guess year when creating albums.
May 29, 2012
f1d512a
Updated todo.
May 29, 2012
ea59375
Added Czech translation, courtesy of Robert Ilyk.
May 29, 2012
c34c029
Show album year.
May 29, 2012
f1f2dbb
Sort albums by year.
May 29, 2012
ea3434d
Import playlist.
May 29, 2012
101d5c9
Playlist import.
May 30, 2012
f16cf7b
Reduce flashing refresh of home page.
May 30, 2012
096ff6f
Display directory name rather than album name?
Jun 3, 2012
507f300
Playlist export.
Jun 3, 2012
d10db9d
Genre search problem.
Jun 7, 2012
0e47cbc
Made CoverArtController more robust.
Jun 7, 2012
7c823c7
Show message if nothing is starred.
Jun 7, 2012
f8488c1
Better error message if media file or playlist not found.
Jun 8, 2012
29c132a
Added Hypersonic app.
Jun 8, 2012
7edcf57
Added Hypersonic app.
Jun 8, 2012
e8457d6
Updated Periscope app.
Jun 8, 2012
894f8bb
Updated to 4.7.beta2
Jun 8, 2012
a003300
Updated changelog
Jun 8, 2012
a2d23b6
Fixed typo on apps page.
Jun 10, 2012
cede1fe
Don't display "null" as artist in now playing.
Jun 10, 2012
3fac39b
Made nsis executable
Jun 18, 2012
d8d6e54
Fixed crash on Java 7 caused by wrong sorting implementation.
Jun 18, 2012
4d9c9cf
Added Settings > General > Sort albums by year
Jun 20, 2012
689cecf
Try with different encodings when importing playlists.
Jun 20, 2012
50031a3
Fixed UT.
Jun 20, 2012
705d565
Admins should be able to manage all playlists (that is visible to them)
Jun 21, 2012
1e7a8bb
Use "album artist" tag if present.
Jun 21, 2012
91ec1c9
Updated Slovenian translation, courtesy of Jan Jamsek
Jun 25, 2012
1208e84
Automatically import all playlists on start-up.
Jun 25, 2012
e872262
Fixed problem with no files being showed if removing and re-adding a …
Jun 25, 2012
79d0a03
Renamed PlaylistInputStream.
Jun 25, 2012
03b63b0
Renamed RandomPlaylistController.
Jun 25, 2012
72daa0d
Added "Settings > Media folders > Clean-up database"
Jun 25, 2012
32e50c3
Updated TODO.
Jun 25, 2012
e2f67b5
Updated todo
Jun 29, 2012
1a69192
Fixed slow "Top rated".
Jun 29, 2012
f5da350
Updated Google Analytics tracking code
Jul 3, 2012
d7ab79f
Less aggressive caching of left.view
Jul 4, 2012
4a3c56a
Moved library statistics to the bottom.
Jul 4, 2012
2b74376
Collapse long list of playlists.
Jul 4, 2012
eba837e
Make it possible to refresh left frame.
Jul 4, 2012
704945b
Refactored overloaded getChildrenOf() methods.
Jul 4, 2012
7eca883
Displayed album year doesn't update when editing corresponding tag (F…
Jul 4, 2012
b9f9c5a
Update documention wrt port 4040 on Windows.
Jul 4, 2012
718b81d
Added MiniSub.
Jul 5, 2012
a3cc97e
Added MiniSub
Jul 5, 2012
7806e43
Updated MiniSub.
Jul 5, 2012
ea068cd
Added minisub to More page.
Jul 6, 2012
a5f26fb
Show toast when saving/updating playlist from play queue.
Jul 6, 2012
cbbd24a
Show toast when saving settings.
Jul 6, 2012
a224f25
Show toast when saving settings.
Jul 6, 2012
d1b1699
Show toast when saving settings.
Jul 6, 2012
6091f9c
Show toast when saving settings.
Jul 7, 2012
b3fe212
Use jquery in search.jsp
Jul 7, 2012
1107b67
REST: Added getUsers.
Jul 7, 2012
468234f
REST doc: create getVideos example.
Jul 7, 2012
a02023e
Upgraded to 4.7.beta3
sindremehus Jul 7, 2012
e33b6f9
Upgraded to 4.7.beta3
Jul 7, 2012
0e51d6a
HLS support.
sindremehus Jul 9, 2012
76913fe
Moved "Downsample command" to Settings > Transcoding.
sindremehus Jul 10, 2012
3181f50
Added "HLS command" to Settings > Transcoding.
sindremehus Jul 10, 2012
41ddec7
Set proper content type for mpeg ts.
sindremehus Jul 10, 2012
94d9dde
Use relative URIs in the HLS playlist.
sindremehus Jul 10, 2012
12af44b
HLS: Support multiple bitrates.
sindremehus Jul 10, 2012
f3e978f
HLS: REST doc.
sindremehus Jul 10, 2012
dd95f69
HLS: Support adaptive bitrate streaming.
sindremehus Jul 10, 2012
5b5f3b4
Add default hls and downsample command to web pages.
sindremehus Jul 10, 2012
968cff5
Use explicit columns when populating transcoding2.
sindremehus Jul 10, 2012
8b7051b
Album art broken on IE8.
sindremehus Jul 12, 2012
5bfc2ab
Fixed HLS urls after running mediastreamvalidator.
sindremehus Jul 17, 2012
633a6c4
Rename Subsonos to MMTM.
sindremehus Jul 20, 2012
3e75b82
Refactored apps page.
sindremehus Jul 20, 2012
aa25aca
Add minisub chrome app to apps.jsp
sindremehus Jul 20, 2012
3387849
Refactor MusicIndexService
sindremehus Jul 20, 2012
7347922
Fixed performance of media scanning (missing index in album table)
sindremehus Jul 21, 2012
1148ad6
getStatistics is slow.
sindremehus Jul 21, 2012
09b57ab
REST: getArtists now only returns album artists.
sindremehus Jul 22, 2012
96c3b0b
Use mp3 in hls.
sindremehus Jul 23, 2012
65875cd
REST: Add index to getArtists
sindremehus Jul 23, 2012
9ce7090
Improve markNonPresent() etc
sindremehus Jul 24, 2012
5b8483b
Added new theme "SubStandard", courtesy of Dan Eriksen.
sindremehus Jul 24, 2012
1cb2a66
HLS audio support.
sindremehus Aug 2, 2012
af1b96f
Added RESTFilter for intercepting exception in RESTController.
sindremehus Aug 2, 2012
1f7ab0d
Simplified exception handling in RESTController.
sindremehus Aug 2, 2012
cf547a9
Update changelog for beta3
sindremehus Aug 2, 2012
90d8cb9
Backup database in installer.
sindremehus Aug 2, 2012
f60f63f
Updated todo
sindremehus Aug 2, 2012
d428e9e
Backup database in installers (linux, mac).
sindremehus Aug 2, 2012
0533e84
Fixed bug in subsonic.nsi.
sindremehus Aug 3, 2012
3f67aad
Tagging 4.7.beta3
sindremehus Aug 3, 2012
327c1a2
Updated minisub text
sindremehus Aug 23, 2012
9d98119
Updated todo
sindremehus Aug 31, 2012
df49375
Updated subStandard.
sindremehus Sep 2, 2012
8919e73
Updated svn:ignore
sindremehus Sep 7, 2012
7377757
Avoid NPE in ShareService.
sindremehus Sep 7, 2012
565f186
Updated todo.
sindremehus Sep 7, 2012
56ea720
Fix scrolling bug in playlist.jsp and playQueue.jsp
sindremehus Sep 8, 2012
fd95f45
Fixed wrong minisub link.
sindremehus Sep 8, 2012
c86c8b1
Changed wording of public playlists.
sindremehus Sep 8, 2012
f49d509
Fixed bug in genre searching.
sindremehus Sep 8, 2012
2bbf7eb
Updated POM with new svn url.
sindremehus Sep 8, 2012
517a4ef
Bugfix: Rescan looses comments and play statistics.
sindremehus Sep 9, 2012
ae577b9
Updated todo.
sindremehus Sep 9, 2012
c5d16f9
Auto-import playlists after scan.
sindremehus Sep 10, 2012
0128fa6
Refactor PlaylistService.
sindremehus Sep 10, 2012
6fea59c
Refactor PlaylistService.
sindremehus Sep 10, 2012
acc8809
Started work on normalizing paths in playlist import.
sindremehus Sep 10, 2012
6e1c172
PlaylistService.normalizePath()
sindremehus Sep 10, 2012
0be6479
Update playlist statistics after rescan.
sindremehus Sep 10, 2012
7f129e4
Upgraded to JW Player 5.10
sindremehus Sep 10, 2012
e826506
REST: Add timestamp to scrobble method, and support multiple entries.
sindremehus Sep 11, 2012
22fcc3c
Upgraded to 4.7
sindremehus Sep 11, 2012
6f2978d
Tagging 4.7
sindremehus Sep 11, 2012
a109438
Changed from folder to cover in security check
Der-Jan Apr 20, 2013
78e0692
Corrected URL
Der-Jan Apr 21, 2013
42392b9
Merged with Mach5
Der-Jan Apr 21, 2013
af5e999
Merge branch 'subsonic.svn-4.7.beta3' into subsonic.upstream
Der-Jan Apr 28, 2013
a15fa85
Merge branch 'subsonic.svn-4.7' into subsonic.upstream
Der-Jan Apr 28, 2013
cab871e
Typo when merging
Der-Jan Apr 28, 2013
01c8a18
Removed license check
Der-Jan Apr 29, 2013
0b74533
Merge branch 'subsonic.upstream.4.7'
Der-Jan Apr 29, 2013
df63ea8
Merge broke pom.xml
Der-Jan Apr 29, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ target/
# Package Files #
*.jar
*.war
*.ear
*.ear
*.swp
.project
.settings
.classpath
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: java

script: mvn install --quiet -DskipTests=true -P static-resource-optimization

notifications:
email:
- supersonic-dev@googlegroups.com
email: false

# blacklist upstream build since they will not have a TravisCI config
branches:
Expand Down
17 changes: 15 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Linux
First install the packages needed to build Supersonic. It depends on Java and
the Maven build environment:


Debian/Ubuntu/Mint
sudo apt-get install maven2 openjdk-6-jdk
sudo apt-get install maven2 openjdk-6-jdk lintian

RedHat/Fedora
su -c "yum install java-1.6.0-openjdk-devel maven2"
Expand All @@ -27,8 +26,22 @@ Change directory into the folder which holds the Supersonic source code and run
Maven to install a binary package for your distribution:

cd <supersonic source folder>

If you would like to install a specific project only use the following syntax and replace <project> accordingly.
Each project name is specified by its POM file and happens to match the directory name in Supersonic. For instance,
to build the Debian project replace <project> with subsonic-installer-debian.

mvn -P full -pl <project> -am install

To build for every available platform do

mvn clean -P full; mvn install -P full

In case of dependency issues, try

mvn install -P full -U



Then install the now built binary package for your distribution:

Expand Down
151 changes: 89 additions & 62 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mach5.supersonic</groupId>
<artifactId>supersonic</artifactId>
<version>4.7.beta1</version>
<version>4.7</version>
<name>Supersonic</name>
<packaging>pom</packaging>
<organization>
<name>Mach5</name>
<url>https://github.com/mach5/supersonic</url>
<name>Der-Jan</name>
<url>https://github.com/Der-Jan/supersonic</url>
</organization>
<inceptionYear>2011</inceptionYear>

<scm>
<url>https://github.com/mach5/supersonic</url>
<connection>scm:git:git://github.com/mach5/supersonic.git</connection>
<developerConnection>scm:git:git@github.com:mach5/supersonic.git</developerConnection>
<url>https://github.com/Der-Jan/supersonic</url>
<connection>scm:git:git://github.com/Der-Jan/supersonic.git</connection>
<developerConnection>scm:git:git@github.com:Der-Jan/supersonic.git</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -57,11 +57,14 @@
<id>oss.sonatype.org</id>
<url>http://oss.sonatype.org/content/groups/public</url>
</pluginRepository>
<pluginRepository>
<id>ooo-maven-repo</id>
<url>http://ooo-maven.googlecode.com/hg/repository</url>
</pluginRepository>
</pluginRepositories>

<modules>
<module>subsonic-main</module>
<!-- <module>subsonic-android</module> -->
</modules>

<profiles>
Expand All @@ -73,10 +76,87 @@
<module>subsonic-installer-mac</module>
<module>subsonic-installer-debian</module>
<module>subsonic-installer-rpm</module>
<module>subsonic-backend</module>
<module>subsonic-site</module>
<module>subsonic-assembly</module>
</modules>
</profile>

<profile>
<id>static-resource-optimization</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<versionRange>[1.1,)</versionRange>
<goals>
<goal>compress</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute >
<runOnIncremental>false</runOnIncremental>
</execute >
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<versionRange>[1.1,)</versionRange>
<goals>
<goal>jslint</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute >
<runOnIncremental>false</runOnIncremental>
</execute >
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jslint</goal>
<goal>compress</goal>
</goals>
</execution>
</executions>
<configuration>
<nosuffix>true</nosuffix>
<force>true</force>
<nomunge>true</nomunge>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<dependencyManagement>
Expand Down Expand Up @@ -167,11 +247,6 @@
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.0</version>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
Expand Down Expand Up @@ -200,45 +275,15 @@
</execute >
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<versionRange>[1.1,)</versionRange>
<goals>
<goal>compress</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute >
<runOnIncremental>false</runOnIncremental>
</execute >
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<versionRange>[1.1,)</versionRange>
<goals>
<goal>jslint</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute >
<runOnIncremental>false</runOnIncremental>
</execute >
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>

<plugins>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -269,24 +314,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jslint</goal>
<goal>compress</goal>
</goals>
</execution>
</executions>
<configuration>
<nosuffix>true</nosuffix>
<force>true</force>
<nomunge>true</nomunge>
</configuration>
</plugin>

</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.mach5.supersonic</groupId>
<artifactId>supersonic</artifactId>
<version>4.7.beta1</version>
<version>4.7</version>
</parent>

<dependencies>
Expand Down
3 changes: 1 addition & 2 deletions subsonic-booter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<groupId>com.github.mach5.supersonic</groupId>
<artifactId>supersonic-booter</artifactId>
<name>Supersonic Booter</name>

<parent>
<groupId>com.github.mach5.supersonic</groupId>
<artifactId>supersonic</artifactId>
<version>4.7.beta1</version>
<version>4.7</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void readValues() {
contextPathComboBox.setSelectedItem(getContextPathFromOptionsFile());
int httpsPort = getHttpsPortFromOptionsFile();
boolean httpsEnabled = httpsPort != 0;
httpsPortTextField.setValue(httpsEnabled ? httpsPort : 443);
httpsPortTextField.setValue(httpsEnabled ? httpsPort : 4443);
httpsPortTextField.setEnabled(httpsEnabled);
httpsPortCheckBox.setSelected(httpsEnabled);
}
Expand Down Expand Up @@ -156,7 +156,7 @@ public void actionPerformed(ActionEvent e) {
defaultButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
portTextField.setValue(SubsonicDeployer.DEFAULT_PORT);
httpsPortTextField.setValue(443);
httpsPortTextField.setValue(4443);
httpsPortTextField.setEnabled(false);
httpsPortCheckBox.setSelected(false);
memoryTextField.setValue(SubsonicDeployer.DEFAULT_MEMORY_LIMIT);
Expand Down Expand Up @@ -273,7 +273,7 @@ public void saveSettings(int memoryLimit, int port, int httpsPort, String contex
}

private File getOptionsFile() throws SettingsException {
File file = new File("subsonic-service.exe.vmoptions");
File file = new File("supersonic-service.exe.vmoptions");
if (!file.isFile() || !file.exists()) {
throw new SettingsException("File " + file.getAbsolutePath() + " not found.");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* The following system properties may be used to customize the behaviour:
* <ul>
* <li><code>subsonic.contextPath</code> - The context path at which Subsonic is deployed. Default "/".</li>
* <li><code>subsonic.port</code> - The port Subsonic will listen to. Default 80.</li>
* <li><code>subsonic.port</code> - The port Subsonic will listen to. Default 4040.</li>
* <li><code>subsonic.httpsPort</code> - The port Subsonic will listen to for HTTPS. Default 0, which disables HTTPS.</li>
* <li><code>subsonic.war</code> - Subsonic WAR file, or exploded directory. Default "subsonic.war".</li>
* <li><code>subsonic.createLinkFile</code> - If set to "true", a Subsonic.url file is created in the working directory.</li>
Expand All @@ -39,9 +39,9 @@
public class SubsonicDeployer implements SubsonicDeployerService {

public static final String DEFAULT_HOST = "0.0.0.0";
public static final int DEFAULT_PORT = 80;
public static final int DEFAULT_PORT = 4040;
public static final int DEFAULT_HTTPS_PORT = 0;
public static final int DEFAULT_MEMORY_LIMIT = 100;
public static final int DEFAULT_MEMORY_LIMIT = 150;
public static final String DEFAULT_CONTEXT_PATH = "/";
public static final String DEFAULT_WAR = "supersonic.war";
private static final int MAX_IDLE_TIME_MILLIS = 7 * 24 * 60 * 60 * 1000; // One week.
Expand Down
Loading