summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #16734 from owncloud/stable8-dav-getremoteetagThomas Müller2015-06-221-3/+17
|\ \ | | | | | | [stable8] Get etag from remote OC server
| * | Get etag from remote OC serverVincent Petry2015-06-031-3/+17
| | |
* | | Allow multiple whitespace in type hints in AppFrameworkRobin McCorkell2015-06-221-1/+1
| | | | | | | | | | | | | | | | | | Type hints such as `@param bool $doSomething` will now correctly get parsed, allowing for alignment of docblock parameters if the app developer so wishes.
* | | Fix return value for OCP PHPDocMorris Jobke2015-06-172-2/+2
| | |
* | | Fix OCP PHPDocMorris Jobke2015-06-171-3/+3
| | | | | | | | | | | | * was always a string instead of \OCP\IUser
* | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfilesMorris Jobke2015-06-092-4/+6
|\ \ \ | | | | | | | | [stable8] Only use quota stream wrapper on "files"
| * | | Make getSourcePath accessible for storage wrappersRobin Appelman2015-06-011-1/+1
| | | |
| * | | Only use quota stream wrapper on "files"Vincent Petry2015-05-291-3/+5
| | | | | | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders
* | | | Merge pull request #16738 from rullzer/ocs_set_password_backportMorris Jobke2015-06-092-0/+98
|\ \ \ \ | | | | | | | | | | [stable8] Set password properly in OCS Share API
| * | | | 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
| | |/ / | |/| | | | | | | | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests
* | | | Merge pull request #16660 from owncloud/stable8-returnfileidbugJoas Schilling2015-06-091-0/+2
|\ \ \ \ | | | | | | | | | | [stable8] Properly return fileid when scanFile() did not find differences
| * | | | 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
| | | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
* | | 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 times
| * | Use existing IRequest to not read php://input multiple timesLukas Reschke2015-05-061-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/stable8Thomas Müller2015-05-281-1/+2
|\ \ \ | | | | | | | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php
| * | | 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
|\ \ \ \ | | | | | | | | | | [stable8] Do not automatically add "update" permission to shared mounts
| * | | | Do not automatically add "update" permission to shared mountsVincent Petry2015-05-211-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 AppsSteffen Lindner2015-05-211-3/+18
| |_|_|/ |/| | |
* | | | Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8Morris Jobke2015-05-203-2/+31
|\ \ \ \ | | | | | | | | | | [stable8] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.
| * | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-04-043-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 Jobke2015-05-201-6/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/backport-15596-remote-share-feedback-urls Backport 15596 remote share feedback urls
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | 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-rueegg2015-05-181-2/+2
| |_|/ / |/| | | | | | | | | | | indexes
* | | | Merge pull request #15974 from owncloud/backport-15549Vincent Petry2015-05-151-1/+8
|\ \ \ \ | | | | | | | | | | [stable8] don't update identical values
| * | | | clarify the duplication of the $params arrayJens-Christian Fischer2015-04-301-1/+2
| | | | |
| * | | | don't update identical valuesJens-Christian Fischer2015-04-301-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-15489Jörn Friedrich Dreyer2015-05-135-31/+79
|\ \ \ \ \ | | | | | | | | | | | | Stable8 backport 15489
| * | | | | 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 ↵Jörn Friedrich Dreyer2015-04-222-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | legacy local storages
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php lib/base.php
* | | | | | Check if cURL supports the desired featuresLukas Reschke2015-05-123-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 folderJoas Schilling2015-05-081-0/+5
| | | | | |
* | | | | | Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465Lukas Reschke2015-05-082-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 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
|/ / / / | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16014
* | / / Add use statementLukas Reschke2015-05-021-0/+1
| |/ / |/| | | | | | | | Just fixes the PHPDoc and also fixes #16011
* | | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-61/+36
|\ \ \ | | | | | | | | [stable8] Catch more exceptions when connecting to remote DAV server