Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16124 from ↵ | Lukas Reschke | 2015-05-08 | 1 | -0/+5 |
|\ | | | | | | | | | owncloud/issue-16109-fix-share-email-with-shared-folder Fix the share mail notification when the item is in a folder | ||||
| * | Fix the share mail notification when the item is in a folder | Joas Schilling | 2015-05-06 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #16146 from ↵ | Lukas Reschke | 2015-05-08 | 1 | -1/+7 |
|\ \ | | | | | | | | | | | | | owncloud/issue-16103-hide-module-already-exists-on-enable-app Avoid the log entry with the ModuleAlreadyExists exception when enabl… | ||||
| * | | Avoid the log entry with the ModuleAlreadyExists exception when enabling the app | Joas Schilling | 2015-05-07 | 1 | -1/+7 |
| | | | |||||
* | | | use cross storage move when renaming the part file during webdav put | Robin Appelman | 2015-05-07 | 1 | -10/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-07 | 50 | -94/+4 |
| | | |||||
* | | Merge pull request #16119 from owncloud/fix-16056 | Thomas Müller | 2015-05-07 | 1 | -11/+14 |
|\ \ | | | | | | | [HHVM] Throw RunTimeException from OC\AppFramework\App::buildAppNamespace() | ||||
| * | | Check return value of OC_App::getAppPath() and verify info.xml exists. | Andreas Fischer | 2015-05-06 | 1 | -11/+14 |
| | | | |||||
* | | | Merge pull request #15628 from owncloud/enc_fix_rename | Björn Schießle | 2015-05-06 | 2 | -7/+108 |
|\ \ \ | | | | | | | | | Encryption - fix moving/copying files between storages | ||||
| * | | | Fix missing types on doc block and deduplicate the method name | Joas Schilling | 2015-05-06 | 1 | -4/+4 |
| | | | | |||||
| * | | | update 'encrypted'-flag in file cache according to the storage settings | Bjoern Schiessle | 2015-05-06 | 2 | -6/+47 |
| | | | | |||||
| * | | | move/copy from storage | Bjoern Schiessle | 2015-05-06 | 1 | -7/+67 |
| | |/ | |/| | |||||
* | | | Merge pull request #16099 from labkode/prevent-preview-hooks | Joas Schilling | 2015-05-06 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | Do not trigger preview hooks if enable_previews is false | ||||
| * | | Do not trigger preview hooks if enable_previews is false | Hugo Gonzalez Labrador | 2015-05-06 | 1 | -10/+10 |
| | | | |||||
| * | | Do not trigger preview hooks if enable_previews is false | Hugo Gonzalez Labrador | 2015-05-06 | 1 | -7/+9 |
| | | | |||||
* | | | unit tests | Bjoern Schiessle | 2015-05-06 | 1 | -1/+1 |
| | | | |||||
* | | | check if encryption is enbaled before we start moving keys | Bjoern Schiessle | 2015-05-06 | 2 | -34/+43 |
| |/ |/| | |||||
* | | Merge pull request #16067 from owncloud/verbosity-in-app-code-check | Lukas Reschke | 2015-05-06 | 1 | -1/+1 |
|\ \ | | | | | | | Add verbosity option to app:check-code | ||||
| * | | Add verbosity option to app:check-code | Morris Jobke | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * by default only lists files with errors * option -v lists all files even if there are no errors | ||||
* | | | Merge pull request #16070 from owncloud/enc_update_file_cache_on_copy | Morris Jobke | 2015-05-06 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | make sure that we keep the correct encrypted-flag and the (unencrypted)size | ||||
| * | | make sure that we keep the correct encrypted-flag and the (unencrypted)size ↵ | Bjoern Schiessle | 2015-05-05 | 1 | -0/+4 |
| |/ | | | | | | | if a file gets copied | ||||
* | | Merge pull request #16072 from owncloud/phpdoc-cache | Morris Jobke | 2015-05-06 | 4 | -30/+139 |
|\ \ | | | | | | | improve phpdoc of cache classes | ||||
| * | | improve phpdoc of cache classes | Robin Appelman | 2015-05-05 | 4 | -30/+139 |
| |/ | |||||
* | | Merge pull request #16017 from owncloud/proper-update-notification | Morris Jobke | 2015-05-06 | 1 | -0/+1 |
|\ \ | | | | | | | Use OC.Notification for update notifications | ||||
| * | | Use OC.Notification for update notifications | Morris Jobke | 2015-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * instead of a static rendering inside PHP use the JS OC.Notification.showTemporary to hide the notification after 7 seconds automatically * fixes #14811 | ||||
* | | | Merge pull request #16050 from ↵ | Jörn Friedrich Dreyer | 2015-05-06 | 2 | -24/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/add-workaround-for-populate-raw-post-data Don't display errors and log them | ||||
| * | | | Don't depend on always_populate_raw_post_data | Lukas Reschke | 2015-05-05 | 1 | -19/+0 |
| | | | | |||||
| * | | | Don't display errors and log them | Lukas Reschke | 2015-05-05 | 1 | -5/+3 |
| | |/ | |/| | | | | | | | Fixes https://github.com/owncloud/core/issues/16014 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-06 | 14 | -24/+54 |
| | | | |||||
* | | | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 2 | -0/+18 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-05 | 74 | -86/+16 |
| | | |||||
* | | Check `mbstring.func_overload` only if the mb module is installed. | Lukas Reschke | 2015-05-04 | 1 | -2/+17 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/14670 | ||||
* | | Remove PHP 5.4 warning in checkSetup | Lukas Reschke | 2015-05-04 | 1 | -9/+0 |
| | | | | | | | | This is catched in index.php as older PHP versions will never execute the code path until there due to 5.4 syntax changes. | ||||
* | | Merge pull request #16042 from owncloud/fix-output-buffering | Thomas Müller | 2015-05-04 | 1 | -1/+0 |
|\ \ | | | | | | | Remove hard-dependency on disabled output_buffering | ||||
| * | | Remove hard-dependency on disabled output_buffering | Lukas Reschke | 2015-05-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This removes the hard-dependency on output buffering as requested at https://github.com/owncloud/core/issues/16013 since a lot of distributions such as Debian and Ubuntu decided to use `4096` instead of the PHP recommended and documented default value of `off`. However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in `.user.ini` and `.htaccess` are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems. Fixes https://github.com/owncloud/core/issues/16013 | ||||
* | | | Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favorite | Lukas Reschke | 2015-05-04 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix undefined variable $tagId | ||||
| * | | | Fix undefined variable $tagId | Joas Schilling | 2015-05-04 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #15772 from ↵ | Joas Schilling | 2015-05-04 | 1 | -7/+9 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/issue-15771-dont-restrict-permissions-for-share-owner Do not restrict permissions for the original owner | ||||
| * | | Ignore "parent" shares when the sharee is the owner of the reshare-source | Joas Schilling | 2015-04-29 | 1 | -0/+2 |
| | | | |||||
| * | | Correctly select file cache values also when checking group shares | Joas Schilling | 2015-04-29 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #16020 from owncloud/set-charset-via-ini-set | Thomas Müller | 2015-05-04 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Try to set required ini values in base.php | ||||
| * | | | Try to set required ini values in base.php | Lukas Reschke | 2015-05-03 | 1 | -0/+7 |
| | |/ | |/| | | | | | | | Fixes https://github.com/owncloud/core/issues/16006 | ||||
* | | | Merge pull request #15958 from owncloud/usage-of-public-log-interface | Thomas Müller | 2015-05-04 | 7 | -16/+23 |
|\ \ \ | |/ / |/| | | Use internally \OCP\ILogger instead of \OC\Log | ||||
| * | | Use internally \OCP\ILogger instead of \OC\Log | Morris Jobke | 2015-04-30 | 7 | -16/+23 |
| | | | | | | | | | | | | | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter | ||||
* | | | Add proper versioning for doc URL | Lukas Reschke | 2015-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | As per 8.1 we have docs for minor versions as well so we need to link to `8.1` here instead to `8.0`. Fixes https://github.com/owncloud/core/issues/16002 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-02 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #15937 from owncloud/file-locking | Thomas Müller | 2015-05-01 | 10 | -23/+588 |
|\ \ \ | | | | | | | | | Add memcache based shared/exclusive locking | ||||
| * | | | allow getting the path from the lockedexception | Robin Appelman | 2015-04-30 | 2 | -2/+23 |
| | | | | |||||
| * | | | use trait for cas polyfill for xcache | Robin Appelman | 2015-04-30 | 1 | -24/+2 |
| | | | | |||||
| * | | | add memcache based shared/exclusive locking | Robin Appelman | 2015-04-30 | 3 | -0/+158 |
| | | | |