Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't hide server not available exception, fixes #20536 | Arthur Schiwon | 2016-03-08 | 1 | -0/+3 |
| | |||||
* | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-09-08 | 1 | -0/+1 |
| | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | Catch cache garbage collection exception on postLogin | Vincent Petry | 2015-07-01 | 1 | -2/+8 |
| | | | | Just log the exception instead of preventing access to OC. | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Fix login handler for file cache - fixes #16795 | Thomas Müller | 2015-06-08 | 1 | -1/+4 |
| | |||||
* | Bring back OC\Cache\File - fixes #16760 | Thomas Müller | 2015-06-05 | 1 | -0/+14 |
| | |||||
* | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 1 | -14/+0 |
|\ | | | | | Drop file caching | ||||
| * | also free joblist and base from file cache code | Arthur Schiwon | 2015-05-12 | 1 | -14/+0 |
| | | |||||
* | | release all locks on shutdown | Robin Appelman | 2015-06-01 | 1 | -0/+2 |
| | | |||||
* | | fix preview hooks, enable_previews default is true | Georg Ehrke | 2015-05-13 | 1 | -1/+1 |
| | | |||||
* | | use hooks to update encryption keys instead of the storage wrapper if a file ↵ | Bjoern Schiessle | 2015-05-11 | 1 | -0/+2 |
|/ | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date | ||||
* | 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 |
| | |||||
* | Don't display errors and log them | Lukas Reschke | 2015-05-05 | 1 | -5/+3 |
| | | | | Fixes https://github.com/owncloud/core/issues/16014 | ||||
* | 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 | ||||
* | use the preSetup hook to ensure the encryption wrapper is applied correctly | Robin Appelman | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Delay initialization of the OC\Encryption\Update - introducing ↵ | Thomas Müller | 2015-04-17 | 1 | -19/+2 |
| | | | | 'OC\Encryption\HookManager' | ||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15489 from owncloud/dont_hide_exceptions_master | Thomas Müller | 2015-04-10 | 1 | -0/+4 |
|\ | | | | | Dont hide exceptions master | ||||
| * | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+4 |
| | | | | | | | | | | | | Conflicts: core/templates/login.php lib/base.php | ||||
* | | Merge pull request #15510 from owncloud/cron-singleuser | Thomas Müller | 2015-04-10 | 1 | -14/+24 |
|\ \ | |/ |/| | block cron when in single user mode | ||||
| * | Fix singe user mode on public.php - take two | Thomas Müller | 2015-04-10 | 1 | -1/+5 |
| | | |||||
| * | Fix single user check in case no user is logged in | Thomas Müller | 2015-04-09 | 1 | -13/+19 |
| | | |||||
* | | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -25/+26 |
|/ | |||||
* | Encryption storage wrapper is enabled by default - necessary to detect ↵ | Thomas Müller | 2015-04-07 | 1 | -4/+1 |
| | | | | encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption | ||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -0/+1 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | Setting up the encryption wrapper in a setup hook - temporarily fixes the ↵ | Thomas Müller | 2015-04-07 | 1 | -17/+1 |
| | | | | wrapping order | ||||
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 1 | -3/+0 |
| | |||||
* | fix lib/private/encryption/util.php call | Bjoern Schiessle | 2015-04-07 | 1 | -12/+18 |
| | |||||
* | Add mount point to disable the encryption wrapper | Robin Appelman | 2015-03-31 | 1 | -8/+12 |
| | |||||
* | Merge pull request #15234 from owncloud/encryption2_core | Thomas Müller | 2015-03-26 | 1 | -2/+43 |
|\ | | | | | core part of encryption 2.0 | ||||
| * | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -2/+43 |
| | | | | | | | | encryption modules | ||||
* | | Merge pull request #15232 from owncloud/remove-arg-separator-magic | Lukas Reschke | 2015-03-26 | 1 | -1/+0 |
|\ \ | | | | | | | Remove custom `arg_separator.output` | ||||
| * | | Remove custom `arg_separator.output` | Lukas Reschke | 2015-03-26 | 1 | -1/+0 |
| |/ | | | | | | | | | | | This seems unrequired nowadays and like a legacy fragment. It should be safe to remove. Fixes https://github.com/owncloud/core/issues/14782 | ||||
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+42 |
|/ | |||||
* | Handle session initialization errors and display error page - fixes #15053 | Thomas Müller | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | Stop executing, when 3rdparty is missing or apps directory is invalid | Joas Schilling | 2015-03-18 | 1 | -10/+21 |
| | |||||
* | Properly handle available databases at runtime and respect setup checks in ↵ | Thomas Müller | 2015-03-11 | 1 | -1/+2 |
| | | | | command line as well | ||||
* | Use occ to install ownCloud in autotest.sh | Thomas Müller | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Refactor \OC\Memcache\Factory | Robin McCorkell | 2015-03-05 | 1 | -2/+2 |
| | | | | | | | | | | Caches divided up into two groups: distributed and local. 'Low latency' is an alias for local caches, while the standard `create()` call tries to get distributed caches first, then local caches. Memcache backend is set in `config.php`, with the keys `memcache.local` and `memcache.distributed`. If not set, `memcache.distributed` defaults to the value of `memcache.local`. | ||||
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -29/+4 |
| | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS. | ||||
* | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -4/+4 |
| | |||||
* | Add detection for invalid CLI configuration for settings page | Lukas Reschke | 2015-02-27 | 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 | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -42/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Always load authentication apps | Lukas Reschke | 2015-02-24 | 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 | ||||
* | properly initialize OC::$WEBROOT and host name | Thomas Müller | 2015-02-23 | 1 | -11/+16 |
| | |||||
* | implement command maintenance:install | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+42 |
| | |||||
* | Merge pull request #14199 from owncloud/cast-type-manually | Morris Jobke | 2015-02-19 | 1 | -3/+3 |
|\ | | | | | Manually type-cast all AJAX files | ||||
| * | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -3/+3 |
| | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core |