Ralf Becker
|
46c4e0e118
|
add daily cache-buster to client-side included app.js files for applyFunc
|
2021-03-12 11:23:26 +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
|
ba84d3170d
|
Api: Improve handling of accessing multiple shares (Collabora or directory) in new tabs while logged in
|
2021-03-11 09:50:12 -07:00 |
|
nathangray
|
657119b389
|
Api: Fix Links/StreamWrapperTest->testWithAccess() was failing due to no app permissions
|
2021-03-11 09:30:11 -07:00 |
|
Hadi Nategh
|
eed827fccd
|
Add missing audio widget js
|
2021-03-11 12:36:32 +01:00 |
|
Hadi Nategh
|
72c334be02
|
Allow custom image url for et2_dialog buttons
|
2021-03-11 12:09:53 +01:00 |
|
Hadi Nategh
|
c089e73678
|
Implements et2_audio widget
|
2021-03-10 14:52:32 +01:00 |
|
Hadi Nategh
|
864b896ad6
|
Fix issue after closing a tab app next available tab wont get selected properly
|
2021-03-10 11:56:34 +01:00 |
|
Hadi Nategh
|
81d5574fff
|
Fix opened application tabs belong to app with status 5 don't get restored after reload
|
2021-03-10 10:07:39 +01:00 |
|
Ralf Becker
|
fcc5c80244
|
match tel_assistent last, as it moves contacts to the end of the search result
|
2021-03-10 09:14:30 +02:00 |
|
Ralf Becker
|
dc41db9741
|
fix reverted regular sort order
|
2021-03-09 20:57:39 +02:00 |
|
Ralf Becker
|
646a04630d
|
sort assisten phone matches to the end of the list
|
2021-03-09 20:49:12 +02:00 |
|
nathangray
|
cc06432951
|
Api: Log an error if the thumbnail cache directory does not exist and cannot be created
|
2021-03-09 11:08:03 -07:00 |
|
Hadi Nategh
|
e5674bbc5d
|
Fix missing mailvelope readonly properties from egw_app object
|
2021-03-09 15:19:27 +01:00 |
|
Ralf Becker
|
a10b772516
|
fix PHP Notice: Undefined offset
|
2021-03-09 09:19:15 +02:00 |
|
Ralf Becker
|
d2626085f6
|
fix wrong context causing eg. attachments to mail to no longer work
|
2021-03-08 21:20:11 +02: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 |
|
nathangray
|
19bd3a03b0
|
Addressbook: Update CRM view contact info in sidebox if it's changed by push message
|
2021-03-04 13:53:52 -07:00 |
|
nathangray
|
df54dcace4
|
Apply client-side push refactoring to calendar, infolog, timesheet
|
2021-03-04 11:27:35 -07:00 |
|
Ralf Becker
|
58ae23c74c
|
allow "app.<appname>.<method>" in link registry and use it to open CRM view
|
2021-03-04 11:50:13 +02:00 |
|
nathangray
|
a8278b37ff
|
Fix editable link opened by original user in new tab gave "Requested resource '/' does NOT exist!"
|
2021-03-03 14:23:42 -07:00 |
|
Ralf Becker
|
7e4ccc8311
|
fix some points in top-menu and probably some other stuff using et2_call were not working
|
2021-03-03 19:13:45 +02:00 |
|
Ralf Becker
|
6ae1195c38
|
missing file from a467bab return hashed appName of opened tab eg. to set notifcation counter
|
2021-03-03 19:13:45 +02:00 |
|
nathangray
|
17bb594242
|
German translation of colour from Stefan Unverricht
|
2021-03-03 09:41:02 -07:00 |
|
nathangray
|
4d6b136432
|
Add "colour" as common translatable phrase
|
2021-03-03 09:40:18 -07:00 |
|
nathangray
|
4d9a30a041
|
Etemplate: Fix missing tooltip on toolbar checkboxes
|
2021-03-03 08:53:19 -07:00 |
|
Ralf Becker
|
a467bab01f
|
return hashed appName of opened tab eg. to set notifcation counter
|
2021-03-02 21:00:59 +02:00 |
|
Ralf Becker
|
7a060b205b
|
not overwriting call and apply method of egw function/object using callFunc and applyFunc instead, fixes several problems
|
2021-03-02 12:16:47 +02: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
|
9691a14279
|
interface for nm getValue() and activeFilters
|
2021-03-01 23:08:13 +02:00 |
|
Ralf Becker
|
41346235ab
|
pending translations from our translation server
|
2021-03-01 20:34:07 +01:00 |
|
Hadi Nategh
|
96c0f54581
|
Fix extra tabs opened not keeping their orders after reload
|
2021-03-01 17:30:33 +01:00 |
|
Ralf Becker
|
dc6f937f02
|
reverting using app from parameter object
|
2021-03-01 13:41:27 +02:00 |
|
Ralf Becker
|
e36c6c4cec
|
move global et2_call function to egw.call and egw.apply methods, ensuring app.js is loaded, if not yet loaded, also using that as apply plugin for egw.json
|
2021-03-01 11:50:41 +02:00 |
|
nathangray
|
9128d15bb2
|
Etemplate: Fix some load bugs
- tabs got doLoadingFinished() multiple times if tablist was modified by data
- selectbox with cached options did not load correctly first time
|
2021-02-26 15:22:47 -07:00 |
|
Ralf Becker
|
a41865209c
|
stop SQL error, when using account-type with name2id($name, "person_id", "u")
|
2021-02-26 21:57:11 +02:00 |
|
Ralf Becker
|
034a8e1611
|
square logo in svg and adding this to manifest.json
|
2021-02-26 17:31:35 +02:00 |
|
Hadi Nategh
|
e5ea49a565
|
Fix youtube video autoplays itself after being seekTo on initiation.
|
2021-02-26 13:17:54 +01:00 |
|
Hadi Nategh
|
925285d370
|
Fix youtube video not being played for after initiation
|
2021-02-26 10:16:12 +01:00 |
|
nathangray
|
1eb174d3f7
|
For push update filter, consider empty array as having no value
|
2021-02-25 13:59:32 -07:00 |
|
nathangray
|
158e65fc90
|
Take contact shares into account for push ACL checks
|
2021-02-25 09:11:39 -07:00 |
|
Hadi Nategh
|
1f41bba904
|
Fix youtube API loading player after initiation
|
2021-02-25 13:51:20 +01:00 |
|
Hadi Nategh
|
2d4b0b8259
|
Fetch youtube videoid from url
|
2021-02-25 11:19:26 +01:00 |
|
nathangray
|
3c72462b5e
|
Enable push for addressbook
Refactor EgwApp.push() to cover more common stuff for simpler app code
|
2021-02-24 09:18:42 -07:00 |
|
Hadi Nategh
|
2a2f0bf390
|
Keep darkmode state in serverside session too. Fix darkmode state in egroupware iframes.
|
2021-02-24 12:22:27 +01:00 |
|
Ralf Becker
|
924650827c
|
new 21.1 logos
|
2021-02-24 08:39:46 +02:00 |
|
Hadi Nategh
|
a67e433396
|
WIP Mobile and Compact theme styling improvements:
- Fix logout button not displayed in Compact theme
|
2021-02-23 16:21:38 +01:00 |
|
Ralf Becker
|
cf9e3ae4e1
|
WIP to display calls in calendar
|
2021-02-23 00:16:51 +02:00 |
|