Ralf Becker
|
d9f759f517
|
fix PHP 8.0 error: implode(): Argument #2 ($array) must be of type ?array, string given
|
2021-09-24 12:29:48 +02:00 |
|
nathan
|
704b6c6dc2
|
Add user placeholders into placeholder dialog
|
2021-09-22 11:15:49 -06:00 |
|
nathan
|
d512238dc0
|
* Collabora: Add address insert dialog
|
2021-09-21 14:07:22 -06:00 |
|
nathan
|
29bd739955
|
W.I.P on collabora placeholder insert
|
2021-09-20 15:34:55 -06:00 |
|
Ralf Becker
|
be3514c36f
|
preferring get_rrows over get_rows to fix SQL error in timesheet merge
|
2021-09-13 18:02:39 +02:00 |
|
nathan
|
36df64085f
|
* Api: Fix some merge files were opened in browser instead of downloaded
|
2021-09-03 09:33:32 -06:00 |
|
Ralf Becker
|
a566599b7f
|
* PostgreSQL/Addressbook/All Apps: fix SQL error in history tab if there are attachments
|
2021-09-03 09:48:47 +02:00 |
|
Ralf Becker
|
94c98718ef
|
update script to remove hashes/non-email-addresses from egw_history_log.share_email
|
2021-08-17 09:15:25 +02:00 |
|
nathan
|
bea880d9b1
|
* Api: Fix changes in history log had a hash instead of user if the change was made after a share was opened.
|
2021-08-16 13:07:17 -06:00 |
|
nathan
|
6c0aed651f
|
Api: Add some extra parameters to Merge::merge_entries() so overridding classes can still use the parent method, passing in IDs & merge object
|
2021-08-09 13:44:43 -06:00 |
|
nathangray
|
b021767ac1
|
Make sure nested document actions open in new tab, same as others.
|
2021-07-05 09:46:00 -06:00 |
|
nathangray
|
34d601b102
|
Api: Fix missed change in nested document actions
see 186e03671a
|
2021-07-02 12:04:38 -06:00 |
|
nathangray
|
186e03671a
|
Change merge download/Collabora to a common generation method, avoiding need to POST.
This allows Kanban to download merge files
|
2021-06-23 11:20:09 -06:00 |
|
nathangray
|
d6c6e14abf
|
* Api: Prevent invalid customfield names
(cherry picked from commit ae86eb7812 )
|
2021-06-11 13:18:03 -06:00 |
|
nathangray
|
3ada84be0f
|
Tracker: Fix notification dates could be in wrong timezone
|
2021-05-05 11:57:21 -06:00 |
|
nathangray
|
35fd51da86
|
Add table name in when parsing search
Also, some code quality fixes
|
2021-04-19 14:34:53 -06:00 |
|
Ralf Becker
|
fed41622c2
|
fixing all sorts of PHP 8 errors and PHPStorm errors
|
2021-03-31 17:50:01 +02:00 |
|
Ralf Becker
|
37e5e12c3c
|
PHP 8 fix: adding explicit cast for comparing DB-version to a float major number
|
2021-03-31 13:31:42 +02:00 |
|
nathangray
|
1ffde3b692
|
Change global sharing variable to be a list of shares in use, indexed by token. This should resolve the issues with multiple shares being accessed in the same session.
|
2021-03-11 17:00:16 -07:00 |
|
nathangray
|
8063d65303
|
Check that some things exist before trying to use them
|
2021-03-05 09:30:02 -07:00 |
|
nathangray
|
95f84454be
|
Silence some warnings & debug
|
2021-03-05 09:13:12 -07:00 |
|
Ralf Becker
|
89d6dc8650
|
Fixing the fix Undefined constant DateTime
|
2021-03-02 10:25:11 +02:00 |
|
Ralf Becker
|
b1af8449fd
|
Fix ErrorException: Object of class EGroupware\Api\DateTime could not be converted to string
It's happening as we removed __toString method from Api\DateTime to allow again direct comparing with comparison operators
|
2021-03-02 09:37:43 +02:00 |
|
Ralf Becker
|
fdecefebd4
|
fix exception when trying to store a DateTime
|
2021-02-19 21:30:50 +02:00 |
|
Ralf Becker
|
57d5176080
|
remove non-digits and only search phone-numbers in phoneSearch
|
2021-02-15 21:28:39 +02:00 |
|
nathangray
|
ea41ab8e77
|
Api: Add charset parameter to tidy->repairString() to avoid mangling some non-ascii characters when merging into document
|
2020-10-14 14:53:37 -06:00 |
|
nathangray
|
151889b39c
|
Api: Move list of common merge placeholders into parent class to reduce duplication, add link/<format> options
|
2020-10-06 10:56:08 -06:00 |
|
nathangray
|
81cdf759a3
|
Api: Fix links got escaped when put into mail templates
|
2020-10-05 14:14:54 -06:00 |
|
nathangray
|
baebf56fb2
|
Merge: Fix {{link}} placeholder was incorrectly wrapped in HREF tag. Use {{link/href}} for that now.
|
2020-10-02 12:37:37 -06:00 |
|
Ralf Becker
|
da27403b1b
|
* eSyncPro: fix SQL error in device list
|
2020-09-16 16:45:01 +02:00 |
|
Ralf Becker
|
eb812dad01
|
* PostgreSQL: fix SQL error opening ProjectManager
caused by exploding SQL expression by comma --> keep colums as array, to not have the need to explode it
|
2020-09-01 10:24:46 +02:00 |
|
Ralf Becker
|
a14a21fa49
|
* Tracker/Notifications: send mail after response to user and push errors
|
2020-08-01 15:10:07 +02:00 |
|
Ralf Becker
|
0e3143d45d
|
fix SQL error in ranking caused by automatic added ambigous column which app code had already aliased "$table.$col AS $col"
|
2020-07-31 13:39:05 +02:00 |
|
Ralf Becker
|
319ae2637c
|
an other case of not automatic fixed ambigious auto-id
|
2020-05-08 12:35:09 +02:00 |
|
nathangray
|
7163acfe1d
|
* Add action to share filemanager folder (readonly) with hidden upload folder
|
2020-03-24 20:34:04 -06:00 |
|
Ralf Becker
|
f7c653832f
|
add an iterator for objects with a get_rows method
|
2020-01-13 14:41:46 +01:00 |
|
nathangray
|
c59807d861
|
Api - No need to make the link titles safe here, it just makes timesheet titles look weird
|
2019-08-23 16:01:01 -06:00 |
|
nathangray
|
8edb92f03f
|
Strip HTML before diffing for history
|
2019-06-06 15:05:31 -06:00 |
|
nathangray
|
921d61070c
|
Fix function signature documentation
|
2019-04-05 08:58:21 -06:00 |
|
nathangray
|
66d6a6c883
|
Break out merge share creation so it can be overridden
|
2019-04-04 10:28:20 -06:00 |
|
nathangray
|
2d644d930e
|
Fix can't always find the merge app
|
2019-04-04 09:43:14 -06:00 |
|
nathangray
|
0324c7d6e6
|
Do not store a diff for encrypted values, that is not useful.
|
2019-03-25 10:07:46 -06:00 |
|
Tomasz Jakubowski
|
a5455c3d76
|
Add reply to for email notification
|
2019-03-12 22:15:31 +01:00 |
|
nathangray
|
e43c8f8f19
|
Infolog - add ability to clear description history
|
2019-03-11 14:15:28 -06:00 |
|
Ralf Becker
|
becd608ce9
|
rtf seems to user iso-8859-1 or equivalent windows charset, not utf-8
|
2019-03-08 11:26:43 +01:00 |
|
Ralf Becker
|
0abec539c3
|
* All apps: store history of multiline fields as diff only (migration can take 15min!)
|
2019-03-01 15:46:54 +01:00 |
|
nathangray
|
59ab76ef5e
|
Use correct class
|
2019-02-28 15:22:50 -07:00 |
|
nathangray
|
b7934f699c
|
Finish up UI
- CSS
- Popup sizing & formatting
- diff resize when popup resizes
|
2019-02-28 15:15:26 -07:00 |
|
nathangray
|
3c76c5a10a
|
Fix diff argument order
|
2019-02-27 16:08:20 -07:00 |
|
nathangray
|
7e7e198299
|
Make diff check static
|
2019-02-27 10:48:10 -07:00 |
|