Hadi Nategh
|
5850f84ae7
|
* Mail: Fix create new identity can not save email address
|
2017-03-30 17:28:02 +02:00 |
|
Ralf Becker
|
707393e985
|
pending CS and FR changes from our translation server
|
2017-03-15 11:47:41 +01:00 |
|
Ralf Becker
|
8700b3a2e1
|
fix no longer working db-creation after 6dfe752b7f allow to switch whole database readonly
|
2017-03-13 16:43:01 +01:00 |
|
nathangray
|
f7d4741418
|
Fix unable to add ACLs
|
2017-03-09 11:06:44 -07:00 |
|
Ralf Becker
|
6dfe752b7f
|
allow to switch whole database readonly, via setting "db_readonly" => true in header.inc.php
|
2017-03-09 16:48:26 +01:00 |
|
nathangray
|
6277ea0af8
|
Some translation improvements from Stefan Unverricht
|
2017-02-27 17:27:06 -07:00 |
|
nathangray
|
086804ac6e
|
* Admin: Save the bulk password reset notification email for next time
|
2017-02-22 08:05:27 -07:00 |
|
nathangray
|
950404b36e
|
Allow changing category owner via context menu for application categories
|
2017-02-14 11:33:33 -07:00 |
|
Hadi Nategh
|
0fdd3da429
|
Fix mail account dialog always gets scrollbar
|
2017-02-10 11:20:36 +01:00 |
|
Ralf Becker
|
888deaaaa4
|
pending it+sk translations from our translation server
|
2017-01-31 10:19:23 +01:00 |
|
Ralf Becker
|
c814960684
|
* Admin: fix bulk password reset to pick only passwords having required strength
|
2017-01-27 14:28:41 +01:00 |
|
Ralf Becker
|
88bd6858e7
|
* Timesheet/Resources/Filemanager/Calendar: customfields could not be deleted
|
2017-01-17 18:25:54 +01:00 |
|
Hadi Nategh
|
3905891e7b
|
Implement google recaptcha for sitemanager forms
|
2016-12-09 14:09:06 +01:00 |
|
Ralf Becker
|
eddf805a60
|
fix SQL error when Db->Type is not "mysql", as it should be, but eg. "mysqli" and therefore PostgesSQL SIMILAR is used with MySQL/MariaDB
|
2016-12-01 13:02:34 +01:00 |
|
Ralf Becker
|
39e7b84fb0
|
fix removing aliases incl. identity was remove all identities, but the one it was supposed to remove
|
2016-11-15 14:29:02 +01:00 |
|
Ralf Becker
|
7fe6eead5a
|
remove identity if alias is removed with "-alias" AND create_identity is "yes"
|
2016-11-14 13:44:40 +01:00 |
|
Ralf Becker
|
d099fbe28a
|
fix error if no alias/forward set stalling setting one, caused by using NULL instead of an empty array throws error: Argument 1 passed to array_modify() must be of the type array, null given
|
2016-11-10 09:52:43 +01:00 |
|
nathangray
|
921329b9f8
|
Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht
|
2016-11-07 09:28:03 -07:00 |
|
Ralf Becker
|
3e8244fc6d
|
* Admin: fix fatal error when using "Deny Access" from context menu on groups
|
2016-10-31 18:13:44 +01:00 |
|
Ralf Becker
|
ad6e846caa
|
fix check for existing identity for first array element
|
2016-10-31 16:05:30 +01:00 |
|
Ralf Becker
|
1694f3a4a9
|
remove +/- prefix, as it is not part of email but operator
|
2016-10-31 16:05:30 +01:00 |
|
Ralf Becker
|
61364b6b0b
|
remove +/- prefix, as it is not part of email but operator
|
2016-10-31 16:05:30 +01:00 |
|
Ralf Becker
|
4eeb35275d
|
fix setting alias and forwards, allow to add/remove from existing ones
|
2016-10-31 16:05:29 +01:00 |
|
Ralf Becker
|
6fbea014c7
|
* Admin/Mail: allow to add aliases, forwards and quota via admin-cli, optional create identities for aliases
|
2016-10-31 16:05:29 +01:00 |
|
Ralf Becker
|
b19476ede3
|
need to set ident_email_alias selectbox too, if changing identity
|
2016-10-28 14:54:42 +02:00 |
|
Ralf Becker
|
754d5ac893
|
do not make ident_email_alias select-box readonly for regular users editing their sigature
|
2016-10-28 14:47:02 +02:00 |
|
Ralf Becker
|
f3466615b6
|
* Admin/Mail: allow to limit users to only create identities for aliases
|
2016-10-28 14:29:31 +02:00 |
|
Hadi Nategh
|
271e594a7a
|
Try to correct ckeditor references point to vendor directory
|
2016-10-09 11:27:24 +02:00 |
|
Ralf Becker
|
3128fa4761
|
* Admin: show "check ip address of all sessions": No (it was stored but always shown as Yes)
Caused by "" being deleted when stored and not set === null value picked first option Yes, now we send "" for a not set value to client-side
|
2016-10-04 14:30:51 +02:00 |
|
Ralf Becker
|
b075dd81be
|
fix documentation where to put log to api/templates/default/images
|
2016-09-19 10:17:57 +02:00 |
|
Hadi Nategh
|
fe5c0a9493
|
Fix Ctrl+A in context menu does not get translated
|
2016-09-16 17:10:06 +02:00 |
|
Ralf Becker
|
18f5b8ad93
|
fix Scrutinizer errors
|
2016-08-15 11:58:06 +02:00 |
|
Ralf Becker
|
8d6a2166b4
|
* Admin: warn admin if passwords for new accounts / password reset lack in strength
|
2016-08-12 13:48:36 +02:00 |
|
Ralf Becker
|
dceafd2400
|
add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog
|
2016-08-12 11:38:23 +02:00 |
|
Ralf Becker
|
3ed36b48e3
|
pending translations from our translation server, thanks to Illias and others
|
2016-08-10 09:10:45 +02:00 |
|
Ralf Becker
|
135eeadf69
|
* Admin: fix PHP Fatal error when editing custom fields in a minimal install
|
2016-08-09 11:26:54 +02:00 |
|
nathangray
|
bc27658dbd
|
When loading something into admin, accept & show string data even though it's not valid
|
2016-07-29 09:51:03 -06:00 |
|
Ralf Becker
|
3909c2fdf0
|
* Admin/APC(u): fix error in clear cache: if APC(u) runs out of memory clearing just instance cache clear whole cache
|
2016-07-28 12:07:28 +02:00 |
|
Ralf Becker
|
2b2ca2586e
|
* Admin: fix PHP Fatal Class jdots_framework does not exist in minimal install
|
2016-07-12 11:44:52 +02:00 |
|
Ralf Becker
|
c421676041
|
do not use jdots class not always installed by Api\Framework\Ajax, which is always available
|
2016-07-08 16:38:22 +02:00 |
|
Ralf Becker
|
1687476928
|
* Admin: add used caching provider and APCu stats to "PHP Information"
|
2016-07-08 12:10:55 +02:00 |
|
Ralf Becker
|
96ecf94a40
|
fix redirect to admin index fails via ajax_exec, as there is no menuaction in url
|
2016-06-30 11:15:25 +02:00 |
|
nathangray
|
c21ac29b96
|
Fix documentation
|
2016-06-29 10:22:24 -06:00 |
|
nathangray
|
7c3d97ba12
|
Load app hooks with ajax=true into a div instead of an iframe
|
2016-06-29 09:48:54 -06:00 |
|
Ralf Becker
|
29d34bcc6c
|
fix PHP Fatal in 16.1 minimal install caused by usage of old categories:: constants
|
2016-06-27 18:38:04 +02:00 |
|
leithoff
|
2b925a44af
|
give more details about possible error
|
2016-06-24 14:28:49 +02:00 |
|
Ralf Becker
|
50b33f279c
|
Italian translations from Ilias Chasapakis, Webtrain
|
2016-06-23 18:35:20 +02:00 |
|
Ralf Becker
|
6c47da8f64
|
we need to set a different dom-id for each application and also global categories of that app
otherwise eT2 objects are overwritter when a second categories template is shown
|
2016-06-13 16:04:11 +02:00 |
|
Hadi Nategh
|
5e4412aea5
|
Run applications categories with ajax=true
- Fix categories colors not showing up
- Fix categories list refresh does not work
|
2016-06-13 12:30:21 +02:00 |
|
Ralf Becker
|
b17fd7004e
|
* Admin: fix async service testjob to run on a default install (no phpgwapi)
|
2016-06-08 15:15:01 +02:00 |
|