Commit Graph

43419 Commits

Author SHA1 Message Date
ralf
bf625c434d fix version-check of composer.json (was not considering packaging) 2024-11-11 10:56:17 +01:00
ralf
e4b345d011 Revert "changed et2-image to inline svg located inside /egroupware/* so they inherit color just like bootstrap icons"
This reverts commit ca33b4a009.
2024-11-11 08:49:46 +01:00
milan
81ab5aa4eb make year up/year down buttons in calendar sidebar available again 2024-11-11 07:48:37 +01:00
milan
ca33b4a009 changed et2-image to inline svg located inside /egroupware/* so they inherit color just like bootstrap icons
-- added bi-card-list.svg to be the same size as other toolbar icons

Regarding Ticket #100401
2024-11-11 07:48:37 +01:00
milan
3c3d25c72a fix calendar side menu flatpickr year color to match month color 2024-11-08 12:06:06 +01:00
milan
03415c22bb fix calendar side menu flatpickr styling did not show year completely
(cherry picked from commit 2965b4e9f6)
2024-11-08 10:52:15 +01:00
milan
9dddf30a64 condense calendar sidebox menu
-- removed <hrule>s
-- hide integration et2-box if empty
--cleanup margins

(cherry picked from commit 1ac6a40497)
2024-11-08 10:52:08 +01:00
dependabot[bot]
ba3a3cdaa6 Bump symfony/http-client from 5.4.29 to 5.4.46
Bumps [symfony/http-client](https://github.com/symfony/http-client) from 5.4.29 to 5.4.46.
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-client/compare/v5.4.29...v5.4.46)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 12:21:04 +01:00
dependabot[bot]
ef2d6b5cf6 Bump symfony/http-foundation from 5.4.42 to 5.4.46
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 5.4.42 to 5.4.46.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v5.4.42...v5.4.46)

---
updated-dependencies:
- dependency-name: symfony/http-foundation
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 12:17:54 +01:00
ralf
90f8068810 calculate positive and negative account_id filter 2024-11-06 18:12:43 +01:00
ralf
2a8a2a87b0 fix Api\Accounts::hidden2account_id(): Argument #2 ($account_ids) must be of type ?array, int given 2024-11-06 17:38:01 +01:00
nathan
1b9b20f220 Fix vertical alignment of tracker "add comment" buttons + canned response line 2024-11-06 09:28:16 -07:00
ralf
1a49e30a02 fix diff to master 2024-11-06 16:36:12 +01:00
ralf
29481248d1 fix diff to master 2024-11-06 16:34:29 +01:00
ralf
70dbebae41 fix diff to master 2024-11-06 16:29:34 +01:00
ralf
0905d8f4aa fix double case statement 2024-11-06 16:26:29 +01:00
ralf
6cc35c9305 Merge branch 'master' into 23.1 2024-11-06 05:25:34 +01:00
ralf
92c0f3e392 npm audit fix 2024-11-06 05:17:31 +01:00
nathan
bcbfbce902 Import/export: Fix comma separated group IDs were not properly converted to user-friendly. Only the first ID was listed. 2024-11-05 15:15:52 -07:00
nathan
cad7656145 Admin: Fix importing users did not import their groups 2024-11-05 15:15:36 -07:00
nathan
dca7023c2a Import/export: Fix comma separated group IDs were not properly converted to user-friendly. Only the first ID was listed. 2024-11-05 15:04:15 -07:00
nathan
25ff5fe490 Et2LinkList: Fix file uploads when entry is not yet saved doubled the list of links 2024-11-05 14:51:08 -07:00
nathan
86c014fb94 Add border between nm header & nm, align with mail preview toolbar 2024-11-05 14:13:22 -07:00
nathan
fd624806dc Stop border of active application tab from going below header line 2024-11-05 14:13:22 -07:00
nathan
d008d78ba1 Give site logo some space around it 2024-11-05 14:13:22 -07:00
Ralf Becker
1afdfbc992 pending changes from our translation server 2024-11-05 20:16:26 +01:00
nathan
2e469a00de Fix lazy load in Et2TreeDropdown emptied the tree 2024-11-05 11:42:19 -07:00
nathan
49be819828 Keep dropdown tree open when action context menu opens 2024-11-05 10:13:30 -07:00
ralf
e72c2e492a * Admin: allow to mark users as hidden, to show them only to admins e.g. to hide functional users from regular users 2024-11-05 17:40:50 +01:00
ralf
d31915df05 * Status, Addressbook: preference to use first letters of username for avatar instead of initials 2024-11-05 17:40:50 +01:00
ralf
16ba791902 * Addressbook: show username for accounts as a column in the list too 2024-11-05 17:40:50 +01:00
nathan
3fabd1f2cb Fix typo 2024-11-04 14:28:23 -07:00
nathan
b29aafcaf3 Remove border from buttons without labels for fancy theme
Needed some parts exposed.
2024-11-04 14:15:39 -07:00
nathan
c1030d709c Calendar: Adjust toolbar spacing 2024-10-31 09:29:26 -06:00
nathan
8255bdd8d3 Filemanager: restore border to list's Upload button 2024-10-31 09:09:20 -06:00
milan
cb95e50062 added bi-31-square.svg for calendar month view and corrected callendar year view to bi-12-square 2024-10-31 15:26:24 +01:00
milan
66e222e035 added possibility to scroll Et2TreeDropdown on open to current selection.
-- set openAtSelection="true" attribute on the et2-tree-dropdown
-- use for timezone selection in preferences
-- regarding Ticket #97411
2024-10-31 13:41:10 +01:00
nathan
21aec1a93d Et2TreeDropdown: Fix readonly & disabled styles
Still allowed dropdown, and did not look disabled
2024-10-30 11:31:58 -06:00
nathan
37ce527fd4 Change some additional buttons to look like they're in a toolbar 2024-10-30 10:11:41 -06:00
nathan
968af0b1d2 Change toolbar style
- buttons normally have no border, only on hover
- border below toolbar
2024-10-30 09:40:20 -06:00
milan
445df7dcad tab border now dynamically changes depending on scrollbar existence. Only works in Chrome, Opera and Edge
--regarding ticket #99621
2024-10-30 14:17:57 +01:00
milan
a9b6be448a fix border around tab content
--regarding ticket #99621
2024-10-30 11:44:57 +01:00
milan
1ac3abc9c3 fix next and prev buttons unavailable in expose view of links tab because links moved into shadow root
regarding ticket #99991

(cherry picked from commit db3c858669)
2024-10-30 11:32:01 +01:00
milan
db3c858669 fix next and prev buttons unavailable in expose view of links tab because links moved into shadow root
regarding ticket #99991
2024-10-30 11:27:55 +01:00
ralf
014d953d35 * EPL/Mail/SpamTitan: allow admins to white- or blacklist for all users / whole domain 2024-10-29 13:33:11 +01:00
ralf
58b3ea3b57 improve speed for read access / grants to a lot of accounts
first check then spend time generating the list ;)
2024-10-29 12:34:31 +01:00
ralf
6b24c1f7c2 improve speed for read access / grants to a lot of accounts
first check then spend time generating the list ;)
2024-10-29 12:32:08 +01:00
nathan
875c78abbf Round sidemenu items 2024-10-28 15:01:19 -06:00
nathan
cc8199697f Calendar: Use shoelace border radius variable in header controls (integration buttons & current date box) 2024-10-28 14:48:47 -06:00
nathan
91df6591e8 Fancy: Add border to sidebox menu sections 2024-10-28 14:28:44 -06:00