summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add oc version to app store requests in stable7Joas Schilling2015-06-293-13/+21
|
* Merge pull request #16581 from owncloud/stable7-cors-no-cookie-authLukas Reschke2015-06-232-8/+45
|\ | | | | Disallow cookie auth for cors requests stable7
| * backport #16532 to stable7Bernhard Posselt2015-05-272-8/+45
| |
* | Merge pull request #17020 from owncloud/stable7-proper-repair-step-infoThomas Müller2015-06-231-0/+1
|\ \ | | | | | | Proper repair step info during upgrade on cli
| * | Proper repair step info during upgrade on cliMorris Jobke2015-06-181-0/+1
| | |
* | | 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.
* | clarify the duplication of the $params arrayJens-Christian Fischer2015-06-161-1/+2
| |
* | don't update identical valuesJens-Christian Fischer2015-06-161-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 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 #15402 from owncloud/response-setContentLengthHeader-stable7Morris Jobke2015-05-203-2/+31
|\ | | | | [stable7] 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.
* | 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
| |
* | 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-9/+15
| |
* | Add "Reply-To" support for sharing notificationsLukas Reschke2015-04-122-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'sJörn Friedrich Dreyer2015-04-071-1/+4
|/
* Merge pull request #14498 from owncloud/kill-substr-mssql-stable7Lukas Reschke2015-03-261-99/+0
|\ | | | | [stable7] Remove hacky Substring support for MSSQL
| * Remove hacky Substring support for MSSQLLukas Reschke2015-02-251-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_shareMorris Jobke2015-03-261-2/+3
|\ \ | | | | | | also call generateTarget for group shares
| * | also call generateTarget for group share to add the correct prefix if ↵Bjoern Schiessle2015-03-201-2/+3
| | | | | | | | | | | | share_folder is defined in config.php
* | | Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshareMorris Jobke2015-03-262-0/+2
|\ \ \ | | | | | | | | [stable7] Fix size propagation over shared storage boundary
| * | | also clear statcache in mapped localRobin Appelman2015-03-131-0/+1
| | | |
| * | | Clear statcache before getting the mtime from local storage backendsRobin Appelman2015-03-131-0/+1
| | | |
* | | | Check directory handle before we use itRobin McCorkell2015-03-151-6/+8
|/ / /
* | | Merge pull request #14182 from RealRancor/update_office_previewMorris Jobke2015-03-111-3/+2
|\ \ \ | | | | | | | | [stable7] Fix libre/openoffice preview on multi-user instances
| * | | Fix libre/openoffice preview on multi-user instancesRealRancor2015-02-121-3/+2
| | | |
* | | | Fix "Only variables should be passed by reference" in stable7 templateJoas Schilling2015-03-021-3/+6
| |_|/ |/| |
* | | The class name is Movie NOT MoviesOlivier Paroz2015-02-232-2/+2
| | | | | | | | | | | | | | | | | | Conflicts: config/config.sample.php lib/private/preview.php
* | | Merge pull request #14040 from owncloud/stable7-app-upgrade-orderLukas Reschke2015-02-171-3/+37
|\ \ \ | | | | | | | | [Stable7] app upgrade order fix
| * | | Fix "other" app update stackVincent Petry2015-02-101-1/+1
| | | |
| * | | on ownCloud upgrade: upgrade all apps in order, load important onesArthur Schiwon2015-02-101-3/+37
| |/ /
* | | Merge pull request #12327 from owncloud/stable7l10nbportThomas Müller2015-02-171-8/+0
|\ \ \ | | | | | | | | backport some strings to stable7
| * | | backport some strings to stable7Volkan Gezer2014-11-201-8/+0
| | | |
* | | | Merge pull request #13988 from ↵Lukas Reschke2015-02-161-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 correctJoas Schilling2015-02-091-5/+5
| | |/ / | |/| | | | | | | | | | | | | | Conflicts: lib/private/share/share.php
* / | | catch any whitespaces which might get written to the output buffer while ↵Thomas Müller2015-02-122-10/+10
|/ / / | | | | | | | | | loading a theme
* | | Normalize before processingLukas Reschke2015-02-062-5/+10
| | |
* | | Merge pull request #13927 from owncloud/fix_ghost_directoriesMorris Jobke2015-02-061-2/+9
|\ \ \ | | | | | | | | fix creation of ghost directories
| * | | for password protected link shares the password is stored in shareWith, so ↵Bjoern Schiessle2015-02-051-2/+9
| | | | | | | | | | | | | | | | we need to set this manually to null for the hooks
* | | | detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5
|/ / /
* | / Revert "Close cursor early in calculateFolderSize"Joas Schilling2015-01-302-4/+0
| |/ |/| | | | | This reverts commit 234f33e01e630f763f34c51114d25986bae02b42.
* | Close cursor early in calculateFolderSizeVincent Petry2015-01-292-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 Jobke2015-01-231-12/+17
|\ \ | | | | | | | | | | | | owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups
| * | Fix getItemSharedWithUser for groupsVincent Petry2015-01-201-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 previewsGeorg Ehrke2015-01-221-0/+7
| | |
* | | remove insane debug-log from OC_ImageGeorg Ehrke2015-01-221-1/+0
| | |