1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00
Commit graph

96 commits

Author SHA1 Message Date
Karl 'vollmerk' Vollmer
ed15ee4a9c Add ability to have anonymouse access of a defined level with manual login of users 2009-03-08 12:29:38 +00:00
Karl 'vollmerk' Vollmer
a9bb2bd1b2 cleanup of dead / old functions 2009-02-19 02:23:52 +00:00
Karl 'vollmerk' Vollmer
87ac3e4500 fix display of ip history 2009-02-04 01:38:11 +00:00
Karl 'vollmerk' Vollmer
b9a2603025 Finish IPv6 support 2009-02-01 01:06:46 +00:00
Kevin James 'purdyk' Purdy
dd15bf25ca Creating new user now uses the new password hashing scheme 2008-11-03 17:55:29 +00:00
Karl 'vollmerk' Vollmer
0a08d312b7 move to sha256 for passwords API and Interface 2008-10-30 17:17:27 +00:00
Karl 'vollmerk' Vollmer
64fb3786bb good number of changes to browse, this breaks more then it fixes... 2008-08-13 03:36:29 +00:00
Karl 'vollmerk' Vollmer
eb2b826179 make the ip history only clear the old stuff sometimes, also fix rounding issues on the downsampling 2008-08-06 17:02:56 +00:00
Karl 'vollmerk' Vollmer
81c5cd4017 password nag no longer requires a login/logout to clear after restting password, cache the prefs dropping the # of queries a bit per protags suggestion 2008-07-29 07:10:39 +00:00
Karl 'vollmerk' Vollmer
392354df0a switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
Karl 'vollmerk' Vollmer
fdc509c5c4 do not try to insert genre stats those are a thing of the past 2008-05-26 20:20:40 +00:00
Karl 'vollmerk' Vollmer
3634ba8094 added in some caching and add the database upgrade that will make the taging mostly work 2008-05-12 05:58:17 +00:00
Karl 'vollmerk' Vollmer
1c85db030e added in the ajax-loading div display on catalog processes, also relaxed the restrictions on filenames of non-site_charset, warning rather then fatal error 2008-05-06 05:17:55 +00:00
Karl 'vollmerk' Vollmer
bd270b0227 fixed the acl issue... sigh 2008-03-07 06:51:52 +00:00
Karl 'vollmerk' Vollmer
84b483c99a fixed playlist update on full strict of mysql5.x and jpg mime type 2008-03-06 04:55:19 +00:00
Karl 'vollmerk' Vollmer
c1f2b35e2a corrected a few queries, removed a few other useless ones that were already broken 2008-02-28 06:36:25 +00:00
Karl 'vollmerk' Vollmer
31d5e782de removed ip2int, int2ip custom functions fixed browse issues when adding filters in specific order 2008-02-28 05:44:49 +00:00
pb1dft
6bd576a9fe - Fixed Sorting on Admin->Browse Users
- Fixed Shoutbox and shoutbox management (pb1dft)
2008-02-23 23:44:31 +00:00
pb1dft
b70a11b78b Fixed minor glitches in user registration 2008-02-16 21:56:18 +00:00
Karl 'vollmerk' Vollmer
8448a0fc84 added shoutbox functionality, only linked from song and album right now also interface for adding could use some improvement and also needs some management stuff to remove stickies etc 2007-12-17 05:26:11 +00:00
Karl 'vollmerk' Vollmer
3887ab1f65 fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions 2007-12-16 21:37:23 +00:00
Karl 'vollmerk' Vollmer
1cf1072165 fixed two transcode bugs 2007-12-15 08:35:00 +00:00
Karl 'vollmerk' Vollmer
552c3cedd7 fixed registration page, and simplifed its logic 2007-12-02 16:40:03 +00:00
Karl 'vollmerk' Vollmer
66e0b8ea9d fixed public registration, added ADD button to the recently played stuff 2007-12-02 01:48:15 +00:00
Karl 'vollmerk' Vollmer
090d4f6899 some temporary tweaks to make the whole amarok thing work, will be tweaking this as it is currently slightly insecure 2007-11-21 18:26:00 +00:00
Karl 'vollmerk' Vollmer
79ca59df62 fixed some localplay issues, now correctly shows the active instance at least for the MPD module 2007-09-28 04:34:02 +00:00
Karl 'vollmerk' Vollmer
df348122a7 added the initial playlist view page, fixed the artist name on albums of the moment 2007-08-22 05:36:07 +00:00
Karl 'vollmerk' Vollmer
88d968dfaa updated lastfm protocol to 1.2, improved the logic behind it does not require a logout, also fixed duplicate stats collection of greedy players 2007-08-21 04:35:01 +00:00
Karl 'vollmerk' Vollmer
df2f009920 fixed lastfm for reals this time, I think also fixed not being able to re-enable users 2007-08-14 06:51:38 +00:00
Karl 'vollmerk' Vollmer
089cd9100a tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work correctly 2007-08-14 06:13:32 +00:00
Karl 'vollmerk' Vollmer
ab9aec092c tweaked get_newest to operate a little different, tweaked lastfm (currently broken) 2007-08-09 14:34:06 +00:00
Karl 'vollmerk' Vollmer
bf6e9f88d8 - Added modules section to sidebar, conforming to new layout from r1127
- Re-enabled plugins, added openstrands plugin
2007-08-06 00:39:54 +00:00
Karl 'vollmerk' Vollmer
258e4fcdf2 fixed downsampling, renamed to transcoding default or always are now the options 2007-07-29 04:58:22 +00:00
Karl 'vollmerk' Vollmer
db47bcb6c0 fixed play all artist, play all artist random, and account updating from user preferences 2007-07-29 03:20:00 +00:00
Karl 'vollmerk' Vollmer
903d06d41c synced over Vlets prevent_multiple_login patch and improved error reporting a bit moving to use of the Error class 2007-07-26 05:46:37 +00:00
Karl 'vollmerk' Vollmer
a74d0b7163 added dynamic playlist item support, default and genre currently work 2007-07-24 04:10:58 +00:00
Karl 'vollmerk' Vollmer
1a5d32fbbe fixed level updating for admin preferences 2007-07-12 05:45:48 +00:00
Karl 'vollmerk' Vollmer
e07f720bbc semi-fixed lastfm 2007-07-05 07:32:38 +00:00
Karl 'vollmerk' Vollmer
9457b75fb1 fixed some catalog update issues, fixed some genre pages and made the sql sort stuff for show songs work 2007-07-02 04:57:56 +00:00
Karl 'vollmerk' Vollmer
c78314791e fixed the ip tracking stuff.. sorta 2007-06-21 21:37:43 +00:00
Karl 'vollmerk' Vollmer
56c960c34a fixed some issues with the installer, and also made it so that you can delete/disable users again 2007-06-17 23:59:04 +00:00
Karl 'vollmerk' Vollmer
987213388e fixed a potential security issue where the password hash was being put into the object :S 2007-06-12 07:19:17 +00:00
Karl 'vollmerk' Vollmer
689517e332 fixed preferences mostly, also fixed some genre issues and other stuff I am forgetting now 2007-06-11 05:16:20 +00:00
Karl 'vollmerk' Vollmer
c3e9518ab4 fixed stats recording mostly 2007-06-10 22:10:33 +00:00
Karl 'vollmerk' Vollmer
7743d70c68 fixed browse users, add user, edit user 2007-06-04 07:40:06 +00:00
Karl 'vollmerk' Vollmer
779f4bf4e5 updated sql file, and the install process now works 2007-05-13 21:37:49 +00:00
Karl 'vollmerk' Vollmer
6eac754129 added in the playlist bar, and the auto-loading of a tmp playlist per session 2007-05-13 00:32:57 +00:00
Karl 'vollmerk' Vollmer
2939f419e1 fixed the update and the user class reading of the preferences 2007-05-08 23:00:59 +00:00
Karl 'vollmerk' Vollmer
61e529be4e new update that moves some stuff around in the database, with 414 albums (18mb table) dropped size by 7mb 2007-05-03 03:36:19 +00:00
Karl 'vollmerk' Vollmer
13dd43450a fixed up part of single album view, show songs is all gone, working on replacement browse method 2007-04-23 20:33:57 +00:00