| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
lib/private/util.php
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/10624
Fix copy paste fail
Add unittest for comma separated headers
Revert 3rdparty
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some security utilities to core including:
- A library for basic crypto operations (e.g. to encrypt passwords)
- A better library for cryptographic actions which allows you to specify the charset
- A library for secure string comparisions
Remove .htaccess
Remove .htaccess
Fix typo
Add public API
Use timing constant comparision
Remove CBC constant
Adjust code
Remove confusing $this
|
|\
| |
| | |
Comment out mount_file config option
|
| |
| |
| |
| | |
Prevents sample config issues with external storages. Fixes #9734
|
|\ \
| | |
| | | |
Add a copied_sample_config switch
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports...
Add some explanation about this switch
Move check to init
|
|\ \ \
| | | |
| | | | |
Set default share folder
|
| |/ / |
|
| | | |
|
|/ /
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/10366
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
If a default app isn't visible for the user, try the next one.
Else fallback to the "files" app.
|
| |
|
|
|
|
| |
of containers, use generated container names for tests
|
| |
|
| |
|
|\
| |
| | |
Refactor OC_DB::connect() to properly support sockets.
|
| | |
|
|/
|
|
|
|
|
| |
This includes all mountpoints except the Shared one in
the used space calculation.
Added unit tests for ext storage inclusion in quota calculation
|
|\
| |
| | |
Allow apps to control via a hook skipping add/remove a file during filescan
|
| |
| |
| |
| |
| |
| | |
* Use "filesystem_cache_readonly" config setting, update comment in config.sample
* Use $this->cacheActive to cache config setting
* Add public Scanner::setCacheActive() to set $cacheActive programmatically
|
| | |
|
| | |
|
|/
|
|
|
| |
Some people believe that they should copy the sample config to the "real" config. I noticed this several times in IRC and on the bugtracker.
I guess this warning should be enough to avoid this in the future.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Minor changes in config.sample
* wakeup/master:
Update config.sample.php
Minor changes in config.sample
|
| | |
|
| |
| |
| |
| |
| |
| | |
* appcodechecker accepts boolean.
* using different ports in trusted domains
Partially fixes #330
|
|\ \
| |/
|/| |
Fixes login / logout when HTTP Basic Headers are avilable.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Users often ask in IRC or the forum how to add another domain.
Hopefully they will be able to find it out on their own if we have an example with two domains.
|
|/
|
|
|
| |
It isn't uncommon that admins create a backup file of the config (i.e. `config.php.bak`) before performing any changes. This would allow everybody to read the backup of the configuration file which contain several secret and critical values.
I don't believe this is worth a backport or getting added to the installer. It's just a nice to have. People that create public readable backups of their configuration are the one to blame, not us :-)
|
|
|
|
|
| |
Whenever the reverse proxy is using "/" as the webroot, it is now
possible to set that value in "overwritewebroot"
|
|\
| |
| | |
Cache folder is now configurable
|
| |
| |
| |
| |
| |
| | |
When using an external cache folder, it is automatically mounted in
FileSystem::initFileSystem so that any app can use it transparently
by creating a view on the "/$user/cache" directory.
|
|/
|
|
| |
Fixes #2012
|
|
|
|
| |
This can be confusing and/or annoying
|
|\
| |
| | |
Add overwritehost config on setup and upgrade
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
config/config.sample.php
|
| |\ \
| | |/
| |/| |
mount: make location of mount.json configurable
|
| | |
| | |
| | |
| | |
| | |
| | | |
do not share users data with config files
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add support for multiple memcached servers.
* owncloud/memcached-multiple-servers:
Readd support for memcached_server config variable.
Add support for multiple memcached servers.
|
| | | |
|