rijkvanzanten
bce19abf6f
v9.12.2
2022-06-09 17:12:27 -04:00
rijkvanzanten
cd58611aa7
v9.12.1
2022-06-03 17:52:57 -04:00
Rijk van Zanten
3a614d0058
Only render first 10000 items on calendar layout view ( #13724 )
...
* Update fullcalendar
* Update eslint
2022-06-03 17:49:54 -04:00
Rijk van Zanten
96f2da5dd5
Fix flows editing existing operations ( #13713 )
...
* Use immediate watcher instead of prop based ref default val
Fixes #13702
* Make it happy
* I'll be damned, it wasn't my stupidity after all
2022-06-03 16:36:45 -04:00
rijkvanzanten
85af808f70
v9.12.0
2022-06-02 18:26:52 -04:00
rijkvanzanten
7e9812d04a
v9.11.1
2022-05-24 17:50:37 -04:00
rijkvanzanten
f52da51925
v9.11.0
2022-05-19 13:09:50 -04:00
rijkvanzanten
e3a7a7d887
v9.10.0
2022-05-03 13:05:54 -04:00
Rijk van Zanten
f03e2e4256
Add local export capability ( #13099 )
...
* Add local export capability
* Add local download capability to every layout
* Use queried fields in export logic
* Update tooltip text
2022-05-03 12:58:44 -04:00
rijkvanzanten
ed780aceba
v9.9.1
2022-04-22 12:21:24 -04:00
Nitwel
7639023a4f
Emoji Picker & Comment improvements ( #11946 )
...
* add simple emoji picker and improve comments
* add v-md option to open in new tab
* fix styling when editing comment
* clean up code
* use script setup
* use different emoji lib
* fix inserting emojis into text
* fix search styling
* always show cancel button
* comment style tweaks
* clean up emoji picker
* add placeholder to v-template-input
* cleanup comments some more
* clean up comments sooooome more
* fix notify message on update
* update comment markdown styling
* button and icon hover colors
* move styling to global file
* clean up code
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
Co-authored-by: Ben Haynes <ben@rngr.org >
2022-04-22 12:18:45 -04:00
rijkvanzanten
fb252ca4ce
v9.9.0
2022-04-15 14:26:54 -04:00
rijkvanzanten
2a6db01c42
v9.8.0
2022-04-01 14:41:08 -04:00
Rijk van Zanten
90f5b0a471
Add functions support to the app + add count function ( #12488 )
...
* Rename date functions to fn, add json_array_length for pg
* Add json count to mssql
* Add json array count support to other vendors
* Add UI for selecting API functions
* Make it not break
* Render functions in filter preview better
* Include functions in field altering
* Add schema access to database helper
* Allow filtering against o2m/m2m/m2a count
* Add data function execution helpers in utils
* Fix type issue
* Inject function results in validate step
* Render field keys with function names translated
* Allow selecting nested/functions in field validation step
* Make sure number comparisons are treated as numbers
* Add check if instanceof date when casting to a Number
* Prevent selecting foreign keys for junction sort (#12463 )
* [SDK] Add further request options to `items` functions (#12503 )
* add possibility to set further options to the request
* fix options type
* add typings to interface
* add test if headers are passed thourght
* create reusable options param
* set higher priority to options param
* Small stylistic cleanup
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: ian <licitdev@gmail.com >
Co-authored-by: Jürg Hunziker <juerg.hunziker@gmail.com >
2022-03-31 16:56:26 -04:00
rijkvanzanten
7b15947276
v9.7.1
2022-03-23 14:50:51 -04:00
rijkvanzanten
c1da41d671
v9.7.0
2022-03-18 16:34:35 -04:00
rijkvanzanten
eba2576227
v9.6.0
2022-03-04 20:25:43 -05:00
rijkvanzanten
47a5da78fb
v9.5.2
2022-02-18 11:45:07 -05:00
rijkvanzanten
c0c412d30b
v9.5.1
2022-02-03 20:41:49 -05:00
rijkvanzanten
78a25fe953
v9.5.0
2022-01-24 15:53:29 -05:00
Jay Cammarano
b96d7775d3
Add soft character limit to various inputs ( #11009 )
...
* added soft_length to lang
* added softLength option to input interface
* softLength => textarea, md, wysiwyg
* really broken but counting characters
* return 0 not null oops
* characters remaining displaying
* percentageRemaining => shared
* placeholders => string
* markdown inputs need to change preview css
* account for multiple md inputs
* works for multiple inputs on a page
* let it breathe
* text area but no warning color (yet)
* newline is 1 char
* null => undefined
* shows with 0 hard limit left
* softlength tied to maxlength
* preview displaying md
* using share util
* Replace shared "interface" with util
* Add test setup
* Lock package versions
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-01-20 20:58:57 +00:00
Rijk van Zanten
b3f43ff1a2
Upgrade dependencies ( #11118 )
...
* Update marked in app
* Upgrade marked in cli
* Update nested deps
2022-01-17 21:42:04 +00:00
rijkvanzanten
65bfe68b0c
v9.4.3
2022-01-07 16:11:24 -05:00
rijkvanzanten
1a5a9180ee
v9.4.2
2021-12-30 21:11:32 -05:00
rijkvanzanten
4991ba858b
v9.4.1
2021-12-28 20:17:21 -05:00
rijkvanzanten
a47b9cec0f
v9.4.0
2021-12-23 22:46:18 -05:00
Azri Kahar
9603fbcd3a
Add v-date-picker base component & use it in datetime interface ( #10438 )
...
* WIP
* clean up emitted values & add locale support
* fix styling and add dynamic width
* fix logic for getting the last key
* lock flatpickr version
* add "set to now" button
* add locale & fix input flash
* fix locale issue
* fix initial value not setting
* use v-menu & reuse date-fns locales
* add max-height-none prop to v-menu
* remove unused styles
* touch up style
* use flatpickr locale constructed from date-fns
* minor style tweak
* Various style tweaks
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-12-23 21:43:25 -05:00
rijkvanzanten
4b444baf5b
v9.3.0
2021-12-16 18:48:10 -05:00
rijkvanzanten
546d525175
v9.2.2
2021-12-10 15:53:08 -05:00
rijkvanzanten
1d4e9c425c
v9.2.1
2021-12-06 14:31:01 -05:00
renovate[bot]
23e0b8bf9b
Pin dependencies ( #10318 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-12-06 15:24:32 +00:00
rijkvanzanten
776c105aac
v9.2.0
2021-12-03 16:16:38 -05:00
rijkvanzanten
9bf033c18d
v9.1.2
2021-11-25 12:36:24 -05:00
rijkvanzanten
5d3a630fe6
v9.1.1
2021-11-24 21:09:22 -05:00
rijkvanzanten
7a1c534b36
v9.1.0
2021-11-24 17:56:26 -05:00
Jay Cammarano
25375cc481
Add notifications system and support user mentions in comments ( #9861 )
...
* v-menu de/activated onKeyDown. No List yet.
* v-list
* add user suggestion
* uuids replaced
* user-popover working
* avatars flex row with usernames in suggestions
* added space to end of uuid insert
* autofocus + move caret to end of last insert
* removed unnecessary setTimeout()
* fixed filter 500 with ids
* better fix
* New translations en-US.yaml (French) (#9907 )
* New translations en-US.yaml (French) (#9912 )
* New translations en-US.yaml (French) (#9916 )
* New translations en-US.yaml (Russian) (#9918 )
* New translations en-US.yaml (Swedish) (#9920 )
* Email updates (#9921 )
* add from name for emails
* updatd email template style
* reset password email copy
* updated logo to newest version
* update invite email copy
* decouple field template logic
* push up styling
* Start on new v-template-input
* Add notifications API endpoints
Squashed commit of the following:
commit 9d86721ef795d03bc55693c0f99bde8e269d60e9
Merge: b4458c19f 34131d06e
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Mon Nov 22 09:27:43 2021 -0500
Merge branch 'mentions' into mentions-api
commit b4458c19f7c54f18fa415fc04c63642c2f5a17b0
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 18:34:04 2021 -0500
Remove unused import
commit e6a9d36bbfdf95cb18d29336da61ecb14b677934
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 18:28:31 2021 -0500
Extract user mentions from comments
commit b3e571a2daa287e1740a050096913662a57e9861
Merge: c93b833d2 af2a6dd7f
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 17:39:52 2021 -0500
Merge branch 'mentions' into mentions-api
commit c93b833d2b848e306c434b370d4e4e11967e85d0
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 17:35:45 2021 -0500
Send emails w/ parsed MD
commit 64bbd6596f20a07028d2387d60e33dfe4f91c032
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 16:18:16 2021 -0500
Add notifications endpoint + permissions
commit fba55c02dc9c303a38b1b958350684cccd3dd82c
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 15:33:28 2021 -0500
Add system data for notifications
* push
* Make v-template-input work
* Add the two-way binding
* submit button posting, not clearing text area
* comment text area clearing on submit
* Replace insertion correctly
* Added scope support to LDAP group and user search (#9529 )
* Added scope support LDAP group and user search
* Fixed linter screwing up my markdown
* Update docs/configuration/config-options.md
* Always return correct DN for user with sub scope
* Fix indeterminate meta and schema property in advanded field creation (#9924 )
* Fix impossibility to save M2M (alterations not triggered) (#9992 )
* Fix alterations refactor
* fix roles aggregate query (#9994 )
* Update iis.md (#9998 )
added the IIS URL Rewrite module as a requirement
* New translations en-US.yaml (English, United Kingdom) (#10001 )
* Fix LDAP race condition (#9993 )
* Fix input ui
* Revert changes to v-field-template
* Update mentions permissions
* Fix linter warnings
* Optimize sending flow
* Revert "Rename activity->notifications module (#9446 )"
This reverts commit 428e5d4ea9 .
* Add notifications drawer
* Update migrations
* Improve constraints
* Add email notifications toggle on users
* Add docs, fix graphql support
* Move caret-pos to devdeps
* Remove unused new triggerKeyPressed system
* Remove unused use-caret composable
Co-authored-by: Nitwel <nitwel@arcor.de >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
Co-authored-by: Ben Haynes <ben@rngr.org >
Co-authored-by: Aiden Foxx <aiden.foxx@sbab.se >
Co-authored-by: Oreille <33065839+Oreilles@users.noreply.github.com >
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: Paul Boudewijn <paul@helderinternet.nl >
2021-11-24 16:11:26 -05:00
renovate[bot]
241dc13c65
Update NPM dependencies (non-major) ( #9968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-22 10:05:40 -05:00
rijkvanzanten
ba72d2cfd0
v9.0.1
2021-11-11 16:45:31 -05:00
rijkvanzanten
c95add08ef
v9.0.0
2021-11-04 22:03:10 -04:00
rijkvanzanten
37cf80e0fe
v9.0.0-rc.101
2021-11-03 19:29:41 -04:00
Nicola Krumschmidt
69d893123e
Add exports fields to all packages ( #9443 )
2021-11-03 18:59:45 -04:00
renovate[bot]
0aa5026aa9
Update dependency pinia to v2.0.2 ( #9436 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-03 17:11:43 -04:00
renovate[bot]
80a7c4cb0c
Update dependency tinymce to v5.10.1 ( #9385 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-03 15:30:28 -04:00
renovate[bot]
f62c59d626
Update fullcalendar monorepo to v5.10.1 ( #9386 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-03 15:30:11 -04:00
renovate[bot]
d577075bf2
Update dependency pinia to v2.0.1 ( #9428 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-03 17:07:00 +00:00
renovate[bot]
4c6bcedf52
Update dependency mime to v3 ( #9380 )
2021-11-03 00:29:31 -04:00
renovate[bot]
a1ade2a5ce
Update dependency marked to v3.0.8 ( #9359 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-02 19:34:00 +00:00
renovate[bot]
b633f83c29
Update dependency mime to v2.6.0 ( #9370 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-02 15:21:57 -04:00
renovate[bot]
4e3ca63b83
Update vue monorepo to v3.2.21 ( #9341 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-02 19:18:10 +00:00
rijkvanzanten
7e1034d9d4
v9.0.0-rc.100
2021-10-29 14:40:05 -04:00