Jordan Knott
edc7b649ec
feat: card composer now auto scrolls into view on being opened
2021-01-05 19:02:19 -06:00
Jordan Knott
4b83ff594f
fix: fix AddList component behaving weirdly when a Task Group was moved
2021-01-05 18:58:13 -06:00
Jordan Knott
c2a0f5e5d0
feat: change project title input to auto-grow on content change
2021-01-05 18:53:48 -06:00
Jordan Knott
ff15e7fb53
feat: hide project finder after selecting project
2021-01-05 17:00:31 -06:00
Jordan Knott
b5744bcf22
fix: fix task position to use task idx not task group idx
2021-01-05 17:00:07 -06:00
Jordan Knott
a7c1ca328f
feat: add search and minify to project finder
2021-01-05 16:46:49 -06:00
Jordan Knott
783e1c84c3
feat: add seed command to generate fake project data
2021-01-05 16:46:15 -06:00
Jordan Knott
77087158a9
fix: emoji remark plugin sets children type to html instead of parent
...
This fixes the issue where if a URL was added to the comment, the remark
plugin would break. Instead of changing the parent node to be html, it
now sets any 'text' type children to be 'html' instead.
2021-01-04 16:09:14 -06:00
Jordan Knott
f215418be1
fix: fix background not changing on hover in extra menu on sort popup
2021-01-03 17:11:08 -06:00
Jordan Knott
f051bebd48
feat(MyTasks): allow filtering by task complete status
2021-01-03 17:04:15 -06:00
Jordan Knott
a1c9251a1f
fix(TaskDetails): blur task title textarea on pressing enter
2021-01-03 15:59:53 -06:00
Jordan Knott
9d7f46907f
fix(MyTasks): update task entry name when updating name through TaskDetails
2021-01-03 15:54:32 -06:00
Jordan Knott
dcf53b9077
feat: add my tasks list view
2021-01-01 22:20:55 -06:00
Jordan Knott
d6101d9221
feat: redesign task due date manager
2021-01-01 14:54:05 -06:00
Jordan Knott
a8b3809515
feat: allow access token expiration to be set in the config
2020-12-30 21:10:55 -06:00
Jordan Knott
f16cceb0e1
feat: add ui skeleton to Task Details while loading
2020-12-30 19:14:00 -06:00
Jordan Knott
90b92781d7
refactor(Magefile): add build info in backend:build through ldflags
2020-12-29 19:37:14 -06:00
Jordan Knott
668b118b25
fix: admin created users are now set to be active by default
2020-12-29 17:25:42 -06:00
Jordan Knott
9c051c51a6
fix: add cascade delete to task comment & activity rows
2020-12-25 22:16:16 -06:00
Jordan Knott
66c603de75
docs: update contributing & redirect feature request to discussions
2020-12-24 20:18:20 -06:00
Jordan Knott
8d3b0bd510
fix: fix flashing on pollInterval
2020-12-23 20:02:38 -06:00
Jordan Knott
9f27bd157f
feat: smtp server for sending email can now be set by config
2020-12-23 16:44:13 -06:00
Jordan Knott
e25a426e7b
fix: update editor style to use new format for theme colors
2020-12-23 16:15:20 -06:00
Jordan Knott
0c9ab8abc2
feat: add update polling to relevant views
2020-12-23 15:55:17 -06:00
Jordan Knott
c4a80590a1
fix: fix issue where personal projects did not show up in Project Finder
2020-12-23 13:21:06 -06:00
Jordan Knott
978be2218d
fix: fix issue where the Task Details modal would false when changing due date
2020-12-23 13:17:54 -06:00
Jordan Knott
19deab0515
feat: add task activity
2020-12-23 13:15:15 -06:00
Jordan Knott
f732b211c9
fix: update bg color variable name in MemberManager
2020-12-18 20:36:08 -06:00
Jordan Knott
7b6624ecc3
feat: redesign project sharing & initial registration
...
redesigned the project sharing popup to be a multi select dropdown
that populates the options by using the input as a fuzzy search filter
on the current users & invited users.
users can now also be directly invited by email from the project share
window. if invited this way, then the user will receive an email
that sends them to a registration page, then a confirmation page.
the initial registration was always redone so that it uses a similar
system to the above in that it now will accept the first registered
user if there are no other accounts (besides 'system').
2020-12-17 22:39:14 -06:00
Jordan Knott
6c7203a4aa
refactor: move default viper config values to commands/commands.go
2020-10-20 18:58:15 -05:00
Jordan Knott
4277b7b2a8
feat: add personal projects
...
personal projects are projects that have no team.
they can only seen by the project members (one of which is whoever first
creates the project).
2020-09-19 20:23:16 -05:00
Jordan Knott
0d4fb6a0d0
fix: member permissions now works correctly
2020-09-19 17:26:02 -05:00
Jordan Knott
0366b4c7f7
fix(CardComposer): add card button now creates a card
2020-09-18 20:33:15 -05:00
Jordan Knott
058749cb17
fix(commands/web): return error from ListenAndServe
2020-09-18 20:19:14 -05:00
Jordan Knott
3d95c6b600
docs(README): add docker pulls badge
2020-09-16 15:15:58 -05:00
Jordan Knott
c7538a98e5
fix: segfault on database connection failure
2020-09-12 18:23:23 -05:00
Jordan Knott
fe84f97f18
fix: url encode avatar filename when showing path
...
fixes #61
2020-09-12 18:12:12 -05:00
Jordan Knott
52c60abcd7
fix: secret key is no longer hard coded
...
the secret key for signing JWT tokens is now read from server.secret.
if that does not exist, then a random UUID v4 is generated and used
instead. a log warning is also shown.
2020-09-12 18:03:17 -05:00
Jordan Knott
9fdb3008db
docs(bug_report): add note about server logs
2020-09-12 03:33:24 -05:00
Jordan Knott
e2ef8a1a19
fix: initial access token after install is now set correctly
2020-09-12 03:24:09 -05:00
Jordan Knott
61cd376bfd
fix: rename host to hostname in example config
...
fixes #59
2020-09-12 01:32:01 -05:00
Jordan Knott
ba9fc64fd9
fix: do not add localhost:3333 url to avatar urls
...
fixes #58
2020-09-12 01:23:48 -05:00
Jordan Knott
03dafe9b7b
fix: remove font awesome library
2020-09-11 19:58:42 -05:00
Jordan Knott
12a767947a
fix: duplicate schema migration
2020-09-11 19:29:41 -05:00
Jordan Knott
40557ba79f
feat: add view raw markdown button to task details
2020-09-11 16:21:46 -05:00
Jordan Knott
e4d1e21304
docs(README): re-add screenshot
2020-09-11 15:11:56 -05:00
Jordan Knott
f7c6ee470e
fix: task label margin issue with task title
2020-09-11 14:54:22 -05:00
Jordan Knott
227ce5966d
fix: top navbar logo was not always centered
2020-09-11 14:43:46 -05:00
Jordan Knott
aa5e1c0661
fix: flickering when transitioning to some pages
2020-09-11 14:41:21 -05:00
Jordan Knott
b603081691
fix: task labels wrapper extending farther than it should
2020-09-11 14:36:41 -05:00
Jordan Knott
e76ea9da63
fix: show correct task group in task details
2020-09-11 14:34:57 -05:00
Jordan Knott
923d7f7372
feat: add user profile settings tab
2020-09-11 14:26:02 -05:00
Jordan Knott
009d717d80
fix: uploading avatar image failing due to invalid UUID key
...
fixes #55
2020-09-11 13:57:02 -05:00
Jordan Knott
4272fefa28
feat: implement task group actions
...
- allow sorting specifc task groups
- duplicate task group
- delete all tasks in task group
2020-09-10 23:58:10 -05:00
Jordan Knott
25f5cad557
chore: switch eslint to lint changed files intead of whole project
2020-09-10 22:35:16 -05:00
Jordan Knott
cb655347be
docs: add pull request template
2020-09-10 16:01:25 -05:00
Jordan Knott
03cf245828
docs(CONTRIBUTING): add note about asking in discord
2020-09-10 15:57:53 -05:00
Jordan Knott
09d73fdbce
docs(README): update source build instructions
2020-09-10 15:53:47 -05:00
Jordan Knott
0caa803d27
feat: add notification UI
...
showPopup was also refactored to be better
2020-09-10 15:31:04 -05:00
Jordan Knott
feea209507
docs(README): update taskcafe logo design & readme content
2020-09-02 21:11:18 -05:00
Jordan Knott
31526a2575
docs(CHANGELOG): add changelog document
2020-09-02 20:40:56 -05:00
Jordan Knott
0a1bdc19f3
fix: remove cors middleware
...
fixes #51
2020-09-02 20:30:38 -05:00
Jordan Knott
771d598c04
feat: add task details
2020-09-02 20:27:43 -05:00
Jordan Knott
a9a1576f46
fix: update margin on filter chips
2020-09-02 20:27:22 -05:00
Jordan Knott
66583bb4fb
feat: add task sorting & filtering
...
adds filtering by task status (completion date, incomplete, completion)
adds filtering by task metadata (task name, labels, members, due date)
adds sorting by task name, labels, members, and due date
2020-08-28 23:32:17 -07:00
Jordan Knott
47782d6d86
fix: due date manager now sends the correct new due date
2020-08-28 20:59:45 -05:00
Jordan Knott
4988176220
fix: add retry with backoff to initial database connection
2020-08-28 14:22:24 -05:00
Jordan Knott
dd50baa05a
refactor: add logging to CreateTask resolver
2020-08-23 17:52:45 -05:00
Jordan Knott
46e724e731
feat: add pre commit hook to lint frontend & fix warnings
2020-08-23 17:29:06 -05:00
Jordan Knott
8ce19a1ceb
refactor: update project name in tmuxinator
2020-08-23 17:29:06 -05:00
Jordan Knott
8f410cd9b7
fix: use pre-built taskcafe image in docker-compose by default
2020-08-23 11:44:50 -05:00
Jordan Knott
81b89f2411
docs(README): update docker release badge label
2020-08-21 23:49:25 -05:00
Jordan Knott
13480acd7e
fix(TaskDetails): update member layout
2020-08-21 23:37:48 -05:00
Jordan Knott
5ceafd556a
fix: panic(nil) on loadConfig if config actually exists
2020-08-21 23:29:08 -05:00
Jordan Knott
7a6609ae75
docs(README): add badges
2020-08-21 23:12:12 -05:00
Jordan Knott
08bb5d0eca
fix: update docker compose to auto migrate
2020-08-21 23:10:38 -05:00
Jordan Knott
314bf224ea
fix: use correct context keys when retrieving userID & role
2020-08-21 23:08:30 -05:00
Jordan Knott
3c4370e68a
fix(Admin): disable reset password option
2020-08-21 22:20:40 -05:00
Jordan Knott
240ba606e4
docs(CONTRIBUTING): add section on how to install pre-commit hooks
2020-08-20 18:37:36 -05:00
Jordan Knott
2abbc49ef7
docs(CONTRIBUTING): add general rule on using pre commit hooks
2020-08-20 18:37:36 -05:00
Jordan Knott
9dba566660
feat: add pre-commit hooks & refactor code to pass linting
2020-08-20 18:37:36 -05:00
Jordan Knott
abf9e1328a
fix(Card): change checkmark icon to outline style
2020-08-20 18:37:36 -05:00
Jordan Knott
68d5455a85
refactor: remove taskcafectl
2020-08-20 18:37:36 -05:00
Jordan Knott
83765077ff
fix: update task assignee icon styles
2020-08-18 17:53:11 -05:00
Jordan Knott
f8a783378a
docs(README): add better preview image
2020-08-18 17:26:25 -05:00
Jordan Knott
ed2800c53f
docs(README): add contribution & community section
2020-08-18 17:10:53 -05:00
Jordan Knott
4d62191e34
docs(CONTRIBUTING): add another general rule
2020-08-18 16:34:31 -05:00
Jordan Knott
2485723097
docs: add contributing guide
2020-08-18 16:20:01 -05:00
Jordan Knott
3d4a0ff28c
feat: set checklist badge color to green when all items complete
2020-08-13 16:56:03 -05:00
Jordan Knott
df4d114b98
fix: hide checklist badge if checklist item total is 0
...
fixes #31
2020-08-13 16:33:50 -05:00
Jordan Knott
c2ef8a7d56
feat: replace config system with viper based system
...
allows for config settings to be easily set through ENV variables,
config files, or CLI flags
adds flag to run migration on web server start (fixes #29 )
2020-08-12 22:30:53 -05:00
Jordan Knott
b28e000320
chore: remove data dir
2020-08-12 22:30:53 -05:00
Jordan Knott
9f02f8e562
chore: update docker & git ignore files
2020-08-12 22:30:53 -05:00
Jordan Knott
9c4fe2594a
fix: prevent checklist title being hidden when description editor is open
2020-08-12 20:57:36 -05:00
Jordan Knott
7bba294897
fix: get correct new postion after dropping task in different list
...
was getting the current draggable list based on whatever task group
the task was in, ignoring that that task group might be different (when
the task was dragged to a new list)
2020-08-12 15:23:57 -05:00
Jordan Knott
2e9767f1a0
chore: remove debug console.log statements
2020-08-12 14:44:28 -05:00
Jordan Knott
6761d4571e
feat: add change password tab to user profile settings
2020-08-12 14:09:12 -05:00
Jordan Knott
e64f6f8569
feat: enforce user roles
...
enforces user admin role requirement for
- creating / deleting / setting role for organization users
- creating / deleting / setting role for project users
- updating project name
- deleting project
hides action elements based on role for
- admin console
- team settings if team is only visible through project membership
- add project tile if not team admin
- project name text editor if not team / project admin
- add redirect from team page if settings only visible through project
membership
- add redirect from admin console if not org admin
role enforcement is handled on the api side through a custom GraphQL
directive `hasRole`. on the client side, role information is fetched in
the TopNavbar's `me` query and stored in the `UserContext`.
there is a custom hook, `useCurrentUser`, that provides a user object
with two functions, `isVisibile` & `isAdmin` which is used to check
roles in order to render/hide relevant UI elements.
2020-08-11 21:03:21 -05:00
Jordan Knott
5dbdc20b36
chore: rename Citadel to Taskcafe
2020-08-06 20:50:35 -05:00
Jordan Knott
7ffd0ff6b8
fix: rename projects typescript declaration file to types
...
import conflict with Projects module in Routes
fixes #27
2020-07-31 19:00:17 -05:00