Commit Graph

130 Commits

Author SHA1 Message Date
rijkvanzanten
07ea3870ba Fix revisions permissions check for admin users
Fixes #4114
2021-02-17 10:32:49 -05:00
YannickMol
927042189c Remove dots when disabled (#4075)
* Remove dots when disabled

Fixes #4038

* Revert "Remove dots when disabled"

This reverts commit 2276023471.

* Update save-options

Fixes #4038

* Remove dots in files and users routes

* Remove :disabled tags
2021-02-16 14:07:09 -05:00
Nitwel
e1b353b38b fix translation of module names (#4057) 2021-02-15 11:32:36 -05:00
Rijk van Zanten
81fc8443df Don't wrap text in nav (#4035)
* Move v-list-item-text to v-text-overflow, use in tables

* Fix type issue
2021-02-12 16:39:17 -05:00
Rijk van Zanten
1064d10296 Fix file imports now that vetur supports monorepos (#4016) 2021-02-11 13:08:59 -05:00
Rijk van Zanten
b7d87e581a System permissions for app access (#4004)
* Pass relations through schema, instead of individual reads

* Fetch field transforms upfront

* Fix length check

* List if user has app access or not in accountability

* Load permissions up front, merge app access minimal permissions

* Show app access required permissions in permissions overview

* Show system minimal permissions in permissions detail

* Fix app access check in authenticate for jwt use

* Fix minimal permissions for presets

* Remove /permissions/me in favor of root use w/ permissions

* Fix logical nested OR in an AND

* Use root permissions endpoint with filter instead of /me

* Allow filter query on /permissions

* Add system minimal app access permissions into result of /permissions

* Remove stray console log

* Remove stray console.dir

* Set current role as role for minimal permissions

* Fix no-permissions state for user detail

* Add filter items function that allows altering existing result set
2021-02-11 12:50:56 -05:00
Rijk van Zanten
d9717c1df7 Navigate back to parent folder on file save/delete-and quit (#3976)
Fixes #3909
2021-02-08 16:57:38 -05:00
Rijk van Zanten
bf2d99a534 Fix infinite loop in recent files filter (#3975)
Fixes #3942
2021-02-08 16:36:09 -05:00
Rijk van Zanten
5d96529341 Don't navigate on save as copy on validation error (#3854)
Fixes #3430
2021-01-29 18:04:22 -05:00
Nicola Krumschmidt
4bfbc2ba9f Prevent add/edit dialogs from saving if value is null 2021-01-26 13:14:32 +01:00
rijkvanzanten
d2705713e1 Use body for moving files to folder
Fixes #19
2021-01-20 21:37:46 -05:00
rijkvanzanten
4ea6aa1f7c Add image picker to md interface 2021-01-19 12:11:16 -05:00
Igor Savin
7cddb458cb Run prettier across app and api 2020-12-08 02:22:00 +02:00
rijkvanzanten
70c6484fcc Fix download button not having token
Fixes #3305
2020-12-07 14:27:57 -05:00
rijkvanzanten
ec9ce55720 Use batch drawer for users / files
Fixes #985
2020-11-13 12:03:22 -05:00
rijkvanzanten
ec8bf08cde Fix open in window link
Fixes #986
2020-11-13 10:49:23 -05:00
Ben Haynes
342349be90 file link text updates 2020-11-13 10:46:32 -05:00
rijkvanzanten
ef901218a5 Don't navigate on save error 2020-11-11 15:57:32 -05:00
rijkvanzanten
8a4578fee6 Fix file preview token 2020-11-11 15:41:47 -05:00
rijkvanzanten
393078cc98 Prevent sorting on illegal fields
Fixes #955
2020-11-11 15:05:53 -05:00
rijkvanzanten
e3af581e8e Don't navigate on delete with error
Fixes #947
2020-11-11 13:41:57 -05:00
rijkvanzanten
c2a95dd5ad Add permissions check on files/users layout
Fixes #930
2020-11-11 13:03:16 -05:00
rijkvanzanten
94c03b4d4a Use new error handler where we don't handle errors better 2020-11-05 17:24:27 -05:00
rijkvanzanten
207d347b80 Add notify function 2020-11-05 16:34:32 -05:00
rijkvanzanten
4130337f7a Merge branch 'main' into error-handling 2020-11-05 16:16:44 -05:00
rijkvanzanten
39144a83a1 Override default value with preset in app
Fixes #825
2020-11-04 12:22:20 -05:00
rijkvanzanten
4e54d9fe1e Improve consistency 2020-10-26 10:33:11 +01:00
Nitwel
c8653589b1 Merge branch 'main' into error-handling 2020-10-24 11:21:33 +02:00
Nitwel
ae50632874 clean up imports 2020-10-24 11:15:37 +02:00
Nitwel
f81771ef1c clean up error handling 2020-10-24 10:48:14 +02:00
Nitwel
2dd509e48a add proper error handling 2020-10-22 17:26:37 +02:00
Nitwel
d71acbb9f3 rename option 2020-10-21 18:48:24 +02:00
Nitwel
f11a8715fa Merge branch 'main' into file-replace 2020-10-19 19:53:54 +02:00
Nitwel
80f7ad7755 redo replacing of image 2020-10-19 19:46:24 +02:00
rijkvanzanten
6c0afa9651 Add userName util function to render user's name 2020-10-19 13:31:44 -04:00
rijkvanzanten
0f20f9ea7c Add download query param to assets endpoint 2020-10-19 12:45:10 -04:00
Nitwel
ce2d381ada add ability to replace file 2020-10-19 12:44:18 +02:00
e01
552fbff5ed Small UX touches 2020-10-18 20:11:32 +03:00
rijkvanzanten
8d72e198c8 Fix dnd uploads on file library root 2020-10-16 16:15:55 -04:00
rijkvanzanten
4fe77447c1 Fix wrong reference in file info 2020-10-16 13:48:39 -04:00
rijkvanzanten
2b1395b5fc Update drawer actions 2020-10-16 13:46:52 -04:00
rijkvanzanten
6d76cf6737 Rename modal to drawer 2020-10-16 12:14:31 -04:00
rijkvanzanten
e8bee549a2 Rename drawer to sidebar 2020-10-16 11:53:20 -04:00
rijkvanzanten
120ef2f05a Rename close to esc 2020-10-15 18:47:06 -04:00
rijkvanzanten
9ca6996155 Merge branch 'main' into esc-to-close 2020-10-15 18:38:39 -04:00
rijkvanzanten
4295c3c488 Scope global file upload to file library
Fixes #399, fixes #262
2020-10-14 18:06:40 -04:00
rijkvanzanten
047d2b6d97 Rename help translation keys 2020-10-14 16:07:50 -04:00
rijkvanzanten
6fd78b90ee Replace browse/detail naming with collection/item 2020-10-14 16:05:50 -04:00
rijkvanzanten
fa2e255b7e Update spec service to use m2a 2020-10-12 14:16:54 -04:00
Nitwel
c19ac51ffa add 'close' event to v-dialog and v-modal 2020-10-09 14:55:58 +02:00