login/pass: error messages below page title
[minimedit.git] / auth.inc.php
2021-04-27 Mischa POSLAWSKYissue/activity: ignore missing author
2020-12-01 Mischa POSLAWSKYauth: create user object regardless of login
2019-11-25 Mischa POSLAWSKYauth: append login to formatted user names
2019-10-27 Mischa POSLAWSKYauth: admin edit permissions for page (sub)directories
2019-10-27 Mischa POSLAWSKYauth: admin subpermission check for edit pages
2019-10-19 Mischa POSLAWSKYlogin/edit: allow setup form for missing users
2019-10-15 Mischa POSLAWSKYauth: admin permissions per function
2019-07-12 Mischa POSLAWSKYauth: user method to retrieve configured email
2019-06-28 Mischa POSLAWSKYnieuws: prefer full names of comment authors
2019-06-28 Mischa POSLAWSKYauth: store global user metadata in User object
2018-11-13 Mischa POSLAWSKYlogin: support eol in text configuration files
2018-08-11 Mischa POSLAWSKYlogin/emulate: request page as different user v3.6
2018-08-04 Mischa POSLAWSKYlogin/members: order by full name
2018-07-09 Mischa POSLAWSKYlogin/list: join multiple names by ampersands
2018-07-07 Mischa POSLAWSKYlogin/list: option to order by seen date
2018-07-07 Mischa POSLAWSKYlogin/list: indicate admins by suffix description
2018-07-07 Mischa POSLAWSKYlogin/list: retrieve optional user data on demand
2018-07-07 Mischa POSLAWSKYlogin/list: profile class to access user data
2018-06-19 Mischa POSLAWSKYlogin: replace unsupported characters in user names
2018-06-14 Mischa POSLAWSKYpage: prefer dutch time zone for all users
2018-04-25 Mischa POSLAWSKYlogin: store user data in /profile directory
2017-12-22 Mischa POSLAWSKYadmin/pass: form to change current password
2017-12-22 Mischa POSLAWSKYauth: reusable functions for password verification
2017-11-27 Mischa POSLAWSKYauth: support unhashed passwords
2017-10-04 Mischa POSLAWSKYlogin: save user access details to last.log
2017-10-04 Mischa POSLAWSKYlogin: derive user permissions from .admin file
2017-10-04 Mischa POSLAWSKYlogin: log authenticated user in apache note
2017-10-02 Mischa POSLAWSKYlogin: store passwords in separate user files
2017-09-18 Mischa POSLAWSKYedit: replace executable check by filename validation
2017-09-18 Mischa POSLAWSKYlogin: replace http authentication by cookie system
2017-07-12 Mischa POSLAWSKYlogin: replace page editability var by admin status
2017-07-12 Mischa POSLAWSKYlogin: emulate apache authentication to check admin...
2017-07-12 Mischa POSLAWSKYpage: move client authentication to php include