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

145 commits

Author SHA1 Message Date
Afterster
aebe9df1d5 Fix first user admin creation 2014-02-05 22:20:09 +01:00
Afterster
918e3a8c3f Fix user creation 2014-01-31 08:17:27 +01:00
Afterster
5941bca264 Now playing avatar set to 64px 2014-01-31 07:14:28 +01:00
Afterster
1d3b8bbaba Add user avatar upload (fix #119) 2014-01-30 22:05:16 +01:00
Afterster
24895f24f7 Add artist information tabs (fix #126) 2014-01-29 22:23:56 +01:00
Afterster
470dcea5b3 Add Gravatar / Libravatar plugins 2014-01-28 23:27:49 +01:00
Afterster
b4b8f33b85 Add OpenID authentication (fix #113) 2014-01-18 17:49:41 +01:00
Afterster
8fdbcce0fa Fix vainfo filename regex match on Windows
Fix m3u import (no need to declare m3u filetype music/video file types anymore)
Only check for footer iframe on login page
Remove unused files (artifacts)
2014-01-17 00:15:35 +01:00
Afterster
c3b3a8021e Add 'fake' directory to Subsonic streaming url when cUrl unavailable 2014-01-11 19:47:18 +01:00
Afterster
c12d13bdf9 Add subsonic getUser and getUsers functions 2014-01-11 17:13:14 +01:00
Afterster
e1ea687e4d Don't join scrobbling thread 2014-01-11 12:40:23 +01:00
Afterster
41f5d0b7fd Fix scrobbler thread autoloader and global variables 2014-01-11 12:34:40 +01:00
Afterster
5cdcf4b12f Use pthreads when scrobbling if available 2014-01-11 10:44:47 +01:00
Afterster
a98ecd7376 Requests project replace Snoopy project and update to MusicBrainz API v2 2013-12-26 16:54:04 +01:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
b69b5a44f7 Fix code style 2013-12-12 08:36:11 +01:00
SUTJael
d803fdfbee Ability to see used backend in "recently played" table (Fix #62) 2013-12-11 15:23:08 +01:00
SUTJael
9aeeaaa6b8 Showing agent in recently played list 2013-12-11 14:10:09 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
42ac1b0d19 Fix User::count() 2013-03-28 16:56:22 -04:00
Paul Arthur
744e6bb994 Make remote catalogs actually work 2013-03-28 16:56:21 -04:00
Paul Arthur
453a161a78 Scrub user data in User->update()
Fixes another persistent XSS vulnerability.
2013-02-07 16:36:44 -05:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
8a750c3e87 Move [un]format_bytes() from general.lib.php to UI 2013-01-26 02:36:58 -05:00
Paul Arthur
57483216e4 Rename tmpPlaylist to Tmp_Playlist 2013-01-25 21:48:51 -05:00
Paul Arthur
16c3ba34fd Cosmetics: clean up heads in lib/ 2013-01-25 18:38:22 -05:00
Paul Arthur
2f8656a20c FS#202 - Stats not registered on some songs
Removed check from User->update_stats. It looks iffy, is reported to be
broken, and everything that calls it has an independent check.
2012-09-20 12:13:51 -04:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
ccb9edbf2d Clean up get_preferences a little bit
Don't use userid as some sort of weird flag value. Especially when
your flag value is a valid value for userid. Just...no.
2012-03-31 17:52:07 -04:00
Paul Arthur
40e8484a57 FS#213 - User Registration
Add an option to have newly registered accounts disabled by default.
2012-03-01 14:06:03 -05:00
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