|
2e553911b0
|
Further work on Et2VfsSelect
- Button opens dialog & handles action
- Button shows feedback while processing
- Fix dialog flex spacing
- Fix dialog re-use was not clean
|
2024-02-02 15:20:33 -07:00 |
|
|
0ad14c3801
|
Api: Don't try to translate URLs
Also sub-classes email, phone, etc.
|
2024-02-02 09:34:26 -07:00 |
|
|
fa0cb4ff6f
|
Fix splitEmail() when name contains angle brackets
|
2024-02-02 09:34:01 -07:00 |
|
|
d132609165
|
Api: Don't try to translate URLs
Also sub-classes email, phone, etc.
|
2024-02-02 09:24:46 -07:00 |
|
|
b5dfe12669
|
nicer formatting (injecting nl, tab and space) in JSON for application/pretty+json only
|
2024-02-02 09:33:36 +02:00 |
|
|
2695dba4ea
|
Fix splitEmail() when name contains angle brackets
|
2024-02-01 14:59:13 -07:00 |
|
|
ca443060f4
|
WIP timesheet REST API
|
2024-02-01 22:16:36 +02:00 |
|
|
4a992032c9
|
always check VACATION-SECONDS is available
|
2024-02-01 15:27:39 +02:00 |
|
|
4fcd761f0c
|
always check VACATION-SECONDS is available
|
2024-02-01 15:11:49 +02:00 |
|
|
6da5f06020
|
* Mail REST Api: respect user preference to compose in HTML and convert plain body from REST Api call to HTML (bodyHtml attribute forces HTML)
|
2024-02-01 13:37:40 +02:00 |
|
|
4ce3298241
|
* Mail REST Api: respect user preference to compose in HTML and convert plain body from REST Api call to HTML (bodyHtml attribute forces HTML)
|
2024-02-01 13:37:11 +02:00 |
|
|
749ebcd9d1
|
Fix infinite loop in splitEmail() when name is '"'
|
2024-02-01 11:50:43 +02:00 |
|
|
b2150be8f7
|
try fixing race-condition: Call to a member function exists() on null
|
2024-02-01 11:04:45 +02:00 |
|
|
b175b14294
|
try fixing race-condition: Call to a member function exists() on null
|
2024-02-01 11:00:42 +02:00 |
|
|
e6626d2de6
|
Fix Error: Call to undefined method calendar_bo::update_requested()
|
2024-02-01 10:32:40 +02:00 |
|
|
83e350958c
|
Fix Error: Call to undefined method calendar_bo::update_requested()
|
2024-02-01 10:32:18 +02:00 |
|
|
e6710a9bc3
|
try fixing race-condition: Call to a member function exists() on null
|
2024-02-01 09:47:48 +02:00 |
|
|
964a71f6d3
|
try fixing race-condition: Call to a member function exists() on null
|
2024-02-01 09:45:27 +02:00 |
|
|
6679338888
|
Fix infinite loop in splitEmail() when name is '"'
|
2024-01-31 09:39:29 -07:00 |
|
|
eeb62670ad
|
fix Error: Call to a member function id2name() on null
|
2024-01-30 16:54:39 +02:00 |
|
|
22a0ae2563
|
fix Error: Call to a member function id2name() on null
|
2024-01-30 16:54:10 +02:00 |
|
|
69a9ef3e34
|
fix not updated jpegphoto, if changed in AD
|
2024-01-30 16:20:00 +02:00 |
|
|
85fbfe3e63
|
fix not updated jpegphoto, if changed in AD
|
2024-01-30 16:18:42 +02:00 |
|
|
951ce7cb9f
|
changes to allow mounting ftp into vfs via an URL like "ftp(s)://<ftp-user>:<ftp-pass>@<ftp-host>/<path>?mode=0750&user=sysop&group=Default"
|
2024-01-30 15:36:41 +02:00 |
|
|
379729daff
|
WIP VFS Select: split off dialog and made button its own component for easier backward compatability
|
2024-01-29 09:58:29 -07:00 |
|
|
341d631cce
|
* API: show "My Account" in avatar menu on top right, if user has rights to change his contact data
|
2024-01-29 18:29:23 +02:00 |
|
|
a071d5228d
|
Add my account to Top Menu, only show when user is allowed to maintain his own data (fixed indention and warning)
|
2024-01-29 18:29:08 +02:00 |
|
|
3a4310476c
|
Add my account to Top Menu, only show when user is allowed to maintain his own data
|
2024-01-29 18:29:08 +02:00 |
|
|
23ec5ee796
|
translation for "My Account"
|
2024-01-29 18:27:42 +02:00 |
|
|
ebfefbf070
|
Add my account to Top Menu, only show when user is allowed to maintain his own data (fixed indention and warning)
|
2024-01-29 18:11:19 +02:00 |
|
|
e5b789693e
|
Add my account to Top Menu, only show when user is allowed to maintain his own data
|
2024-01-29 18:11:19 +02:00 |
|
|
f5f347b83b
|
fix sometimes not logged updated contact-data (binary jpegphoto breaks JSON encoding)
|
2024-01-29 18:04:13 +02:00 |
|
|
cb7cc5a71d
|
fix sometimes not logged updated contact-data (binary jpegphoto breaks JSON encoding)
|
2024-01-29 18:03:33 +02:00 |
|
|
02fd57eb34
|
fix manual initial import cancels async job of automatic import
also do not log DN as updated in contact-data
|
2024-01-29 17:35:50 +02:00 |
|
|
64e77f6f50
|
fix manual initial import cancels async job of automatic import
also do not log DN as updated in contact-data
|
2024-01-29 17:35:22 +02:00 |
|
|
5e671ea3f9
|
* API: no more session based cache for account list or searches for SQL backend (only for LDAP or AD)
|
2024-01-29 17:17:03 +02:00 |
|
|
dad6ade3f9
|
* API: no more session based cache for account list or searches for SQL backend (only for LDAP or AD)
|
2024-01-29 17:00:06 +02:00 |
|
|
582408257f
|
should type what I mean ;)
|
2024-01-29 14:13:03 +02:00 |
|
|
659b18b362
|
should type what I mean ;)
|
2024-01-29 14:12:41 +02:00 |
|
|
a2f9700b96
|
* Account Import: if deleting or deactivating of deleted accounts is configured, run first import as a non-incremental one to do so
|
2024-01-29 14:09:47 +02:00 |
|
|
fb6d64a8ed
|
* Account Import: if deleting or deactivating of deleted accounts is configured, run first import as a non-incremental one to do so
|
2024-01-29 14:09:05 +02:00 |
|
|
b924e3a03d
|
* REST API: also log requests with Content-Type 'application/json' not just 'text/*'
|
2024-01-26 12:54:56 +02:00 |
|
|
1777445b64
|
* REST API: also log requests with Content-Type 'application/json' not just 'text/*'
|
2024-01-26 12:53:39 +02:00 |
|
|
b19c913006
|
Et2VfsPath widget
|
2024-01-25 15:24:46 -07:00 |
|
|
b42aa1c828
|
fix PHP Deprecated dynamic property db_charset_was used in EGroupware 1.0 update and remove old MySQL charset fixing script
|
2024-01-25 21:22:17 +02:00 |
|
|
187718ccd8
|
fix PHP Deprecated dynamic property db_charset_was used in EGroupware 1.0 update and remove old MySQL charset fixing script
|
2024-01-25 21:21:46 +02:00 |
|
|
65f238af6b
|
* Admin: fix user timezone not taken into account when displaying admin queue
also fixes Api\Storage\Base to also consider type=int&meta=timestamp columns as timestamps
|
2024-01-25 20:47:25 +02:00 |
|
|
579dbc7e1d
|
* Admin: fix user timezone not taken into account when displaying admin queue
also fixes Api\Storage\Base to also consider type=int&meta=timestamp columns as timestamps
|
2024-01-25 20:46:23 +02:00 |
|
|
fff431fd4f
|
Changelog for 23.1.20240125
|
2024-01-25 11:21:31 +02:00 |
|
|
0f11a42786
|
Changelog for 23.1.20240125
|
2024-01-25 11:02:46 +02:00 |
|