Commit Graph

174 Commits

Author SHA1 Message Date
Jordan Knott
33f06c1035 feat: more changes 2020-12-16 20:18:02 -06:00
Jordan Knott
eff2044a6b feat: so many stuffs 2020-12-05 15:19:34 -06:00
Jordan Knott
451581e934 refactor: add logging info to search members 2020-10-20 18:59:21 -05:00
Jordan Knott
0a48b578fd chore: add air config 2020-10-20 18:59:21 -05:00
Jordan Knott
262f9cbdda feat: redesign project invite popup 2020-10-20 18:59:21 -05:00
Jordan Knott
737d2b640f feat: redesign project sharing 2020-10-20 18:59:21 -05:00
Jordan Knott
36f25391b4 feat: add public projects 2020-10-20 18:59:21 -05:00
Jordan Knott
696a9aeee7 refactor: move default viper config values to commands/commands.go 2020-10-20 18:59:21 -05:00
Jordan Knott
6c7203a4aa refactor: move default viper config values to commands/commands.go 2020-10-20 18:58:15 -05:00
IJustDev
86f2d90668 feat(cli): Reset Password Command
Introduce `reset-password` command.

Refs #71
2020-10-20 18:50:54 -05:00
Nurseiit Abdimomyn
92493deedf refactor: replace moment with dayjs 2020-10-20 16:06:16 -05:00
Cain Watson
a288e06123 feat: add 'complete' sort option 2020-09-30 23:38:01 -07:00
Jordan Knott
ed4775faa5
docs(CONTRIBUTING): add section on unwanted PRs 2020-10-01 00:55:59 -05:00
FernTheDev
0c7d2e2c9f feat(Login): add spinner on login 2020-09-23 15:40:35 -07: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
28a53f14ad
docs(README): update docker badge to filter out nightly 2020-09-19 20:03:33 -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
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