Commit Graph

6901 Commits (a80e0403a15af4d68123d0662f80e044afc4cada)
 

Author SHA1 Message Date
Bart Visscher 5f997021d1 Fix syntax bug 13 years ago
Bart Visscher ee32d1aad5 Fix versioning of shared files 13 years ago
Bart Visscher 01ce2babd1 Fix sharing of single files, target name was not correct 13 years ago
Brice Maron 86c3761615 Catch unreadable app folder error 13 years ago
Tom Needham fb3724ba64 Fix datepicker icons for all uses across ownCloud 13 years ago
Frank Karlitschek fe7288b65a beta 4 13 years ago
Arthur Schiwon f66c441f77 LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the user and would lead to server error. Fixes oc-1625 13 years ago
Tom Needham 73ed13fe75 Increase click area of breadcrumb, fix oc-703 13 years ago
Björn Schießle e5de1067ae Merge branch 'master' of github.com:owncloud/core 13 years ago
Björn Schießle 223bf3e47c fix for bug #1752 (Renaming of folders in files view does not work correctly in firefox 15) 13 years ago
Arthur Schiwon 93d0defe9a set configuvalue in table appconfig back to clob. Likely to break LDAP settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob 13 years ago
Björn Schießle c199c4ad67 Merge branch 'master' of github.com:owncloud/core 13 years ago
Björn Schießle 6596094a28 add generated unique file name to the uploadingFiles list instead of the original name 13 years ago
Björn Schießle 1e880feab1 execute lastAction() before add new one 13 years ago
Michael Gapczynski 518ca0ac58 Fix changing of share status icons, bug fix for oc-1631 13 years ago
Michael Gapczynski 1e1e8ae3b5 Don't show the expiration option until a share occurs, bug fix for oc-1724 13 years ago
Michael Gapczynski 39e587b52c Remove the content and table to prevent covering the download link 13 years ago
Michael Gapczynski 749b5b52ca Show preview for public folder links 13 years ago
Jenkins for ownCloud b0e645fe13 [tx-robot] updated from transifex 13 years ago
Tom Needham 8a74a39c42 Fix oc-1769, renaming folders with extensions 13 years ago
Tom Needham 729b36e495 Fix grammer and dont split translatable string 13 years ago
Bart Visscher 703aff6c35 Run proxies and emit signals when finising chunked upload 13 years ago
Tom Needham 30188847a3 Only try to delete migration.db if it was created. 13 years ago
Tom Needham be76a55ef0 Allow exporting of users from any user backend, fixed oc-1645 13 years ago
Sam Tuke 9df403f051 Added failsafes for retrieving remote apps on settings->apps page, in case categories or app data are not found 13 years ago
Björn Schießle 842cd57fa7 use more oc file operations instead of plain PHP functions 13 years ago
Björn Schießle 2570ea7114 don't interpret strpos '0' as 'false' in while loop 13 years ago
Sam Tuke dc0dc56d48 Merge branch 'master' of https://github.com/owncloud/core 13 years ago
Sam Tuke b765e883f3 Fixed bug with duplicate entries for installed 3rd party apps in settings->apps 13 years ago
Jenkins for ownCloud 06e963c54f [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 6444c27e6a LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when they were added to SQL queries. 13 years ago
Robin Appelman 2a8ff8a0d4 fix problem with quota proxy when using copy 13 years ago
Robin Appelman 82ffefb99b dont trigger filesystem hooks when not using the default view 13 years ago
Bart Visscher 7749875a0d Fix 'Search only shows the app name of the first app' 13 years ago
Bart Visscher b1bab6d113 Check format of chunked filename 13 years ago
Bart Visscher b04c7175dc Check if the versioned file exists before trying to do the versioning 13 years ago
Bart Visscher ce10e1c19a Fix return statement 13 years ago
Bart Visscher ab33578add Normalize path before calling removeETagPropertyForPath 13 years ago
Jörn Friedrich Dreyer 7811fa4faf timestamp uses emptystring as NULL default 13 years ago
Tom Needham 597fed4fde Fix oc-1726, cannot delete multiple files one by one without refresh 13 years ago
Björn Schießle 92413217b3 Merge branch 'master' of github.com:owncloud/core 13 years ago
Björn Schießle 1207ae1f99 add leading '?' to parameter list (fixes bug #1732) 13 years ago
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 13 years ago
Jörn Friedrich Dreyer 9da150cd3b use user name as db name for oracle connection made with service name 13 years ago
Thomas Müller f85b709fae Use correct translation file 13 years ago
Thomas Müller 1fd3c5fbc0 $l was undefined 13 years ago
Thomas Müller 21bffbfb69 Enhanced space handling - thx fmms 13 years ago
Thomas Müller 7a7d2a06b3 Adding a few more string to translation 13 years ago
Jenkins for ownCloud dbd2dea689 [tx-robot] updated from transifex 13 years ago
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. 13 years ago