Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Files: use public api to register backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 1 | -1/+3 |
| | |||||
* | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 1 | -0/+7 |
| | |||||
* | Rebase to current master | Tom Needham | 2013-03-05 | 1 | -1/+1 |
|\ | |||||
| * | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | | |||||
* | | Add further capabilities to /cloud/capabilitites api call | Tom Needham | 2013-02-10 | 2 | -1/+6 |
|/ | |||||
* | Merge pull request #1351 from owncloud/navigation | Michael Gapczynski | 2013-01-31 | 1 | -1/+1 |
|\ | | | | | New navigation design | ||||
| * | Merge branch 'master' into navigation | Jan-Christoph Borchardt | 2013-01-31 | 4 | -5/+5 |
| |\ | |||||
| * \ | merge master into navigation | Jan-Christoph Borchardt | 2013-01-15 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | merge master into navigation | Jan-Christoph Borchardt | 2012-12-18 | 5 | -25/+34 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into navigation | Jan-Christoph Borchardt | 2012-11-01 | 2 | -4/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into navigation | Jan-Christoph Borchardt | 2012-10-30 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | first version of breadcrumb 'root', still have a weird feeling about this | Jan-Christoph Borchardt | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -0/+2 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions. | ||||
* | | | | | | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | merge master into filesystem | Robin Appelman | 2013-01-28 | 1 | -4/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Use HTML5 data attribute + fix undefined variable | Lukas Reschke | 2013-01-26 | 1 | -4/+1 |
| | | | | | | | |||||
* | | | | | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -1/+4 |
|\| | | | | | | |||||
| * | | | | | | No inline JS in apps | Lukas Reschke | 2013-01-21 | 1 | -1/+4 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Cache: show upgrade progress | Robin Appelman | 2013-01-15 | 1 | -10/+0 |
| | | | | | | |||||
* | | | | | | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -0/+1 |
|\| | | | | | |||||
| * | | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is ↵ | Thomas Mueller | 2013-01-09 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | currently in maintenance mode. | ||||
* | | | | | merge master into filesystem | Robin Appelman | 2012-12-02 | 4 | -21/+28 |
|\| | | | | |||||
| * | | | | Merge pull request #644 from butonic/checkstyle_fixes | Bart Visscher | 2012-11-30 | 4 | -21/+28 |
| |\ \ \ \ | | | | | | | | | | | | | fix checkstyle for files app | ||||
| | * | | | | fix checkstyle for files app | Jörn Friedrich Dreyer | 2012-11-29 | 5 | -22/+29 |
| | | | | | | |||||
* | | | | | | add upgrade path from old cache to preserve file id's | Robin Appelman | 2012-11-30 | 2 | -3/+13 |
| | | | | | | |||||
* | | | | | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -1/+1 |
|\| | | | | | |||||
| * | | | | | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
|\| | | | | |||||
| * | | | | make sure the output buffer is closed when handeling webdav | Robin Appelman | 2012-11-25 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
|\| | | | | |||||
| * | | | | prepare SQL query only once, that's what prepared statements are for. Should ↵ | Arthur Schiwon | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | improve upgrade time with larger setups | ||||
* | | | | | merge master into filesystem | Robin Appelman | 2012-11-04 | 3 | -5/+5 |
|\| | | | | |||||
| * | | | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 3 | -4/+4 |
| | | | | | |||||
| * | | | | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-11-01 | 2 | -4/+6 |
|\| | | | |||||
| * | | | adapted comments to the code changes | Björn Schießle | 2012-11-01 | 2 | -2/+2 |
| | | | | |||||
| * | | | load logging apps for webdav connections | Björn Schießle | 2012-11-01 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | Backport of de1b95c | ||||
| * | | | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-10-30 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -2/+2 |
|\| | | |||||
| * | | Use files remote webdav in compatibility files/webdav.php | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-27 | 1 | -0/+12 |
|\| | |||||
| * | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 1 | -0/+12 |
| |\ | | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| | * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 2 | -10/+10 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| | * | | Implement route for download in OC_Search_Provider_File | Bart Visscher | 2012-09-28 | 1 | -0/+12 |
| | | | | |||||
* | | | | merge master into filesystem | Robin Appelman | 2012-10-24 | 1 | -1/+1 |
|\| | | | |||||
| * | | | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | This is NoSpaceAfterComma | ||||
* / | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -2/+2 |
|/ / | |||||
* | | escape identifiers in queries | Jörn Friedrich Dreyer | 2012-10-02 | 1 | -9/+9 |
| | |