summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Files: use public api to register backgroundjobRobin Appelman2013-06-021-1/+1
|
* Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-1/+3
|
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-0/+7
|
* Rebase to current masterTom Needham2013-03-051-1/+1
|\
| * Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
| |
* | Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-102-1/+6
|/
* Merge pull request #1351 from owncloud/navigationMichael Gapczynski2013-01-311-1/+1
|\ | | | | New navigation design
| * Merge branch 'master' into navigationJan-Christoph Borchardt2013-01-314-5/+5
| |\
| * \ merge master into navigationJan-Christoph Borchardt2013-01-151-0/+1
| |\ \
| * \ \ merge master into navigationJan-Christoph Borchardt2012-12-185-25/+34
| |\ \ \
| * \ \ \ Merge branch 'master' into navigationJan-Christoph Borchardt2012-11-012-4/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into navigationJan-Christoph Borchardt2012-10-301-2/+2
| |\ \ \ \ \
| * | | | | | first version of breadcrumb 'root', still have a weird feeling about thisJan-Christoph Borchardt2012-10-281-1/+1
| | | | | | |
* | | | | | | add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-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.91Robin Appelman2013-01-281-1/+1
| | | | | |
* | | | | | merge master into filesystemRobin Appelman2013-01-281-4/+1
|\ \ \ \ \ \
| * | | | | | Use HTML5 data attribute + fix undefined variableLukas Reschke2013-01-261-4/+1
| | | | | | |
* | | | | | | merge master into filesystemRobin Appelman2013-01-261-1/+4
|\| | | | | |
| * | | | | | No inline JS in appsLukas Reschke2013-01-211-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Cache: show upgrade progressRobin Appelman2013-01-151-10/+0
| | | | | |
* | | | | | merge master into filesystemRobin Appelman2013-01-151-0/+1
|\| | | | |
| * | | | | webdav returns "503 Service Unavailable" in case the ownCloud server is ↵Thomas Mueller2013-01-091-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | currently in maintenance mode.
* | | | | merge master into filesystemRobin Appelman2012-12-024-21/+28
|\| | | |
| * | | | Merge pull request #644 from butonic/checkstyle_fixesBart Visscher2012-11-304-21/+28
| |\ \ \ \ | | | | | | | | | | | | fix checkstyle for files app
| | * | | | fix checkstyle for files appJörn Friedrich Dreyer2012-11-295-22/+29
| | | | | |
* | | | | | add upgrade path from old cache to preserve file id'sRobin Appelman2012-11-302-3/+13
| | | | | |
* | | | | | merge master into filesystemRobin Appelman2012-11-301-1/+1
|\| | | | |
| * | | | | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
| |/ / / /
* | | | | Merge branch 'master' into filesystemRobin Appelman2012-11-251-0/+2
|\| | | |
| * | | | make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
| | | | |
* | | | | merge master into filesystemRobin Appelman2012-11-071-2/+2
|\| | | |
| * | | | prepare SQL query only once, that's what prepared statements are for. Should ↵Arthur Schiwon2012-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | improve upgrade time with larger setups
* | | | | merge master into filesystemRobin Appelman2012-11-043-5/+5
|\| | | |
| * | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-043-4/+4
| | | | |
| * | | | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| | | | |
| * | | | Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'master' into filesystemRobin Appelman2012-11-012-4/+6
|\| | |
| * | | adapted comments to the code changesBjörn Schießle2012-11-012-2/+2
| | | |
| * | | load logging apps for webdav connectionsBjörn Schießle2012-11-012-2/+3
| | | | | | | | | | | | | | | | Backport of de1b95c
| * | | fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+1
| | |/ | |/|
* | | merge master into filesystemRobin Appelman2012-10-301-2/+2
|\| |
| * | Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-291-2/+2
| |/
* | Merge branch 'master' into filesystemRobin Appelman2012-10-271-0/+12
|\|
| * Merge branch 'routing'Bart Visscher2012-10-271-0/+12
| |\ | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| | * Merge branch 'master' into routingBart Visscher2012-10-172-10/+10
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| | * | Implement route for download in OC_Search_Provider_FileBart Visscher2012-09-281-0/+12
| | | |
* | | | merge master into filesystemRobin Appelman2012-10-241-1/+1
|\| | |
| * | | Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
| | |/ | |/| | | | | | | This is NoSpaceAfterComma
* / | don't use depricated OC_FilesystemRobin Appelman2012-10-101-2/+2
|/ /
* | escape identifiers in queriesJörn Friedrich Dreyer2012-10-021-9/+9
| |