Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add oc version to app store requests in stable7 | Joas Schilling | 2015-06-29 | 3 | -13/+21 |
| | |||||
* | Merge pull request #16581 from owncloud/stable7-cors-no-cookie-auth | Lukas Reschke | 2015-06-23 | 2 | -8/+45 |
|\ | | | | | Disallow cookie auth for cors requests stable7 | ||||
| * | backport #16532 to stable7 | Bernhard Posselt | 2015-05-27 | 2 | -8/+45 |
| | | |||||
* | | Merge pull request #17020 from owncloud/stable7-proper-repair-step-info | Thomas Müller | 2015-06-23 | 1 | -0/+1 |
|\ \ | | | | | | | Proper repair step info during upgrade on cli | ||||
| * | | Proper repair step info during upgrade on cli | Morris Jobke | 2015-06-18 | 1 | -0/+1 |
| | | | |||||
* | | | Allow multiple whitespace in type hints in AppFramework | Robin McCorkell | 2015-06-22 | 1 | -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. | ||||
* | | clarify the duplication of the $params array | Jens-Christian Fischer | 2015-06-16 | 1 | -1/+2 |
| | | |||||
* | | don't update identical values | Jens-Christian Fischer | 2015-06-16 | 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. | ||||
* | | Ensure that passed argument is always a string | Lukas Reschke | 2015-06-01 | 1 | -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 processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7 | Morris Jobke | 2015-05-20 | 3 | -2/+31 |
|\ | | | | | [stable7] 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. | ||||
* | | 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 |
| | | |||||
* | | 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 | -9/+15 |
| | | |||||
* | | 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) | ||||
* | | don't return null for not existing group id's | Jörn Friedrich Dreyer | 2015-04-07 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #14498 from owncloud/kill-substr-mssql-stable7 | Lukas Reschke | 2015-03-26 | 1 | -99/+0 |
|\ | | | | | [stable7] Remove hacky Substring support for MSSQL | ||||
| * | Remove hacky Substring support for MSSQL | Lukas Reschke | 2015-02-25 | 1 | -99/+0 |
| | | | | | | | | Substring() is not required for the core functionality and this allows us to get rid of a huge hack... | ||||
* | | Merge pull request #15072 from owncloud/fix_group_share | Morris Jobke | 2015-03-26 | 1 | -2/+3 |
|\ \ | | | | | | | also call generateTarget for group shares | ||||
| * | | also call generateTarget for group share to add the correct prefix if ↵ | Bjoern Schiessle | 2015-03-20 | 1 | -2/+3 |
| | | | | | | | | | | | | share_folder is defined in config.php | ||||
* | | | Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshare | Morris Jobke | 2015-03-26 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | [stable7] Fix size propagation over shared storage boundary | ||||
| * | | | also clear statcache in mapped local | Robin Appelman | 2015-03-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | Clear statcache before getting the mtime from local storage backends | Robin Appelman | 2015-03-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Check directory handle before we use it | Robin McCorkell | 2015-03-15 | 1 | -6/+8 |
|/ / / | |||||
* | | | Merge pull request #14182 from RealRancor/update_office_preview | Morris Jobke | 2015-03-11 | 1 | -3/+2 |
|\ \ \ | | | | | | | | | [stable7] Fix libre/openoffice preview on multi-user instances | ||||
| * | | | Fix libre/openoffice preview on multi-user instances | RealRancor | 2015-02-12 | 1 | -3/+2 |
| | | | | |||||
* | | | | Fix "Only variables should be passed by reference" in stable7 template | Joas Schilling | 2015-03-02 | 1 | -3/+6 |
| |_|/ |/| | | |||||
* | | | The class name is Movie NOT Movies | Olivier Paroz | 2015-02-23 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Conflicts: config/config.sample.php lib/private/preview.php | ||||
* | | | Merge pull request #14040 from owncloud/stable7-app-upgrade-order | Lukas Reschke | 2015-02-17 | 1 | -3/+37 |
|\ \ \ | | | | | | | | | [Stable7] app upgrade order fix | ||||
| * | | | Fix "other" app update stack | Vincent Petry | 2015-02-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | on ownCloud upgrade: upgrade all apps in order, load important ones | Arthur Schiwon | 2015-02-10 | 1 | -3/+37 |
| |/ / | |||||
* | | | Merge pull request #12327 from owncloud/stable7l10nbport | Thomas Müller | 2015-02-17 | 1 | -8/+0 |
|\ \ \ | | | | | | | | | backport some strings to stable7 | ||||
| * | | | backport some strings to stable7 | Volkan Gezer | 2014-11-20 | 1 | -8/+0 |
| | | | | |||||
* | | | | Merge pull request #13988 from ↵ | Lukas Reschke | 2015-02-16 | 1 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/group-share-collition-wrong-type-in-post-hook-stable7 [stable7] Do not overwrite the shareType so the post hook is still correct | ||||
| * | | | | Do not overwrite the shareType so the post hook is still correct | Joas Schilling | 2015-02-09 | 1 | -5/+5 |
| | |/ / | |/| | | | | | | | | | | | | | | Conflicts: lib/private/share/share.php | ||||
* / | | | catch any whitespaces which might get written to the output buffer while ↵ | Thomas Müller | 2015-02-12 | 2 | -10/+10 |
|/ / / | | | | | | | | | | loading a theme | ||||
* | | | Normalize before processing | Lukas Reschke | 2015-02-06 | 2 | -5/+10 |
| | | | |||||
* | | | Merge pull request #13927 from owncloud/fix_ghost_directories | Morris Jobke | 2015-02-06 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | fix creation of ghost directories | ||||
| * | | | for password protected link shares the password is stored in shareWith, so ↵ | Bjoern Schiessle | 2015-02-05 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | we need to set this manually to null for the hooks | ||||
* | | | | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 1 | -0/+5 |
|/ / / | |||||
* | / | Revert "Close cursor early in calculateFolderSize" | Joas Schilling | 2015-01-30 | 2 | -4/+0 |
| |/ |/| | | | | | This reverts commit 234f33e01e630f763f34c51114d25986bae02b42. | ||||
* | | Close cursor early in calculateFolderSize | Vincent Petry | 2015-01-29 | 2 | -0/+4 |
| | | | | | | | | | | This method triggers additional queries in $this->update() so to avoid potential database locks or delays, we close the cursor as soon as it is not needed any more | ||||
* | | Merge pull request #13470 from ↵ | Morris Jobke | 2015-01-23 | 1 | -12/+17 |
|\ \ | | | | | | | | | | | | | owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups | ||||
| * | | Fix getItemSharedWithUser for groups | Vincent Petry | 2015-01-20 | 1 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. Backport of 40931a8b0d5d10c0f711756a4e8a423ff055621e from master | ||||
* | | | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 1 | -0/+7 |
| | | | |||||
* | | | remove insane debug-log from OC_Image | Georg Ehrke | 2015-01-22 | 1 | -1/+0 |
| | | |