summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-203-2/+31
|\ \ \ \
| * | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-04-043-2/+31
| | |/ / | |/| |
* | | | 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-135-31/+79
|\ \ \ \ \
| * | | | | 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
| * | | | | do not disclose information, show generic error on login pageJörn Friedrich Dreyer2015-04-221-0/+4
* | | | | | 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-082-14/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix singe user mode on public.php - take twoThomas Müller2015-05-061-1/+5
| * | | | | Fix single user check in case no user is logged inThomas Müller2015-05-061-13/+19
| * | | | | block webdav in single user modeRobin Appelman2015-05-061-0/+3
| | |_|/ / | |/| | |
* | | | | Don't depend on always_populate_raw_post_dataLukas Reschke2015-05-061-19/+0
* | | | | Don't display errors and log themLukas Reschke2015-05-061-5/+4
|/ / / /
* | / / Add use statementLukas Reschke2015-05-021-0/+1
| |/ / |/| |
* | | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-61/+36
|\ \ \
| * | | Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-61/+36
* | | | Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfilesMorris Jobke2015-04-281-11/+48
|\ \ \ \
| * | | | Do not return shares for files outside "files"Vincent Petry2015-04-141-11/+48
* | | | | Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-sha...Morris Jobke2015-04-281-1/+3
|\ \ \ \ \
| * | | | | Revert "Revert "[stable8] Properly add trailing slash to mount point""Morris Jobke2015-04-161-1/+3
* | | | | | Merge pull request #15287 from dratini0/stable8Morris Jobke2015-04-281-1/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Backporting #14125 to stable8, as called for by @LukasReschkedratini02015-03-271-1/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15577 from owncloud/isolation-level-stable8Thomas Müller2015-04-161-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Using TRANSACTION_READ_COMMITTEDThomas Müller2015-04-131-0/+2
* | | | | Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller2015-04-161-3/+1
* | | | | Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpointJörn Friedrich Dreyer2015-04-161-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Properly add trailing slash to mount pointVincent Petry2015-04-131-1/+3
| |/ / /
* / / / Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-122-12/+14
|/ / /
* | / fixes #15326Jörn Friedrich Dreyer2015-04-101-1/+3
| |/ |/|
* | When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-072-5/+14
* | Fix the exception messagesJoas Schilling2015-04-072-2/+2
|/
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-271-6/+15
|\