Commit Graph

19 Commits

Author SHA1 Message Date
8b88e748f7 * Admin: new config to generate no or lowercase email addresses for new users 2018-02-20 09:15:42 +01:00
2876a2838c Adjust 'Group' account search keyword so even if someone searches for 'Group', we still respect the 'type' parameter and only return user accounts if that was what was requested. 2017-09-20 09:27:39 -06:00
319d217a3e Some test adjustments to make things a little smoother, and prepare for some widget tests 2017-04-04 10:31:30 -06:00
2b45b52477 fix warning about static use of Accounts::is_(active|expried) by making it static and throw a WrongParameterException, if is_expired is called with no parameter 2017-02-06 10:38:01 +01:00
f8be81e17f Clear instance singleton on destruct
Allows for unit testing
2017-01-11 15:46:12 -07:00
225bc0bbc2 fix searching for "group" reveals groups normally hidden by forced account-selection pref "groupmembers" or "none" 2016-10-31 18:46:59 +01:00
648b6fd759 If searching for an account and you include 'Group ' (or translation) in the search string, it will search just groups instead of all accounts. 2016-10-24 09:21:57 -06:00
1088278b37 no need to call accounts class, if we have no id 2016-08-24 19:43:37 +02:00
e724752600 remove deprecated use of read without id (1. parameter) to accounts class in phpgwapi 2016-08-24 16:10:52 +02:00
6deedce782 try translating default group descriptions on read, in case they are not translated 2016-06-26 19:44:53 +02:00
e600eede2a fix iOS calendar crashed if event-organizer had no email address 2016-06-16 18:14:28 +02:00
e87cbc4832 use static Hooks methods 2016-05-11 18:58:10 +00:00
1ffea39da0 using now Egw and Egw\Applications direct 2016-04-26 18:56:51 +00:00
8c87cf9dfc move egw_framework to api and refactor it 2016-04-07 20:42:06 +00:00
00abda4682 moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving 2016-03-28 18:51:38 +00:00
2d26d595b6 Avoid type mismatch causing 'Not an integer' 2016-03-25 16:22:06 +00:00
4da844a70f move categories class to api 2016-03-20 13:41:33 +00:00
d1da1f8bb7 Fix class not found error 2016-03-14 21:11:37 +00:00
d407b9aae1 moved accounts classes to Api\Accounts 2016-03-06 15:54:07 +00:00