Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove css files from rewrite rule - there is no need to rewrite css any more | Thomas Müller | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | turn off mod_pagespeed | Thomas Müller | 2014-01-08 | 1 | -0/+3 |
| | |||||
* | disable mbstring.func_overload | Thomas Tanghus | 2013-05-10 | 1 | -0/+1 |
| | |||||
* | Try to prefer index.php over index.html in the same directory | Daniel Molkentin | 2013-04-24 | 1 | -0/+3 |
| | | | | | Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions). | ||||
* | remove php_value | Myles McNamara | 2013-03-07 | 1 | -1/+0 |
| | | | php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors. This needs to be set in php.ini manually or set using ini_set(). | ||||
* | Refix #1931 | Brice Maron | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1931 from owncloud/fastcgi | Thomas Müller | 2013-02-26 | 1 | -0/+1 |
|\ | | | | | add cgi pathinfo when fcgi is enabled #1189 | ||||
| * | add cgi pathinfo when fcgi is enabled #1189 | Bernhard Posselt | 2013-02-26 | 1 | -0/+1 |
| | | |||||
* | | added defaultcharset to utf-8 in htaccess | Bernhard Posselt | 2013-02-26 | 1 | -0/+1 |
|/ | |||||
* | add /.well-known/host-meta.json to .htaccess | Michiel de Jong | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | Fix WebDAV (and Android Client) not being able to authorize on Debian ↵ | Stefan Seidel | 2012-11-09 | 1 | -0/+8 |
| | | | | Squeeze + mod_fcgid installs. | ||||
* | add svg mimetype to default htaccess | Robin Appelman | 2012-10-28 | 1 | -0/+4 |
| | |||||
* | update translations | Robin Appelman | 2012-06-06 | 1 | -2/+2 |
| | |||||
* | add caldav and carddav files in their old place for backward compatibility - ↵ | Georg Ehrke | 2012-05-16 | 1 | -1/+3 |
| | | | | add rewriterule for caldav and carddav | ||||
* | move auth.css and remoteStorage-big.png to assets folders From where they ↵ | Michiel de Jong | 2012-05-14 | 1 | -1/+1 |
| | | | | can be included | ||||
* | remove redirects in htaccess to improve compatibility with desktop client | Georg Ehrke | 2012-05-14 | 1 | -4/+0 |
| | |||||
* | trying to fix /.well-known/host-meta | Michiel de Jong | 2012-05-11 | 1 | -1/+2 |
| | |||||
* | remove empty line in .htaccess | Georg Ehrke | 2012-05-10 | 1 | -3/+2 |
| | |||||
* | update htaccess file and remove remote folder | Georg Ehrke | 2012-05-07 | 1 | -6/+6 |
| | |||||
* | Working remote.php with webdav and caldav | Bart Visscher | 2012-05-06 | 1 | -0/+1 |
| | |||||
* | Better regex for old apps rewrite rule | Bart Visscher | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Catch old app paths, change them to new form | Bart Visscher | 2012-05-02 | 1 | -2/+4 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 1 | -3/+7 |
| | |||||
* | Add well-known redirects to htaccess | Bart Visscher | 2012-04-15 | 1 | -0/+2 |
| | | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445 | ||||
* | add error 403 site | Georg Ehrke | 2012-03-25 | 1 | -0/+1 |
| | |||||
* | bugfix for oc-236 | Stefan Göckeritz | 2012-02-10 | 1 | -1/+3 |
| | |||||
* | don't try to use mod_rewrite when it isn't enabled | Robin Appelman | 2012-01-03 | 1 | -0/+2 |
| | | | | having a broken web/card/caldav is much better as having no ownCloud at all :) | ||||
* | merged | Bartek Przybylski | 2011-12-21 | 1 | -2/+0 |
|\ | |||||
| * | Removed if !mod_php5.c around RewriteRule | Sean Leonard | 2011-11-04 | 1 | -2/+0 |
| | | | | | | | | Made things work on Dreamhost shared hosting | ||||
* | | adjusting to new db "api", merge with master | Bartek Przybylski | 2011-10-27 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' into calendar | Georg Ehrke | 2011-10-13 | 1 | -0/+4 |
|\ | |||||
| * | webdav workaround for apache+php-cgi | Robin Appelman | 2011-10-13 | 1 | -0/+4 |
| | | |||||
| * | adding tmp icon for app, extending memory size for php in .htaccess | Bartek Przybylski | 2011-10-02 | 1 | -5/+5 |
| | | |||||
| * | removing add new album button, removing logs, and unused code | Bartek Przybylski | 2011-10-01 | 1 | -0/+1 |
| | | |||||
* | | Implemented ace-edtior as an app. Basic file editing and saving supported. | Tom Needham | 2011-09-28 | 1 | -4/+4 |
|/ | |||||
* | fix .htaccess file crashing apache+php-cgi | Robin Appelman | 2011-08-22 | 1 | -3/+5 |
| | |||||
* | Set max upload size to something sane | Robin Appelman | 2011-08-12 | 1 | -2/+2 |
| | | | | we cant use a very high value since some apache configurations dont seem to handle it properly | ||||
* | set default max upload size in the .htaccess file to something rediculous | Robin Appelman | 2011-08-11 | 1 | -3/+3 |
| | | | | and don't show the max filesize message when the limit is over 10GB | ||||
* | fix 404 | Kamil Domanski | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | forbid indexes | Kamil Domanski | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | make fileactions extendable by plugins | Robin Appelman | 2011-06-04 | 1 | -0/+4 |