nextcloud/lib
Michael Gapczynski 26501a0bc8 Delete old link if user sets a password 2012-08-29 14:06:55 -04:00
..
MDB2/Driver return standard SQL values (sqlite3 understands CURRENT_...) 2012-08-27 13:33:24 +02:00
archive fix creating nested folders inside tar files 2012-08-19 05:54:16 +02:00
backgroundjob add backticks to SQL, use limit parameter instead of LIMIT SQL 2012-08-25 01:52:27 +02:00
cache fixing: apps/files/ajax/scan.php 2012-08-29 01:39:42 +02:00
connector/sabre add backticks to SQL, use limit parameter instead of LIMIT SQL 2012-08-25 01:52:27 +02:00
filecache add backticks to SQL, use limit parameter instead of LIMIT SQL 2012-08-25 01:52:27 +02: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 -04:00
filestorage Merge branch 'share_api' 2012-08-19 22:29:01 -04:00
group Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
l10n [tx-robot] updated from transifex 2012-08-26 01:20:16 +02:00
log Move line counter so we only count lines towards the offset that are equal or above the log level 2012-07-11 19:38:56 -04:00
migration escape all identifiers with backticks 2012-07-31 18:53:05 +02:00
minimizer remove trailing slash in %appswebroot% placeholder 2012-06-23 16:59:55 +02:00
public Delete old link if user sets a password 2012-08-29 14:06:55 -04:00
search remove unused variables 2012-07-20 18:56:18 +02:00
user Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514 2012-08-28 11:28:38 -04:00
app.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
appconfig.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
archive.php add OC_Archive::addRecursive 2012-08-18 22:42:35 +02:00
base.php Clean user cache on login 2012-08-28 23:07:28 +02:00
cache.php add option to only get fast cache 2012-07-22 03:21:20 +02:00
config.php Do not close php tag on config file 2012-06-22 21:01:12 +00:00
db.php update now(), current_timestamp and backtick replacement 2012-08-27 18:37:16 +02:00
eventsource.php CSRF protection for eventsource 2012-07-22 16:37:49 +02:00
filecache.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
filechunking.php Chunked upload: Support reusing local chunks 2012-07-27 19:35:33 +02:00
fileproxy.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
files.php Check if files_sharing app is enabled, move file specific javascript to files_sharing app 2012-08-22 12:32:07 -04:00
filestorage.php Merge branch 'share_api' 2012-08-19 22:29:01 -04:00
filesystem.php use OC_User::getHome in lib/filesystem.php 2012-08-26 22:24:08 +02:00
filesystemview.php Merge branch 'share_api' 2012-08-19 22:29:01 -04:00
geo.php add OC_Geo class 2012-02-26 13:45:20 +01:00
group.php Add search, limit, offset parameters to usersInGroups() 2012-08-11 16:25:28 -04:00
helper.php Initial previewer for public links 2012-08-27 20:37:38 -04:00
hook.php allow clearing hooks and fileproxies 2012-05-11 20:33:56 +02:00
image.php some indention fixes 2012-07-24 00:39:59 +02:00
installer.php Small changes to allow updating main menu dynamically. 2012-08-05 01:42:17 +02:00
json.php Merge branch 'master' into subadmin 2012-07-26 16:47:05 +02:00
l10n.php add warning in log if OC_L10N::tA was called 2012-07-16 19:35:40 +02:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +02:00
mail.php Add additional error handling for emailing private links 2012-07-30 10:07:20 -04:00
migrate.php make use of OC_User::getHome in lib/migrate.php 2012-08-27 13:21:40 +02:00
mimetypes.list.php add impress mimetype 2012-08-17 12:39:05 +02:00
minimizer.php Fix oc-1163: gzdecode function not always defined 2012-07-22 17:27:30 +02:00
ocs.php add the calls for the new keyserver. Still not connectect to the encryption system 2012-07-24 15:18:52 +02:00
ocsclient.php fix unused variables 2012-07-20 17:58:05 +02:00
preferences.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
request.php Decode the alternative path_info 2012-08-07 20:43:00 +02:00
response.php ETags must be quoted. 2012-02-18 11:49:31 +01:00
search.php update copyright 2012-05-26 19:14:24 +02:00
setup.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
streamwrappers.php fix unused variables 2012-07-20 17:58:05 +02:00
subadmin.php don't allow group admins to change admin's accounts 2012-08-26 16:29:10 +02:00
template.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
templatelayout.php Fix password authentication for links and fix template problems for links by creating a new base layout 2012-08-29 11:54:49 -04:00
updater.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
user.php fix c&p fail from earlier commit today 2012-08-26 22:04:31 +02:00
util.php Allow share_with column to be null for links 2012-08-28 09:51:00 -04:00
vcategories.php Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-support 2012-08-25 00:05:07 +02:00
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 2012-02-24 22:20:40 +01:00