summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [app management] fix dependency check on installMorris Jobke2015-08-251-1/+1
* Merge pull request #18181 from owncloud/backport-18159-stable8Morris Jobke2015-08-161-0/+4
|\
| * Update installer.phpmichag862015-08-101-0/+1
| * Check if archive contains a directory named like appidmichag862015-08-101-0/+3
* | add test for factoriesBernhard Posselt2015-08-132-0/+2
|/
* check if the user is trying to scan a valid pathRobin Appelman2015-07-271-0/+3
* Merge pull request #17158 from owncloud/backport-15772-no-permission-restrict...Morris Jobke2015-07-161-7/+9
|\
| * Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-06-251-0/+2
| * Correctly select file cache values also when checking group sharesJoas Schilling2015-06-251-7/+7
* | Fix DAV propfind callVincent Petry2015-07-131-2/+2
* | Merge pull request #17326 from owncloud/stable8-catch-notpermittedMorris Jobke2015-07-091-0/+11
|\ \
| * | Remove unneeded part fileMorris Jobke2015-07-061-0/+7
| * | Properly handle NotPermittedException in SabreDAVMorris Jobke2015-07-021-0/+4
* | | Merge pull request #17405 from owncloud/stable8-backport-17095Morris Jobke2015-07-092-2/+8
|\ \ \
| * | | [updater] propagate error case properlyMorris Jobke2015-07-061-1/+7
| * | | Added error message on initMountpoints exceptionMorris Jobke2015-07-061-1/+1
* | | | Merge pull request #17172 from owncloud/view-emit-path-stable8Morris Jobke2015-07-081-2/+4
|\ \ \ \
| * | | | fix check if hooks should be emited in runHooksRobin Appelman2015-06-291-1/+2
| * | | | emit hooks from a view as long as the path is inside the default rootRobin Appelman2015-06-291-1/+2
* | | | | call post_addToGroup als for class OC_User because sharing and LDAP are using...Bjoern Schiessle2015-07-031-0/+2
* | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share tableBjoern Schiessle2015-07-031-2/+2
| |/ / / |/| | |
* | | | Delete OCS ID from DB if none is specifiedLukas Reschke2015-07-021-0/+2
| |/ / |/| |
* | | Use UTF-8 mode for preg_split and preg_replaceLukas Reschke2015-07-011-2/+3
* | | Add oc version to app store requests in stable8Joas Schilling2015-06-293-13/+21
|/ /
* | dont allow using null as view rootRobin Appelman2015-06-251-1/+11
* | Merge pull request #17157 from rullzer/stable8-backport-17136Thomas Müller2015-06-251-1/+1
|\ \ | |/ |/|
| * set NULL correctly in password updateRoeland Jago Douma2015-06-251-1/+1
* | Backport of #15592 to stable8Thomas Müller2015-06-251-2/+4
|/
* Merge pull request #16579 from owncloud/stable8-cors-no-cookie-authThomas Müller2015-06-222-7/+47
|\
| * disallow cookie auth for cors requestsBernhard Posselt2015-05-272-7/+47
* | Merge pull request #16734 from owncloud/stable8-dav-getremoteetagThomas Müller2015-06-221-3/+17
|\ \
| * | Get etag from remote OC serverVincent Petry2015-06-031-3/+17
* | | Allow multiple whitespace in type hints in AppFrameworkRobin McCorkell2015-06-221-1/+1
* | | Fix return value for OCP PHPDocMorris Jobke2015-06-172-2/+2
* | | Fix OCP PHPDocMorris Jobke2015-06-171-3/+3
* | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfilesMorris Jobke2015-06-092-4/+6
|\ \ \
| * | | Make getSourcePath accessible for storage wrappersRobin Appelman2015-06-011-1/+1
| * | | Only use quota stream wrapper on "files"Vincent Petry2015-05-291-3/+5
* | | | Merge pull request #16738 from rullzer/ocs_set_password_backportMorris Jobke2015-06-092-0/+98
|\ \ \ \
| * | | | Password set via OCS API should not be double escapedRoeland Jago Douma2015-06-031-1/+1
| * | | | No injectionsRoeland Jago Douma2015-06-031-3/+7
| * | | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-06-032-0/+94
| | |/ / | |/| |
* | | | Merge pull request #16660 from owncloud/stable8-returnfileidbugJoas Schilling2015-06-091-0/+2
|\ \ \ \
| * | | | Properly return fileid when scanFile() did not find differencesVincent Petry2015-06-011-0/+2
| | |/ / | |/| |
* | | | Do not use digits in random index namesVictor Dubiniuk2015-06-091-1/+1
| |/ / |/| |
* | | Ensure that passed argument is always a stringLukas Reschke2015-06-011-0/+9
* | | Clean application identifier before processingLukas Reschke2015-06-011-0/+2
|/ /
* | Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installedThomas Müller2015-05-291-2/+2
|\ \
| * | Use existing IRequest to not read php://input multiple timesLukas Reschke2015-05-061-2/+2
* | | Merge pull request #15306 from netzkolchose/stable8Thomas Müller2015-05-281-1/+2
|\ \ \