Ralf Becker
1afdfbc992
pending changes from our translation server
2024-11-05 20:16:26 +01:00
Ralf Becker
9ca8646510
pending translations from our translation server
2024-09-30 08:18:43 +02:00
ralf
3eb3a87cf2
* ActiveDirectory: allow to disable VLV controls, if your AD has problems with it AND can return all users in a single query
2024-08-26 17:53:12 +02:00
Ralf Becker
e95888c770
pending translations from our translation-server
2024-08-24 13:51:51 +02:00
ralf
1c0719cb7c
* Api/Auth/OpenIDConnect: allow to specify which JWT payload attribute to use and a regular expression to extract username from it
2024-07-19 14:10:32 +02:00
Ralf Becker
3cafe5adc4
pending translations from our translation-server
2024-03-04 09:04:56 +01:00
Ralf Becker
5f2c0f448e
pending translations from our translation server
2024-01-25 09:53:39 +01:00
ralf
c6d14a5f6e
* OpenIDConnect: allow to show as button on login page to use together with regular password login
...
also fix/hack not working social icons and SAML button on login page
2024-01-13 12:58:06 +02:00
ralf
c0298bf234
* ActiveDirectory: optionally also use/import groups of type distribution-list
2024-01-11 10:47:31 +02:00
ralf
9844a78b34
* EPL S3: fix not working upload of backups
2024-01-08 12:13:50 +02:00
ralf
8dba8c7f46
translation and documenting the callback URL for OpenID Connect
2023-12-11 10:42:45 +02:00
Ralf Becker
671dc1d28b
pending translations from our translation server
2023-12-01 07:01:27 +01:00
Ralf Becker
3e27a643b6
pending translations from our translation server
2023-11-10 06:44:58 +01:00
ralf
1a0660a6cc
* Setup/Authentication: added an authentication log and fallback authentication for all backends
2023-07-06 15:50:53 +02:00
ralf
77d8c718e5
do not show passwords via header-admin unless downloading the file is the only way to update it due to not existing write permissions
2023-06-16 11:28:49 +02:00
ralf
7314b5ee65
fix typo "recommen(d)"
2023-03-02 14:21:34 +01:00
ralf
190c785388
* AD/LDAP: account import supports now (keeping) local groups and their memberships, if configured to do so
2023-02-24 09:47:42 +01:00
ralf
e28329b1d7
WIP ADS/LDAP account-import:
...
- refactored to a class
- added async import and logging
--> ToDo: groups, deleting of users and testing with LDAP
2022-06-28 16:58:38 +02:00
Ralf Becker
9c852a30a5
pending translations from our translators
2021-05-03 21:51:50 +02:00
Ralf Becker
3c956d0144
* Saml/Shiboleth/SmallPART: allow to use affiliation attribute to sync with Teachers group
2020-10-30 11:44:49 +01:00
Ralf Becker
b5138d34a5
translations
2020-09-02 15:16:34 +02:00
Ralf Becker
9825b36148
pending translations from our translation server
2020-07-31 13:02:30 +02:00
Ralf Becker
4ccc773c74
German translations mostly for SAML/Shibboleth authentification
2020-06-12 12:19:16 +02:00
Ralf Becker
3c9419ee1a
replacing old PEAR dependency check with Composer
2019-06-17 18:11:56 +02:00
Ralf Becker
310182cc85
Add translations
2019-05-14 17:27:48 +02:00
Hadi Nategh
49abce8235
Fix wrongly spelled EGroupware name
2018-04-11 15:13:39 +02:00
Ralf Becker
37957a49f4
update/add support options in setup and about EGroupware page
2018-01-29 10:20:18 +01:00
Ralf Becker
f41a6da838
add zip extension to installcheck, as it is required to merge-print office files
2016-06-17 11:17:21 +02:00
Ralf Becker
6c7026fa52
* Setup: support mail authentication without PHP imap extension
2015-06-10 15:44:01 +00:00
Ralf Becker
3c4cb54f34
* Setup: allow to use Composer ( https://getcomposer.org/ ) to manager requirements (instead of PEAR)
2015-01-18 12:05:09 +00:00
Ralf Becker
e3e42b3dc8
be more specific about found pear packages, for which we could not check the version
2014-08-27 10:25:17 +00:00
Ralf Becker
0d8051837c
translations from Stefan
2014-01-28 13:40:16 +00:00
Klaus Leithoff
841afa5ba0
translations from translation server; thanks to thoose that contributed
2013-12-18 09:17:12 +00:00
Ralf Becker
b8ce46782c
re-order ADS above CAS, as it now also allowed for account storage and translations
2013-05-25 09:15:17 +00:00
Klaus Leithoff
c9e8e0b115
replace old sieveport 2000 with new default 4190
2013-05-21 14:54:01 +00:00
Ralf Becker
b46770872e
new German translations from Stefan
2013-02-18 15:52:43 +00:00
Ralf Becker
fc074d0856
account migration changes now account_repository and auth_type to migration type (no need to store that type first)
2012-11-20 15:32:23 +00:00
Ralf Becker
3625cfb855
setup too: new function "Clear cache and register hooks", also called automatic when restoring a backup
2012-10-31 17:17:28 +00:00
Ralf Becker
508c3c5517
* Admin/Setup: button to mount backup directory under /backup into VFS
2012-03-27 11:20:08 +00:00
Hans-Jürgen Tappe
c563830c4a
Fix a typo.
2011-09-03 17:04:02 +00:00
Ralf Becker
562343a4dd
disabling permanent error_log and missing translation
2011-06-06 06:39:07 +00:00
Ralf Becker
fae1d29e68
- implemented more secure password hashing types: sha512_crypt, sha256_crypt and blowfish_crypt (later was only just broken)
...
- DB schema update for account_pwd to varchar(128) to accomodate sha512_crypt hashes
- enable automatic migration to sha512_crypt, if on SQL or LDAP (but only on Linux, as OpenLDAP has not native support for it)
2011-06-05 23:22:51 +00:00
Ralf Becker
574911d077
* Setup/API: new option to enforce ssl (without specifying a domain in Webserver-URL)
2011-05-31 13:33:26 +00:00
Ralf Becker
86be53f4a3
showing ssha as default and sorting it as top option
2011-05-04 13:47:44 +00:00
Stefan Becker
b2ef231049
adding German Translations
2011-03-21 14:19:02 +00:00
Ralf Becker
8be6483a2a
* added valid timezone set in php.ini check
2010-09-29 09:15:29 +00:00
Ralf Becker
409b8dd552
removed old jpgraph version and added setup and pm level checks asking user to install a recent one
2010-09-17 17:25:44 +00:00
Ralf Becker
856c19553c
As suggest by Hans-Jürgen: Warn if some required apps are NOT installed: phpgwapi, etemplate, egw-pear, home, admin, preferences
...
Should also remind people about the required egw-pear app ;-)
2010-09-17 09:45:55 +00:00
Stefan Becker
911cba0189
added some German translations
2010-05-21 12:23:15 +00:00
Ralf Becker
3f026390ab
"fixed typo in german translation"
2010-03-30 07:01:12 +00:00