summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
* fix infinite redirect during setup for windows hostsRobin Appelman2012-06-091-1/+1
|
* fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but ↵Georg Ehrke2012-06-081-1/+1
| | | | empty aka /?app
* Better handling of core.css and core.jsBart Visscher2012-06-071-7/+0
| | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
* avoid too-early database access and thus make owncloud installable againArthur Schiwon2012-06-061-12/+14
|
* Move setting remote_core.* to after setup of OC, also check if it is not set yetBart Visscher2012-06-051-4/+6
|
* fix login for hosts running on port 80Frank Karlitschek2012-06-051-2/+2
|
* more reliable host detection for reverse proxy serversFrank Karlitschek2012-06-051-5/+7
|
* Merge branch 'unstable'Bart Visscher2012-06-041-23/+9
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Combine and minimize core and default app js filesBart Visscher2012-05-161-0/+1
| |
| * Combine and minimize core and default app css filesBart Visscher2012-05-161-7/+5
| |
| * Remove DOCUMENTROOT static var, and make SUBURI var privateBart Visscher2012-05-111-7/+3
| |
| * Remove unused OC static variable CONFIG_DATADIRECTORY_ROOTBart Visscher2012-05-101-4/+0
| |
* | try to switch magic quotes off.Frank Karlitschek2012-06-011-0/+5
| | | | | | | | it´s evil and deprecated
* | added a serverProtocol function that correctly returns the used protocol ↵Frank Karlitschek2012-06-011-5/+5
| | | | | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer
* | Restrict requested app to apps directoryMichael Gapczynski2012-05-291-1/+1
| |
* | update copyrightFrank Karlitschek2012-05-261-1/+1
| |
* | changed the default from Berlin to UTC.Frank Karlitschek2012-05-241-1/+1
| | | | | | | | Greetings form Berlin by the way ;-)
* | enable running unit tests from cliRobin Appelman2012-05-221-9/+16
| |
* | log upgradesRobin Appelman2012-05-191-0/+1
| |
* | Better place to check caching headersBart Visscher2012-05-161-3/+3
| |
* | update to jquery 1.7.2Robin Appelman2012-05-121-1/+1
| |
* | Make processed css files cachableBart Visscher2012-05-111-1/+6
| |
* | make default app choosableGeorg Ehrke2012-05-111-1/+1
| |
* | Prevent any null bytes related exploits, thanks to Lukas ReschkeMichael Gapczynski2012-05-101-1/+1
|/
* fix validation of getfile parameter - i hate this bloody merge conflictsGeorg Ehrke2012-05-071-2/+2
|
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-2/+0
|
* remove debug messageGeorg Ehrke2012-04-271-1/+0
|
* fix parsing of app parameter and fix external appGeorg Ehrke2012-04-271-1/+9
|
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-271-0/+10
|\
| * some csrf fixes. needs testingFrank Karlitschek2012-04-271-0/+10
| |
* | hide failsGeorg Ehrke2012-04-261-1/+1
| |
* | make *DAV work with movable appsGeorg Ehrke2012-04-261-0/+4
| |
* | fix merge conflictsGeorg Ehrke2012-04-261-1/+1
|\|
* | fix security check for the path of the requested fileGeorg Ehrke2012-04-261-3/+11
| |
* | some fixes fore movable appsGeorg Ehrke2012-04-261-2/+13
| |
* | add a proper 404Georg Ehrke2012-04-251-1/+2
| |
* | fix php failGeorg Ehrke2012-04-241-1/+1
| |
* | remove debug messageGeorg Ehrke2012-04-241-1/+1
| |
* | remove debug code in lib baseGeorg Ehrke2012-04-231-1/+0
| |
* | fix bug in lib baseGeorg Ehrke2012-04-231-1/+3
| |
* | Merge branch 'master' into movable_appsGeorg Ehrke2012-04-231-1/+4
|\|
| * first step to an public api of ownCloud for the apps. In the future they ↵Frank Karlitschek2012-04-231-0/+3
| | | | | | | | shouldn´t call internall classes, functions or session variables because this will change and break in upcoming versions. Apps should only call this public interface that we will kepp stable over different releases. The namespace is OCP for ownCloud public. This is just the first step. more coming soon
* | use native functions of php to parse the string into the VarGeorg Ehrke2012-04-231-7/+6
| |
* | rename var file to getfile to prevent fails in files appGeorg Ehrke2012-04-231-3/+3
| |
* | support file calls with parameterGeorg Ehrke2012-04-201-2/+6
| |
* | optimize codeGeorg Ehrke2012-04-191-1/+0
| |
* | remove parameters in file var before call require onceGeorg Ehrke2012-04-191-3/+7
| |
* | add loading of filesGeorg Ehrke2012-04-191-0/+11
| |
* | open app thru index.phpGeorg Ehrke2012-04-181-12/+32
|/
* allow multiply group backendsRobin Appelman2012-04-131-1/+1
|