Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move setting remote_core.* to after setup of OC, also check if it is not set yet | Bart Visscher | 2012-06-05 | 1 | -4/+6 |
| | |||||
* | fix login for hosts running on port 80 | Frank Karlitschek | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | more reliable host detection for reverse proxy servers | Frank Karlitschek | 2012-06-05 | 1 | -5/+7 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -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 files | Bart Visscher | 2012-05-16 | 1 | -0/+1 |
| | | |||||
| * | Combine and minimize core and default app css files | Bart Visscher | 2012-05-16 | 1 | -7/+5 |
| | | |||||
| * | Remove DOCUMENTROOT static var, and make SUBURI var private | Bart Visscher | 2012-05-11 | 1 | -7/+3 |
| | | |||||
| * | Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT | Bart Visscher | 2012-05-10 | 1 | -4/+0 |
| | | |||||
* | | try to switch magic quotes off. | Frank Karlitschek | 2012-06-01 | 1 | -0/+5 |
| | | | | | | | | it´s evil and deprecated | ||||
* | | added a serverProtocol function that correctly returns the used protocol ↵ | Frank Karlitschek | 2012-06-01 | 1 | -5/+5 |
| | | | | | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer | ||||
* | | Restrict requested app to apps directory | Michael Gapczynski | 2012-05-29 | 1 | -1/+1 |
| | | |||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | changed the default from Berlin to UTC. | Frank Karlitschek | 2012-05-24 | 1 | -1/+1 |
| | | | | | | | | Greetings form Berlin by the way ;-) | ||||
* | | enable running unit tests from cli | Robin Appelman | 2012-05-22 | 1 | -9/+16 |
| | | |||||
* | | log upgrades | Robin Appelman | 2012-05-19 | 1 | -0/+1 |
| | | |||||
* | | Better place to check caching headers | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
| | | |||||
* | | update to jquery 1.7.2 | Robin Appelman | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | Make processed css files cachable | Bart Visscher | 2012-05-11 | 1 | -1/+6 |
| | | |||||
* | | make default app choosable | Georg Ehrke | 2012-05-11 | 1 | -1/+1 |
| | | |||||
* | | Prevent any null bytes related exploits, thanks to Lukas Reschke | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 |
|/ | |||||
* | fix validation of getfile parameter - i hate this bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 1 | -2/+0 |
| | |||||
* | remove debug message | Georg Ehrke | 2012-04-27 | 1 | -1/+0 |
| | |||||
* | fix parsing of app parameter and fix external app | Georg Ehrke | 2012-04-27 | 1 | -1/+9 |
| | |||||
* | Merge branch 'master' into movable_apps_2 | Georg Ehrke | 2012-04-27 | 1 | -0/+10 |
|\ | |||||
| * | some csrf fixes. needs testing | Frank Karlitschek | 2012-04-27 | 1 | -0/+10 |
| | | |||||
* | | hide fails | Georg Ehrke | 2012-04-26 | 1 | -1/+1 |
| | | |||||
* | | make *DAV work with movable apps | Georg Ehrke | 2012-04-26 | 1 | -0/+4 |
| | | |||||
* | | fix merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -1/+1 |
|\| | |||||
* | | fix security check for the path of the requested file | Georg Ehrke | 2012-04-26 | 1 | -3/+11 |
| | | |||||
* | | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -2/+13 |
| | | |||||
* | | add a proper 404 | Georg Ehrke | 2012-04-25 | 1 | -1/+2 |
| | | |||||
* | | fix php fail | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | remove debug message | Georg Ehrke | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | remove debug code in lib base | Georg Ehrke | 2012-04-23 | 1 | -1/+0 |
| | | |||||
* | | fix bug in lib base | Georg Ehrke | 2012-04-23 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into movable_apps | Georg Ehrke | 2012-04-23 | 1 | -1/+4 |
|\| | |||||
| * | first step to an public api of ownCloud for the apps. In the future they ↵ | Frank Karlitschek | 2012-04-23 | 1 | -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 Var | Georg Ehrke | 2012-04-23 | 1 | -7/+6 |
| | | |||||
* | | rename var file to getfile to prevent fails in files app | Georg Ehrke | 2012-04-23 | 1 | -3/+3 |
| | | |||||
* | | support file calls with parameter | Georg Ehrke | 2012-04-20 | 1 | -2/+6 |
| | | |||||
* | | optimize code | Georg Ehrke | 2012-04-19 | 1 | -1/+0 |
| | | |||||
* | | remove parameters in file var before call require once | Georg Ehrke | 2012-04-19 | 1 | -3/+7 |
| | | |||||
* | | add loading of files | Georg Ehrke | 2012-04-19 | 1 | -0/+11 |
| | | |||||
* | | open app thru index.php | Georg Ehrke | 2012-04-18 | 1 | -12/+32 |
|/ | |||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | UTF8 locale by default | Grundik | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 1 | -0/+3 |
| | |||||
* | Try to configure php to enable big file uploads. | Frank Karlitschek | 2012-04-01 | 1 | -0/+18 |
| | | | | | This doesn´t work always depending on the webserver and php configuration. Let´s try to overwrite some defaults anyways | ||||
* | checkUpgrade has to be after template initialization | Bart Visscher | 2012-03-30 | 1 | -1/+1 |
| | | | | The error path of checkUpgrade uses the template |