aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
|
* Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
|
* Add PHPDocArthur Schiwon2013-03-271-0/+6
|
* Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
|
* Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
|
* Port Icewind's fix IRobin Appelman2013-03-272-2/+23
|
* Port OC_Property Table IndexArthur Schiwon2013-03-271-2/+7
|
* Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-271-2/+1
|
* Remove Debug outputArthur Schiwon2013-03-271-2/+0
|
* Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-272-1/+66
|
* Performance: prepare queries only onceArthur Schiwon2013-03-271-5/+10
|
* Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-271-3/+74
|
* Files External: show display names instead of internal user names in Settings UIArthur Schiwon2013-03-272-1/+2
|
* Merge pull request #2598 from ceri/masterblizzz2013-03-270-0/+0
|\ | | | | Use displayName in the From field of outbound email about new shares.
| * Use displayName in the From field of outbound email about new shares.Ceri Davies2013-03-271-1/+1
| | | | | | | | | | | | This is important in the Active Directory case where users are currently getting a GUID in the From field, making emails look quite a lot like spam.
* | Users: use DisplayName in the Display Name col when appending usersArthur Schiwon2013-03-271-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-27363-5581/+8771
| |
* | Merge pull request #2578 from owncloud/fixing-2577-masterThomas Müller2013-03-262-3/+3
|\ \ | | | | | | prevent to fire delete ajax a second time.
| * | prevent to fire delete ajax a second time.Thomas Mueller2013-03-262-3/+3
| | | | | | | | | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only
* | | Merge pull request #2567 from owncloud/fix_insertIfNotExistThomas Tanghus2013-03-261-15/+16
|\ \ \ | |/ / |/| | Properly prepare insertIfNotExist queries.
| * | And removing an irrelevant comment ;)Thomas Tanghus2013-03-261-2/+0
| | |
| * | Double quotes to backticksThomas Tanghus2013-03-261-4/+4
| | |
| * | Missing backticks. Thx @Raydiation :)Thomas Tanghus2013-03-261-1/+1
| | |
| * | D'oh, why concatenate static strings.Thomas Tanghus2013-03-261-1/+1
| | |
| * | Quote key for SQLite.Thomas Tanghus2013-03-261-1/+1
| | |
| * | Properly prepare insertIfNotExist queries.Thomas Tanghus2013-03-251-12/+15
| | |
* | | Merge pull request #2568 from itheiss/masterBernhard Posselt2013-03-263-1/+12
|\ \ \ | | | | | | | | Implement setting custom domainname for getDefaultEmailAddress
| * | | fix missing ',' after "mail_domain" parameteritheiss2013-03-261-1/+1
| | | |
| * | | Update to reflect new parameter mail_domainitheiss2013-03-261-0/+3
| | | | | | | | | | | | see #2568
| * | | Move testcase to own test functionitheiss2013-03-261-1/+3
| | | | | | | | | | | | Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function.
| * | | Extend test case for getDefaultEmailAddress()itheiss2013-03-221-1/+6
| | | | | | | | | | | | see #2499
| * | | Fix #2499itheiss2013-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | The mail domain can now be configured in config.php and get´s used in function getDefaultEmailAddress. e.g. 'mail_domain' => 'example.com'
* | | | Merge pull request #2270 from owncloud/fix_json_encoded_pubic_downloadBjörn Schießle2013-03-262-2/+8
|\ \ \ \ | | | | | | | | | | let public link download handle json encoded file lists [master]
| * | | | let public link download handle json encoded file listsBjörn Schießle2013-03-132-2/+8
| | | | |
* | | | | listen to touch hook to update the mtime after syncBjörn Schießle2013-03-262-0/+8
| |_|/ / |/| | |
* | | | the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-251-1/+1
| | | |
* | | | LDAP: fix wrong return valueArthur Schiwon2013-03-251-2/+2
| | | |
* | | | fix indentionBjörn Schießle2013-03-251-12/+12
| | | |
* | | | skip update if the recipient is the same user as the owner, otherwise we run ↵Björn Schießle2013-03-251-5/+9
| | | | | | | | | | | | | | | | in a infinite loop for group shares
* | | | add backticks around table namesBjörn Schießle2013-03-252-12/+12
| | | |
* | | | Improve phpdoc for the filecacheRobin Appelman2013-03-244-4/+38
| | | |
* | | | Improve detection of installations errorsBrice Maron2013-03-231-1/+7
| | | |
* | | | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-masterBernhard Posselt2013-03-232-7/+68
|\ \ \ \ | | | | | | | | | | Fixing file mapper ext master
| * | | | Fixing author and copyrightThomas Müller2013-03-201-2/+2
| | | | |
| * | | | some more test cases & fix on file name generation with indexThomas Mueller2013-03-192-2/+13
| | | | |
| * | | | adding extension to slugified physical pathThomas Mueller2013-03-192-7/+57
| | | | |
* | | | | Merge pull request #2446 from owncloud/fixing-safe-mode-check-masterBernhard Posselt2013-03-231-1/+4
|\ \ \ \ \ | | | | | | | | | | | | more accurate safe_mode check - refs #2258
| * | | | | more accurate safe_mode check - refs #2258Thomas Mueller2013-03-191-1/+4
| | | | | |
* | | | | | Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-2352-279/+315
| |_|_|/ / |/| | | |