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

119 commits

Author SHA1 Message Date
Nigel Gott
6e5ce3846a Resolve "Trash (never delete anything)" 2021-07-09 08:29:08 +00:00
Sascha Jullmann
e55a28da65 Resolve "Date lower and higher than filter" 2021-07-08 16:20:06 +00:00
Nigel Gott
a51b681ce6 Resolve "Make the select options of the single select field orderable" 2021-06-24 15:27:54 +00:00
Jrmi
92c40c6525 Add token auth on field list endpoint 2021-06-21 12:19:13 +00:00
Bram Wiepjes
0ae2b7700b respect order on dashboard 2021-06-01 23:32:37 +02:00
Bram Wiepjes
bc6c6e4ad2 Resolve "Deleting view sometimes keeps showing the view" 2021-06-01 15:07:27 +00:00
Bram Wiepjes
622e5211d3 Resolve "Increase the amount of characters of the url field" 2021-06-01 11:29:37 +00:00
Nigel Gott
b724d72294 Resolve "Export table/view data to CSV/XML/JSON" 2021-06-01 09:30:30 +00:00
Evren Özkan
7b875256c0 Resolve "Additional date filters" 2021-05-25 16:05:59 +00:00
Bram Wiepjes
232978cd3b Resolve "Prevent overflowing content of the tables in the sidebar" 2021-05-20 09:34:48 +00:00
Bram Wiepjes
7d4aeeec36 Resolve "Make the applications orderable" 2021-05-18 13:43:07 +00:00
Bram Wiepjes
7e1fd1c184 Merge branch '336-make-the-tables-orderable' into 'develop'
Resolve "Make the tables orderable"

Closes 

See merge request 
2021-05-18 11:14:18 +00:00
Bram Wiepjes
a0d6926d46 Resolve "Make the tables orderable" 2021-05-18 11:14:18 +00:00
Bram Wiepjes
58dbde167f Resolve "Import JSON file when creating a table" 2021-05-18 11:12:07 +00:00
Bram Wiepjes
6571ef2e2c Resolve "Make the views orderable" 2021-05-18 09:56:49 +00:00
Bram Wiepjes
f772423a52 fixed bug where the grid view would fail hard if a cell is selected and the component is destroyed 2021-05-12 11:46:23 +02:00
Bram Wiepjes
ccb5baaa3d fix error when file field is selected in read only mode 2021-05-11 11:55:36 +02:00
Bram Wiepjes
45b2a5f19a Resolve "Allow importing and exporting of a file field" 2021-05-11 09:29:14 +00:00
Nigel Gott
06bc49f142 Resolve "Admin user management" 2021-05-10 17:23:55 +00:00
Bram Wiepjes
c9fbfb714f Resolve "Ordering of rows by drag and drop" 2021-05-07 09:49:31 +00:00
Bram Wiepjes
3d8510deae Merge branch 'fix-empty-array-check' into 'develop'
Fix empty array check

Closes 

See merge request 
2021-04-21 08:37:15 +00:00
Bram Wiepjes
b1c9a69130 Merge branch 'switch-to-object-assign' into 'develop'
Switch to object.assigns

Closes 

See merge request 
2021-04-21 08:34:21 +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
Scott Fortmann-Roe
aba97a71ca Fix empty array check 2021-04-15 09:33:51 +01:00
Scott Fortmann-Roe
615472d799 Switch to object.assigns 2021-04-15 09:22:04 +01:00
Nigel Gott
458c6f7f95 Fix issue where new rows with temp uuids can match the search + remove now unused error. 2021-04-08 16:27:26 +01: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
6b4ecf3e8f Merge branch 'feat_xmlimport' into 'develop'
Add XML import based on DOMParser

Closes 

See merge request 
2021-03-30 12:16:15 +00:00
Mi We
2e16491ea3 Add XML import based on DOMParser 2021-03-30 12:16:14 +00:00
Nigel Gott
d3e1010f90 Merge branch 'fix/empty-table' into 'develop'
fix: Remove example data when creating empty tables

Closes 

See merge request 
2021-03-30 11:44:18 +00:00
Nigel Gott
1e73dd5299 Add date, single select and number fields to contains and not contains view filters, fixing two bugs in the existing filter login for these fields in the process.Add date, single select and number fields to contains and not contains view filters, fixing two bugs in the existing filter login for these fields in the process. 2021-03-30 11:41:42 +00:00
Suneet Srivastava
ab713d2043 fix: Remove example data when creating empty tables 2021-03-30 17:04:09 +05:30
Bram Wiepjes
3d5432c722 show error when the server responds with a 429 error 2021-03-25 23:33:58 +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
Jannis Gebauer
17dc8e9438 Added support for character encodings when importing csv files 2021-03-18 15:01:20 +00:00
Nigel Gott
781cde650d Remove accidentally included filters_disabled field from api endpoint and update api docs so they include field_options. 2021-03-16 11:48:20 +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
Nigel Gott
8889a6fb2f Proof of concept implementation showing how a filename contains filter could work given that file metadata is stored as a JSONField list. 2021-02-26 12:40:05 +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
385f9bb2ed Resolve "Having many link row fields causes the backend to slow down" 2021-02-17 17:57:45 +00:00
Bram Wiepjes
907d48ca0a show correct error when an application, table or view is not found 2021-02-15 12:18:16 +01:00
Bram Wiepjes
96f6cebba5 Resolve "Show field name when hovering over a field_30 in the generated API docs" 2021-02-13 13:12:18 +00:00
Bram Wiepjes
5e32bc8e8e Resolve "Single select dropdown needs to be aligned" 2021-02-11 13:17:24 +00:00
Bram Wiepjes
23c11e4190 Resolve "Redesign left sidebar" 2021-02-10 17:14:37 +00:00