Ralf Becker
|
76ab4eee25
|
return account_expires and account_primary_group via accounts::search
|
2013-07-03 16:26:18 +00:00 |
|
Ralf Becker
|
486298a7c9
|
optional parameter for et2_nextmatch.applyFilters(_set) to certain filters before updating the rows, eg. applyFilters({ filter: '', search: ''}); to reset filter to 'all', remove search and update the rows
|
2013-07-03 14:29:17 +00:00 |
|
Ralf Becker
|
349da32512
|
allow to set name attribute of iframe (to be used as target in links)
|
2013-07-03 14:26:33 +00:00 |
|
Ralf Becker
|
8e2d4260f8
|
fixing autocomplete fix in case account_ or contact_repository is not set in DB (defaults of sql are used)
|
2013-07-03 08:27:13 +00:00 |
|
Ralf Becker
|
9afb974d44
|
loading actual groups now via callback
|
2013-07-02 18:26:53 +00:00 |
|
Ralf Becker
|
98f13d3e55
|
new method to specify images of a given node or standard images for new node (not specifying them), fixed merging of dynamicly loaded data, which was not taking recursive struture into account and -1 as id to update, using new id of new data in that case
|
2013-07-02 18:24:32 +00:00 |
|
Ralf Becker
|
4850efed1e
|
fix js error, when chosen is not loaded, eg. on admin >> manage accounts
|
2013-07-02 12:37:01 +00:00 |
|
Ralf Becker
|
ffceaf445a
|
prototype for an admin app using et2 and a navigation tree, need to set index url in database: UPDATE egw_applications SET app_index="admin.admin_ui.index&ajax=true" WHERE app_name="admin" (dont forget to clear cache)
|
2013-07-01 17:07:07 +00:00 |
|
Ralf Becker
|
7116826306
|
* eMail/ActiveDirectory: fixed not working autocomplete of accounts
|
2013-07-01 12:06:54 +00:00 |
|
Ralf Becker
|
bca1712229
|
fixed allowed memory size exceeded error, if trying to read history from a ldap or ads contact with an id starting with a letter, did an unlimited query for all history-log entries of addressbook
|
2013-06-29 16:44:55 +00:00 |
|
Ralf Becker
|
1bbe643808
|
fixed allowed memory size extended error, if trying to read history from a ldap or ads contact with an id starting with a letter, did an unlimited query for all history-log entries of addressbook
|
2013-06-29 16:41:54 +00:00 |
|
Ralf Becker
|
3e7651060c
|
fixed CardDAV for accounts in ADS
|
2013-06-29 11:42:27 +00:00 |
|
Ralf Becker
|
65b2606120
|
fixed not working re-creation because missing objectclass(es) in account-addressbook
|
2013-06-29 11:42:24 +00:00 |
|
Ralf Becker
|
5e153a1a48
|
fixed CardDAV for accounts in ADS
|
2013-06-29 11:41:55 +00:00 |
|
Ralf Becker
|
300cdbe0c3
|
fixed not working re-creation because missing objectclass(es) in account-addressbook
|
2013-06-29 11:41:02 +00:00 |
|
Ralf Becker
|
d90b03b5ee
|
Changelog for 11.1.20130629
|
2013-06-29 09:37:42 +00:00 |
|
Ralf Becker
|
7cfa4e1617
|
* Admin/API/ADS: account creation did not set initial password
|
2013-06-29 09:34:48 +00:00 |
|
Ralf Becker
|
2702d01b34
|
* Admin/API/ADS: account creation did not set initial password
|
2013-06-29 09:30:22 +00:00 |
|
Ralf Becker
|
026ad4ccdf
|
* Admin/Preferences/ADS: give explicit error, that AD requires SSL or TLS to change passwords (not just failing with unspecific error)
|
2013-06-29 08:51:37 +00:00 |
|
Ralf Becker
|
8325352e88
|
* Admin/Preferences/ADS: give explicit error, that AD requires SSL or TLS to change passwords (not just failing with unspecific error)
|
2013-06-29 08:51:02 +00:00 |
|
Ralf Becker
|
4e7669dfd0
|
remove old default of 7 for password length, as it allways checks for that default otherwise
|
2013-06-28 16:20:28 +00:00 |
|
Ralf Becker
|
5e0c017129
|
remove old default of 7 for password length, as it allways checks for that default otherwise
|
2013-06-28 16:20:01 +00:00 |
|
Ralf Becker
|
d522bbd808
|
* Debian/RPM: fixed "PHP Fatal error: Call to a member function drop_add_all_langs() on a non-object" on install/update of a non-default package
|
2013-06-28 14:15:28 +00:00 |
|
Ralf Becker
|
dfe80d61c3
|
* Debian/RPM: fixed "PHP Fatal error: Call to a member function drop_add_all_langs() on a non-object" on install/update of a non-default package
|
2013-06-28 14:14:53 +00:00 |
|
Ralf Becker
|
378db94ac9
|
Changelog for 11.1.20130628
|
2013-06-28 11:37:03 +00:00 |
|
Ralf Becker
|
287abb2b38
|
adding again error message and number from DB to exception thrown in case of SQL errors, also adding a new method to abstract MySQL group_contact for PostgreSQL 8.4+
|
2013-06-28 10:50:42 +00:00 |
|
Ralf Becker
|
9a4693822c
|
* PostgreSQL: automatic fix GROUP BY clause to contain all non-aggregate selected columns, to work around SQL errors, caused by this MySQL "optimisation"
|
2013-06-28 10:44:46 +00:00 |
|
Ralf Becker
|
5d7e722340
|
forgotten phrases for password strengh
|
2013-06-27 14:45:56 +00:00 |
|
Ralf Becker
|
0c1e3f7ed4
|
forgotten phrases for password strengh
|
2013-06-27 14:45:29 +00:00 |
|
Ralf Becker
|
91fc5bc23d
|
* ProjectManager/Timesheet: automatic change a changed project-title in Timesheet too
|
2013-06-27 14:43:54 +00:00 |
|
Ralf Becker
|
639d686176
|
* Calendar: use "default" filter for home screen, instead of "all" which shows canceled events too
|
2013-06-27 09:25:35 +00:00 |
|
Ralf Becker
|
32895cdda5
|
removed accidently commited change
|
2013-06-27 09:24:50 +00:00 |
|
Ralf Becker
|
ac40e068b6
|
* Calendar: use "default" filter for home screen, instead of "all" which shows canceled events too
|
2013-06-27 09:22:24 +00:00 |
|
Nathan Gray
|
533f141bc2
|
nextmatch is always valid too
|
2013-06-26 22:23:41 +00:00 |
|
Nathan Gray
|
0c6f70005a
|
Implement some basic client-side validation (required)
|
2013-06-26 20:50:10 +00:00 |
|
Ralf Becker
|
1da892e989
|
display mail-address for groups in AD
|
2013-06-26 19:58:19 +00:00 |
|
Ralf Becker
|
a0cba996a0
|
display mail-address for groups in AD
|
2013-06-26 19:57:48 +00:00 |
|
Ralf Becker
|
f0a6c30faf
|
run addaccount hook for new accounts and set account_id in menuclass links (left menu) after account-creation
|
2013-06-26 19:56:20 +00:00 |
|
Ralf Becker
|
c5246d90c9
|
run addaccount hook for new accounts and set account_id in menuclass links (left menu) after account-creation
|
2013-06-26 19:55:20 +00:00 |
|
Nathan Gray
|
7142d632a5
|
Implement htmlarea ascii mode
|
2013-06-26 19:34:14 +00:00 |
|
Ralf Becker
|
f98770409a
|
* EMailAdmin: Postfix tcp-map and Dovecot checkpassword scripts supporting ActiveDirectory using multivalued proxyAddresses attribute as implemented by emailadmin_smtp_ads
|
2013-06-26 18:50:59 +00:00 |
|
Nathan Gray
|
8f2248b6ab
|
When setting nextmatch filters, accept empty values too
|
2013-06-26 18:04:51 +00:00 |
|
Nathan Gray
|
c20029dfd6
|
Process entities returned along with row data in all cases
|
2013-06-26 17:28:51 +00:00 |
|
Nathan Gray
|
0fa6386b1c
|
Avoid XSS by using CSS to keep line breaks intact instead.
|
2013-06-26 14:11:54 +00:00 |
|
Ralf Becker
|
2ee2387831
|
fixed lost active account-status, if an error happend (disabled permanent error_log)
|
2013-06-26 10:49:06 +00:00 |
|
Ralf Becker
|
52933ba6c3
|
fixed lost active account-status, if an error happend (disabled permanent error_log)
|
2013-06-26 10:48:37 +00:00 |
|
Ralf Becker
|
76abb48fa4
|
fixed auth_sql to allow updating passwords of in-active accounts and return true for all successfull password changes as documented (returned false if password was unchanged and hash password on success)
|
2013-06-26 09:49:57 +00:00 |
|
Ralf Becker
|
5eea435035
|
fixed auth_sql to allow updating passwords of in-active accounts and return true for all successfull password changes as documented (returned false if password was unchanged and hash password on success)
|
2013-06-26 09:49:30 +00:00 |
|
Ralf Becker
|
eadc4edf2e
|
* Admin/API/LDAP: fixed not working pagination of accounts for 2. or further pages introduced by enabling caching again in last package
|
2013-06-26 08:12:47 +00:00 |
|
Ralf Becker
|
ee41d4a09d
|
* Admin/API/LDAP: fixed not working pagination of accounts for 2. or further pages introduced by enabling caching again in last package
|
2013-06-26 08:12:17 +00:00 |
|