nextcloud/lib
Oliver Salzburg 392a4dd68a
Use specific privileges when creating admin
Using the ALL shorthand can cause problems when not all privileges are available to the user.
For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege.
While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users.
By supplying a specific set of privileges, we work around this limitation without sacrificing functionality.

Closes #16139

Signed-off-by: Oliver Salzburg <oliver.salzburg@gmail.com>
2019-07-16 10:26:25 +02:00
..
composer Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etag 2019-07-15 21:37:25 +02:00
l10n [tx-robot] updated from transifex 2019-07-12 02:15:00 +00:00
private Use specific privileges when creating admin 2019-07-16 10:26:25 +02:00
public new model to manage some simple queries 2019-07-14 19:07:28 -01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Migrate the maintenance script to a modern module and bundle 2019-05-16 16:45:00 +02:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00