Commit Graph

1422 Commits

Author SHA1 Message Date
Hadi Nategh
dfdd3b918b Update jquery-ui to 1.13.1 2021-11-10 11:55:45 +01:00
Hadi Nategh
8a9aad7f2c * Filemanager: Fix video controller not working in filemanager gallery 2021-11-02 17:45:17 +01:00
Hadi Nategh
dddd0a2ee0 Fix onchange event not working for date-range widget 2021-10-22 13:27:37 +02:00
nathan
eb1ed53c1a JS changes from 068e3feff0 2021-10-19 14:23:31 -06:00
nathan
dacb898218 Api: Fix setting the date min attribute to a number did not work
jQueryUI timepicker checks the type of variable
2021-10-19 14:22:55 -06:00
nathan
888fd1d61c Add missing placeholder widget JS 2021-10-19 09:47:38 -06:00
nathan
b320f7517f Fix kanban merge into document stopped working with introduction of PDF checkbox 2021-10-19 09:48:12 +02:00
nathan
82103dd514 * Collabora: Merge placeholder dialogs
Added merge placeholder & address dialogs to Collabora.  Also some new merge preferences for target filename and location, and placeholder list UI
2021-10-14 13:18:21 -06:00
nathan
09f93f2b9d * Add filemanager actions to convert editable files to PDF or PNG and a checkbox to merge file as PDF 2021-10-14 09:18:55 -06:00
Alexandros Sigalas
fdd275c605
Tabs of tabwidget, added onClick and ondDblclick events (#109)
* Tabs of tabwidget, added onClick and ondDblclick events

* OnClick and ondDblclick events on Tabs of tabwidget, parse functions only once.
2021-10-13 08:33:37 -06:00
Alexandros Sigalas
a1f4922506 Added preference_id and preference_app attributes to toolbar widget, to make usage in edit forms opened in framework tabs easier. 2021-10-08 17:38:42 +03:00
Hadi Nategh
643f1cf7c4 Add compiled js file from commit ae5e11f7a2 2021-09-28 17:12:45 +02:00
Hadi Nategh
39d15ccece Translate details title before setting it into the DOM 2021-09-28 17:11:46 +02:00
Hadi Nategh
5a51732752 Move framework push boradcast method into base class 2021-09-22 11:56:50 +02:00
Hadi Nategh
d6dde9e59b Apply compiled js file for commit 6e88dead8e 2021-09-09 16:38:32 +02:00
Hadi Nategh
9dfa960bf6 Fix youtube video starts to play automatically after being seeked to a time 2021-09-09 16:35:52 +02:00
Hadi Nategh
6e88dead8e Add an option to configure toolbar's list header style 2021-09-09 16:20:08 +02:00
nathan
a7f7ceb67f * Api: Fix entry list stops scrolling if a row is updated while the tab is not visible
I checked that this one does not break, nm still works
2021-09-01 11:58:55 -06:00
Ralf Becker
5e26bee384 Revert "* Api: Fix entry list stops scrolling if a row is updated while the tab is not visible"
This reverts commit 8c6fea66ca.
2021-09-01 10:02:32 +02:00
nathan
8c6fea66ca * Api: Fix entry list stops scrolling if a row is updated while the tab is not visible 2021-08-30 09:11:38 -06:00
Hadi Nategh
1fbb949b43 Add missing compiled js file for video widget new features 2021-08-25 16:03:09 +02:00
Hadi Nategh
557b47b15f Fix volume gets initiated on a wrong object becuase the youtube object is not yet ready 2021-08-25 15:59:16 +02:00
Hadi Nategh
904e6a96e1 Add getter/setter for video's mute option and fix volume unit 2021-08-25 15:58:46 +02:00
Hadi Nategh
677e11df1c Fix volume and playbackrate for both youtube and html video 2021-08-25 15:58:07 +02:00
Ralf Becker
101728414d missing js files for 21.1 from "implement some missing features from old eTemplate" 2021-08-23 15:11:04 +02:00
Ralf Becker
0463b796ce implement some missing features from old eTemplate:
- evaluate class set on a grid cell as done for the widget contained (probably more a bug-fix then a feature)
- allow to preset query for link-entry widget by passing an object with a query attribute
- allow to overwrite not only $readonlys[__ALL__] but also widget readonly attribute with a $readonlys value of false
2021-08-23 14:28:34 +02:00
Hadi Nategh
7122b6b2d0 Do not activate cropper when the widget is set to readonly 2021-08-16 12:31:28 +02:00
Hadi Nategh
2a13f7a3df Implements volume and playback options for video widget (both for html video and youtube) 2021-08-13 12:51:10 +02:00
Hadi Nategh
96d6b22db7 Add missing egw_app js compiled file from commit dca3c06b47 2021-07-13 11:50:32 +02:00
nathangray
a728276a15 Change merge download/Collabora to a common generation method, avoiding need to POST.
This allows Kanban to download merge files
2021-07-12 16:30:01 -06:00
nathangray
dca3c06b47 Fix PUSH new entries did not show if filter had multiple values
(cherry picked from commit 0caabaf516)
(cherry picked from commit 2c2563eccf)
2021-07-05 09:59:52 -06:00
nathangray
2d0bb9fda7 Add missing backport from 488f01aea9 2021-06-25 11:12:57 +02:00
Hadi Nategh
7297789e79 Avoid triggering initial resize if not necessary 2021-06-24 16:28:03 +02:00
nathangray
b7fab5d414 Etemplate: Change r/o URLs to use label as link text 2021-06-21 08:44:57 -06:00
Ralf Becker
5ca7452613 * Mail/Admin: fix not working mail wizard
caused by loading app.js again and therefore this.et2 is not set --> only load / use egw.applyFunc() if not already set
2021-05-25 18:26:13 +02:00
Hadi Nategh
f266766b95 Fix opening an app link as popup loses it's opener when its origin app tab is not loaded 2021-05-21 17:01:22 +02:00
Hadi Nategh
3037191ea8 WIP login Ui:
- Re-arrange registration links
- Fix bg colors
- Fix social icons padding
2021-05-21 16:17:49 +02:00
Hadi Nategh
33951a6377 WIP login Ui:
- Get login messages the same style as egw messages
- Arrange logo and social icons
2021-05-21 16:17:00 +02:00
Hadi Nategh
a2d182c11a Add extra icons for login apps content 2021-05-21 16:10:56 +02:00
Ralf Becker
75c53c127c export hbox widget and mark parameter in getDOMNode() optional 2021-05-21 12:26:47 +02:00
Ralf Becker
ac7457b37e fix missing the widget argument 2021-05-18 19:24:41 +02:00
Ralf Becker
235f1ba8ec dynamic load app.js file for "app.$app.$func" type handlers, if not already loaded
so eg. a config.xet run by admin app could call a handler from the apps own app.js
2021-05-18 19:24:41 +02:00
nathangray
5ecba984cf Etemplate: let break_title be optional based on space, and keep the actual characters 2021-05-18 08:43:24 -06:00
Hadi Nategh
b8eacf5332 Check popup blocker for when trying to open mail compose popup from filemamanger/Collabora 2021-05-18 11:42:56 +02:00
Ralf Becker
e30ff2caa2 allow to change video via set_src (and set_src_type) 2021-05-17 13:30:03 +02:00
nathangray
a81dfdcfd8 Etemplate: Fix links with title provided always displayed loading spinner 2021-05-10 11:02:05 -06:00
nathangray
9376cb295f Etemplate: switch to tab of first invalid input, not last 2021-05-06 08:40:45 -06:00
Hadi Nategh
8b9f520f86 Prevent vfs select dialog destroying session becuase of not being able to find the right app name (eg. admin mail account where app is different than current app) 2021-05-05 17:36:03 +02:00
Ralf Becker
52bbfbef0b allow "{one phrase} {other phrase}" syntax in all attributes marked as translate eg. labels 2021-05-01 14:22:34 +02:00
Ralf Becker
eefd8ed972 improve egw.langRequire to return a Promise, if no callback specified 2021-04-29 09:45:16 +02:00