summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* fix checkstyle for files appJörn Friedrich Dreyer2012-11-295-22/+29
|
* make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+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
* 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
|
* 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
|
* Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-291-2/+2
|
* 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
| | |
* | | Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
| |/ |/| | | | | This is NoSpaceAfterComma
* | escape identifiers in queriesJörn Friedrich Dreyer2012-10-021-9/+9
| |
* | automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
|/ | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* - take webdav namespace for properties into accountBjörn Schießle2012-09-262-10/+12
| | | | - change update routine to add the namesapce to all stored properties
* adding space between) and {Thomas Mueller2012-09-072-4/+4
|
* Whitespace fixes in appsBart Visscher2012-08-291-2/+0
|
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-6/+6
|
* Chunked upload: Support reusing local chunksBart Visscher2012-07-273-1/+66
|
* fix broken properties in the databaseBjoern Schiessle2012-07-231-2/+2
|
* update routine to fix broken file properties in dbBjoern Schiessle2012-07-232-1/+12
|
* fix remote and public.phpRobin Appelman2012-07-131-1/+1
|
* Remove OC_App::register functionBart Visscher2012-05-311-1/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* try to remove deprecated files from /files on updateArthur Schiwon2012-05-161-0/+34
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* cache app types during install or updateRobin Appelman2012-05-141-1/+1
|
* selective app loading for remote/publicRobin Appelman2012-05-142-0/+4
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-113-2/+5
| | | | them every time
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* fix webdav, bloody merge conflictsGeorg Ehrke2012-05-071-1/+0
|
* fix merge conflictsGeorg Ehrke2012-05-072-3/+2
|\
| * added a nice API to get the installes Apps with names, urls and icon from ↵Frank Karlitschek2012-05-051-0/+1
| | | | | | | | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration
| * Fix loading by apptype in webdavBart Visscher2012-05-051-4/+1
| |
* | Working remote.php with webdav and caldavBart Visscher2012-05-061-1/+1
| |
* | push changesGeorg Ehrke2012-05-052-9/+1
|/
* fix writing of webdav.phpGeorg Ehrke2012-05-051-1/+1
|
* fix writing in remote folderGeorg Ehrke2012-05-053-8/+3
|
* Changed $APPROOT to $APPSROOT as in ↵Thomas Tanghus2012-05-041-1/+1
| | | | https://gitorious.org/owncloud/owncloud/merge_requests/116
* fix installFrank Karlitschek2012-05-021-2/+2
|
* add require_once('../lib/base.php'); to webdav.phpGeorg Ehrke2012-05-021-0/+1
|
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-023-0/+59
|
* files is not internal any more, part IIArthur Schiwon2012-05-021-0/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-011-1/+1
|
* add a info.xml to filesFrank Karlitschek2012-04-291-0/+10
|