Björn Schießle
|
1207ae1f99
|
add leading '?' to parameter list (fixes bug #1732)
|
2012-09-17 17:02:17 +02:00 |
Jörn Friedrich Dreyer
|
c790a0c476
|
fix default values: 1. remove whitespace, don't use emptystring for int, remove empty default for nullable columns to use NULL as default
|
2012-09-17 16:35:31 +02:00 |
Jörn Friedrich Dreyer
|
9da150cd3b
|
use user name as db name for oracle connection made with service name
|
2012-09-17 16:32:24 +02:00 |
Thomas Müller
|
f85b709fae
|
Use correct translation file
every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
|
2012-09-17 15:00:22 +03:00 |
Thomas Müller
|
1fd3c5fbc0
|
$l was undefined
|
2012-09-17 14:50:17 +03:00 |
Thomas Müller
|
21bffbfb69
|
Enhanced space handling - thx fmms
|
2012-09-17 11:14:44 +03:00 |
Thomas Müller
|
7a7d2a06b3
|
Adding a few more string to translation
|
2012-09-17 10:54:06 +03:00 |
Jenkins for ownCloud
|
dbd2dea689
|
[tx-robot] updated from transifex
|
2012-09-17 02:07:23 +02:00 |
Frank Karlitschek
|
a3718ca036
|
i just learned that we also have to check if directories are readable. it seams that is_readable also checks for 'x' right.
|
2012-09-16 22:49:03 +02:00 |
Frank Karlitschek
|
4356f8daeb
|
add a bit more space
|
2012-09-16 20:31:56 +02:00 |
Michael Gapczynski
|
89fb5d47a4
|
Add chosen script and style, bug fix for oc-1745
|
2012-09-16 13:27:27 -04:00 |
Alessandro Cosentino
|
158af74b3e
|
makes cron config layout similar to the sharing one
|
2012-09-16 12:40:08 -04:00 |
Frank Karlitschek
|
442f26ea80
|
structure the settings options a bit better.
|
2012-09-16 17:23:21 +02:00 |
Frank Karlitschek
|
f17555285e
|
Merge branch 'master' of https://github.com/owncloud/core
|
2012-09-16 17:14:04 +02:00 |
Frank Karlitschek
|
9d533fcd72
|
add a legend tag. it´s consistent and looks nicer
|
2012-09-16 17:13:16 +02:00 |
Robin Appelman
|
7da3492ab5
|
show the size of new files when using New->From Url
|
2012-09-16 17:05:08 +02:00 |
Robin Appelman
|
954596c251
|
rework filecache to work directly on storage backends wip
|
2012-09-16 16:52:32 +02:00 |
Jenkins for ownCloud
|
6568671bdc
|
[tx-robot] updated from transifex
|
2012-09-16 02:03:40 +02:00 |
Jenkins for ownCloud
|
fbdefd5601
|
[tx-robot] updated from transifex
|
2012-09-15 02:05:52 +02:00 |
Jenkins for ownCloud
|
e41ccd4344
|
[tx-robot] updated from transifex
|
2012-09-14 02:03:18 +02:00 |
Thomas Tanghus
|
fdecee1bda
|
Check if categories is an array.
|
2012-09-13 17:30:26 +02:00 |
Frank Karlitschek
|
5a149dcfab
|
mark as an updated beta 3 with some more fixes
|
2012-09-13 11:39:26 +02:00 |
Michael Gapczynski
|
f8d907df71
|
Set configured to true after configuring Dropbox storage
|
2012-09-12 21:30:04 -04:00 |
Jenkins for ownCloud
|
bb0b438ace
|
[tx-robot] updated from transifex
|
2012-09-13 02:03:54 +02:00 |
Bart Visscher
|
e3e4a2bec2
|
Enable post_write trigger
This is used when uploading a file with webdav. The trigger will add the file to the cache and make it show up in listings
|
2012-09-13 00:12:10 +02:00 |
Bart Visscher
|
78a022fda6
|
dirname can also return '.' for empty path
|
2012-09-13 00:09:00 +02:00 |
Bart Visscher
|
10b74f9d05
|
Don't hide errors doing the versioning copy
|
2012-09-13 00:09:00 +02:00 |
Robin Appelman
|
c94fe38d39
|
add getPermissions to storage backends to get all permission flags in one go
|
2012-09-12 23:25:57 +02:00 |
Jörn Friedrich Dreyer
|
d3553ce33d
|
correctly calculate the MDB2 portability
|
2012-09-12 23:10:45 +02:00 |
Jörn Friedrich Dreyer
|
c7054f374c
|
log details for an error when upgrading the schema
|
2012-09-12 23:03:56 +02:00 |
Jörn Friedrich Dreyer
|
53b0e6dcc1
|
fix schema updates with oracle\n basically this took me all day to debug and hack, we need a new db layer! MDB2 is dead and pecl oci8 even more so! It has officially been deprecated in php 5.4: http://www.php.net/manual/de/function.ocifetchinto.php
|
2012-09-12 23:03:56 +02:00 |
Jörn Friedrich Dreyer
|
b2d60ed6b7
|
add proper logging to filecache
|
2012-09-12 23:03:56 +02:00 |
Michael Gapczynski
|
87b7a23648
|
Don't get metadata directly from the 'cached' file cache after upload
|
2012-09-12 17:00:46 -04:00 |
Robin Appelman
|
68f65b657c
|
add OC_Filesystem::resolvePath to get the storage backend and internal path for a file in one go
|
2012-09-12 22:53:10 +02:00 |
Robin Appelman
|
e8d3a47685
|
add getId to storage backends
|
2012-09-12 22:50:10 +02:00 |
Sam Tuke
|
9bfdf47cd4
|
Fixed bug oc-1659 - history dialogue cannot be closed once opened
|
2012-09-12 14:10:12 +01:00 |
Jörn Friedrich Dreyer
|
0fe3354c61
|
add proper error logging in OC_User database queries
|
2012-09-12 12:47:33 +02:00 |
Jörn Friedrich Dreyer
|
e31dfb643a
|
add getErrorMessage to OC_DB
|
2012-09-12 12:47:33 +02:00 |
Frank Karlitschek
|
df528cfe95
|
show the current username. This confused some people
|
2012-09-12 12:23:21 +02:00 |
Frank Karlitschek
|
f31264a0c2
|
this is now 4.5 beta 3
|
2012-09-12 12:12:23 +02:00 |
Frank Karlitschek
|
54eae53206
|
Merge branch 'master' of https://github.com/owncloud/core
|
2012-09-12 12:10:57 +02:00 |
Frank Karlitschek
|
c0a3bdb757
|
improve the documentation for the cron config a bit
|
2012-09-12 12:09:46 +02:00 |
Jörn Friedrich Dreyer
|
62d8202d59
|
return a message when app could not be enabled
|
2012-09-12 12:02:39 +02:00 |
Michael Gapczynski
|
c5f9b887ff
|
Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer objects for both CSS and JS to clear cache after upgrade
|
2012-09-12 01:18:07 -04:00 |
Michael Gapczynski
|
ca6322465d
|
Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete
|
2012-09-12 01:12:25 -04:00 |
Michael Gapczynski
|
60feaf9abf
|
Merge branch 'master' into share_expiration
Conflicts:
core/js/share.js
lib/util.php
|
2012-09-12 01:06:57 -04:00 |
Michael Gapczynski
|
54d4e556fe
|
Add lock and clock icon for sharing
|
2012-09-12 01:02:08 -04:00 |
Michael Gapczynski
|
8f0354bcdd
|
Temporarily disable sharing with contacts and emails, will come in next release
|
2012-09-12 01:02:08 -04:00 |
Michael Gapczynski
|
b194ac3dde
|
Add expiration column to share table and bump version number
|
2012-09-12 01:01:45 -04:00 |
Jenkins for ownCloud
|
8c9c095d48
|
[tx-robot] updated from transifex
|
2012-09-12 02:02:58 +02:00 |