Commit Graph

101 Commits

Author SHA1 Message Date
Joas Schilling
1deab991be Increase versions to 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:17:40 +02:00
Arthur Schiwon
0bef515783 add information about configurable LDAP Avatar behaviour
ref https://github.com/nextcloud/server/pull/10098
2018-07-04 12:44:16 +02:00
Arthur Schiwon
234f55629e update outdated info 2018-07-04 12:43:16 +02:00
Gabriel Anca Corral
81898c25da Add space before TODO in two_factor-auth.rst 2018-06-12 20:37:45 +01:00
Manuel Stahl
d1530c2c55 user_auth_ldap: List password change feature
Fixes #734
2018-05-03 16:06:27 +02:00
Marius Blüm
ff7a0874a7 Document haveibeenpwnd.com 2018-04-09 10:25:51 +02:00
Morris Jobke
0796042872 Add new return code for create user provisioning API
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-23 10:17:57 +01:00
Arthur Schiwon
08dbd677de explain how to enable user login with nested groups
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-12-19 13:08:43 +01:00
Arthur Schiwon
a3a3014a69 clarify permissions needed for ldap password change
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-12-04 11:37:05 +01:00
peterdamian
9919a3fd3d #600 Change headers to sentence case 2017-11-20 15:15:05 -05:00
Morris Jobke
2f2ff04c8b Merge pull request #608 from peterdamian/change-peterdamian
Fix headers in the admin manual only
2017-11-17 07:54:07 +01:00
peterdamian
e07dd2c746 Header changes for the admin manual, #602 2017-11-15 17:01:03 -05:00
Arthur Schiwon
747351247c add documentation about updateAttributesInterval
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-13 16:25:10 +01:00
peterdamian
530a67034f Change Sqlite to SQLite, behaviour to behavior and acute accent to apostrophe 2017-11-10 15:17:48 -05:00
Marius Blüm
09e715ee3e User Management improvements
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-06-18 12:34:17 +02:00
Arthur Schiwon
2eda419aea format table
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:34 -05:00
Arthur Schiwon
14127bec2a document LDAP API
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:29 -05:00
Morris Jobke
9ef437c382 Update version number in links to 12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-01 12:20:28 -03:00
Roger Szabo
442a01ffc3 comment by blizzz 20170425
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2017-04-25 18:29:47 +08:00
Roger Szabo
c0bfba2fcc ldap default password policy
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2017-04-25 17:25:59 +08:00
Morris Jobke
133d7d1120 Document API for sending welcome email again
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-20 18:09:59 -05:00
Joas Schilling
0d044385d9 Add new user attributes to the docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-10 12:42:47 +02:00
Joas Schilling
f994accb33 Fix code blocks and captions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-10 12:35:13 +02:00
Joas Schilling
27cb92fb6b Adjust more mentions on php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:00:43 +01:00
Björn Schießle
6003188b51 Update user_provisioning_api.rst
Mention that the content type "application/x-www-form-urlencoded" is needed for POST request, see https://secure.php.net/manual/en/reserved.variables.post.php
2016-12-14 14:32:21 +01:00
Morris Jobke
2fe8fd88bf Merge pull request #240 from GitHubUser4234/master
Documentation for enabling changing passwords in user_ldap
2016-12-09 12:44:53 +01:00
Morris Jobke
76db1b7832 fix all the warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-09 12:07:01 +01:00
Roger Szabo
08dd8d9392 use bullet points
Signed-off-by: Roger Szabo <roger.szabo@web.de>
2016-12-07 16:59:32 +08:00
Joas Schilling
84aa7807bd Remove trailing whitespaces
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-07 07:28:36 +01:00
Joas Schilling
52c02a5ab5 Merge pull request #187 from dnutan/master
auth LDAP + user provisioning API
2016-12-07 07:22:33 +01:00
Morris Jobke
d4eb8bfd3a fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-06 11:05:43 +01:00
Morris Jobke
360842eee2 adjust to @blizzz comments
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-06 11:04:50 +01:00
Morris Jobke
e279124261 Document sizelimit exceed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-06 10:59:48 +01:00
Jos Poortvliet
6ee4225fbd create 2FA documentation 2016-11-21 18:09:22 +01:00
Benedikt Geißler
1947cef098 Add documentation for enabling and disabling users via the Nextcloud provisioning API 2016-11-10 18:13:24 +01:00
dnutan
3cc3875a80 minor corrections
NOTE: **groups / getgroup** section: HTTP method and provided example don't match. Which of them is correct (GET)? (lines: 555, 564)
2016-09-24 21:54:25 +02:00
dnutan
662821b706 Update user_auth_ldap.rst
Changes to be carefully reviewed.

Note: the following **Directory Settings** options are not described in the documentation:

* Dynamic Group Member URL
* Nested Groups
* Paging chunksize
2016-09-24 16:21:22 +02:00
root
97ecc15074 doc for password policy 2016-09-05 16:55:04 +08:00
Roeland Jago Douma
8626051300 OCS API request OCS-APIRequest header to be set 2016-09-05 08:14:59 +02:00
root
d5845872bc layout correction 2016-08-23 15:50:52 +08:00
root
c8e772de31 layout correction 2016-08-23 15:49:27 +08:00
root
baa61a87fc layout correction 2016-08-23 15:39:38 +08:00
root
32d060cf09 wording 2016-08-23 15:39:02 +08:00
root
afd5b78a46 wording 2016-08-23 15:36:06 +08:00
root
d30c29329f layout correction 2016-08-23 15:34:02 +08:00
root
0bfca91281 layout correction 2016-08-23 15:20:45 +08:00
root
699146e05f add comments for pr #600 2016-08-23 15:15:00 +08:00
Hagen Graf
6c07be5745 Update user_password_policy.rst 2016-08-02 12:16:05 +02:00
Hagen Graf
7a2feec175 Update user_password_policy.rst 2016-08-02 12:13:41 +02:00
Hagen Graf
f7c890784c Update user_password_policy.rst 2016-08-02 12:10:35 +02:00