nathangray
c72bd74884
Calendar: fix 'owner too' filter did not show when displaying a group and the event was owned by a group member who was not participating
2020-04-23 14:15:08 -06:00
nathangray
eaafd5eb1f
Get legacy JS parser to understand functions that don't start with "app." and don't have brackets in the attribute.
...
This covers widget or other non-app static functions (eg: et2_avatar.uploadAvatar_onFinish)
2020-04-23 11:33:24 -06:00
Hadi Nategh
b7ec2a9b91
Add phone call actions
2020-04-23 17:31:33 +02:00
nathangray
a15a7dd6a8
Calendar: Even faster initial loading by not triggering the user list at all
2020-04-22 16:37:43 -06:00
nathangray
ec6a3881e3
Still need to clear before loading or dialogs get doubled
2020-04-22 14:53:11 -06:00
Ralf Becker
4d4eb5e654
remove left over (unnecessary) call to addGeneric adding an empty push
2020-04-22 22:19:58 +02:00
nathangray
09275367c0
* Calendar: disable some owner/participant pre-loading for faster initial open
...
We no longer send the accounts or owngroups to pre-fill the owner / participant options. Accounts are pulled from the client-side cache, groups are now always via ajax like other resources
2020-04-22 13:09:14 -06:00
Hadi Nategh
eb795d523b
Alway prefer custom onFinishOne callback if it is set
2020-04-22 14:19:12 +02:00
Hadi Nategh
160334a4ac
Fix status action orders
2020-04-22 12:31:25 +02:00
Hadi Nategh
6e932e09ae
Fix error when status app is not available
2020-04-22 11:52:07 +02:00
nathangray
444babdbc8
Api: Take care of private app.js instances, make sure they're included in iteration.
...
Iterate over all app.js instances (public & private) using:
for (var app_obj of window.EgwApp) {...}
2020-04-21 15:36:17 -06:00
nathangray
16e3b2cd05
Fix missing translation reported by Stefan Unverricht
2020-04-21 10:58:25 -06:00
Hadi Nategh
6e73a2bb66
Fix submit buttons get disabled after file upload
2020-04-21 18:30:25 +02:00
Ralf Becker
1436aeeb27
pending translations from our translation server
2020-04-21 16:30:16 +02:00
Hadi Nategh
4803e7fcd5
Fix lavatar not generating any image
2020-04-21 15:18:44 +02:00
nathangray
04bf5580c8
* Calendar: Fix events later in the day would not show if one was filtered out
2020-04-20 12:00:59 -06:00
Ralf Becker
9817d25a47
move who is available via push to push class and backends
2020-04-20 13:07:58 +02:00
Ralf Becker
1ac0ff826e
missed commit from SimpleSAMLphp
2020-04-20 12:55:19 +02:00
Hadi Nategh
4c730456bf
Add onSeenAction for notifications
2020-04-17 13:38:27 +02:00
nathangray
397fc8a620
Fix missing translation reported by Stefan Unverricht
2020-04-16 11:34:10 -06:00
nathangray
92af8ec297
Fix typo
2020-04-16 11:01:23 -06:00
nathangray
85b44d4df3
Fix missing translation reported by Stefan Unverricht
2020-04-16 10:23:22 -06:00
nathangray
8c2c335ae6
Fix missing translation reported by Stefan Unverricht
2020-04-16 09:19:24 -06:00
Ralf Becker
9211d81732
suppress warning and trace (containing passwords) if userPassword attribute is not accessible
2020-04-16 12:16:04 +02:00
nathangray
ddccf59758
* Calendar: Fix more than 2 exceptions caused missed exceptions with groupdav / iOS
2020-04-15 13:40:14 -06:00
nathangray
d6a747e36b
Fix missing translation reported by Stefan Unverricht
...
How did you get missed?
2020-04-15 11:47:22 -06:00
nathangray
dbb3b2688e
Fix missing translation reported by Stefan Unverricht
2020-04-15 11:21:53 -06:00
nathangray
aba5f61a42
Fix missing translation reported by Stefan Unverricht
2020-04-15 10:15:24 -06:00
nathangray
017fa60870
Fix missing translation reported by Stefan Unverricht
2020-04-15 10:06:09 -06:00
nathangray
6b0d0b18e2
Fix missing translation reported by Stefan Unverricht
2020-04-15 09:58:48 -06:00
nathangray
8f8c437712
Try to avoid error from missing nodes
...
I suspect this is from either TypeScript conversion or nm node optimization, but can't duplicate it regularly
2020-04-14 15:03:32 -06:00
nathangray
32267f02c8
* Timesheet: Fix update via import without category or status cleared original
2020-04-14 14:32:46 -06:00
nathangray
5b115ec7d5
Try to avoid some errors loading nm by checking before setting
2020-04-14 14:14:29 -06:00
nathangray
821c8474c5
Fix link from VFS dialog did not open
2020-04-14 14:13:36 -06:00
nathangray
a3c6eba952
Fix sharing of of a file inside a symlinked directory failed.
2020-04-14 11:19:12 -06:00
Ralf Becker
e3ede597dc
* API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more
2020-04-14 14:10:33 +02:00
Ralf Becker
655f1f1f6a
fix wrong Gravatar URL
2020-04-11 10:11:10 +02:00
nathangray
eda34d67b3
Fix some typescript bugs
...
- Don't default dialog width so the automatic calculations run
- Setting etemplate_exec_id after load doesn't work, moved to passing it in. Fixes several file select issues
2020-04-09 14:26:57 -06:00
nathangray
0eb65b9efe
* Timesheet: Fix import condition checks
2020-04-09 13:22:46 -06:00
nathangray
bac1ff5a1d
Port b6020ad
from asig2016 to master
2020-04-09 12:39:16 -06:00
Ralf Becker
26a17011b9
Changelog for 19.1.20200409
2020-04-09 14:52:32 +02:00
Hadi Nategh
b36cfa4a80
Add icon into status icon
2020-04-09 11:37:47 +02:00
Ralf Becker
943609a009
unify video conference actions and translations
2020-04-09 10:50:54 +02:00
Ralf Becker
bf9b38495f
temp. disabled check, as preconfigured server is NOT stored
2020-04-09 10:01:06 +02:00
nathangray
840f195288
* Calendar: Fix conflict popup opened with an error
2020-04-08 14:13:07 -06:00
nathangray
8476a0cd35
Collabora version bump to try to make Travis happy
2020-04-08 12:56:01 -06:00
Hadi Nategh
ed4884655f
Fix videoconference actions
2020-04-08 20:43:47 +02:00
nathangray
12759d7852
This was supposed to be part of 7462bd0177
2020-04-08 12:22:24 -06:00
Ralf Becker
6471d53007
fix typo
2020-04-08 20:12:27 +02:00
Ralf Becker
e6546080a0
query videoconference room, if VC is configured
2020-04-08 12:03:22 -06:00