1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 02:17:49 +00:00
Commit graph

56 commits

Author SHA1 Message Date
Bram Wiepjes
c9fbfb714f Resolve "Ordering of rows by drag and drop" 2021-05-07 09:49:31 +00:00
Bram Wiepjes
d1b8e26612 Resolve "Small changes related to the preview of templates on the SaaS website" 2021-04-20 12:44:56 +00:00
Bram Wiepjes
8b56206bf4 Resolve "Memory leak if the table contains a link_row field" 2021-04-15 14:55:49 +00:00
Bram Wiepjes
2e56808b0e Resolve "Database templates" 2021-04-08 14:30:26 +00:00
Nigel Gott
9493645920 Search in view 2021-04-08 11:37:37 +00:00
Nigel Gott
a001fc170a Fix arrow navigation over hidden and re-ordered fields by performing the selectNextCell method over the ordered list of visibleFields and not the internal list of unordered fields. 2021-04-06 13:23:17 +01:00
Nigel Gott
afa640701e Use a simpler regex to validate phone number field, add test covering validation and database conversion for phone number field, enable standard filters and sorts. 2021-03-23 13:29:06 +00:00
Bram Wiepjes
9728b64df0 Resolve "Ordering fields per grid view" 2021-03-12 13:46:22 +00:00
Nigel Gott
24209b1b25 Merge branch '251-add-number-of-filters-and-sorts-in-the-view-header' into 'develop'
Resolve "Add number of filters and sorts in the view header"

Closes 

See merge request 
2021-03-10 08:50:07 +00:00
Nigel Gott
b7926bfa81 Resolve "Add number of filters and sorts in the view header" 2021-03-10 08:50:07 +00:00
Bram Wiepjes
4a47f21551 Resolve "User reports that a table is slow having 21 columns" 2021-03-09 20:53:39 +00:00
Bram Wiepjes
e8f7bd9ce0 made it impossible to hide a field via the rest api 2021-02-19 17:57:47 +01:00
Bram Wiepjes
3fe0260318 use utc in the date picker 2021-02-09 12:30:32 +01:00
Bram Wiepjes
c994b18462 Resolve "Inviting users to a group" 2021-02-04 16:16:33 +00:00
Bram Wiepjes
527ed3f625 Resolve "Plugins stack - comms issue" 2021-02-04 15:21:18 +00:00
Bram Wiepjes
7ad172627e Resolve "Error when converting field with an incompatible value type" 2021-01-26 12:33:23 +00:00
Keith Axline
dfa9b96219 Resolve "Hide fields" 2021-01-25 10:11:44 +00:00
Bram Wiepjes
83c4912fc7 Resolve "Real time collaboration" 2021-01-24 14:53:06 +00:00
Bram Wiepjes
d77e743dea Resolve "Single select option field" 2021-01-06 20:23:15 +00:00
Keith Axline
82b3248d69 Resolve "Large integers result in an error" 2020-12-22 09:30:09 +00:00
Bram Wiepjes
978567897a Resolve "Add new row on a given position" 2020-12-18 12:01:37 +00:00
Bram Wiepjes
a15075ea13 made it possible to edit the a file name 2020-12-16 12:54:16 +01:00
Bram Wiepjes
f121e83e41 Resolve "File and image field" 2020-11-30 18:52:39 +00:00
Bram Wiepjes
a823bcd26d Resolve "The sort choose field context doesn't have a hover effect anymore" 2020-11-22 13:12:08 +00:00
Keith Axline
cf789f4225 Resolve "Temporarily disable all filters" 2020-11-05 08:05:36 +00:00
Bram Wiepjes
d6c97ed5bf refactored key name and modified existing row endpoints so that they support token authentication with permissions 2020-11-02 16:47:20 +00:00
Hoang Do
bf9653a03b changed modal text, move dependents to application type, added better styling for to be deleted items and cleaned up some code 2020-10-28 18:35:24 +00:00
Bram Wiepjes
f74f019f79 Merge branch '103-email-field' into 'develop'
Resolve "Email field"

Closes 

See merge request 
2020-10-18 11:34:02 +00:00
Keith Axline
3c7a14fc9a Adding docker config and entrypoint.sh
(cherry picked from commit 014a3584a04e59f204a116bb625e2df5bd70d9bc)
2020-10-18 11:34:02 +00:00
Keith Axline
b27c0c6b9e First draft of solution 2020-10-12 09:40:56 +00:00
Bram Wiepjes
37463ec26d Resolve "Sorting rows by field" 2020-10-06 14:43:02 +00:00
Bram Wiepjes
1fdb91dfb4 Resolve "URL field" 2020-09-28 07:19:52 +00:00
Bram Wiepjes
6e16d7ec01 Resolve "Filter rows" 2020-09-27 14:41:03 +00:00
Bram Wiepjes
2677dd17aa Resolve "Pressing enter in the long text field in the edit model blurs the input" 2020-09-02 19:57:25 +00:00
Bram Wiepjes
fe31605fef Resolve "Foreignkey field / connecting rows" 2020-08-28 09:48:37 +00:00
Bram Wiepjes
408273a38b Resolve "Datepicker closes on first use with empty cell" 2020-06-23 20:36:13 +00:00
Bram Wiepjes
91fa13c086 refactored all css classes to bem style 2020-06-22 21:22:16 +02:00
Bram Wiepjes
87d4d733f9 Resolve "Add a date/ datetime field" 2020-06-04 09:51:48 +00:00
Bram Wiepjes
6e80cbc7a9 Resolve "Introduce copy/paste functionality" 2020-05-25 15:50:47 +00:00
Bram Wiepjes
47b5b9646d fixed and improve auth 2020-05-23 17:45:20 +02:00
Bram Wiepjes
329227f890 Resolve "Implement a long text field" 2020-05-23 13:52:15 +00:00
Bram Wiepjes
f3266effb2 Resolve "Allow the arrow keys to select other fields" 2020-05-20 07:31:24 +00:00
Bram Wiepjes
39ceea0f8a Merge branch '87-keep-showing-handle-while-resizing-a-field' into 'develop'
Resolve "Keep showing handle while resizing a field"

Closes 

See merge request 
2020-05-11 19:56:37 +00:00
Bram Wiepjes
03a7caad77 keep showing active handles while dragging 2020-05-11 21:48:52 +02:00
Bram Wiepjes
f96689afe9 prevent row context menu when right clicking on a field that is being edited 2020-05-11 21:35:11 +02:00
Bram Wiepjes
1202e2b9c2 Resolve "Edit a row in a popup" 2020-05-11 17:27:35 +00:00
Bram Wiepjes
4a5922185c optionally include field_options in the grid view listing response and added an endpoint to update the field options 2020-05-10 15:35:37 +00:00
Bram Wiepjes
cc04839770 Resolve "Improve validation of the number field" 2020-05-05 11:22:49 +00:00
Bram Wiepjes
2ff6ed9aa4 select next field when the tab key is pressed 2020-05-03 21:07:29 +02:00
Bram Wiepjes
d61db61061 Resolve "Minor changes related to the SaaS version" 2020-04-30 15:07:20 +00:00