summaryrefslogtreecommitdiffstats
path: root/lib/class/user.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix User::count()Paul Arthur2013-03-281-2/+3
|
* Make remote catalogs actually workPaul Arthur2013-03-281-0/+21
|
* Scrub user data in User->update()Paul Arthur2013-02-071-10/+13
| | | | Fixes another persistent XSS vulnerability.
* Cosmetics: death to tabsPaul Arthur2013-01-261-951/+951
| | | | | 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.
* Move [un]format_bytes() from general.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Rename tmpPlaylist to Tmp_PlaylistPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* FS#202 - Stats not registered on some songsPaul Arthur2012-09-201-8/+0
| | | | | Removed check from User->update_stats. It looks iffy, is reported to be broken, and everything that calls it has an independent check.
* Switch from _() to T_()Paul Arthur2012-04-121-5/+5
| | | | | | 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.
* Clean up get_preferences a little bitPaul Arthur2012-03-311-5/+3
| | | | | Don't use userid as some sort of weird flag value. Especially when your flag value is a valid value for userid. Just...no.
* FS#213 - User RegistrationPaul Arthur2012-03-011-4/+8
| | | | Add an option to have newly registered accounts disabled by default.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-17/+39
|
* Fix Democratic play - properly remove songs after playbackKarl Vollmer2011-01-251-0/+1
|
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-151-17/+1
| | | | memory profiling logging to level 5; fixes FS#141.
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-221-18/+9
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* Cosmetics. %s/assoicated/associated/gPaul 'flowerysong' Arthur2010-04-281-1/+1
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-6/+6
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-69/+69
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Update defaults for new installs (extending default timeouts) fix ↵Karl 'vollmerk' Vollmer2010-03-011-2/+6
| | | | installation and PHP warning on no ip history
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-2/+2
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-2/+3
| | | | of the UI and toggles album art.
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-141-2/+2
|
* Cleanup of user class, no functional changeKarl 'vollmerk' Vollmer2009-12-121-55/+53
|
* Issue #364, added feature for password reset.dipsol2009-10-191-300/+319
|
* fix the message parsing so that it accepts libre.fms slightly different responseKarl 'vollmerk' Vollmer2009-05-181-2/+2
|
* api fixes, added librefm scrobbler (untested) and fixed minor error in ↵Karl 'vollmerk' Vollmer2009-05-181-0/+8
| | | | header file with rtl vs ltr languages also removed dead RioPlayer plugin
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-0/+28
| | | | of users
* cleanup of dead / old functionsKarl 'vollmerk' Vollmer2009-02-191-11/+0
|
* fix display of ip historyKarl 'vollmerk' Vollmer2009-02-041-14/+11
|
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-011-3/+4
|
* Creating new user now uses the new password hashing schemeKevin James 'purdyk' Purdy2008-11-031-2/+3
|
* move to sha256 for passwords API and InterfaceKarl 'vollmerk' Vollmer2008-10-301-1/+1
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-23/+25
|
* make the ip history only clear the old stuff sometimes, also fix rounding ↵Karl 'vollmerk' Vollmer2008-08-061-4/+6
| | | | issues on the downsampling
* password nag no longer requires a login/logout to clear after restting ↵Karl 'vollmerk' Vollmer2008-07-291-0/+3
| | | | password, cache the prefs dropping the # of queries a bit per protags suggestion
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-5/+7
| | | | of amarok, also added some caching and fixed some misc bugs
* do not try to insert genre stats those are a thing of the pastKarl 'vollmerk' Vollmer2008-05-261-1/+0
|
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-8/+14
| | | | mostly work
* added in the ajax-loading div display on catalog processes, also relaxed the ↵Karl 'vollmerk' Vollmer2008-05-061-1/+1
| | | | restrictions on filenames of non-site_charset, warning rather then fatal error
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-6/+9
|
* fixed playlist update on full strict of mysql5.x and jpg mime typeKarl 'vollmerk' Vollmer2008-03-061-0/+2
|
* corrected a few queries, removed a few other useless ones that were already ↵Karl 'vollmerk' Vollmer2008-02-281-5/+4
| | | | broken
* removed ip2int, int2ip custom functions fixed browse issues when adding ↵Karl 'vollmerk' Vollmer2008-02-281-8/+8
| | | | filters in specific order
* - Fixed Sorting on Admin->Browse Userspb1dft2008-02-231-0/+4
| | | | - Fixed Shoutbox and shoutbox management (pb1dft)
* Fixed minor glitches in user registrationpb1dft2008-02-161-5/+11
|
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-0/+3
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc