summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | LDAP: fix wrong return valueArthur Schiwon2013-03-201-2/+2
| | | |
| * | | fix indentionBjörn Schießle2013-03-201-12/+12
| | | |
| * | | skip update if the recipient is the same user as the owner, otherwise we run ↵Björn Schießle2013-03-201-5/+9
| |/ / | | | | | | | | | in a infinite loop for group shares
* | | Merge pull request #2538 from eMerzh/improve_pbm_detectBernhard Posselt2013-03-231-1/+7
|\ \ \ | |/ / |/| | Improve detection of installations errors
| * | Improve detection of installations errorsBrice Maron2013-03-231-1/+7
|/ /
* | using rtrimThomas Mueller2013-03-191-4/+1
| |
* | fixes #2081Thomas Mueller2013-03-191-0/+7
| |
* | Merge pull request #2449 from owncloud/fix_npeJörn Friedrich Dreyer2013-03-191-1/+5
|\ \ | | | | | | fix npe when createStorage() returns null
| * | fix npe when createStorage() returns nullJörn Friedrich Dreyer2013-03-191-1/+5
| | |
* | | Merge pull request #2444 from owncloud/fix_ldap_issuesBernhard Posselt2013-03-195-3/+24
|\ \ \ | | | | | | | | Fix ldap issues
| * | | LDAP: specify appid when selecting from appconfigArthur Schiwon2013-03-191-1/+2
| | | |
| * | | LDAP: remove unnecessary func call, was a leftover from earlier refactorArthur Schiwon2013-03-191-1/+0
| | | |
| * | | LDAP: check first whether group exists in this backend before doing other ↵Arthur Schiwon2013-03-191-0/+9
| | | | | | | | | | | | | | | | operations
| * | | LDAP: check whether user exists for before trying to determine displaynameArthur Schiwon2013-03-191-0/+4
| | | |
| * | | LDAP: avoid irritating log outputArthur Schiwon2013-03-191-1/+4
| | | |
| * | | LDAP: user exists check on getHome, otherwise check will be performed with ↵Arthur Schiwon2013-03-191-0/+5
| |/ / | | | | | | | | | wrong configs on a multi LDAP server setup.
* | | Backport #2440 js parameter.Thomas Tanghus2013-03-191-5/+6
| | |
* | | User list: Avoid dupes and better sorting. Fix #2420Thomas Tanghus2013-03-191-15/+65
|/ /
* | backport https://github.com/owncloud/core/pull/2411Frank Karlitschek2013-03-171-2/+2
| |
* | Cache: better rename hook for cache updaterRobin Appelman2013-03-172-12/+36
| |
* | Close sessions when doing background jobsRobin Appelman2013-03-171-0/+2
| |
* | Merge pull request #2384 from owncloud/error-handling-upgrade-backportMichael Gapczynski2013-03-161-16/+24
|\ \ | | | | | | Backport add error handling to the file cache upgrade
| * | Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
|/ /
* | Correct emails when folders are shared.Ceri Davies2013-03-151-2/+2
| | | | | | | | itemType is never "dir"; it's either "file" or "folder".
* | Merge pull request #2348 from owncloud/fix_version_db_queryFrank Karlitschek2013-03-151-3/+3
|\ \ | | | | | | Fix db query in versions app, add backticks
| * | remove backticks around table namesBjörn Schießle2013-03-151-3/+3
| | |
| * | add backtick for db queries to prevent postgresql errorsBjörn Schießle2013-03-151-3/+3
| | |
* | | Add backtick for trash app to prevent pg errorsBrice Maron2013-03-152-12/+12
|/ /
* | create new version if the same file is uploaded again over the web ↵Björn Schießle2013-03-151-1/+1
| | | | | | | | interface, approved in #2317
* | create new version if the same file is uploaded again over the web interfaceBjörn Schießle2013-03-151-3/+10
| |
* | Merge pull request #2294 from owncloud/use_display_name_in_mailBernhard Posselt2013-03-141-1/+1
|\ \ | | | | | | use display name as sender for private link mails
| * | use display name as sender for private link mailsBjörn Schießle2013-03-141-1/+1
| | |
* | | Merge pull request #2276 from owncloud/fix_sharing_hooks_oc5Bernhard Posselt2013-03-131-1/+1
|\ \ \ | | | | | | | | listen to the pre delete hook in the sharing app [oc5]
| * | | we need to listen to the pre delete hook, otherwise the file is already goneBjörn Schießle2013-03-131-1/+1
| | |/ | |/|
* | | Merge pull request #2278 from owncloud/fix_2267_masterJörn Friedrich Dreyer2013-03-131-1/+1
|\ \ \ | | |/ | |/| use OC_DB instead of MDB2
| * | fix for #2267, use OC_DB instead of MDB2Björn Schießle2013-03-131-1/+1
|/ /
* / don't show share action for the Shared folder, approved pull request #2265Björn Schießle2013-03-131-1/+1
|/
* LDAP: compatibility with Novell eDirectory UUIDArthur Schiwon2013-03-121-2/+2
|
* enable UTF-8 charset on mssqlThomas Mueller2013-03-121-2/+4
| | | | disable MDB2_PORTABILITY_EMPTY_TO_NULL for mssql to allow insert of empty string to no null fields
* write error message to log file in case insert to file cache failed - took ↵Thomas Mueller2013-03-121-1/+4
| | | | hours to find that the insert failed :-(
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-123-8/+12
| | | | fixing copy operation on mapper
* skip archive tests for nowThomas Mueller2013-03-122-0/+4
|
* adding //IGNORE to iconv to prevent nasty php warningsThomas Mueller2013-03-121-1/+1
|
* slug generates uniqid in case the file/folder name contains not one single ↵Thomas Mueller2013-03-121-4/+2
| | | | valid character
* indexed slug should be created based on logic pathThomas Mueller2013-03-121-1/+1
|
* Merge pull request #2248 from otetard/bugfix/fix-public-link-file-sharingicewind19912013-03-121-1/+1
|\ | | | | Fix file sharing via public link for one particular file.
| * Fix file sharing via public link for one particular file.Olivier Tétard2013-03-121-1/+1
|/ | | | | Fix OC_Files::get() to not return the first character of the filename if only one file is requested.
* 5.0.0v5.0.0Frank Karlitschek2013-03-091-2/+2
|
* Merge pull request #2236 from owncloud/fix-migrationBernhard Posselt2013-03-111-0/+9
|\ | | | | Check if username is valid and remove slashes from filename
| * Check if username is valid and remove slashes from filenameLukas Reschke2013-03-111-0/+9
|/