Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-20 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | fix indention | Björn Schießle | 2013-03-20 | 1 | -12/+12 | |
| | | | | ||||||
| * | | | skip update if the recipient is the same user as the owner, otherwise we run ↵ | Björn Schießle | 2013-03-20 | 1 | -5/+9 | |
| |/ / | | | | | | | | | | in a infinite loop for group shares | |||||
* | | | Merge pull request #2538 from eMerzh/improve_pbm_detect | Bernhard Posselt | 2013-03-23 | 1 | -1/+7 | |
|\ \ \ | |/ / |/| | | Improve detection of installations errors | |||||
| * | | Improve detection of installations errors | Brice Maron | 2013-03-23 | 1 | -1/+7 | |
|/ / | ||||||
* | | using rtrim | Thomas Mueller | 2013-03-19 | 1 | -4/+1 | |
| | | ||||||
* | | fixes #2081 | Thomas Mueller | 2013-03-19 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #2449 from owncloud/fix_npe | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 | |
|\ \ | | | | | | | fix npe when createStorage() returns null | |||||
| * | | fix npe when createStorage() returns null | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 | |
| | | | ||||||
* | | | Merge pull request #2444 from owncloud/fix_ldap_issues | Bernhard Posselt | 2013-03-19 | 5 | -3/+24 | |
|\ \ \ | | | | | | | | | Fix ldap issues | |||||
| * | | | LDAP: specify appid when selecting from appconfig | Arthur Schiwon | 2013-03-19 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | LDAP: check first whether group exists in this backend before doing other ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | operations | |||||
| * | | | LDAP: check whether user exists for before trying to determine displayname | Arthur Schiwon | 2013-03-19 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | LDAP: avoid irritating log output | Arthur Schiwon | 2013-03-19 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | LDAP: user exists check on getHome, otherwise check will be performed with ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+5 | |
| |/ / | | | | | | | | | | wrong configs on a multi LDAP server setup. | |||||
* | | | Backport #2440 js parameter. | Thomas Tanghus | 2013-03-19 | 1 | -5/+6 | |
| | | | ||||||
* | | | User list: Avoid dupes and better sorting. Fix #2420 | Thomas Tanghus | 2013-03-19 | 1 | -15/+65 | |
|/ / | ||||||
* | | backport https://github.com/owncloud/core/pull/2411 | Frank Karlitschek | 2013-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-17 | 2 | -12/+36 | |
| | | ||||||
* | | Close sessions when doing background jobs | Robin Appelman | 2013-03-17 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #2384 from owncloud/error-handling-upgrade-backport | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 | |
|\ \ | | | | | | | Backport add error handling to the file cache upgrade | |||||
| * | | Add error handling to the file cache upgrade | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 | |
|/ / | ||||||
* | | Correct emails when folders are shared. | Ceri Davies | 2013-03-15 | 1 | -2/+2 | |
| | | | | | | | | itemType is never "dir"; it's either "file" or "folder". | |||||
* | | Merge pull request #2348 from owncloud/fix_version_db_query | Frank Karlitschek | 2013-03-15 | 1 | -3/+3 | |
|\ \ | | | | | | | Fix db query in versions app, add backticks | |||||
| * | | remove backticks around table names | Björn Schießle | 2013-03-15 | 1 | -3/+3 | |
| | | | ||||||
| * | | add backtick for db queries to prevent postgresql errors | Björn Schießle | 2013-03-15 | 1 | -3/+3 | |
| | | | ||||||
* | | | Add backtick for trash app to prevent pg errors | Brice Maron | 2013-03-15 | 2 | -12/+12 | |
|/ / | ||||||
* | | create new version if the same file is uploaded again over the web ↵ | Björn Schießle | 2013-03-15 | 1 | -1/+1 | |
| | | | | | | | | interface, approved in #2317 | |||||
* | | create new version if the same file is uploaded again over the web interface | Björn Schießle | 2013-03-15 | 1 | -3/+10 | |
| | | ||||||
* | | Merge pull request #2294 from owncloud/use_display_name_in_mail | Bernhard Posselt | 2013-03-14 | 1 | -1/+1 | |
|\ \ | | | | | | | use display name as sender for private link mails | |||||
| * | | use display name as sender for private link mails | Björn Schießle | 2013-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #2276 from owncloud/fix_sharing_hooks_oc5 | Bernhard Posselt | 2013-03-13 | 1 | -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 gone | Björn Schießle | 2013-03-13 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2278 from owncloud/fix_2267_master | Jörn Friedrich Dreyer | 2013-03-13 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | use OC_DB instead of MDB2 | |||||
| * | | fix for #2267, use OC_DB instead of MDB2 | Björn Schießle | 2013-03-13 | 1 | -1/+1 | |
|/ / | ||||||
* / | don't show share action for the Shared folder, approved pull request #2265 | Björn Schießle | 2013-03-13 | 1 | -1/+1 | |
|/ | ||||||
* | LDAP: compatibility with Novell eDirectory UUID | Arthur Schiwon | 2013-03-12 | 1 | -2/+2 | |
| | ||||||
* | enable UTF-8 charset on mssql | Thomas Mueller | 2013-03-12 | 1 | -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 Mueller | 2013-03-12 | 1 | -1/+4 | |
| | | | | hours to find that the insert failed :-( | |||||
* | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 3 | -8/+12 | |
| | | | | fixing copy operation on mapper | |||||
* | skip archive tests for now | Thomas Mueller | 2013-03-12 | 2 | -0/+4 | |
| | ||||||
* | adding //IGNORE to iconv to prevent nasty php warnings | Thomas Mueller | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | slug generates uniqid in case the file/folder name contains not one single ↵ | Thomas Mueller | 2013-03-12 | 1 | -4/+2 | |
| | | | | valid character | |||||
* | indexed slug should be created based on logic path | Thomas Mueller | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2248 from otetard/bugfix/fix-public-link-file-sharing | icewind1991 | 2013-03-12 | 1 | -1/+1 | |
|\ | | | | | Fix file sharing via public link for one particular file. | |||||
| * | Fix file sharing via public link for one particular file. | Olivier Tétard | 2013-03-12 | 1 | -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.0 | Frank Karlitschek | 2013-03-09 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #2236 from owncloud/fix-migration | Bernhard Posselt | 2013-03-11 | 1 | -0/+9 | |
|\ | | | | | Check if username is valid and remove slashes from filename | |||||
| * | Check if username is valid and remove slashes from filename | Lukas Reschke | 2013-03-11 | 1 | -0/+9 | |
|/ |