nextcloud-server/lib
2012-10-08 17:24:15 +02:00
..
archive really fix checkstyle on archive tar 2012-10-05 12:54:18 +02:00
backgroundjob
cache backwards compat to older xcache versions, don't fail when trying to clear cache by prefix 2012-09-25 11:47:53 +02:00
connector/sabre fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker 2012-10-02 11:45:47 +02:00
filecache fix updating the filecache for when contents of a folder has changed 2012-09-30 16:11:01 +02:00
fileproxy fix problem with quota proxy when using copy 2012-09-17 22:16:07 +02:00
filestorage
group fix some more phpdoc 2012-09-23 02:40:03 +02:00
l10n [tx-robot] updated from transifex 2012-10-04 02:07:35 +02:00
log
MDB2/Driver
migration Only try to delete migration.db if it was created. 2012-09-18 16:25:34 +00:00
minimizer
public added "uid_owner" to select statement 2012-10-08 13:22:08 +02:00
search Search: fix Notice and thus broken search with activiated error reporting 2012-10-01 19:11:26 +02:00
user Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete 2012-09-12 01:12:25 -04:00
app.php fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally 2012-10-08 15:49:48 +02:00
appconfig.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
archive.php fix checkstyle on archive zip/tar 2012-10-05 12:42:11 +02:00
base.php destroy invalid sessions 2012-10-08 13:36:11 +02:00
cache.php
config.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
db.php reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852 2012-10-08 17:24:15 +02:00
eventsource.php
filecache.php set folder size to 0 when scanning the filesystem 2012-10-05 22:35:51 +02:00
filechunking.php Run proxies and emit signals when finising chunked upload 2012-09-18 20:23:17 +02:00
fileproxy.php
files.php Add OC_Files::searchByMime function 2012-09-25 21:15:01 +02:00
filestorage.php
filesystem.php update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache 2012-09-30 16:12:16 +02:00
filesystemview.php etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829) 2012-09-28 18:50:36 +02:00
geo.php
group.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
helper.php fix mimetype detection using the 'file' command in some edge cases 2012-09-30 03:58:58 +02:00
hook.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
image.php
installer.php
json.php
l10n.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
log.php
mail.php
migrate.php Allow exporting of users from any user backend, fixed oc-1645 2012-09-18 16:24:39 +00:00
mimetypes.list.php
minimizer.php
ocs.php Respect coding style 2012-09-10 14:59:08 +03:00
ocsclient.php put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-) 2012-10-08 15:58:50 +02:00
preferences.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
request.php
response.php
search.php
setup.php Fallback for systems without openssl 2012-09-29 16:44:02 +02:00
streamwrappers.php
subadmin.php Fix a typo 2012-09-30 00:08:20 +03:00
template.php always generate access token, also for forms shown to anonymous users (e.g. public shares) 2012-10-05 10:32:38 +02:00
templatelayout.php don't set values with oc_appconfig when oc is not installed yet, allows to render guest page for installation again 2012-09-11 13:16:34 +02:00
updater.php use socket timeout of 10 sec to stay responsive even with a slow internet connection or a not working server 2012-10-08 11:53:00 +02:00
user.php add proper error logging in OC_User database queries 2012-09-12 12:47:33 +02:00
util.php check for SimpleXML which seems to bw non default on Free BSD 2012-10-06 17:37:38 +02:00
vcategories.php Check if categories is an array. 2012-09-13 17:30:26 +02:00
vobject.php