1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
Commit graph

65 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
e86ea9a099 Fix copyright date 2016-08-01 22:02:00 +02:00
Phyks (Lucas Verney)
b8e28b676d Fix for issue #1214.
Homogeneize `username` field length in SQL database.

Set the `VARCHAR` field used for `username` to have a maximum size of
255, which was the highest value used across the tables. This should fix
some errors with MySQL strict mode (and potentially unnoticed previous
errors).

Also edited the `fullname` field length to match the `username` field
length.

Closes #1214.
2016-06-15 15:07:05 +02:00
Afterster
07a99104cc Add cover art on playlists / playlist items
Add last update date information to playlists
Always garbage collect catalog after any catalog action (fix #1156)
2016-03-02 00:07:31 +01:00
Afterster
2de4417058 Add link to license on upload form
Add option to remove grid view from catalog favorites at homepage
2016-02-28 10:07:52 +01:00
Afterster
d83bf5d169 Fix MySQL requests to support ONLY_FULL_GROUP_BY mode 2015-12-29 06:18:32 +01:00
Afterster
9d9f7a2711 Add preference subcategory 2015-12-27 16:06:13 +01:00
Afterster
baaceca250 Add Podcast feature 2015-12-20 23:19:23 +01:00
Afterster
47faff9523 Remove debugging code on song insertion error
Update song id3 tags after writing
Add variable sanity checks on mpd localplay, scrobbler and search classes
2015-12-18 22:22:17 +01:00
Afterster
dab1d82db4 Fix semicolons on ampache.sql (fix #1037) 2015-12-06 19:07:28 +01:00
Afterster
7179403b94 Update sql script to latest db changes
Update CHANGELOG.md
Fix vainfo tvshow parsing if music catalog selected
2015-12-03 23:25:37 +01:00
Afterster
fa8084d312 Update SQL default script with latest sql updates 2015-09-11 23:09:49 +02:00
jack
dcddea88bb Missing semicolon halts install/update, MariaDB 5.5.2 2015-06-26 16:51:58 -05:00
Afterster
cdeeab874d Update SQL script
Add WebDAV backend option at installation process
2015-06-06 08:57:59 +02:00
Afterster
be62df7f42 Fixed #860: Bug : it is possible to add a track without indicating a licence 2015-05-16 10:05:36 +02:00
Afterster
8edf18896a Fix default ACL 2015-05-13 13:45:20 +02:00
Afterster
0c26c33626 Stay on shoutbox page when posting a new shout
Fix light sidebar home page link
2015-04-28 21:03:52 +02:00
Afterster
2835e4c330 Add delete from disk setting and delete actions on most library items 2015-04-26 09:55:14 +02:00
Afterster
58e709f466 Add Label search
Create a playlist in private type by default
2015-04-24 23:17:17 +02:00
Afterster
1cf8e7b049 Update sql script to update 370030 2015-02-24 22:26:15 +01:00
Afterster
56cfba7bfd Fix sql acl creation typo 2015-02-21 18:41:31 +01:00
Afterster
d22e638dbc Add repeat automatically when playing democratic on localplay (fix #233)
Fix ampache.sql ACL insertion
Set API Key QRCode size to 128x128 px
2015-02-05 23:20:39 +01:00
Afterster
f858882236 Add API/RPC ACL by default
Set web_player as default playback
2015-02-01 22:04:25 +01:00
Afterster
a80bc4b6f9 Add Installation Type and Players helper sections at installation process
Add 'no catalog' message helper
2015-01-31 12:29:31 +01:00
Afterster
b6da7bb867 Update sql table creation script 2015-01-31 09:06:41 +01:00
Lawrence Brown
73f35cd4aa change copyright years to 2015
sorry for taking two commits to do this!
2015-01-06 17:34:39 +00:00
Afterster
bf1f0ce2fb Update Scrutinizer settings and disable force http play by default 2014-05-22 07:48:59 +02:00
Afterster
e83c77b22a Disable 'Forces Http play regardless of port' setting by default 2014-03-11 00:47:57 +01:00
Afterster
916057fda7 Add broadcast templates 2014-02-09 02:06:27 +01:00
SUTJael
7c2f8b0f26 Actions on rows are now displayed on mouse-hover. Removed all unused parameters. Song/artists/albums title are displayed correctly (truncate has been removed). Add to an existing playlist implementation started. 2014-01-15 20:47:49 +01:00
SUTJael
a53d308b6c Can now re-order playlist and album songs #53 (new grab icon displayed on sortable list)
Updating only the modified item (not refreshing page anymore) #43
Removed last 'Flag' items found #54
Reborn theme set as default #22
Fix: filters are now working
Fix: Artist edition
2013-12-03 15:50:00 +01:00
SUTJael
4eaf4f7e8a "flagged" (unused) feature removed. Will light DB interaction. All seems good for me, need to check to be sure.
Fix jPlayer theme
2013-11-29 00:23:17 +01:00
SUTJael
41417ef720 Set fresh theme to default value into SQL script. 2013-11-12 10:36:35 +01:00
Paul Arthur
9018170e4f Cosmetics: clean head of ampache.sql 2013-01-25 18:01:15 -05:00
Paul Arthur
5008d11449 Update SQL dump to latest schema 2011-04-02 00:54:40 -04:00
Karl 'vollmerk' Vollmer
94f5610ef6 add MBID support Thx flowerysong 2009-06-02 01:42:55 +00:00
Karl 'vollmerk' Vollmer
530d998b61 sync from branches/3.5 2009-05-06 00:03:25 +00:00
Karl 'vollmerk' Vollmer
b5aa4b37d2 bump trunk version and remove 40 sql file mysql 5 is our homeboy now 2009-05-05 23:27:59 +00:00
Karl 'vollmerk' Vollmer
53be385262 prep for beta1 release, update sql files 2009-03-15 23:56:47 +00:00
Karl 'vollmerk' Vollmer
2a83cc96dc more work for alpha2 release, clean up install and debug a bit 2009-03-08 05:08:21 +00:00
momo-i
14ef536151 Add: song_lyrics to Ampache #327 (thx alister55) 2009-02-24 04:18:33 +00:00
Karl 'vollmerk' Vollmer
693e26e2ad commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
Karl 'vollmerk' Vollmer
2f5c09b55c updated locales, hopefully one of the last commits before 3.4 stable release 2008-05-10 09:27:42 +00:00
Karl 'vollmerk' Vollmer
310adfa359 last commit before beta3 release 2008-04-21 03:21:20 +00:00
Karl 'vollmerk' Vollmer
126dc77919 forgot the gpl notes... stupid debian 2008-03-17 05:49:23 +00:00
Karl 'vollmerk' Vollmer
0a401c7ca4 updated sql files, tweak to the update and installers to make it more utf-8ish hopefully final commit before release 2008-03-17 05:47:07 +00:00
pb1dft
b55fd99e5e Some headers modified 2008-01-04 06:38:22 +00:00
Karl 'vollmerk' Vollmer
f6ea76097e slight correction to installer 2007-12-24 02:19:35 +00:00
Karl 'vollmerk' Vollmer
a597432c76 fixed a problem with the dump that caused it not to work with MySQL 4.x 2007-12-24 02:08:59 +00:00
Karl 'vollmerk' Vollmer
4ff16a2c33 fixed a potential consistancy issue with the play type drop down 2007-11-30 07:41:24 +00:00
Karl 'vollmerk' Vollmer
a26521f943 new version of the database, all fields were changed to utf-8_ci 2007-11-25 22:49:13 +00:00