summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Only prepare an SQL statement once.Arthur Schiwon2013-03-251-1/+4
| * | Add PHPDocArthur Schiwon2013-03-251-0/+6
| * | Adjust to Icewind's fixArthur Schiwon2013-03-251-51/+0
| * | Cache: fix property path for getting legacy etagRobin Appelman2013-03-251-1/+1
| * | Port Icewind's fix IRobin Appelman2013-03-252-2/+23
| * | Add Index to properties table for better performance on upgradeArthur Schiwon2013-03-251-0/+16
| * | Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-251-2/+1
| * | Remove Debug outputArthur Schiwon2013-03-251-2/+0
| * | Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-222-1/+66
| * | Performance: prepare queries only onceArthur Schiwon2013-03-221-5/+10
| * | Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-221-3/+74
* | | Merge pull request #2596 from owncloud/fix_files_external_displaynameblizzz2013-03-272-1/+2
|\ \ \ | |_|/ |/| |
| * | Files External: show display names instead of internal user names in Settings UIArthur Schiwon2013-03-272-1/+2
* | | Merge pull request #2593 from owncloud/fix_userlist_append_displaynameblizzz2013-03-271-1/+1
|\ \ \
| * | | Users: use DisplayName in the Display Name col when appending usersArthur Schiwon2013-03-271-1/+1
| |/ /
* | | Merge pull request #2599 from owncloud/backport-2515-nav-scrollbarJan-Christoph Borchardt2013-03-271-2/+2
|\ \ \ | |/ / |/| |
| * | Fixed typoyannickoo2013-03-271-1/+1
| * | No Scrolling for more than approximately 10 Applicationsyannickoo2013-03-271-2/+2
|/ /
* | prevent to fire delete ajax a second time.Thomas Mueller2013-03-262-3/+3
* | Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5Thomas Müller2013-03-262-2/+8
|\ \
| * | let public link download handle json encoded file listsBjörn Schießle2013-03-132-2/+8
* | | Merge pull request #2562 from owncloud/update_mtime_after_syncBjörn Schießle2013-03-262-0/+8
|\ \ \
| * | | 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
|\ \ \
| * | | 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.phpMirodin2013-03-221-14/+14
| |/ /
* | | Merge pull request #2532 from Mirodin/patch-6Thomas Müller2013-03-241-10/+10
|\ \ \
| * | | Update de_DE.phpMirodin2013-03-221-10/+10
| |/ /
* | | Merge pull request #2525 from owncloud/fix_db_queriesBernhard Posselt2013-03-232-12/+12
|\ \ \
| * | | 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
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #2538 from eMerzh/improve_pbm_detectBernhard Posselt2013-03-231-1/+7
|\ \ \ | |/ / |/| |
| * | 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 nullJörn Friedrich Dreyer2013-03-191-1/+5
* | | Merge pull request #2444 from owncloud/fix_ldap_issuesBernhard Posselt2013-03-195-3/+24
|\ \ \
| * | | 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 ope...Arthur Schiwon2013-03-191-0/+9
| * | | 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