Commit Graph

644 Commits (master)

Author SHA1 Message Date
Joas Schilling 0215b004da
Update with robin 8 years ago
Joas Schilling ba87db3fcc
Fix others 8 years ago
Robin Appelman 586c58efa7
add occ command to show user information 8 years ago
Robin Appelman 3d874c407d
Add commands to add/remove users to/from groups 8 years ago
Robin Appelman 413d577b29
add command to list groups 8 years ago
Robin Appelman b44d439010
add occ command to list users 8 years ago
Björn Schießle ea470f8777 Merge pull request #405 from nextcloud/theming-fixes
Theming fixes
8 years ago
Joas Schilling 2c988ecbf4
Use the themed Defaults everywhere 8 years ago
Joas Schilling aaf2be4c3d
Use argument instead of value 8 years ago
Joas Schilling 4656b79c8e
FIx my email 8 years ago
Joas Schilling 9ed62c3b81
Fix descriptions 8 years ago
Joas Schilling dcacdde1ea
Add tests for set/get/delete/list 8 years ago
Joas Schilling 01899b8cf1
Add tests for checkInput() 8 years ago
Joas Schilling db6dba9619
Allow deleting a setting 8 years ago
Joas Schilling c3c7a5fd2c
Allow setting values 8 years ago
Joas Schilling b96f0c99b0
Add a occ command to list/get user preferences 8 years ago
Thomas Pulzer 0638937ada Changed the input option for database-port to required when parameter was provided.
Added casting database port to int for input sanitation in pgsql and oci connections.
8 years ago
Thomas Pulzer d367318088 Added occ install option for database-port.
Extended the database setup to store the database port.
Changed the PostgreSQL connection error message for clarification.
8 years ago
Thomas Pulzer 90b7f74da7 Changed name of default logfile from owncloud.log to nextcloud.log. 8 years ago
Vincent Petry f062b62f03 Keep encryption enabled if decrypting for single user
When decrypting all files of a single user, the admin usually does not
intend encryption to be suddenly disabled for everyone. This fix
reenables encryption after decrypting for a single user.

Decrypting for all users will still disable encryption globally.
8 years ago
Jörn Friedrich Dreyer c45b7b0bdf Allow empty host when installing on oracle via CLI (#25034) 8 years ago
Joas Schilling 4c26abe228 Fix the FIXME (#25022) 8 years ago
Vincent Petry 9b6125e49b Merge pull request #24992 from owncloud/fix_decrypt_message
Fix Decrypt message via occ
8 years ago
Sergio Bertolín 67c9e598ae Fixed reviews 8 years ago
Joas Schilling d4ba982131
Allow to decrypt user '0' files only 8 years ago
davitol f9b3865093 Comments fixed 8 years ago
davitol eaeb5d606d Fix Decrypt message via occ 8 years ago
Joas Schilling 0e3a0e0fdb Allow setting debug as loglevel via occ log_manage (#24834) 8 years ago
Lukas Reschke aba539703c
Update license headers 8 years ago
Vincent Petry 87fa86a69a Merge pull request #24559 from owncloud/2fa
two factor auth
8 years ago
Christoph Wurst 847bbc51b6
add OCC command to enable/disable 2FA for a user 8 years ago
Joas Schilling df4d6063d0
Chunk the "db:convert-type" select queries, to not run out of memory so fast 8 years ago
Lukas Reschke 52add798d4 Do not automatically try to enable index.php-less URLs (#24539)
The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur
l` entry and then derives the `RewriteBase` from it.

This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc.

This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…)

Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if
admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`.

For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master.

Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9.

Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
8 years ago
Thomas Müller 4b2544925f Merge pull request #23844 from owncloud/disable-user
Add occ commands to enable and disable a user + a disabled user can n…
8 years ago
Roeland Jago Douma fc82047e26
Move OC_Log_xx to \OC\Log namespace 8 years ago
Thomas Müller 9c9fec36dd
Add occ commands to enable and disable a user + a disabled user can no longer login - fixes #23838 8 years ago
Thomas Müller 7ad1d491f4
Adding progress to occ upgrade 8 years ago
Thomas Müller cdcd49b473
Adding progress to occ maintenance:repair 8 years ago
Thomas Müller 48b61b7b5a
Deprecate appinfo/update.php - RepairSteps within info.xml are to be used 8 years ago
Thomas Müller 3aa77960ef
Adding pre- and post-migration repair steps 8 years ago
Roeland Douma 0c5f915377 Merge pull request #24054 from owncloud/data_fingerprint
Add data-fingerprint property
8 years ago
Thomas Müller 5c3183cedd
Move version check code out of class Updater 8 years ago
Roeland Jago Douma a2c8597b00
Add occ command for updating the data-fingerprint 8 years ago
Lukas Reschke a4b19a5b1e
Rename files to be PSR-4 compliant 8 years ago