nextcloud/lib
Jörn Friedrich Dreyer dc116b994d reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852
TODO for OC5: use CURRENT_TIMESTAMP for all databases. mysql supports it as a default for DATETIME since 5.6.5 [1]
as a fallback we could use <default>0000-01-01 00:00:00</default> everywhere
[1] http://bugs.mysql.com/bug.php?id=27645
http://dev.mysql.com/doc/refman/5.0/en/timestamp-initialization.html
http://www.postgresql.org/docs/8.1/static/functions-datetime.html
http://www.sqlite.org/lang_createtable.html
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions037.htm
2012-10-08 17:24:15 +02:00
..
MDB2/Driver adding space between) and { 2012-09-07 15:22:01 +02:00
archive really fix checkstyle on archive tar 2012-10-05 12:54:18 +02:00
backgroundjob adding space between) and { 2012-09-07 15:22:01 +02:00
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 Suppress error message which would send headers for hosted sited where disk_free_space() has been disabled for security. 2012-09-08 17:58:59 +02:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00
migration Only try to delete migration.db if it was created. 2012-09-18 16:25:34 +00:00
minimizer adding space between) and { 2012-09-07 15:22:01 +02:00
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 Respect coding style 2012-09-05 15:40:21 +03:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00
files.php Add OC_Files::searchByMime function 2012-09-25 21:15:01 +02:00
filestorage.php Merge branch 'share_api' 2012-08-19 22:29:01 -04:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00
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 add OC_Image::fitIn 2012-09-08 23:26:19 +02:00
installer.php adding space between) and { 2012-09-07 15:22:01 +02:00
json.php adding space between) and { 2012-09-07 15:22:01 +02:00
l10n.php fix some more phpdoc 2012-09-23 02:40:03 +02:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +02:00
mail.php adding space between) and { 2012-09-07 15:22:01 +02:00
migrate.php Allow exporting of users from any user backend, fixed oc-1645 2012-09-18 16:24:39 +00:00
mimetypes.list.php add impress mimetype 2012-08-17 12:39:05 +02:00
minimizer.php adding space between) and { 2012-09-07 15:22:01 +02:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00
response.php Fix setEtagHeader function 2012-09-07 13:42:22 +02:00
search.php adding space between) and { 2012-09-07 15:22:01 +02:00
setup.php Fallback for systems without openssl 2012-09-29 16:44:02 +02:00
streamwrappers.php adding space between) and { 2012-09-07 15:22:01 +02:00
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 adding space between) and { 2012-09-07 15:22:01 +02:00