summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 6.0.3 RC1v6.0.3RC1Frank Karlitschek2014-04-231-2/+2
* Merge pull request #7745 from owncloud/fix_6946_stable6blizzz2014-04-2311-125/+95
|\
| * fix after rebaseArthur Schiwon2014-04-231-1/+0
| * keep the constant to not provoke PHP warningsArthur Schiwon2014-04-231-2/+1
| * trim must not be used in empty in PHP < 5.5Arthur Schiwon2014-04-231-1/+2
| * test for group manager's displayNamesInGroupArthur Schiwon2014-04-231-0/+50
| * adjust user manager testsArthur Schiwon2014-04-231-5/+5
| * implement getDisplayNames in group managerArthur Schiwon2014-04-233-13/+36
| * remove now unnecessary testArthur Schiwon2014-04-231-19/+0
| * clean up group backendsArthur Schiwon2014-04-232-45/+0
| * LDAP: getDisplayNamesInGroup is not an option for group backends anymoreArthur Schiwon2014-04-232-36/+1
| * remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backendsArthur Schiwon2014-04-232-6/+3
* | Merge pull request #8261 from owncloud/stable6-backport-8182Lukas Reschke2014-04-231-1/+6
|\ \ | |/ |/|
| * Check whether the user has permissions to add personal storage backendsLukas Reschke2014-04-221-1/+6
* | Merge pull request #8260 from owncloud/stable6-backport-8183-and-coThomas Müller2014-04-238-114/+197
|\ \
| * | Backport of #8197 to stable6Lukas Reschke2014-04-185-89/+168
| * | Backport of #8183 to stable6Lukas Reschke2014-04-183-25/+29
* | | Backport of #8164ben-denham2014-04-233-79/+122
* | | Update 3rdparty submoduleThomas Müller2014-04-221-0/+0
| |/ |/|
* | Merge pull request #8232 from owncloud/fix_8135blizzz2014-04-221-0/+15
|\ \
| * | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-161-3/+12
| * | LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-161-0/+6
* | | Merge pull request #8265 from owncloud/appframework-fix-backportsBernhard Posselt2014-04-187-72/+72
|\ \ \
| * | | merge middleware string registrationBernhard Posselt2014-04-182-5/+5
| * | | use references for middleware to fix problems on 5.3Bernhard Posselt2014-04-181-2/+3
| * | | merge dicontainerBernhard Posselt2014-04-181-4/+3
| * | | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-184-14/+25
| * | | Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-182-50/+39
|/ / /
* | | Merge pull request #8259 from owncloud/backport-7682-6Lukas Reschke2014-04-181-1/+2
|\ \ \ | |_|/ |/| |
| * | Backport of #7682 to stable6Lukas Reschke2014-04-181-1/+2
|/ /
* | Use JS as content-type due to mimesniffingLukas Reschke2014-04-171-2/+2
* | Verify that a file exists before we share itRobin Appelman2014-04-171-0/+10
|/
* Backport of PR #7815, correct LDAP user count on setup with many usersArthur Schiwon2014-04-161-15/+40
* adjust tests accordinglyArthur Schiwon2014-04-153-3/+3
* Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-153-32/+0
* Merge pull request #8166 from owncloud/ldap_update_emailblizzz2014-04-141-0/+1
|\
| * LDAP: fetch email from LDAP on userExists check as well (along to Quota and A...Arthur Schiwon2014-04-111-0/+1
|/
* Merge pull request #8150 from owncloud/backport-8138-stable6Thomas Müller2014-04-111-1/+9
|\
| * fix code formattingThomas Müller2014-04-101-1/+2
| * To isolate the variable scope used inside the $file it is required in it's o...Thomas Müller2014-04-101-1/+8
* | Merge pull request #8151 from owncloud/backport-8137-stable6Bernhard Posselt2014-04-102-5/+38
|\ \
| * | add requirements to routingBernhard Posselt2014-04-102-5/+38
| |/
* | Merge pull request #8119 from Raydiation/stable6Bernhard Posselt2014-04-101-7/+15
|\ \
| * | Update controller.phpBernhard Posselt2014-04-101-1/+9
| * | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-081-7/+7
* | | Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-101-3/+6
* | | Merge pull request #8148 from owncloud/backport-6676-stable6Vincent Petry2014-04-101-0/+5
|\ \ \ | |_|/ |/| |
| * | Disabled internet checking as mentioned when in proxy modeJoan2014-04-101-0/+5
|/ /
* | Merge pull request #8123 from owncloud/fix_filename_closing_tagMorris Jobke2014-04-091-5/+3
|\ \
| * | fix double closing </a> for filenamesJörn Friedrich Dreyer2014-04-091-5/+3
| |/