summaryrefslogtreecommitdiffstats
path: root/login.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename vauth to AuthPaul Arthur2013-01-281-1/+1
|
* Move sessiony things from vauth into SessionPaul Arthur2013-01-281-3/+3
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-118/+118
| | | | | 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 access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-4/+4
| | | | | | 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.
* Add the ability to locally cache passwords validated by external meansPaul Arthur2011-11-181-0/+5
| | | | | | This can, for instance, be used to allow LDAP authenticated users to use the API without manually setting a password, as long as they've logged in using the web interface at least once.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Modified forgotmomo-i2011-02-031-19/+30
|
* Don't give out extra information when authentication fails, only if itPaul Arthur2010-12-071-5/+1
| | | | succeeds and Ampache chokes.
* Cleanup and rationalisation of authentication related code. Among other things,Paul 'flowerysong' Arthur2010-05-291-70/+68
| | | | fixes FS#99.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-39/+39
|
* Unbreak http auth, make it more sane. Old broken method renamed to null, in Paul 'flowerysong' Arthur2010-03-141-2/+16
| | | | | case crazy people still want it. Add support for redirecting to a SSO provider after logout.
* Cosmetics: add vim modeline, consistently use tabs for indentation, typos, wrap Paul 'flowerysong' Arthur2010-03-131-24/+25
| | | | comment blocks at 80 columns.
* Fixed #503 - forgot to check that they are already logged in (Thx Hugh)Karl 'vollmerk' Vollmer2009-07-081-1/+1
|
* fixed typo #422momo-i2009-03-241-1/+1
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-4/+4
| | | | of users
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-011-1/+1
|
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-151-1/+1
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-2/+0
|
* sync from branchKarl 'vollmerk' Vollmer2008-08-211-2/+8
|
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-3/+13
| | | | of amarok, also added some caching and fixed some misc bugs
* updated locales, hopefully one of the last commits before 3.4 stable releaseKarl 'vollmerk' Vollmer2008-05-101-1/+1
|
* fixed old password problemKarl 'vollmerk' Vollmer2007-12-251-3/+0
|
* removed duplicate cookie-age and bad logic on readKarl 'vollmerk' Vollmer2007-12-251-2/+1
|
* changed alpha4 to beta1, updated translation base files, corrected ↵Karl 'vollmerk' Vollmer2007-12-241-4/+2
| | | | mysql_auth logic
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-201-8/+4
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-1/+1
| | | | mostly works so why not commit eah?
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-2/+2
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* renamed a few files (missing php extension)spocky2007-10-241-1/+1
| | | | updated most of the tables so that every column is independently customizable by css rules
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-251-8/+0
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* updated lastfm protocol to 1.2, improved the logic behind it does not ↵Karl 'vollmerk' Vollmer2007-08-211-19/+0
| | | | require a logout, also fixed duplicate stats collection of greedy players
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* fixed lastfm stuff typoKarl 'vollmerk' Vollmer2007-08-151-1/+1
|
* step one of toasting /lib/preference.lib.php and also added a missing GPL noteKarl 'vollmerk' Vollmer2007-08-141-10/+5
|
* fixed lastfm for reals this time, I think also fixed not being able to ↵Karl 'vollmerk' Vollmer2007-08-141-0/+3
| | | | re-enable users
* tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work ↵Karl 'vollmerk' Vollmer2007-08-141-0/+9
| | | | correctly
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-091-5/+21
| | | | broken)
* synced over Vlets prevent_multiple_login patch and improved error reporting ↵Karl 'vollmerk' Vollmer2007-07-261-3/+3
| | | | a bit moving to use of the Error class
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-0/+1
| | | | dynamic updating of the current state
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-1/+1
| | | | replacement browse method
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-43/+17
| | | | everything broken
* fixed democratic play vote order and user preferences updateKarl 'vollmerk' Vollmer2007-02-101-1/+1
|
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-3/+3
|
* fixed some typos and dead linksxgizzmo2007-01-091-1/+0
|
* a ton of css fixesKarl 'vollmerk' Vollmer2006-12-061-0/+1
|
* Made some modifications to the css stuff to support handhelds and print pagepb1dft2006-11-221-1/+3
|
* Update on password crypto for ldap accountspb1dft2006-10-161-1/+1
|
* added db update for tmp playlist and added initial class definitionKarl 'vollmerk' Vollmer2006-10-151-0/+2
|
* fixed some bugs introduced by the ldap patchKarl 'vollmerk' Vollmer2006-10-141-1/+1
|