summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #19734 from nextcloud/version/16.0.9/RC1v16.0.9RC1Roeland Jago Douma2020-03-051-2/+2
|\ \ | |/ |/| 16.0.9 RC1
| * 16.0.9 RC1Roeland Jago Douma2020-03-051-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18230 from nextcloud/stable16-backport/18120Roeland Jago Douma2020-03-054-2/+101
|\ | | | | [stable16] respect shareapi_allow_share_dialog_user_enumeration in Principal bac…
| * respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2020-03-034-2/+101
| | | | | | | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #19096 from nextcloud/backport/19023/stable16Roeland Jago Douma2020-03-052-0/+46
|\ \ | | | | | | [stable16] expose Argon2 options (as we did for bcrypt)
| * | extended documentationArthur Schiwon2020-02-211-10/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | 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-212-0/+31
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-0536-40/+76
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-0412-20/+56
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-03-036-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-0212-8/+28
| |
* | Merge pull request #19717 from nextcloud/backport/19707/stable16Roeland Jago Douma2020-03-011-1/+2
|\ \ | | | | | | [stable16] Fix non-centered no javascript message
| * | Fix non-centered no javascript messageGary Kim2020-02-291-1/+2
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-016-14/+14
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-02-29128-18/+154
| |
* | Merge pull request #18885 from nextcloud/backport/17717/stable16Julius Härtl2020-02-285-155/+96
|\ \ | | | | | | [stable16] relax strict getHome behaviour for LDAP users in a shadow state
| * | relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-02-285-155/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplifies deletion process * less strange behaviour when looking up home storage (as long as it is local) * thus could enable transfer ownerships after user went invisible on ldap backport of #17717 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> decouple userExists from userExistsOnLDAP check allows to mark users as offline right away, avoids a gap of being not a user and causing weird side effects Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> adjust tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> remove superfluous tests - user_ldap is not exposed to public api, it is always behind ldap_proxy - this is too much for a unit test - integration tests cover userExists implicitly Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> ensure that only valid group members are returned Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-2822-102/+130
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-02-2718-6/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-26168-68/+642
| |
* | Merge pull request #19626 from nextcloud/backport/19549/stable16blizzz2020-02-251-17/+25
|\ \ | | | | | | [stable16] remove noise from detectUuid and cache results
| * | remove noise from detectUuid and cache resultsArthur Schiwon2020-02-241-17/+25
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #19638 from nextcloud/backport/19634/stable16Roeland Jago Douma2020-02-252-4/+3
|\ \ \ | | | | | | | | [stable16] Correctly trim long cyrillic note
| * | | Correctly trim long cyrillic noteJoas Schilling2020-02-252-4/+3
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / [tx-robot] updated from transifexNextcloud bot2020-02-2552-142/+228
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-02-2430-44/+48
| |
* | Merge pull request #19594 from nextcloud/backport/19528/stable16Roeland Jago Douma2020-02-232-2/+7
|\ \ | | | | | | [stable16] Strip of users home path from share api message
| * | Strip of users home path from share api messageJoas Schilling2020-02-222-2/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-2318-10/+46
|/ /
* / [tx-robot] updated from transifexNextcloud bot2020-02-22192-60/+224
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-212-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-02-2014-0/+68
|
* [tx-robot] updated from transifexNextcloud bot2020-02-1934-0/+76
|
* [tx-robot] updated from transifexNextcloud bot2020-02-18126-118/+138
|
* Merge pull request #19472 from nextcloud/backport/19465/stable16Joas Schilling2020-02-172-1/+9
|\ | | | | [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-142-1/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-02-172-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-1614-6/+64
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-1524-8/+52
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-14168-10/+334
|
* Merge pull request #19453 from nextcloud/backport/19424/stable16Roeland Jago Douma2020-02-131-1/+1
|\ | | | | [stable16] Don't create invalid users
| * 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-13110-388/+404
|
* [tx-robot] updated from transifexNextcloud bot2020-02-1222-12/+38
|
* [tx-robot] updated from transifexNextcloud bot2020-02-1138-36/+126
|
* Merge pull request #19362 from nextcloud/backport/19349/stable16blizzz2020-02-101-1/+4
|\ | | | | [stable16] Prevent archieved download on secure view
| * Prevent archieved download on secure viewJoas Schilling2020-02-081-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-02-1040-2/+98
| |