1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
Commit graph

115 commits

Author SHA1 Message Date
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Karl Vollmer
94db841355 Fix Democratic play - properly remove songs after playback 2011-01-25 09:23:24 -04:00
Paul 'flowerysong' Arthur
63031fb6c1 Use a function to format bytes -> human-readable sizes. Also bump catalog build
memory profiling logging to level 5; fixes FS#141.
2010-10-15 19:16:42 +00:00
Paul 'flowerysong' Arthur
a66bf4c5f6 Plugin work. Plugins are now pluggable: no plugin-specific code in the main Ampache
code.  Plugins are now updatable, if configuration changes are needed for a new
version.
2010-06-22 19:00:45 +00:00
Paul 'flowerysong' Arthur
feae94b52b Cosmetics. %s/assoicated/associated/g 2010-04-28 22:25:23 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
d8e8ec2b79 Update defaults for new installs (extending default timeouts) fix installation and PHP warning on no ip history 2010-03-01 12:47:15 +00:00
Karl 'vollmerk' Vollmer
8bc17dd3f0 Tweaked how features / bandwidth level is checked, not happy with it. 2010-02-14 00:56:07 +00:00
martian
1b35c20dd0 Adding the bandwidth option to the preferences. This changes the complexity of the UI and toggles album art. 2010-02-09 17:44:44 +00:00
dipsol
a7838e2a13 Replaced almost every dba::query to dba::read or dba::write. 2009-12-14 08:06:20 +00:00
Karl 'vollmerk' Vollmer
e2b9786df8 Cleanup of user class, no functional change 2009-12-12 15:25:35 +00:00
dipsol
fd1efe389c Issue #364, added feature for password reset. 2009-10-19 09:04:43 +00:00
Karl 'vollmerk' Vollmer
4a1d7a40ea fix the message parsing so that it accepts libre.fms slightly different response 2009-05-18 18:23:20 +00:00
Karl 'vollmerk' Vollmer
d84e62dba7 api fixes, added librefm scrobbler (untested) and fixed minor error in header file with rtl vs ltr languages also removed dead RioPlayer plugin 2009-05-18 17:34:22 +00:00
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