summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | listen to touch hook to update the mtime after syncBjörn Schießle2013-03-252-0/+8
|/ / /
* | | Merge pull request #2533 from owncloud/fix_sharing_updaterJörn Friedrich Dreyer2013-03-251-1/+1
|\ \ \ | | | | | | | | fix shared updated for rename action
| * | | the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-221-1/+1
| | |/ | |/|
* | | Fixing author and copyrightThomas Müller2013-03-241-2/+2
| | |
* | | some more test cases & fix on file name generation with indexThomas Mueller2013-03-242-2/+13
| | |
* | | adding extension to slugified physical pathThomas Mueller2013-03-242-7/+57
| | |
* | | Merge pull request #2531 from Mirodin/patch-5Thomas Müller2013-03-241-14/+14
|\ \ \ | | | | | | | | Update de.php
| * | | Update de.phpMirodin2013-03-221-14/+14
| |/ / | | | | | | Fixed some translation issues
* | | Merge pull request #2532 from Mirodin/patch-6Thomas Müller2013-03-241-10/+10
|\ \ \ | | | | | | | | Update de_DE.php
| * | | Update de_DE.phpMirodin2013-03-221-10/+10
| |/ / | | | | | | Fixed some translation issues
* | | Merge pull request #2525 from owncloud/fix_db_queriesBernhard Posselt2013-03-232-12/+12
|\ \ \ | | | | | | | | add backticks around table names
| * | | add backticks around table namesBjörn Schießle2013-03-222-12/+12
| |/ /
* | | Merge pull request #2474 from owncloud/fix_2299Bernhard Posselt2013-03-232-10/+14
|\ \ \ | | | | | | | | skip update if the recipient is the same user as the owner
| * | | 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
|/