summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-171-1/+1
* | | 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-091-0/+84
|\ \ \ \
| * | | | 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-031-0/+80
| | |/ / | |/| |
* | | | 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
|\ \ \
| * | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.phpheppstux2015-03-301-1/+2
* | | | Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissionsBjörn Schießle2015-05-261-1/+1
|\ \ \ \
| * | | | Do not automatically add "update" permission to shared mountsVincent Petry2015-05-211-1/+1
* | | | | Skip disable3rdParty AppsSteffen Lindner2015-05-211-3/+18
| |_|_|/ |/| | |
* | | | Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke2015-05-202-2/+23
|\ \ \ \
| * | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-04-042-2/+23
| | |/ / | |/| |
* | | | Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-...Morris Jobke2015-05-201-6/+9
|\ \ \ \
| * | | | Fix scrutinizer complains and return type docJoas Schilling2015-05-041-4/+6
| * | | | Correctly remove the protocol before prepeding itJoas Schilling2015-05-041-0/+1
| * | | | Correctly generate the feedback URL for remote shareJoas Schilling2015-05-041-2/+2
* | | | | replace 'oc_' with dbtableprefix form config for temporary table names and in...martin-rueegg2015-05-181-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #15974 from owncloud/backport-15549Vincent Petry2015-05-151-1/+8
|\ \ \ \
| * | | | clarify the duplication of the $params arrayJens-Christian Fischer2015-04-301-1/+2
| * | | | don't update identical valuesJens-Christian Fischer2015-04-301-1/+7
| |/ / /
* | | | Merge pull request #15797 from owncloud/stable8-backport-15489Jörn Friedrich Dreyer2015-05-134-31/+75
|\ \ \ \
| * | | | Throw ServerNotAvailableException alwaysMorris Jobke2015-04-221-1/+1
| * | | | fix cherrypickingJörn Friedrich Dreyer2015-04-221-1/+1
| * | | | throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer2015-04-222-31/+45
| * | | | throw exception if setup is incompleteMorris Jobke2015-04-222-0/+30
* | | | | Check if cURL supports the desired featuresLukas Reschke2015-05-123-9/+24
* | | | | Fix the share mail notification when the item is in a folderJoas Schilling2015-05-081-0/+5
* | | | | Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465Lukas Reschke2015-05-081-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | block webdav in single user modeRobin Appelman2015-05-061-0/+3
| | |/ / | |/| |