aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* mailing list: ability to add guest usersAlex Auvolat2023-02-084-20/+71
|
* First iteration on mailing list administration interfaceAlex Auvolat2023-02-085-1/+112
|
* Slight improvements to admin viewAlex Auvolat2023-02-081-2/+16
|
* Inclusive + Fix checks + Fix SSHAbetter_loginQuentin Dufour2022-07-194-9/+18
|
* show everyone in the directory page by defaultshow-everyone-by-defaultdarkgallium2021-08-181-0/+5
|
* remove useless newlineAlex Auvolat2021-08-161-1/+0
|
* Fix directory searchingAlex Auvolat2021-08-163-28/+39
|
* Improve profile editing page & photo uploadingAdd_DirectoryAlex Auvolat2021-08-161-26/+41
|
* Add profile image front-end and back-endMrArmonius2021-08-162-3/+14
| | | | | | | Correct when empty result The image showed when the result was empty. Now if the `dn == ""` then we write in the column image just `""`
* Add Description and visibility attributesMrArmonius2021-08-162-0/+13
| | | | | | | | | | | | Modify in profil's page your description and your choice about show you on the directory. The default visibility's choice is false. Tthe description is empty by default. In the directory, a new row exist to show the description. Adapt view in column Description I use the style `word-break: break-all;` on the `<td>`
* New HTML DirectoryMrArmonius2021-08-163-0/+35
|
* Cleanup code in admin.goAlex Auvolat2021-08-161-4/+4
|
* Add Datalist to help search users or group in LDAP admin pageMrArmonius2021-07-221-2/+12
|
* Fix @ symbol on the login pageMrArmonius2021-07-011-1/+1
|
* Use Argon2 hash functionAlex Auvolat2020-02-151-5/+2
|
* Fix code generation form templateAlex Auvolat2020-02-141-7/+12
|
* Invitation mechanism with codes etcAlex Auvolat2020-02-141-1/+1
|
* Invitation mechanism with codes etcAlex Auvolat2020-02-144-1/+88
|
* Mechanism to create new accountAlex Auvolat2020-02-142-3/+88
|
* Prettier message when wrong username or password on loginAlex Auvolat2020-02-121-0/+6
|
* Use more appropriate `description` instead of `displayname` for everything ↵Alex Auvolat2020-02-123-11/+20
| | | | except users
* Refactor is_admin checkAlex Auvolat2020-02-121-2/+2
|
* Disable email modification in user profileAlex Auvolat2020-02-111-1/+1
|
* ContainerizeAlex Auvolat2020-02-101-1/+1
|
* A true arobase symbolAlex Auvolat2020-02-101-1/+1
|
* Better tools for initial setupAlex Auvolat2020-02-102-1/+2
|
* Make some values non deletableAlex Auvolat2020-02-101-5/+7
|
* Minor UI changesAlex Auvolat2020-02-105-11/+18
|
* Ability to delete an objectAlex Auvolat2020-02-091-0/+16
|
* Add breadcrumbs; stuffAlex Auvolat2020-02-092-8/+24
|
* Add form to create objectsAlex Auvolat2020-02-092-0/+51
|
* Also show groups/members when none are present for some object classesAlex Auvolat2020-02-091-3/+3
|
* Add/remove from groupsAlex Auvolat2020-02-091-21/+71
|
* LDAP modification formAlex Auvolat2020-02-094-3/+172
|
* Uniformize templatesAlex Auvolat2020-02-094-41/+45
|
* User listAlex Auvolat2020-02-093-2/+29
|
* Do not always show invite and admin linksAlex Auvolat2020-02-091-11/+15
|
* Appearance tweakAlex Auvolat2020-02-091-4/+5
|
* Password changeAlex Auvolat2020-02-093-30/+67
|
* Profile modifyAlex Auvolat2020-02-092-5/+65
|
* Implement logoutAlex Auvolat2020-02-093-11/+35
|
* Integrate Bootstrap CSSAlex Auvolat2020-02-092-1/+9
|
* Implement loginAlex Auvolat2020-02-092-0/+25