Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Onward to the future | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Finalise 3.6-alpha63.6-alpha6 | Paul Arthur | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Set the memory_limit to at least 32M | Paul Arthur | 2013-05-15 | 1 | -2/+4 |
| | | | | '32' != '32M' | ||||
* | Increase the default memory limit to 32 | Paul Arthur | 2013-05-13 | 1 | -2/+2 |
| | | | | This matches what the config files claims is the default. | ||||
* | Finalise 3.6-alpha53.6-alpha5 | Paul Arthur | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Treat Snoopy the same as other external modules | Paul Arthur | 2013-03-29 | 1 | -1/+1 |
| | | | | | It gets its own directory containing the minimally modified contents of its upstream source tarball. | ||||
* | Clean up PHP tests and reuse them in init.php | Paul Arthur | 2013-02-03 | 1 | -4/+1 |
| | | | | | Also move the config-related functions out of debug.lib.php (why they were there in the first place is anyone's guess.) | ||||
* | Fix up the tests a bit | Paul Arthur | 2013-02-03 | 1 | -1/+4 |
| | | | | | The hash check shouldn't be mixed in with the version check, and we now need JSON. | ||||
* | Add a check that makes sure PDO is available | Paul Arthur | 2013-02-03 | 1 | -1/+1 |
| | | | | | | Calling an unavailable class is a fatal error, so people without PDO were left with a fairly useless blank screen and no indicator of what was wrong. Let's be a bit more user-friendly. | ||||
* | Rename vauth to Auth | Paul Arthur | 2013-01-28 | 1 | -4/+4 |
| | |||||
* | Move sessiony things from vauth into Session | Paul Arthur | 2013-01-28 | 1 | -13/+21 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -79/+79 |
| | | | | | 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 Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Rework transcoding | Paul Arthur | 2013-01-23 | 1 | -1/+1 |
| | | | | | | | | Remove some of the roundabout complexity that had built up. Push people toward using a single, flexible tool for most of their transcoding needs. Increase backend and configuration flexibility to support user-requested format changes (e.g. for an HTML5 player); this functionality is not yet exposed. | ||||
* | Drop unused nusoap library | Paul Arthur | 2013-01-15 | 1 | -1/+0 |
| | |||||
* | Finalise 3.6-alpha43.6-alpha4 | Paul Arthur | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Finalise 3.6-alpha33.6-alpha3 | Paul Arthur | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Finalise alpha23.6-alpha2 | Paul Arthur | 2012-08-15 | 1 | -1/+1 |
| | | | | I'm tired of seeing alpha1. | ||||
* | web_path cleanup | Paul Arthur | 2012-07-11 | 1 | -18/+10 |
| | | | | force_ssl was broken, should be fixed now. | ||||
* | Remove unused mysql_* values | Paul Arthur | 2012-03-13 | 1 | -4/+0 |
| | |||||
* | Refactor similar init code into new init-tiny.php | Paul Arthur | 2012-03-13 | 1 | -51/+1 |
| | | | | | | | | | Several places were doing operations that were practically the same (loading core libraries and setting some variables), with varying levels of success in remembering to do the right things in the right order. Making a separate minimal init.php that doesn't worry about some of the sanity checks and session bumpf makes this cleaner and easier to maintain. | ||||
* | Use a flag to determine whether an outdated database is OK | Paul Arthur | 2012-03-06 | 1 | -1/+1 |
| | | | | | This matches the handling of NO_SESSION and gives us some needed leeway for the CLI tools. | ||||
* | Clean up uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -3/+3 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Explicitly load vauth in init.php | Paul Arthur | 2012-03-02 | 1 | -0/+5 |
| | | | | | | As there are some code paths that do session manipulation without any calls to vauth first, relying on autoload may result in our custom session handler not being used. | ||||
* | Move session extension outside the auth block in init.php | Paul Arthur | 2012-03-01 | 1 | -3/+2 |
| | | | | | This might help ensure that we're always extending the session when we should. | ||||
* | Refactor the initial checks in init.php | Paul Arthur | 2012-02-21 | 1 | -20/+20 |
| | | | | Reduce the amount of code duplication. | ||||
* | Redirect to /test.php for PHP <5.3 on all platforms | Paul Arthur | 2012-02-21 | 1 | -1/+1 |
| | | | | 5.3 is now required on all platforms, not just Windows. | ||||
* | Whups | Karl Vollmer | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Fixed two PHP warnings, and some issues with how users were being constructed | Karl Vollmer | 2011-12-01 | 1 | -2/+2 |
| | | | | in init (which makes me wonder) and started trying to figure out why libre.fm broke | ||||
* | Add AmpacheAPI library | Karl Vollmer | 2011-11-23 | 1 | -0/+1 |
| | |||||
* | Remove special case for loading vauth | Paul Arthur | 2011-11-10 | 1 | -2/+0 |
| | | | | | Synology is (probably) able to load vauth, it just doesn't like our custom session handler. | ||||
* | Fix custom session handler. | Paul Arthur | 2011-11-09 | 1 | -0/+1 |
| | | | | | | | We were manually loading the vauth class (apparently to work around a bug in Synology's PHP) but not calling vauth::_auto_init(), so the default session handler was used. This normally does session locking, so bad things happened. | ||||
* | FS#190 - Add support for HTTP_FORWARDED (Forum patch) | dipsol | 2011-09-15 | 1 | -2/+8 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -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. | ||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -1/+1 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+9 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -18/+21 |
| | |||||
* | add force_ssl (for ssl reverse proxy) | momo-i | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Squashed commit of the following: | Elias Probst | 2010-12-08 | 1 | -4/+1 |
| | | | | | | | | 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. | ||||
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -25/+22 |
| | |||||
* | fix notice due to undefined indexes when checking for unset config values | Karl 'vollmerk' Vollmer | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | removed stupid require that I should not have put in | Karl 'vollmerk' Vollmer | 2010-03-19 | 1 | -1/+0 |
| | |||||
* | Add vlc controller - untested, just want it in svn | Karl 'vollmerk' Vollmer | 2010-03-19 | 1 | -0/+1 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -72/+72 |
| | |||||
* | Unbreak http auth, make it more sane. Old broken method renamed to null, in | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -18/+1 |
| | | | | | case crazy people still want it. Add support for redirecting to a SSO provider after logout. | ||||
* | make it actually extend the session, also improve debug on the image page | Karl 'vollmerk' Vollmer | 2009-12-23 | 1 | -1/+6 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -0/+3 |
| | |||||
* | After 3 hours, I finally managed to fix the [synology/fast-cgi] bug that ↵ | spocky | 2009-12-16 | 1 | -1/+2 |
| | | | | prevented __autoload to work in certain cases. | ||||
* | Remove XML-RPC functions and start prep for use of new API for ampache ↵ | Karl 'vollmerk' Vollmer | 2009-11-19 | 1 | -2/+0 |
| | | | | catalog syncs |