Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed | Thomas Müller | 2015-05-29 | 1 | -2/+2 |
|\ | | | | | Use existing IRequest to not read php://input multiple times | ||||
| * | Use existing IRequest to not read php://input multiple times | Lukas Reschke | 2015-05-06 | 1 | -2/+2 |
| | | | | | | | | Fixes https://github.com/owncloud/client/issues/3204#issuecomment-99427563 - the firewall app has instantiiated an IRequest before and thus broke a lot of stuff on < PHP 5.6. | ||||
* | | Merge pull request #15306 from netzkolchose/stable8 | Thomas Müller | 2015-05-28 | 1 | -1/+2 |
|\ \ | | | | | | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php | ||||
| * | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php | heppstux | 2015-03-30 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissions | Björn Schießle | 2015-05-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [stable8] Do not automatically add "update" permission to shared mounts | ||||
| * | | | Do not automatically add "update" permission to shared mounts | Vincent Petry | 2015-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV. | ||||
* | | | | Skip disable3rdParty Apps | Steffen Lindner | 2015-05-21 | 1 | -3/+18 |
| | | | | |||||
* | | | | Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8 | Morris Jobke | 2015-05-20 | 3 | -2/+31 |
|\ \ \ \ | | | | | | | | | | | [stable8] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | ||||
| * | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-04-04 | 3 | -2/+31 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. | ||||
* | | | | Merge pull request #15959 from ↵ | Morris Jobke | 2015-05-20 | 1 | -6/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/backport-15596-remote-share-feedback-urls Backport 15596 remote share feedback urls | ||||
| * | | | | Fix scrutinizer complains and return type doc | Joas Schilling | 2015-05-04 | 1 | -4/+6 |
| | | | | | |||||
| * | | | | Correctly remove the protocol before prepeding it | Joas Schilling | 2015-05-04 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Correctly generate the feedback URL for remote share | Joas Schilling | 2015-05-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys | ||||
* | | | | | replace 'oc_' with dbtableprefix form config for temporary table names and ↵ | martin-rueegg | 2015-05-18 | 1 | -2/+2 |
| |_|/ / |/| | | | | | | | | | | | indexes | ||||
* | | | | Merge pull request #15974 from owncloud/backport-15549 | Vincent Petry | 2015-05-15 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | [stable8] don't update identical values | ||||
| * | | | | clarify the duplication of the $params array | Jens-Christian Fischer | 2015-04-30 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | don't update identical values | Jens-Christian Fischer | 2015-04-30 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UPDATE oc_filecache statement blindly overwrites identical data. Databases like Postgres that create a new row on an update and mark the old one as dead will suffer from the previous behaviour, as millions of "new" rows are created in the database. This patch changes the WHERE clause to test for identical values and not updating if the values in the DB are identical to the ones being passed. | ||||
* | | | | | Merge pull request #15797 from owncloud/stable8-backport-15489 | Jörn Friedrich Dreyer | 2015-05-13 | 5 | -31/+79 |
|\ \ \ \ \ | | | | | | | | | | | | | Stable8 backport 15489 | ||||
| * | | | | | Throw ServerNotAvailableException always | Morris Jobke | 2015-04-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | throw exception when backends don't provide a user instead of creating ↵ | Jörn Friedrich Dreyer | 2015-04-22 | 2 | -31/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | legacy local storages | ||||
| * | | | | | throw exception if setup is incomplete | Morris Jobke | 2015-04-22 | 2 | -0/+30 |
| | | | | | | |||||
| * | | | | | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php lib/base.php | ||||
* | | | | | | Check if cURL supports the desired features | Lukas Reschke | 2015-05-12 | 3 | -9/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour. Fixes https://github.com/owncloud/core/issues/16179 for stable8 | ||||
* | | | | | | Fix the share mail notification when the item is in a folder | Joas Schilling | 2015-05-08 | 1 | -0/+5 |
| | | | | | | |||||
* | | | | | | Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465 | Lukas Reschke | 2015-05-08 | 2 | -14/+27 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | [stable8] block cron.php and OCS API when in single user mode or maintenance mode | ||||
| * | | | | | Fix singe user mode on public.php - take two | Thomas Müller | 2015-05-06 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Fix single user check in case no user is logged in | Thomas Müller | 2015-05-06 | 1 | -13/+19 |
| | | | | | | |||||
| * | | | | | block webdav in single user mode | Robin Appelman | 2015-05-06 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Don't depend on always_populate_raw_post_data | Lukas Reschke | 2015-05-06 | 1 | -19/+0 |
| | | | | | |||||
* | | | | | Don't display errors and log them | Lukas Reschke | 2015-05-06 | 1 | -5/+4 |
|/ / / / | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16014 | ||||
* | / / | Add use statement | Lukas Reschke | 2015-05-02 | 1 | -0/+1 |
| |/ / |/| | | | | | | | | Just fixes the PHPDoc and also fixes #16011 | ||||
* | | | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptions | Morris Jobke | 2015-04-28 | 1 | -61/+36 |
|\ \ \ | | | | | | | | | [stable8] Catch more exceptions when connecting to remote DAV server | ||||
| * | | | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -61/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added InvalidArgumentException to catch HTML parsing errors when XML was expected. Made convertSabreException more generic to be able to handle more exception cases. | ||||
* | | | | Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles | Morris Jobke | 2015-04-28 | 1 | -11/+48 |
|\ \ \ \ | | | | | | | | | | | [stable8] Do not return shares for files outside "files" | ||||
| * | | | | Do not return shares for files outside "files" | Vincent Petry | 2015-04-14 | 1 | -11/+48 |
| | | | | | |||||
* | | | | | Merge pull request #15672 from ↵ | Morris Jobke | 2015-04-28 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/revert-15666-revert-15572-stable8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point | ||||
| * | | | | | Revert "Revert "[stable8] Properly add trailing slash to mount point"" | Morris Jobke | 2015-04-16 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #15287 from dratini0/stable8 | Morris Jobke | 2015-04-28 | 1 | -1/+7 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Backporting #14125 to stable8, as called for by @LukasReschke | ||||
| * | | | | | Backporting #14125 to stable8, as called for by @LukasReschke | dratini0 | 2015-03-27 | 1 | -1/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #15577 from owncloud/isolation-level-stable8 | Thomas Müller | 2015-04-16 | 1 | -0/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Using TRANSACTION_READ_COMMITTED | ||||
| * | | | | Using TRANSACTION_READ_COMMITTED | Thomas Müller | 2015-04-13 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Revert "[stable8] Properly add trailing slash to mount point" | Thomas Müller | 2015-04-16 | 1 | -3/+1 |
| | | | | | |||||
* | | | | | Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpoint | Jörn Friedrich Dreyer | 2015-04-16 | 1 | -1/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [stable8] Properly add trailing slash to mount point | ||||
| * | | | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -1/+3 |
| |/ / / | | | | | | | | | | | | | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* / / / | Add "Reply-To" support for sharing notifications | Lukas Reschke | 2015-04-12 | 2 | -12/+14 |
|/ / / | | | | | | | | | | Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1) | ||||
* | / | fixes #15326 | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+3 |
| |/ |/| | |||||
* | | When guessing the timezone, the offset might only be valid on a given timestamp | Joas Schilling | 2015-04-07 | 2 | -5/+14 |
| | | |||||
* | | Fix the exception messages | Joas Schilling | 2015-04-07 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #15246 from owncloud/stable8-share-partfilepermissions | Morris Jobke | 2015-03-27 | 1 | -6/+15 |
|\ | | | | | [stable8] Fix share permission checks |