summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2625 from owncloud/fix_namespace_in_autoloader_stable5v5.0.1VicDeo2013-03-314-0/+33
|\
| * Remove space before parethesisVicDeo2013-03-311-1/+1
| * Show a warning in the installer if the used PHP version is vulnerable to the ...Lukas Reschke2013-03-311-0/+7
| * Check if the installed PHP version has a fix for the nullbyte vulnerabilityLukas Reschke2013-03-311-0/+5
| * some basic unit test for loading classesThomas Mueller2013-03-311-0/+19
| * Remove leading and trailing backslashes in classname. Ref #2310VicDeo2013-03-311-0/+2
|/
* User list: Keep array of available groups. Should fix #873Thomas Tanghus2013-03-291-4/+13
* fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-291-2/+6
* fixes #1461Thomas Mueller2013-03-291-3/+19
* Merge pull request #2602 from owncloud/fix_share_with_displaynameblizzz2013-03-271-4/+4
|\
| * WhitespacesArthur Schiwon2013-03-271-3/+3
| * Share Dialog: show Displayname instead of internal nameArthur Schiwon2013-03-271-1/+1
* | Merge pull request #2558 from owncloud/fix_cache_upgradeblizzz2013-03-275-13/+149
|\ \
| * | Cache: on equal mtime also for equal size before keeping ETag, at least makes...Arthur Schiwon2013-03-261-1/+2
| * | Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-261-4/+6
| * | 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
|\ \ \