Commit Graph

361 Commits

Author SHA1 Message Date
rijkvanzanten
f05277eb3a Add m2m config 2020-07-23 18:19:07 -04:00
rijkvanzanten
f004f72244 Add m2o 2020-07-23 17:23:57 -04:00
rijkvanzanten
1b6a18e30a Add file type support 2020-07-23 17:18:48 -04:00
rijkvanzanten
fd52900573 Field create working 2020-07-23 12:42:18 -04:00
rijkvanzanten
3bbe53685e Add actions 2020-07-23 10:48:56 -04:00
rijkvanzanten
26f673011c Setup field setup modal as nested route 2020-07-22 13:49:05 -04:00
rijkvanzanten
325502a7b1 Rework logout flow + add no app access state 2020-07-15 16:29:43 -04:00
rijkvanzanten
5448b4fa76 Various changes to adhere to new api 2020-07-10 15:14:45 -04:00
rijkvanzanten
a01442d154 Only use iso8601 in datetime 2020-07-10 12:51:17 -04:00
Rijk van Zanten
4bd844853d Support singleton on the browse level (#781)
* Support singleton on the browse level

* Remove broken test
2020-07-10 12:00:21 -04:00
rijkvanzanten
9a107f915e Fix file-preview on file detail + refresh timing 2020-07-09 18:22:23 -04:00
rijkvanzanten
ad08dbb9a5 Fix project settings detail 2020-07-09 18:04:31 -04:00
rijkvanzanten
994dc72aea Rename collection presets to presets 2020-07-09 16:41:51 -04:00
rijkvanzanten
b260720252 Show errors on detail page, add v-error comp 2020-07-07 14:45:50 -04:00
rijkvanzanten
331fc99454 Fix error code in auth check 2020-07-07 14:06:41 -04:00
rijkvanzanten
78b5723526 Add session persistence across refresh 2020-07-07 13:58:09 -04:00
rijkvanzanten
7768b317be Implement access token refresh logic 2020-07-07 12:24:18 -04:00
rijkvanzanten
646743cf0f Various more tweaks to run it on node 2020-07-03 16:41:43 -04:00
rijkvanzanten
b275de46e9 Fix type errors 2020-07-03 15:10:40 -04:00
rijkvanzanten
be20289ae5 Various changes and fixes 2020-07-03 12:48:45 -04:00
rijkvanzanten
e506b2dd95 Squashed commit of the following:
commit aabfcdb9fc75789e8b68a026297651dc3b9a432d
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 11:40:44 2020 -0400

    Fix more projects stuff

commit 5df3364e0887627fca8361297b92a9ff5b36c98f
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 11:36:28 2020 -0400

    More project deletions

commit 75d49100adffee5ad94736e62470cffa89a44aa3
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 11:32:04 2020 -0400

    Batch get rid of projects

commit 02a64a5d4c6ae02ece42878dc10560b662b1dfca
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 11:06:20 2020 -0400

    Some more things

commit 617e22e0abd5d6bf57e1eac95b9a68287cd0044b
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 10:35:43 2020 -0400

    Fix module bar logo projects check

commit a8fbf0be75055c31075f2352b150309fea424e8a
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 10:35:24 2020 -0400

    Set auth token in auth handler

commit c0c1c1bb164bd49d252c6dd1d944d7bc4b6aede5
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Fri Jul 3 10:18:30 2020 -0400

    public login
2020-07-03 11:40:54 -04:00
rijkvanzanten
c0d0c8a276 Remove project param from router 2020-07-03 09:47:31 -04:00
rijkvanzanten
2c98023c7f Change pane names 2020-06-12 17:05:30 -04:00
rijkvanzanten
726331c3fe Use correct titles in field setup modal 2020-06-12 17:00:08 -04:00
Rijk van Zanten
5a745b0c4d Interface grouping (#717)
* Manage types

* Fix typing

* Unset interface on local type change

* Add note

* Limit available displays based on localType

* Filter displays based on localtype

* Only show displays that fit the type

* Limit type options for interface selection

* Dont import unused type
2020-06-12 16:51:12 -04:00
Rijk van Zanten
4e8a7de004 Add types to interfaces & displays (#716)
* Add types to interfaces

* Update display types to match interfaces

* Update i/d to use strings
2020-06-12 14:20:08 -04:00
rijkvanzanten
ca49e3fd7a Fix type mismatches + set min height and width of code 2020-06-12 10:55:04 -04:00
Jacob Rienstra
1cf932d929 Code interface save as JSON if possible (#702)
* save as json

* linters!
2020-06-12 09:50:35 -04:00
rijkvanzanten
e66eafdb26 Fix no options on display 2020-06-11 18:13:18 -04:00
rijkvanzanten
33eee07da9 Fix interface options for text inputs 2020-06-11 18:12:01 -04:00
rijkvanzanten
d3f2d6a80b Add required asterisk to field name input 2020-06-11 18:02:47 -04:00
rijkvanzanten
eef224ce1e Fix title on interface setup pane 2020-06-11 18:01:28 -04:00
rijkvanzanten
d0feb4921f Change buttons on field-setup 2020-06-11 18:00:00 -04:00
rijkvanzanten
8083ea3277 Fix no options on interfaces 2020-06-11 17:58:04 -04:00
rijkvanzanten
59e87bb992 Cleanup names of interfaces 2020-06-11 17:49:39 -04:00
rijkvanzanten
679cc235c9 Show interfaces on field select 2020-06-11 17:42:24 -04:00
rijkvanzanten
3975345c83 Show primary key on role detail 2020-06-11 17:27:51 -04:00
rijkvanzanten
7b2492f91c Add target to external links in v-list-item 2020-06-11 17:07:19 -04:00
rijkvanzanten
b0a3984777 Fix one to many fields format, allow system collections 2020-06-11 17:04:07 -04:00
rijkvanzanten
22d168491b Fix margin of nested list group 2020-06-11 16:45:51 -04:00
rijkvanzanten
85bba8bc3a Add external links in nav, tweak line height 2020-06-11 16:39:31 -04:00
rijkvanzanten
e6a32cbdcb Hide delete button on admin / public 2020-06-11 16:28:42 -04:00
rijkvanzanten
c8d4441c08 Use subdued for description 2020-06-11 16:20:32 -04:00
rijkvanzanten
af23d38f00 Update roles browse page 2020-06-11 16:19:18 -04:00
rijkvanzanten
6f70d13d46 Fix default values in v-form 2020-06-11 15:42:32 -04:00
rijkvanzanten
2bb71efa27 Fix title of roles browse, show perm on public 2020-06-11 15:39:10 -04:00
rijkvanzanten
e0c614cf07 Rename file user to uploaded by 2020-06-11 15:34:34 -04:00
rijkvanzanten
b1e2826f13 Add user popover to file info 2020-06-11 15:31:45 -04:00
rijkvanzanten
efb4d14478 Use template input on cards layout 2020-06-11 15:25:59 -04:00
rijkvanzanten
33c15f8426 Fix double padding on tabular 2020-06-11 15:10:43 -04:00