summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-202-0/+40
|
* Merge pull request #20518 from nextcloud/backport/20505/stable16Roeland Jago Douma2020-04-182-9/+9
|\ | | | | [stable16] do not advertise nulled userId for for systemwide credentials
| * fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-162-9/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-04-182-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-164-4/+4
|
* Do not allow installing on MySQL 8.0+ and MariaDB 10.4+Joas Schilling2020-04-141-12/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Split the exception handling so install errors don't log as setup errorsJoas Schilling2020-04-141-3/+11
| | | | | | More gebuging Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the new connection on setup like with PostgreSQL and OracleJoas Schilling2020-04-141-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling2020-04-141-4/+13
| | | | | | Provide the auth method for MySQL 8.0+ Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-04-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-132-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-04-118-4/+22
|
* [tx-robot] updated from transifexNextcloud bot2020-04-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-092-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-072-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-064-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-04-056-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-04-046-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
|
* [tx-robot] updated from transifexNextcloud bot2020-03-304-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+4
|
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-03-242-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-206-4/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+2
|
* Update the target when it isempty after sharingRoeland Jago Douma2020-03-181-0/+5
| | | | | | | Hooks that listen to it (audit log) benefit from having the target properly set. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-174-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-152-0/+20
|
* Do not use the instance name as user part of from mail addressesJulius Härtl2020-03-131-1/+1
| | | | | | | This will cause issues since the theming name can contain characters that are not allowed in the local part of the mail address (like spaces) Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add message for DoesNotExistExceptionDaniel Kesselberg2020-03-061-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #19096 from nextcloud/backport/19023/stable16Roeland Jago Douma2020-03-051-0/+14
|\ | | | | [stable16] expose Argon2 options (as we did for bcrypt)
| * ignore values that undershoot the minimum, go with defaultArthur Schiwon2020-02-211-5/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * use getSystemValueIntblizzz2020-02-211-3/+3
| | | | | | | | | | | | Co-Authored-By: kesselb <mail@danielkesselberg.de> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * expose Argon2 options (as we did for bcrypt)Arthur Schiwon2020-02-211-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-03-054-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-042-2/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-022-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-282-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-252-0/+2
| |
* | Strip of users home path from share api messageJoas Schilling2020-02-221-2/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #19472 from nextcloud/backport/19465/stable16Joas Schilling2020-02-171-1/+5
|\ | | | | [stable16] when we receive intentional empty whats new info, do not try to show it
| * when we receive intentional empty whats new info, do not try to show itArthur Schiwon2020-02-141-1/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-02-152-0/+4
|/
* Don't create invalid usersJoas Schilling2020-02-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-02-116-0/+6
|