1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-16 18:07:47 +00:00
Commit graph

116 commits

Author SHA1 Message Date
Bram Wiepjes
a7c3a060dd Resolve "Dropdowns in the filter context are cut off" 2023-09-14 15:55:32 +00:00
Alexander Haller
5efdd27a39
Move formula to core 2023-09-04 12:17:41 +00:00
Davide Silvestri
74c02a5bca Resolve "Date field not persist the "Timezone for all collaborators" correctly" 2023-08-25 13:25:01 +00:00
Nigel Gott
64019cbc55 Resolve "Fix allowing builders to write lookup formulas onto tables into which they don't have viewer or higher rights" 2023-08-25 11:41:54 +00:00
Bram Wiepjes
5b61ac0a1f Enabled auto scrollbar for all remaining contexts 2023-08-22 08:22:39 +00:00
Jonathan Adeline
67c059c3a0 Merge branch 'nuxt-runtimeconfig' into 'develop'
Use runtime config

See merge request 
2023-08-07 11:29:29 +00:00
Jonathan Adeline
0af095785c Use runtime config 2023-08-07 11:29:29 +00:00
Bram Wiepjes
6dd715a81a Optionally allow for adding the scrollbar to the Context component. 2023-08-04 11:52:24 +00:00
Sabeeh Hassan
303d841fd5 Resolve "Increase hardcoded multiselect option auto detection from 10 to higher value." 2023-08-01 13:21:41 +00:00
Davide Silvestri
8a4a21c209 Resolve "Notify user when added to rows as a collaborator" 2023-07-27 15:51:41 +00:00
Davide Silvestri
bfc1e8fd94 Notification ui fixes 2023-07-17 19:13:04 +00:00
Bram Wiepjes
9e4ac457cc Introduced additional colors 2023-07-14 12:34:46 +00:00
Davide Silvestri
52e1409095 Resolve "Mentions v2: mentions users in comments" 2023-07-06 12:06:04 +00:00
Peter Evans
75316a4a6e Resolve "Implement Postgres full-text search" 2023-07-05 16:01:03 +00:00
Davide Silvestri
8a38c9f724 Merge branch '1795-rename-notificaitons-to-popups' into 'develop'
Resolve "Rename notifications to toasts"

Closes 

See merge request 
2023-06-28 16:31:32 +00:00
Davide Silvestri
b074d2e1cc Resolve "Rename notifications to toasts" 2023-06-28 16:31:32 +00:00
Peter Evans
483a3c14ce Resolve "Include the field ID in the grid view headings contexts." 2023-06-28 10:08:21 +00:00
Nigel Gott
698ee76514 Resolve "Allow Viewers, Commenters and Editors to make personal views" 2023-06-21 07:56:52 +00:00
Alexander Haller
fbf463a864 Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00
Bram Wiepjes
cdf35c9554 Resolve "Rollup field" 2023-06-12 08:57:19 +00:00
Bram Wiepjes
4751dc5dc6 Count field 2023-06-01 17:15:42 +00:00
Davide Silvestri
b4fff958e6 Resolve "Duplicating field with select options results in two fields sharing same underlying options" 2023-05-24 16:30:03 +00:00
Petr Stribny
ea44b47d3d Resolve "Bump frontend deps" 2023-04-28 10:56:33 +00:00
Peter Evans
0426ead072 Resolve "Rename group to workspace in frontend code." 2023-03-28 14:40:58 +00:00
Jeremie Pardou-Piquemal
cd7a2923ea Fix download when clicking outside of the icon 2023-03-23 09:04:38 +01:00
Jonathan Adeline
d546474a51 Prevent validation error message to be displayed when adding a new field to a table 2023-03-20 09:52:05 +00:00
Jonathan Adeline
8959e85c44 Merge branch '1619-when-creating-a-relation-name-relational-field-after-table-name' into 'develop'
Pre-fill name field after the linked table name and always suggest an available field name

Closes 

See merge request 
2023-03-20 09:22:03 +00:00
Jonathan Adeline
5b639bdc5e Pre-fill name field after the linked table name and always suggest an available field name 2023-03-20 09:22:03 +00:00
Nigel Gott
05a09bbb7d Unrevert Accidental Reverts 2023-03-16 10:01:48 +00:00
Peter Evans
369759c386 Resolve "Rename group to workspace in the backend" 2023-03-14 14:43:35 +00:00
Davide Silvestri
f258ba8ca6 Merge branch '1473-make-datefield-timezone-aware' into 'develop'
Resolve "Make DateField timezone-aware"

Closes 

See merge request 
2023-03-08 09:13:09 +00:00
Davide Silvestri
0757d2202e Resolve "Make DateField timezone-aware" 2023-03-08 09:13:08 +00:00
Jonathan Adeline
a8174a8b0f Fix field creation when submitting with return/enter key 2023-03-07 15:14:58 +04:00
Jonathan Adeline
6c534b73c5 Improve create and edit field context 2023-03-06 09:04:25 +00:00
EdLou16
6d051ea7fd Resolve "Allow closing file preview by clicking outside" 2023-02-15 16:03:45 +00:00
Alexander Haller
362784d4be Resolve "Lookup field allows sumbitting form with blank target field" 2023-01-26 11:15:00 +00:00
Alexander Haller
09b805d08c Resolve "Lookup form shows 401 error popup when no permissions on related table" 2023-01-11 18:44:06 +00:00
Alexander Haller
dbc17849c4 Resolve "Ensure Link/Lookup/Formula fields work with restricted access" 2022-12-21 10:03:52 +00:00
Bram Wiepjes
49f9cac0d3 Resolve "Allow users to use their keyboard to input new items into single/multi select lists" 2022-11-23 20:02:44 +00:00
Bram Wiepjes
ef78dbc587 Moved the permissions and roles store to the groups store 2022-11-02 11:55:27 +00:00
Bram Wiepjes
41a10c3b72 Fix mousedown and click events of the modal and context 2022-10-31 18:35:57 +00:00
Jeremie Pardou-Piquemal
210c02085d Add RBAC to Baserow. 2022-10-28 18:45:34 +01:00
Abdalla Mahmoud
47523008ee Switched click outside handling in modals and contexts to mousedown rather than click event. 2022-10-06 16:22:26 +02:00
Peter Evans
b035357ab2 Moving the updateFieldContext toggle to its own method in FieldContext. 2022-09-22 10:15:25 +01:00
Davide Silvestri
63d6f245d2 Resolve "Allow not creating a reversed relationship with the link row field" 2022-09-06 16:53:55 +00:00
Petr Stribny
1dc464461f Add Multiple Collaborators field 2022-09-06 15:32:12 +00:00
Davide Silvestri
cf7d5e728d Resolve "Duplicate field with data" 2022-09-05 14:32:28 +00:00
Alexander Haller
b924b3ec35 Resolve "Add a cancel button to the field customization menu." 2022-08-27 13:38:01 +00:00
Alexander Haller
afc5e02725 Resolve "Replace all duplicated alert code by <Alert /> component" 2022-07-27 07:16:49 +00:00
Jrmi
47d5769051 Add basic field duplication 2022-07-24 20:17:47 +00:00