Commit Graph

1542 Commits

Author SHA1 Message Date
Ralf Becker
4775a62bdb removed not used php files from lang-directory 2012-07-11 09:49:45 +00:00
Ralf Becker
45b9ac78de * Admin: View sessions / access log allows to sort by login ID, IP, last action 2012-07-03 14:07:12 +00:00
Klaus Leithoff
8f5d18a316 try to switch off autocompletion of passwords when handling accounts 2012-06-06 15:20:15 +00:00
Klaus Leithoff
616fbeec40 update of italian translations provided by Ilias Chasapakis, Webtrain Services 2012-06-06 10:30:00 +00:00
Ralf Becker
668d517a39 * Admin: remove session timeout from EGroupware config and read it via ini_get("session.gc_maxlifetime") as config fails for many reasons, if different from php.ini setting 2012-05-29 14:46:44 +00:00
Ralf Becker
6df01e13de * Addressbook: skip letter of deleted type, when creating new contact types, as it gives SQL error 2012-05-08 08:50:45 +00:00
Ralf Becker
9d42e85478 quiten warnings, if file are outside open_basedir 2012-04-26 07:13:01 +00:00
Nathan Gray
2ed67861bd - Allow adding a child category to a restricted category
- Show filter for application global categories

r38832: Default owner to same as parent category when adding a child category
r38891: Fix missing parent category when adding a child when parent has acl
r38939: Apply no_acl_check to global categories too
2012-04-17 14:46:56 +00:00
Ralf Becker
d84ea6e319 Show icon based on icon-selectbox, hide placeholder (broken image), if no icon selected 2012-04-05 12:46:39 +00:00
Ralf Becker
1af08e72e8 * Admin/ImportExport: fixed import of already hashed passwords 2012-03-29 18:34:24 +00:00
Ralf Becker
5b05366132 * Admin/Setup: button to mount backup directory under /backup into VFS 2012-03-27 11:21:00 +00:00
Klaus Leithoff
8f6c0adcf4 * translations: Italian translation improvements for admin and API; provided by Ilias Chasapakis, Webtrain Services 2012-03-16 11:59:53 +00:00
Ralf Becker
abf0750842 * Admin: view sessions and view access log was not using user-timezone but server, also causing display of wrong idle-time 2012-03-15 13:47:13 +00:00
Ralf Becker
6872b62373 moved sqlfs filesystem check from Admin to Admin >> Filemanager, as most people seem to expect it there 2012-02-29 14:56:00 +00:00
Ralf Becker
618ff70e73 some fixes for sqlfs fsck: caseinsensitive GROUP BY for MySQL, deleting files direct in DB, as self::unlink() fails if fs_active=0, and some more 2012-02-27 14:34:18 +00:00
Ralf Becker
c603e3a1a6 * Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories 2012-02-27 13:20:16 +00:00
Ralf Becker
fd19c672c8 * Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories 2012-02-27 13:18:52 +00:00
Ralf Becker
b1a1f56064 cat_owner can be groups too (cat_owner < 0) 2012-02-17 11:02:33 +00:00
Ralf Becker
f2e2c60c04 cat_owner can be groups too (cat_owner < 0) 2012-02-17 11:01:56 +00:00
Ralf Becker
038a157b37 switch filter (all|global|own) and access column off for all global categories 2012-02-15 10:31:19 +00:00
Ralf Becker
0b3f4a04f0 switch filter (all|global|own) and access column off for all global categories 2012-02-15 10:25:41 +00:00
Ralf Becker
205a362497 fixed app >> categories filter "all" to contain private categories too, also added a private column for easier identification 2012-02-15 09:43:19 +00:00
Ralf Becker
0d5d839b30 fixed app >> categories filter "all" to contain private categories too, also added a private column for easier identification 2012-02-15 09:40:05 +00:00
Klaus Leithoff
22483aaeb9 adapt regarding postgres requirements for typecasts and stuff, remove obsolet table egw_app_sessions 2012-01-31 08:17:55 +00:00
Klaus Leithoff
2a7d39d3cf adapt regarding postgres requirements for typecasts and stuff, remove obsolet table egw_app_sessions 2012-01-31 08:16:40 +00:00
Nathan Gray
8e0ca08113 Change searching for existing accounts/groups which matches anywhere in user name, we need exact match 2012-01-26 15:46:37 +00:00
Nathan Gray
7c50df4d57 Better fix to handle non-exact search matching 2012-01-25 19:25:47 +00:00
Nathan Gray
0482bfb898 Double check that field matches, accounts search matches anywhere inside 2012-01-25 18:40:00 +00:00
Nathan Gray
abe6ce3482 Fix bug in condition matching on account ID, if account ID is not in file 2012-01-25 17:31:57 +00:00
Nathan Gray
a5009e9f3a Read full account to fix group imports 2012-01-23 15:43:52 +00:00
Nathan Gray
7f866bdf8e Copy existing group info, needed for accounts->save() 2012-01-19 19:44:33 +00:00
Nathan Gray
b47274d508 Add warnings 2011-12-20 16:57:23 +00:00
Nathan Gray
f6a443a917 Add warnings to import plugin 2011-12-15 16:24:47 +00:00
Ralf Becker
b075a9bade * Custom / instance-specific translations, eg. to rename an application 2011-11-17 13:01:48 +00:00
Ralf Becker
965b381a92 translations for "Custom translation" 2011-11-17 13:01:16 +00:00
Ralf Becker
f2d7c5c6c3 * Custom / instance-specific translations, eg. to rename an application 2011-11-17 12:43:59 +00:00
Klaus Leithoff
6b4611bde4 fix typo causing all categories to be global 2011-11-03 15:31:08 +00:00
Nathan Gray
2b76256ecf Fix typo causing all added categories to be global 2011-11-03 14:37:43 +00:00
Klaus Leithoff
6576867dc4 try to set a logical default for ->can change passwords<- for new accounts. true if you force users to change passwords every x days, false if not 2011-10-06 15:58:22 +00:00
Klaus Leithoff
cc01eda69f try to set a logical default for ->can change passwords<- for new accounts. true if you force users to change passwords every x days, false if not 2011-10-06 15:46:43 +00:00
Ralf Becker
6038c002db fixed not shown navbar in configuration 2011-09-13 08:22:03 +00:00
Ralf Becker
fc1b7cff3c fixed not shown navbar in configuration 2011-09-13 08:21:25 +00:00
Ralf Becker
41f17bc745 calling framework->render() after parsing the template, to allow callbacks to register javascript files 2011-09-04 15:26:26 +00:00
Ralf Becker
64393ce7a2 calling framework->render() after parsing the template, to allow callbacks to register javascript files 2011-09-04 15:25:53 +00:00
Klaus Leithoff
a3b17caa5f * impportexport/document merge: better control of exportlimits, you are now able to exempt groups or users from any exportlimits set (backport of nathans work, with enhancements from ralf) 2011-09-01 14:32:26 +00:00
Ralf Becker
54bf7a3d2d - fixed image map was empty created when not loged in (now directories are used and not $GLOBALS['egw_info']['apps'])
- fixed not working vfs-image-dir
- deleteing image-maps when:
  + apps get installed, updated or removed
  + admin >> register hooks
  + admin >> site configuration: vfs-image-dir get changed
- fixed not displayed validation errors (thought there were no validation) in admin >> site config
--> you need to register hooks, in order to get the admin >> site configuration validation hook ;-)
2011-08-31 10:16:12 +00:00
Ralf Becker
7cbff78854 config for export limit excepted users/groups, need backend work from nathan 2011-08-17 09:36:51 +00:00
Ralf Becker
495632fc40 removed not used file 2011-08-17 09:32:55 +00:00
Ralf Becker
b18cd023a2 * Loa language translation Dr. from Vimontha KHIEOVONGPHACHANH <kvimontha-AT-yahoo.com> 2011-08-09 07:23:55 +00:00
Ralf Becker
17a41103d5 Loa language translation from vimontha <kvimontha@yahoo.com> 2011-08-09 06:12:25 +00:00