3508 Commits

Author SHA1 Message Date
shamoon
d52e832140 Fix depth 2024-09-23 23:41:11 -07:00
shamoon
5a2901b7ee Larger on desktop 2024-09-23 23:41:11 -07:00
shamoon
2c287d654a Nice date picking 2024-09-23 23:41:11 -07:00
shamoon
def9f4c348 Move validation 2024-09-23 23:41:11 -07:00
shamoon
2ad2c56b4c Update custom-field-query.ts 2024-09-23 23:41:11 -07:00
shamoon
bf47d0c7bb Depth, fix remove 2024-09-23 23:41:11 -07:00
shamoon
b6a3c7b58b Big refactor of layout etc 2024-09-23 23:41:11 -07:00
shamoon
30fb5a96ce More value validation stuff 2024-09-23 23:41:11 -07:00
shamoon
24862213d0 Basic value validation on switching 2024-09-23 23:41:11 -07:00
shamoon
eff73d6afe Basic debounce for value field 2024-09-23 23:41:11 -07:00
shamoon
000a40aa82 Tweak add expression 2024-09-23 23:41:11 -07:00
shamoon
d19b08e1b9 Fix add query 2024-09-23 23:41:11 -07:00
shamoon
f13e8667f8 Refactor, actual operator selections 2024-09-23 23:41:11 -07:00
shamoon
67831a6216 Lagacy support for FILTER_HAS_CUSTOM_FIELDS_ANY and FILTER_HAS_CUSTOM_FIELDS_ALL 2024-09-23 23:41:11 -07:00
shamoon
047754ea63 Add back custom field text search field 2024-09-23 23:41:11 -07:00
shamoon
36f33e59de Refactoring, dont error when changing atoms 2024-09-23 23:41:11 -07:00
shamoon
b5691cfbc8 layout, styling, nesting fixes 2024-09-23 23:41:11 -07:00
shamoon
40f3d133de Nesting stuff, styling 2024-09-23 23:41:11 -07:00
shamoon
b6945a21cb Update custom-fields-query-dropdown.component.html 2024-09-23 23:41:11 -07:00
shamoon
dc5a30b161 Fix subquery change propagation 2024-09-23 23:41:11 -07:00
shamoon
1ff187b15f Refactor, remove styling 2024-09-23 23:41:11 -07:00
shamoon
2a3d909ab2 Default to exists, styling tweaks 2024-09-23 23:41:11 -07:00
shamoon
b1eda49d80 Un-break frontend tests for now 2024-09-23 23:41:11 -07:00
shamoon
01fa781246 Fix remove 2024-09-23 23:41:11 -07:00
shamoon
25b71bf199 Styling tweaks 2024-09-23 23:41:11 -07:00
shamoon
9102ddb362 Rudimentary nesting / expressions 2024-09-23 23:41:11 -07:00
shamoon
96546af95f Remove opt-in fields 2024-09-23 23:41:11 -07:00
shamoon
f0157a36fb Gotta start somewhere 2024-09-23 23:41:11 -07:00
shamoon
f06ff85b7d Simplify this a bit more 2024-09-23 10:46:20 -07:00
shamoon
1b7cacc877
Enhancement: compactify dates dropdown (#7759) 2024-09-23 10:30:13 -07:00
shamoon
870d6ee782
Fix: handle overflowing dropdowns on mobile (#7758)
See https://github.com/ng-bootstrap/ng-bootstrap/pull/4760
2024-09-23 10:29:37 -07:00
shamoon
3aba68c09f Fix sidebar mobile width 2024-09-23 10:27:16 -07:00
shamoon
fa6f013db5
Fix: chrome scrolling in >= 129 (#7738) 2024-09-18 17:09:42 -07:00
shamoon
6192c15c4d
Feature: copy workflows and mail rules, improve layout (#7727) 2024-09-16 22:02:51 -07:00
shamoon
8aa35540b5 Fix a random test error 2024-09-16 19:36:44 -07:00
shamoon
3b7fdb2f37 Bump version to 2.12.1 2024-09-15 20:08:24 -07:00
github-actions[bot]
eeeec498d4
New Crowdin translations by GitHub Action (#7668)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-15 19:40:35 -07:00
shamoon
36df6fd3e5
Enhancement: improve text contrast for selected documents in list view dark mode (#7712) 2024-09-15 11:40:59 -07:00
shamoon
86a540e68e
Fix: filter out shown custom fields that have been deleted from saved view edit (#7710) 2024-09-15 08:02:38 -07:00
shamoon
fb3a881387 Refactor: allow filterpipe to specify key 2024-09-13 22:21:38 -07:00
shamoon
8e555cce9e
Fix: only filter by string or number properties for filter pipe (#7699) 2024-09-13 20:41:31 -07:00
shamoon
66a8057e31 Fix: fix display of permissions filter users dropdown 2024-09-11 09:47:48 -07:00
shamoon
cb6cf7f771 Chore: Add codecov bundle analysis (#7673) 2024-09-10 17:55:12 -07:00
shamoon
0d1e0bc70e Chore(deps): Bump express and related dependencies in /src-ui (#7674)
* Chore(deps): Bump send and express in /src-ui

Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore(deps): Bump body-parser and express in /src-ui (#7676)

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore(deps): Bump serve-static and express in /src-ui (#7677)

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 14:02:33 -07:00
shamoon
bee963c23d
Fix: saved view permissions fixes (#7672) 2024-09-10 13:33:19 -07:00
shamoon
aeb49898e5 Bump version to 2.12.0 2024-09-08 17:47:20 -07:00
github-actions[bot]
357ae92d88
New Crowdin translations by GitHub Action (#7658)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-08 16:53:13 -07:00
github-actions[bot]
74330623b3
New Crowdin translations by GitHub Action (#7528)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-08 16:51:37 -07:00
Trenton H
3813dc2e18
Chore: Update backend dependencies in bulk (#7656) 2024-09-08 20:03:38 +00:00
shamoon
4903e4290d
Enhancement: re-work mail rule dialog, support multiple include patterns (#7635) 2024-09-05 15:32:03 -07:00