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
e57033655a
docs(FUNDING): add maintainer donation links
2020-09-02 21:04:40 -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
9541ae70e0
docs(CONTRIBUTING): add notice about creating issue before starting work on PR
2020-09-02 15:32:37 -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
Jeremy Tsai
adae924ca1
docs(README): fix minor typos/inconsistencies
2020-08-23 09:57:10 -05:00
Jordan Knott
22e4669c34
docs(README): remove docker compose migration step
2020-08-22 02:52:51 -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
9647ee623f
docs(README): remove roadmap section and link to roadmap wiki page
2020-08-21 06:48:59 -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