Björn Schießle
|
6596094a28
|
add generated unique file name to the uploadingFiles list instead of the original name
|
2012-09-19 12:02:36 +02:00 |
Björn Schießle
|
1e880feab1
|
execute lastAction() before add new one
|
2012-09-19 11:56:31 +02:00 |
Michael Gapczynski
|
518ca0ac58
|
Fix changing of share status icons, bug fix for oc-1631
|
2012-09-19 01:44:15 -04:00 |
Michael Gapczynski
|
1e1e8ae3b5
|
Don't show the expiration option until a share occurs, bug fix for oc-1724
|
2012-09-19 01:02:57 -04:00 |
Michael Gapczynski
|
39e587b52c
|
Remove the content and table to prevent covering the download link
|
2012-09-19 00:27:53 -04:00 |
Michael Gapczynski
|
749b5b52ca
|
Show preview for public folder links
|
2012-09-18 23:56:14 -04:00 |
Jenkins for ownCloud
|
b0e645fe13
|
[tx-robot] updated from transifex
|
2012-09-19 02:07:26 +02:00 |
Tom Needham
|
8a74a39c42
|
Fix oc-1769, renaming folders with extensions
|
2012-09-18 22:08:34 +00:00 |
Tom Needham
|
729b36e495
|
Fix grammer and dont split translatable string
|
2012-09-18 21:31:03 +00:00 |
Bart Visscher
|
703aff6c35
|
Run proxies and emit signals when finising chunked upload
Otherwise the file cache and the quota isn't checked
|
2012-09-18 20:23:17 +02:00 |
Tom Needham
|
30188847a3
|
Only try to delete migration.db if it was created.
|
2012-09-18 16:25:34 +00:00 |
Tom Needham
|
be76a55ef0
|
Allow exporting of users from any user backend, fixed oc-1645
|
2012-09-18 16:24:39 +00:00 |
Sam Tuke
|
9df403f051
|
Added failsafes for retrieving remote apps on settings->apps page, in case categories or app data are not found
|
2012-09-18 16:55:03 +01:00 |
Björn Schießle
|
842cd57fa7
|
use more oc file operations instead of plain PHP functions
|
2012-09-18 17:04:22 +02:00 |
Björn Schießle
|
2570ea7114
|
don't interpret strpos '0' as 'false' in while loop
|
2012-09-18 16:14:04 +02:00 |
Sam Tuke
|
dc0dc56d48
|
Merge branch 'master' of https://github.com/owncloud/core
|
2012-09-18 14:36:08 +01:00 |
Sam Tuke
|
b765e883f3
|
Fixed bug with duplicate entries for installed 3rd party apps in settings->apps
Added method getAppstoreApps to OC_App
Added minor documentation
|
2012-09-18 14:35:27 +01:00 |
Jenkins for ownCloud
|
06e963c54f
|
[tx-robot] updated from transifex
|
2012-09-18 02:04:26 +02:00 |
Arthur Schiwon
|
6444c27e6a
|
LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when they were added to SQL queries.
|
2012-09-17 22:50:08 +02:00 |
Robin Appelman
|
2a8ff8a0d4
|
fix problem with quota proxy when using copy
|
2012-09-17 22:16:07 +02:00 |
Robin Appelman
|
82ffefb99b
|
dont trigger filesystem hooks when not using the default view
|
2012-09-17 22:16:07 +02:00 |
Bart Visscher
|
7749875a0d
|
Fix 'Search only shows the app name of the first app'
Fixes: oc-1369
|
2012-09-17 20:00:31 +02:00 |
Bart Visscher
|
b1bab6d113
|
Check format of chunked filename
|
2012-09-17 20:00:31 +02:00 |
Bart Visscher
|
b04c7175dc
|
Check if the versioned file exists before trying to do the versioning
This didn't work with chunked uploading
|
2012-09-17 20:00:31 +02:00 |
Bart Visscher
|
ce10e1c19a
|
Fix return statement
|
2012-09-17 20:00:31 +02:00 |
Bart Visscher
|
ab33578add
|
Normalize path before calling removeETagPropertyForPath
This should also fix the dirname problem on windows
|
2012-09-17 20:00:31 +02:00 |
Jörn Friedrich Dreyer
|
7811fa4faf
|
timestamp uses emptystring as NULL default
|
2012-09-17 17:57:53 +02:00 |
Tom Needham
|
597fed4fde
|
Fix oc-1726, cannot delete multiple files one by one without refresh
|
2012-09-17 15:29:15 +00:00 |
Björn Schießle
|
92413217b3
|
Merge branch 'master' of github.com:owncloud/core
|
2012-09-17 17:03:57 +02:00 |
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 |
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 |