Commit Graph

9296 Commits

Author SHA1 Message Date
alpeb
bd3685a0e6 The code was preventing anonymous users to get a home page. Perhaps it was done with anonymous users such as the ones
used by  wiki and sitemgr in mind. However, if you mark a normal user as anonymous just to avoid being shown in sessions and access log (like you would for an admin that doesn't want to be noticed), the user won't be able to login anymore. That's why I allow now anonymous users to get a home :)
2004-09-11 23:54:57 +00:00
Miles Lott
0787df1147 Re-add html version 2004-09-11 17:47:41 +00:00
alpeb
84aff72ae2 Put new password in ['phpgw_info']['user']['passwd'] in case any hook_changepassword uses it 2004-09-11 13:34:09 +00:00
alpeb
53e7d1efa7 Put new password in ['phpgw_info']['user']['passwd'] in case any hook_changepassword uses it 2004-09-11 13:33:41 +00:00
alpeb
b5d0db1ebf Sync with changes in head 2004-09-11 05:51:10 +00:00
alpeb
9efbee384b The new password wasn't being stored in the session, so it was lost when $GLOBALS['phpgw']['user'] was recreated from session info through class.session.verify.
This prevented user passwords to be changed more than once per session. I'm sure this caused other bugs I'm not aware of...
2004-09-11 05:50:22 +00:00
alpeb
8cc7c56b50 Changed preg_replace with faster strpos 2004-09-11 03:27:02 +00:00
alpeb
709fa42041 Changed preg_replace with faster strpos 2004-09-11 03:26:33 +00:00
alpeb
53aee21f17 Translate 'use emailadmin to create profiles' 2004-09-10 22:25:35 +00:00
alpeb
0eb977511b Translate 'use emailadmin to create profiles' 2004-09-10 22:24:43 +00:00
alpeb
238d326bac Translate 'use emailadmin to create profiles' 2004-09-10 22:21:26 +00:00
alpeb
45dc84cca3 Translate 'IMAP Server' 2004-09-10 21:41:38 +00:00
alpeb
019cf80f54 Translate 'IMAP Server' 2004-09-10 21:36:20 +00:00
alpeb
876368587b If user doesn't have site configuration access, then don't show the site configuration link for each app 2004-09-10 17:52:28 +00:00
alpeb
b8fcaa3c08 If user doesn't have site configuration access, then don't show the site configuration link for each app 2004-09-10 17:51:28 +00:00
Pim Snel
12223430f7 add switchuser icon source file 2004-09-09 20:32:34 +00:00
Pim Snel
448b5c72b4 enhance css for tooltips and add savefile icon 2004-09-09 20:30:41 +00:00
Pim Snel
e8c1ef5c8d add link to application behind icon 2004-09-09 20:28:14 +00:00
reinerj
0b2ec0a91b update the build files 2004-09-09 09:31:49 +00:00
Ralf Becker
ae9dbc99ed updating version to 1.0.0.005 for the bugfix release 2004-09-08 16:18:09 +00:00
Ralf Becker
3bfb8696fc updating version to 1.0.0.005 for the bugfix release 2004-09-08 16:15:25 +00:00
Ralf Becker
69ba028568 fix for bug [ 1023559 ] Infolog does not search all entries while linking 2004-09-08 16:04:37 +00:00
Ralf Becker
7a6e1b807a fix for bug [ 1023559 ] Infolog does not search all entries while linking 2004-09-08 16:01:16 +00:00
Ralf Becker
257251fe00 fix for bug [ 1022807 ] users with some login names can't login 2004-09-08 13:16:54 +00:00
Ralf Becker
032bef4012 fix for bug [ 1022807 ] users with some login names can't login 2004-09-08 13:16:01 +00:00
Ralf Becker
f22dab597d fix for bug [ 1015533 ] Private entries prohibit response
If you are invited to a private event, you get full access to it, as you would if it were not private. Only restriction is: other people you gave access to your private events, still cant read the event, as long as they have no direct private grant from the owner of the event.
2004-09-08 12:20:56 +00:00
Ralf Becker
e72a231b42 reverted Matthew's commit and fix for bug [ 1015533 ] Private entries prohibit response
If you are invited to a private event, you get full access to it, as you would if it were not private. Only restriction is: other people you gave access to your private events, still cant read the event, as long as they have no direct private grant from the owner of the event.
2004-09-08 12:19:22 +00:00
Ralf Becker
7479c7f40a fix for bug [ 1022185 ] Last day of event shows 00:00:00 00:00:00 2004-09-08 12:17:39 +00:00
Ralf Becker
e73f98cc9f reverted Matthew's commit and fix for bug [ 1015533 ] Private entries prohibit response
If you are invited to a private event, you get full access to it, as you would if it were not private. Only restriction is: other people you gave access to your private events, still cant read the event, as long as they have no direct private grant from the owner of the event.
2004-09-08 12:14:13 +00:00
Ralf Becker
2f10c7a587 fix for bug [ 1022185 ] Last day of event shows 00:00:00 00:00:00 2004-09-08 10:13:33 +00:00
Ralf Becker
b775e8ca4c fix for bug [ 1022185 ] Last day of event shows 00:00:00 00:00:00 2004-09-08 09:42:21 +00:00
Lars Kneschke
4dbb0df8fa suppress the errormessage 2004-09-07 07:05:22 +00:00
reinerj
5d96c5c22b change charset setup it iso-8859-15 2004-09-06 22:27:59 +00:00
reinerj
27f8a6da37 change charset setup it iso-8859-15 2004-09-06 22:26:14 +00:00
dawnlinux
0ff3231643 Fix the bug: Fail to create text files that contain multibyte
characters in filemanager, for exmaple, files that contain Chinese
characters.

Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
2004-09-06 03:53:00 +00:00
dawnlinux
954dd1d9ab Fix the bug: Fail to create text files that contain multibyte
characters in filemanager, for exmaple, files that contain Chinese
characters.

Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
2004-09-06 03:48:10 +00:00
alpeb
4b6047655f Big changes everywhere only to support postgres 2004-09-03 22:56:15 +00:00
Oscar Manuel Gómez Senovilla
33e65129be *** empty log message *** 2004-09-03 19:02:35 +00:00
bgigon
b549272971 Better display in opera, IE (Win and Mac) 2004-09-03 16:01:32 +00:00
mgalgoci
d83ce9b3c5 Fix issue where people invited to a private event were unable view the event
let alone view the event details. invitees are now allowed to view the event
details as well as accept their invitation to the event.

NB:

- if an invitee has granted another user private access to the invitee's calendar, the user
to which private access has been granted is UNABLE to view the details of the event.

- if the person who created the event and marked the event private has granted another user
access to that person's private events, then the person granted private access WILL be able
to see the details of the event.

- at most, uninvited third parties will only see that a private event is taking place at some
time, but only if they have at least read access to the calendar of one of the people invited
to the event.

I hope this makes sense. I've tested this extensively to make sure I am not accidently granting
access to private events that should be kept private.
2004-09-02 21:37:25 +00:00
mgalgoci
75f04ec834 Fix issue where people invited to a private event were unable view the event
let alone view the event details. invitees are now allowed to view the event
details as well as accept their invitation to the event.

NB:

- if an invitee has granted another user private access to the invitee's calendar, the user
to which private access has been granted is UNABLE to view the details of the event.

- if the person who created the event and marked the event private has granted another user
access to that person's private events, then the person granted private access WILL be able
to see the details of the event.

- at most, uninvited third parties will only see that a private event is taking place at some
time, but only if they have at least read access to the calendar of one of the people invited
to the event.

I hope this makes sense. I've tested this extensively to make sure I am not accidently granting
access to private events that should be kept private.
2004-09-02 21:28:30 +00:00
reinerj
73386c5d07 update lang file from Theytaz Antoine 2004-09-02 17:56:49 +00:00
reinerj
e235423ed9 update lang file from Theytaz Antoine 2004-09-02 17:49:58 +00:00
reinerj
9c133a33b0 update lang file from Theytaz Antoine 2004-09-02 17:46:37 +00:00
alpeb
406775362e Added 'Check Now' translation for notify app 2004-09-02 17:46:16 +00:00
alpeb
1736c6399b Added 'Check Now' translation for notify app 2004-09-02 17:44:48 +00:00
alpeb
20e1df0503 Added a couple of common translations for the notify window 2004-09-02 17:41:52 +00:00
mgalgoci
558d9924a4 fix editing of group acls for current group. 2004-09-02 16:00:49 +00:00
mgalgoci
db2a6fc9f9 fix editing of group acls for current group. 2004-09-02 15:52:06 +00:00
Ralf Becker
c545d8b95d allow to specify cats by there id again 2004-09-02 10:32:15 +00:00