summaryrefslogtreecommitdiffstats
path: root/lib/class/access.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting ACLsPaul Arthur2013-02-111-3/+3
| | | | _verify_range should be static.
* Clean up Access; use parameterised queriesPaul Arthur2013-01-291-245/+120
|
* Drop stale references to 'xml-rpc'Paul Arthur2013-01-281-4/+0
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-535/+535
| | | | | 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.
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-12/+2
|
* Switch from _() to T_()Paul Arthur2012-04-121-18/+18
| | | | | | 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 Access::check_networkPaul Arthur2011-05-261-31/+24
| | | | | Remove unused cases and duplicate SQL queries. Return false if the ACL type isn't in the list of approved types.
* 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.
* Fixed issue with updating ACLs under Windows (reported by Citlali)Paul Arthur2011-02-211-2/+2
|
* 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-1/+0
|
* test for phpdocmomo-i2011-02-021-17/+65
|
* little testing for phpdocmomo-i2011-02-021-19/+65
|
* Squashed commit of the following:Elias Probst2010-12-081-1/+2
| | | | | | | | commit 8a5127572c89f28f060d3ad0819136f79b65faef Author: Elias Probst <mail@eliasprobst.eu> Date: Wed Dec 8 03:51:20 2010 +0100 Rewrote the error message for duplicate ACLs. Expose the error message to the UI.
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-3/+5
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-167/+167
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-26/+26
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Change catalog update display to 1/secondKarl 'vollmerk' Vollmer2010-02-191-4/+2
|
* quick fix for aclsKarl 'vollmerk' Vollmer2010-02-191-5/+3
|
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-141-6/+6
|
* sync from branchKarl 'vollmerk' Vollmer2009-05-061-0/+1
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-2/+2
| | | | of users
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-011-2/+26
|
* ACL with IPv6 should be working / testing nowKarl 'vollmerk' Vollmer2009-01-311-2/+43
|
* Add in IPv6 support to the ACLs and start work on the wizards for adding ACL ↵Karl 'vollmerk' Vollmer2009-01-311-21/+36
| | | | entries. Access Control broken in this revision due to missing DB update
* more cleanup, added numeric values of ratings to the song xml returnKarl 'vollmerk' Vollmer2008-11-151-1/+1
|
* simplify the logic, and improve it all in one commit.. liesKarl 'vollmerk' Vollmer2008-11-151-4/+9
|
* add in require_localnet_session configurationKarl 'vollmerk' Vollmer2008-11-151-2/+2
|
* added direct links back in, added batch download to single artist view, ↵Karl 'vollmerk' Vollmer2008-05-261-0/+3
| | | | removed useless cruft
* add in functionality to reset db charset also updated the update function to ↵Karl 'vollmerk' Vollmer2008-05-081-1/+1
| | | | take into account the collation
* first steps of a fix for the xml-rpc streaming and catalogingKarl 'vollmerk' Vollmer2008-04-151-1/+1
|
* fixed a stupid typo Thx CoFKarl 'vollmerk' Vollmer2008-03-101-1/+1
|
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-7/+8
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-2/+2
| | | | have now forgotten
* removed ip2int, int2ip custom functions fixed browse issues when adding ↵Karl 'vollmerk' Vollmer2008-02-281-5/+5
| | | | filters in specific order
* fix to user auth with xml-api (Thx purdyk) and fix update all not resetting ↵Karl 'vollmerk' Vollmer2008-02-091-0/+4
| | | | album art cache
* fixed three bugs found by purdyk with the apiKarl 'vollmerk' Vollmer2007-12-191-0/+1
|
* cleaned up XML API errors so that they are always xml docs regardlessKarl 'vollmerk' Vollmer2007-12-181-0/+2
|
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-101-0/+11
|
* added basic MPD user permissions in, I didnt force a level for everyone so ↵Karl 'vollmerk' Vollmer2007-12-101-2/+32
| | | | any existing setups will be defaulted to DENIED until they update their Localplay Level
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-4/+9
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-1/+1
|
* more changes for the amarok hotnessKarl 'vollmerk' Vollmer2007-11-201-0/+13
|
* some inital work on an api for amarok, tweaked stream class a bit, think ↵Karl 'vollmerk' Vollmer2007-11-191-0/+27
| | | | theres still a bug with some playlist methods, also need to confirm problem with IE
* Corriger une faute de frappe (Merci Limed)Karl 'vollmerk' Vollmer2007-10-181-1/+1
|
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-113/+92
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-9/+33
| | | | replacement browse method