Commit Graph

102 Commits

Author SHA1 Message Date
Jake Potrebic
f9bfafc0e2
channel name duplicate check 2021-04-09 20:33:07 -07:00
Jake Potrebic
a3c59c1075
page name duplicate check 2021-04-09 18:40:21 -07:00
Jake Potrebic
0b58c92390
whole bunch of random stuff 2021-04-09 17:19:16 -07:00
MiniDigger
ebba1fb597 load org count into headerdata
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-04-09 18:05:50 +02:00
Jake Potrebic
7dc5adf2a8
couple fixes
* the most annoying issue surrounding hot reloads during dev
* HangarDecisionVoter was re-using the same eval context for SpEL expressions
* simplified project settings initialization
* perm api didn't work with no auth
2021-04-07 21:58:49 -07:00
MiniDigger
2be0f178e1 refactor settings into vertical tabs, clean up donation stuff, add donation settings
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-04-07 20:56:11 +02:00
Jake Potrebic
5786f67504
user activity view 2021-04-06 21:33:03 -07:00
Jake Potrebic
69442928d7
small refactors 2021-04-06 16:32:54 -07:00
Jake Potrebic
b8aef229c0
user locking/unlocking 2021-04-05 22:24:30 -07:00
Jake Potrebic
2d2d257bd8
user prompts 2021-04-05 16:35:53 -07:00
Jake Potrebic
bf9d694884
org avatars saved now 2021-04-05 15:47:34 -07:00
MiniDigger
fcd06db043 fix error handling for images 2021-04-05 18:28:09 +02:00
Jake Potrebic
3412bc2b94
bit of work on prompts and organization avatars 2021-04-05 01:20:15 -07:00
Jake Potrebic
46b168d771
health page 2021-04-04 17:55:03 -07:00
Jake Potrebic
ad811819b1
stats page 2021-04-04 13:58:33 -07:00
Jake Potrebic
ccb4666c2b
work on project flagging
* show if not project owner
* don't show if you already reported it
* show message if already reported (as a tooltip on disabled button)
2021-04-03 13:37:43 -07:00
Jake Potrebic
4491b5a31f
notification types
closes #405
2021-04-02 22:31:02 -07:00
MiniDigger
988a600c5a implement org member editing and org api perms
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-29 21:01:10 +02:00
Jake Potrebic
807a245191
bunch of log work 2021-03-29 00:11:27 -07:00
MiniDigger
4f385f7226 make footer a bit nicer too look at 2021-03-28 23:01:54 +02:00
MiniDigger
760850e9ff dont hide currently selected page in pagelist
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-28 20:49:53 +02:00
MiniDigger
04b76cd453 admin log page
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-28 20:49:26 +02:00
Jake Potrebic
adeee30891
project approvals 2021-03-28 00:07:28 -07:00
Jake Potrebic
017d23e7fa
added JsonCreator to FlagReason 2021-03-27 23:13:10 -07:00
Jake Potrebic
4101ce9fbf
project visibility stuff 2021-03-27 23:03:13 -07:00
Jake Potrebic
783cde2c87
work on project flags 2021-03-27 20:17:53 -07:00
Jake Potrebic
955db829ea
staff & author sorting 2021-03-27 15:41:20 -07:00
MiniDigger
ad4b878e6f actually commit the other stuff
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-26 20:36:51 +01:00
Jake Potrebic
3ab98821f6
fix 2 issues
* missing return in routePermissions.ts so it was just setting perms to null all the time
* stopped requiring org prop on user pages as its not always present
2021-03-22 20:07:53 -07:00
MiniDigger
68b1949019 flag stuff
Signed-off-by: MiniDigger <admin@minidigger.me>
2021-03-22 20:14:36 +01:00
Jake Potrebic
ee8bbf2787
work on organizations 2021-03-21 23:39:06 -07:00
Jake Potrebic
5764d43230
organization creation 2021-03-21 01:53:22 -07:00
Jake Potrebic
87c2af6a18
accept/decline/unaccept project invites 2021-03-20 22:56:00 -07:00
Jake Potrebic
85f4d1b62a
project member deletion 2021-03-20 22:14:29 -07:00
Jake Potrebic
e904f66b0c
improve notifications
* fix typo on backend
* add v-badge to notif dropdown item
* include all in total notif count
2021-03-20 21:22:10 -07:00
Jake Potrebic
64171bd66d
only show pending invites to specific people
* those with perms
* those who the invites are actually for
2021-03-20 21:21:11 -07:00
Jake Potrebic
ae590f56e8
work on project members/invites 2021-03-20 19:06:09 -07:00
Jake Potrebic
00f06fd62f
use v-html for error msgs 2021-03-20 19:04:17 -07:00
Jake Potrebic
1bbe90ff99
channel editing 2021-03-20 13:45:16 -07:00
Jake Potrebic
2869ae87d5
add version count to project channel 2021-03-20 11:06:54 -07:00
Jake Potrebic
c4aa3bc263
bit of fixes
* channel modal
* remove redundant ChannelController method
* fix labels in v-file-input
2021-03-20 10:30:05 -07:00
MiniDigger
494c982559 channel manage page layout 2021-03-20 16:50:18 +01:00
Jake Potrebic
d9e8d28a02
bunch of work on member list component 2021-03-20 00:24:17 -07:00
Jake Potrebic
7d9e0c128a
add almost all validations from backend config 2021-03-19 17:00:38 -07:00
Jake Potrebic
f3802c7793
made markdown css global 2021-03-19 16:28:54 -07:00
Jake Potrebic
dde5d2da43
fix markdown header anchors 2021-03-19 16:19:38 -07:00
Jake Potrebic
ce70f579c7
started some validation stuff 2021-03-18 17:44:19 -07:00
Jake Potrebic
42aa4f4e7b
version filtering 2021-03-17 22:00:56 -07:00
Jake Potrebic
631ffeb43e
user tagline editing 2021-03-17 16:55:48 -07:00
Jake Potrebic
1b2b27ee05
re-arrange user page layouts 2021-03-17 13:41:18 -07:00