Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #14632 from owncloud/backport/14593 | Morris Jobke | 2015-03-11 | 1 | -1/+16 | |
|\ \ \ | | | | | | | | | Backport/14593 | |||||
| * | | | Simplify code | Lukas Reschke | 2015-03-02 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-03-02 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994 | |||||
* | | | | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8 | Morris Jobke | 2015-03-11 | 2 | -1/+27 | |
|\ \ \ \ | | | | | | | | | | | [stable8] Disable the cache updater when doing the encryption migration | |||||
| * | | | | Allow disabling the cache updater | Robin Appelman | 2015-03-03 | 2 | -1/+27 | |
| |/ / / | ||||||
* | | | | Merge pull request #14686 from owncloud/backport-14682 | Morris Jobke | 2015-03-11 | 1 | -6/+4 | |
|\ \ \ \ | | | | | | | | | | | Backport 14682 | |||||
| * | | | | Fix method signature for stable8 | Joas Schilling | 2015-03-04 | 1 | -5/+2 | |
| | | | | | ||||||
| * | | | | Update scanFile() and scanChildren() to the new signature of the parent class | Joas Schilling | 2015-03-04 | 1 | -6/+7 | |
| |/ / / | ||||||
* | | | | Merge pull request #14698 from owncloud/backport-14550 | Morris Jobke | 2015-03-11 | 1 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | [stable8] fix warning in gc | |||||
| * | | | | fix warning in gc | Robin Appelman | 2015-03-05 | 1 | -1/+2 | |
| |/ / / | ||||||
* | | | | Merge pull request #14760 from owncloud/backport-14713 | Morris Jobke | 2015-03-11 | 1 | -9/+10 | |
|\ \ \ \ | | | | | | | | | | | Check whether the file id is valid, before using it to delete the previe... | |||||
| * | | | | Check whether the file id is valid, before using it to delete the previews | Joas Schilling | 2015-03-09 | 1 | -9/+10 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #14756 from owncloud/backport-14750 | Morris Jobke | 2015-03-11 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | [stable8] proper filename for "require version.php" | |||||
| * | | | proper filename for "require version.php" | Morris Jobke | 2015-03-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 | |
| | | | | ||||||
* | | | | Use an atomic implementation on sqlite for insertIfNotExist() | Thomas Müller | 2015-03-06 | 1 | -33/+9 | |
|/ / / | ||||||
* | | | 14719 without public API | Lukas Reschke | 2015-03-05 | 3 | -50/+24 | |
| | | | ||||||
* | | | Sort results | Lukas Reschke | 2015-03-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix totally broken AppStore | Lukas Reschke | 2015-03-05 | 3 | -4/+63 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant: 1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard. 2. You could not disable apps from the categories but only from the "Activated" page 3. It did not show the activation state from any category page This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first. That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that. Fixes https://github.com/owncloud/core/issues/14711 | |||||
* | | Merge pull request #14587 from owncloud/fix/14283 | Bernhard Posselt | 2015-02-27 | 1 | -10/+29 | |
|\ \ | | | | | | | Only read php://input when parameters are requested | |||||
| * | | Only read php://input when parameters are requested | Lukas Reschke | 2015-02-27 | 1 | -10/+29 | |
| | | | | | | | | | | | | | | | | | | Less invasive version of https://github.com/owncloud/core/pull/14574 for stable8 as requested at https://github.com/owncloud/core/issues/14283#issuecomment-76402295 Alarm: Major hack detected :see_no_evil: | |||||
* | | | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -0/+6 | |
|/ / | ||||||
* | | add phpdoc | Bernhard Posselt | 2015-02-27 | 1 | -0/+20 | |
| | | ||||||
* | | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-27 | 1 | -6/+46 | |
| | | ||||||
* | | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 2 | -0/+41 | |
| | | ||||||
* | | Check if we have a proper fileinfo | Robin Appelman | 2015-02-27 | 1 | -2/+16 | |
| | | ||||||
* | | Merge pull request #14504 from ↵ | Thomas Müller | 2015-02-27 | 2 | -10/+50 | |
|\ \ | | | | | | | | | | | | | owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough | |||||
| * | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -7/+37 | |
| | | | ||||||
| * | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -3/+13 | |
| |/ | | | | | | | Now checking whether the written bytes match the number of read bytes. | |||||
* | | Merge pull request #14518 from owncloud/backport-14282-stable8 | Thomas Müller | 2015-02-26 | 3 | -72/+79 | |
|\ \ | | | | | | | [Backport-14282-stable8] | |||||
| * | | 3rd-party apps are only disabled in case core is upgraded | Thomas Müller | 2015-02-25 | 1 | -0/+14 | |
| | | | ||||||
| * | | shipped and 3rd-party apps of type authentication and session will remain ↵ | Thomas Müller | 2015-02-25 | 1 | -3/+11 | |
| | | | | | | | | | | | | enabled during update | |||||
| * | | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-25 | 3 | -72/+57 | |
| |/ | | | | | | | | | Conflicts: lib/private/app.php | |||||
* | | Cleanup garbage collection for global file cache | Robin Appelman | 2015-02-26 | 2 | -28/+46 | |
| | | ||||||
* | | Merge pull request #14424 from owncloud/backport-13767 | Thomas Müller | 2015-02-26 | 1 | -3/+7 | |
|\ \ | | | | | | | [stable8] Use insertIfNotExists() and reload mimetypes after inserting one | |||||
| * | | Use insertIfNotExists() and reload mimetypes after inserting one | Joas Schilling | 2015-02-23 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merge pull request #14484 from owncloud/backport/auth/14471 | Lukas Reschke | 2015-02-26 | 1 | -3/+4 | |
|\ \ \ | | | | | | | | | [Backport] Always load authentication apps | |||||
| * | | | Always load authentication apps | Lukas Reschke | 2015-02-25 | 1 | -3/+4 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared. In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7) Backport to 8 might be something to consider. Fixes https://github.com/owncloud/core/issues/14469 | |||||
* / | | Skip primary index if the table has one | Victor Dubiniuk | 2015-02-25 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge pull request #14423 from owncloud/backport/14275 | Thomas Müller | 2015-02-23 | 1 | -3/+6 | |
|\ \ | | | | | | | Backport/14275 | |||||
| * | | DAV authentication: also use Owncloud's internal user for short-circuit | Christian Seiler | 2015-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | It still works otherwise, but without this, the performance optimization of #13416 is defeated in these situations. | |||||
| * | | DAV authentication: use Owncloud's internal user instead of HTTP-supplied one | Christian Seiler | 2015-02-23 | 1 | -2/+5 | |
| |/ | | | | | | | Fixes: #14048, #14104, calendar#712 | |||||
* | | Merge pull request #14257 from owncloud/backport/14194 | Lukas Reschke | 2015-02-23 | 3 | -6/+6 | |
|\ \ | |/ |/| | [backport-14194-stabe8] URLEncode logout attribute | |||||
| * | URLEncode logout attribute | Lukas Reschke | 2015-02-17 | 3 | -6/+6 | |
| | | | | | | | | Otherwise logout can fail if the requesttoken contains a + | |||||
* | | in some case charset can be in lower case | RealRancor | 2015-02-19 | 1 | -1/+3 | |
| | | ||||||
* | | Remove old l10n files | Joas Schilling | 2015-02-19 | 1 | -8/+0 | |
| | | ||||||
* | | Add mapping for a broken varchar type. Fixes #14247 | Victor Dubiniuk | 2015-02-18 | 1 | -0/+1 | |
| | | ||||||
* | | Use APCu only if available in version 4.0.6 and higher | Lukas Reschke | 2015-02-17 | 1 | -0/+2 | |
|/ | | | | | | | | APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8 | |||||
* | Merge pull request #14259 from owncloud/fix-autoloader-message-stable8 | Lukas Reschke | 2015-02-16 | 1 | -1/+4 | |
|\ | | | | | Properly show the warning about the missing composer autoloader | |||||
| * | Properly show the warning about the missing composer autoloader | Morris Jobke | 2015-02-16 | 1 | -1/+4 | |
| | |