ralf
9297b242bf
* Addressbook/REST API: allow to pass filters or a search pattern to addressbook REST API
2023-11-12 07:03:39 +02:00
nathan
bc4c790dc0
Api: Fix no customfields shown if there was an extra comma in field attribute
2023-11-09 11:47:43 -07:00
ralf
7406184f00
fix some of the filesystem checks were not working (executing their SQL queries)
2023-11-08 19:25:31 +02:00
ralf
a4353ab75a
fix error ldap_get_entries(): Argument #2 ($result) must be of type LDAP\Result, bool given (0)
2023-10-30 19:31:08 +02:00
ralf
ed4bf568bf
fix AD/LDAP import got "Duplicate entry '****' for key PRIMARY"
2023-10-24 11:39:30 +03:00
ralf
dbe2a0b4b9
* ActiveDirectory: supporting well-known SIDs not matching the domain-SID e.g. S-1-5-32-544 for BUILDIN\Administrators
2023-10-24 11:39:30 +03:00
ralf
428dceafe9
* AD Import: run full group import for AD, as it does not update modification time of group, when memberships change
2023-10-24 10:00:38 +03:00
nathan
1e1aca5713
Api: Fix custom field negated filter
...
broken by e917514713
2023-10-20 10:58:32 -06:00
ralf
cf5781d283
some fixes to get update from ancient EGroupware 1.4 working again
2023-10-18 21:37:41 +03:00
nathan
5d4fdd67c6
Api: Fix customfield field attribute was not always applied
...
If attribute was set, sometimes it was overwritten and all cf were used.
Happened trying to get only some addressbook custom fields showing on registration page
2023-10-18 09:32:14 -06:00
ralf
48e33e88a9
fixing some PHP deprecated filling the install log
2023-10-05 10:02:30 +02:00
ralf
703608cb86
* Calendar/REST API: adding of participants to events
2023-09-18 14:13:48 +02:00
ralf
910489b7d5
fix removing last user/group from valid-for in mail-account did not work
...
add a strong warning that selecting a user/group for a mail account for all users effectively deletes it for all other users
2023-09-15 09:31:58 +02:00
Milan
f430b66d3b
converted egw_action from javascript to typescript
...
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
(cherry picked from commit 5e3c67a5cf
)
2023-09-13 10:40:32 +02:00
ralf
fd8b994dde
fix "no SSL connection" error when trying to change password over a ldaps connection
...
also fix PHP Fatal error "Can NOT convert object to string", when trying to log an error
2023-08-25 18:02:55 +02:00
nathan
b8b730b0cd
Sharing updates
...
- admin can set / change share password, encrypted using system
- admin can change share owner
- now recording last modified date / user when changing share
- change encrypted password column name
- new share column for encrypted type
2023-08-24 08:18:35 -06:00
nathan
e399560e32
Load anonymous user's lang preference for error translation
2023-08-23 10:20:42 -06:00
nathan
9a770824bb
Better error message for not found / expired share
...
German translation from Birgit
2023-08-23 09:56:22 -06:00
ralf
39848c7efe
* AD/LDAP: added a DN filter to the periodic import to e.g. use 2 OU with a shared base
2023-08-21 17:16:37 +02:00
ralf
809855eaa9
* AD/LDAP: fix periodic incremental import was loosing memberships to local groups for modified users
2023-08-18 11:48:08 +02:00
ralf
5e395373d9
* ActiveDirectory: fix not working ldaps connection on a non-standard port
2023-08-17 12:26:35 +02:00
ralf
a2bb65dca2
* ActiveDirectory: fix not working ldaps connection on a non-standard port
2023-08-17 12:23:35 +02:00
nathan
03587c2dc4
Fix doubled single customfields when one custom field had options from file
2023-08-16 09:30:17 -06:00
nathan
3362940b78
* Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget
2023-08-16 09:20:27 -06:00
hadi
d13151aa44
Missing parts from commit f0656f280f
2023-08-16 16:58:20 +02:00
ralf
be09fe7354
fix dry-run is not counting updated or created users
2023-08-16 10:51:51 +02:00
ralf
0e3eb70fae
allow to set a higher account-import log-level then "info"
2023-08-15 16:07:49 +02:00
ralf
2da6961dcb
* Calendar/CalDAV: Thunderbird and CalDAVSynchronizer: update only participant data, instead of failing when the event was changed
2023-08-10 15:12:24 +02:00
ralf
b395e25863
be more verbose on errors and return full Sieve script text (for user/password, not for admin connection)
2023-08-09 16:49:16 +02:00
ralf
a54e6b4673
if authenticated via token we have to use the admin connection, but only for the user authenticated as
2023-08-09 16:49:16 +02:00
ralf
11a09c6269
remove add (optional) $vacation_rule return parameter as it causes a PHP Fatal error in hosting
2023-08-09 16:44:07 +02:00
ralf
c2064e1fa8
* Mail: new modus for vacation notice to not save message to INBOX and REST API to set vacation handling
2023-08-09 16:43:33 +02:00
ralf
3467763dea
* Calendar/CalDAV: do NOT limit number of returned events for GET requests with download parameter
2023-08-09 15:19:53 +02:00
ralf
8dd480f710
* LDAP/AD: fix duplicate key account_lid error on import caused by mixed case in account-names not treated equal
2023-08-07 10:54:09 +02:00
ralf
71ca036f67
* LDAP/AD: fix local uploaded pictures are lost when automatic import is used
2023-08-07 10:54:09 +02:00
ralf
36c8d53eb1
convert associative array to a real array with value attribute, to preserve the order of numeric keys
2023-08-04 09:11:58 +02:00
nathan
29d896686a
Api: Fix adding links did not always work after triggering a form reload
2023-08-03 09:06:13 -06:00
nathan
6c6fc48fd2
Api: Add {{share}} & {{share-files_only}} merge placeholders that create an external share link
2023-08-03 09:05:36 -06:00
ralf
4a1cdee275
if download GET parameter contains a decent cache-buster, we allow caching for 10 days
2023-08-02 08:16:34 -06:00
nathan
81a6c13010
Fix validation of CF options from json file
2023-08-02 08:15:55 -06:00
nathan
a3ce1d4cab
WIP on caching static option file and searching it client-side
...
Get it working in nextmatch
2023-08-02 08:15:21 -06:00
nathan
2c919d4318
WIP on caching static option file and searching it client-side
...
Still needs file caching & passing correct URL
2023-08-02 08:12:46 -06:00
ralf
bf04a60fe3
* PostgreSQL/Mail: fix SQL error querying email avatars
2023-08-02 11:50:45 +02:00
nathan
6a172f46b1
Api: Add "search" to list of link entries sent to client
...
Fixes broken site-search
2023-08-01 09:47:49 -06:00
ralf
d660970473
fix typo
2023-07-28 09:43:53 +02:00
ralf
26800057a3
guard against CalDAV clients wrongly sending a Content-Type or Accept header for JSON
2023-07-27 20:50:49 +02:00
ralf
eeec71fb46
fix not working auth_type=(fallback|fallbackmail2sql) as Auth::backend() calls __construct(null, null)
2023-07-27 14:09:46 +02:00
ralf
7735c57031
fix Error: Call to undefined method calendar_bo::find_or_add_categories() when specifying categories
2023-07-26 16:31:37 +02:00
ralf
eef211fdcd
* Calendar: new REST API to read, create, modify and delete events, see https://github.com/EGroupware/egroupware/blob/master/doc/REST-CalDAV-CardDAV/Calendar.md
2023-07-25 18:38:34 +02:00
ralf
f60ee71c1c
WIP Calendar REST API
2023-07-25 18:38:34 +02:00