nextcloud-server/lib
Jakob Sack 0ea4fa298c Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been installed 2012-08-10 13:53:40 +07:00
..
MDB2/Driver Fix strict standards warnings 2012-07-20 19:27:51 +07:00
archive remove unused variables 2012-07-20 18:56:18 +07:00
backgroundjob Backgroundjobs: Add reset counter in worker 2012-08-09 22:30:11 +07:00
cache add prefix option to OC_Cache::clear 2012-07-22 02:31:48 +07:00
connector/sabre Merge branch 'chunked_upload' 2012-08-03 15:58:17 +07:00
filecache fix scanning of archives in some cases 2012-08-09 16:36:16 +07:00
fileproxy Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache 2012-06-20 19:39:17 +07:00
filestorage Fix filesystem hash, no longer using basicOperation() 2012-07-25 16:55:01 +07:00
group method not used externally, thus not needed in interface 2012-07-25 12:56:09 +07:00
l10n [tx-robot] updated from transifex 2012-08-04 02:04:21 +07:00
log Move line counter so we only count lines towards the offset that are equal or above the log level 2012-07-06 17:29:45 +07:00
migration Typo fix (breif->brief) 2012-04-14 18:31:42 +07:00
minimizer remove trailing slash in %appswebroot% placeholder 2012-06-23 16:59:55 +07:00
public Backgroundjobs: rename ScheduledTask to QueuedTask 2012-08-09 19:04:04 +07:00
search remove unused variables 2012-07-20 18:56:18 +07:00
user remove only internally used function from interface 2012-07-25 12:56:08 +07:00
app.php Small changes to allow updating main menu dynamically. 2012-08-05 01:42:17 +07:00
appconfig.php update copyright 2012-05-26 19:14:24 +07:00
archive.php move archive library to core so we can properly depend on it 2012-05-02 23:48:23 +07:00
base.php Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been installed 2012-08-10 13:53:40 +07:00
cache.php add option to only get fast cache 2012-07-22 03:21:20 +07:00
config.php Do not close php tag on config file 2012-06-22 21:01:12 +07:00
db.php fix spelling fail 2012-07-26 18:50:59 +07:00
eventsource.php CSRF protection for eventsource 2012-07-22 16:37:49 +07:00
filecache.php while loop not needed because of recursive call of put() 2012-08-08 11:29:44 +07:00
filechunking.php Chunked upload: Support reusing local chunks 2012-07-27 19:35:33 +07:00
fileproxy.php Smarter code for OC_FileProxy 2012-06-08 21:38:10 +07:00
files.php typo fixed 2012-06-29 16:49:22 +07:00
filestorage.php Fix filesystem hash, no longer using basicOperation() 2012-07-25 16:55:01 +07:00
filesystem.php Smarter remove of etag properties for path 2012-07-26 17:56:32 +07:00
filesystemview.php Fix incorrect copy/paste for file_put_contents() 2012-07-27 09:37:47 +07:00
geo.php add OC_Geo class 2012-02-26 13:45:20 +07:00
group.php Merge branch 'master' into subadmin 2012-07-26 16:47:05 +07:00
helper.php Move serverHost and serverProtocol functions to OC_Request 2012-08-07 20:43:00 +07:00
hook.php allow clearing hooks and fileproxies 2012-05-11 20:33:56 +07:00
image.php some indention fixes 2012-07-24 00:39:59 +07:00
installer.php Small changes to allow updating main menu dynamically. 2012-08-05 01:42:17 +07:00
json.php Merge branch 'master' into subadmin 2012-07-26 16:47:05 +07:00
l10n.php add warning in log if OC_L10N::tA was called 2012-07-16 19:35:40 +07:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +07:00
mail.php Add additional error handling for emailing private links 2012-07-29 18:02:09 +07:00
migrate.php fix unused variables 2012-07-20 17:58:05 +07:00
mimetypes.list.php add iWork mimetypes 2012-08-03 20:06:29 +07:00
minimizer.php Fix oc-1163: gzdecode function not always defined 2012-07-22 17:27:30 +07:00
ocs.php add the calls for the new keyserver. Still not connectect to the encryption system 2012-07-24 15:18:52 +07:00
ocsclient.php fix unused variables 2012-07-20 17:58:05 +07:00
preferences.php fix unused variables 2012-07-20 17:58:05 +07:00
request.php Decode the alternative path_info 2012-08-07 20:43:00 +07:00
response.php ETags must be quoted. 2012-02-18 11:49:31 +07:00
search.php update copyright 2012-05-26 19:14:24 +07:00
setup.php fix unused variables 2012-07-20 17:58:05 +07:00
streamwrappers.php fix unused variables 2012-07-20 17:58:05 +07:00
subadmin.php add some hooks for subadmins 2012-07-21 16:43:39 +07:00
template.php fix unused variables 2012-07-20 17:58:05 +07:00
templatelayout.php fix unused variables 2012-07-20 17:58:05 +07:00
updater.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 2012-07-09 16:51:16 +07:00
user.php Methods to disable and enable users 2012-07-29 16:07:51 +07:00
util.php Use OC_Util::displayLoginPage and cleanup the function 2012-08-10 11:43:04 +07:00
vcategories.php remove superfluous ?> at the end of .php files (left out apps/*/templates) 2012-07-09 16:51:16 +07:00
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 2012-02-24 22:20:40 +07:00