1
0
Commit Graph

9626 Commits

Author SHA1 Message Date
d5c8f2541d Add github token for renovate (#164)
Add github token for renovate

Add github token for renovate

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/164
2020-04-05 19:16:21 +00:00
16a0b52ebc Add github token for renovate (#89)
Add github token for renovate

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/89
2020-04-05 18:42:38 +00:00
69ee52e182 Update dependency date-fns to v2.11.1 (#88)
Update dependency date-fns to v2.11.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/88
2020-04-05 18:26:29 +00:00
6e9ad3d808 Update Renovate Configuration (#161)
Add labels to renovate

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/161
2020-04-05 17:24:06 +00:00
c7151f3ae9 Update Font Awesome (#82)
Update Font Awesome

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/82
2020-04-05 15:30:03 +00:00
7c6438c50d Pin dependencies (#81)
Pin dependencies

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/81
2020-04-05 15:16:03 +00:00
36fdff5b8b Configure Renovate (#159)
Add renovate.json

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/159
2020-04-05 15:11:27 +00:00
7d41603ba6 Configure Renovate (#80)
Add renovate.json

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/80
2020-04-05 15:11:10 +00:00
ede990ed85 0.12 Release Preparations 2020-04-04 22:38:01 +02:00
8f4139f44a 0.12 Release Preparations 2020-04-04 22:29:32 +02:00
066cd63771 Schedule token renew every minute 2020-04-04 18:29:36 +02:00
8480bf334f Fix gantt chart (#79)
Fix moving tasks in Gantt

Start fixing gantt

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/79
2020-04-04 16:26:35 +00:00
27e2839f4c Work around browsers preventing Vue bindings from working with autofill (Fixes #78) 2020-04-02 21:53:18 +02:00
e7706a20dd Fix call to println
Signed-off-by: kolaente <k@knt.li>
2020-04-02 21:38:16 +02:00
6d1018e647 Fix searching for config in home directories
Signed-off-by: kolaente <k@knt.li>
2020-04-02 21:13:42 +02:00
11246b948f Fix getting the authenticated user with caldav
Signed-off-by: kolaente <k@knt.li>
2020-04-01 22:51:57 +02:00
724275e653 Table View for tasks (#76)
Save sort order to local storage

Save selected columns to localStorage

Loading spinner

More sorting

Add sorting

Styling and hiding of column filter

Add checkbox to show/hide columns

Use fancycheckbox everywhere

Fix is done badge

Change sort order in table view

Add is done column to table

Better text handling

Refactor is done into seperate component

Add pagination to table view

Add assignees to table view

Fix redirecting to table view

Add date tooltip to date field

Add date tooltip to date field

labels for table view

Styling

Add basic table view

Extend priority label

Split list view in mixins

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/76
2020-04-01 20:13:57 +00:00
cc513b5274 Easymde preparations 2020-03-26 22:21:09 +01:00
701a46ecd4 Fix updating a task with repeat after interval from list view (Fixes #75) 2020-03-26 20:01:05 +01:00
cafb960c8d Colors for lists and namespaces (#74)
Show colors for namespaces bigger

Show colors for lists and namespaces

Add changing color for lists

Add changing color for namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/74
2020-03-25 21:27:29 +00:00
51de1fe880 Enable marking tasks as done from the task overview 2020-03-23 23:24:14 +01:00
87f74e3a4b Pre/Suffix formatted dates with relative pronouns like "in [one day]" or "[two days] ago" 2020-03-23 18:46:33 +01:00
3b18b83239 Add task search term to query param to enable navigation 2020-03-23 18:39:55 +01:00
f2fec2030e Fix error notification still being shown on password reset pages despite no error 2020-03-23 18:32:06 +01:00
28c2f3573d Fix comments not being loaded again when switching between tasks 2020-03-23 18:29:25 +01:00
35d0058026 Fix icon overflowing in navigation 2020-03-22 22:44:33 +01:00
7b619bd084 Colors for lists and namespaces (#155)
Add Hex Color properties migration

Add Hex Color properties

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/155
2020-03-22 21:09:32 +00:00
7d2bd192ab Add support for archiving lists and namespaces (#73)
Use fancy checkbox for archiving namespace

Show is archived badge for namespaces

Fix is archived badge in navigation bar

Add check to filter out archived lists or namespaces

Show if a list is archived in menu

Hide edit task if the list is archived

Hide marking tasks as done if the list is archived

Show is archived message on list

Add archiving a list

Add archiving a namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/73
2020-03-22 20:40:13 +00:00
35f05cbbec Show lists as archived if their namespace is archived
Signed-off-by: kolaente <k@knt.li>
2020-03-22 21:39:57 +01:00
0a1887d6e7 Fix archiving namespaces
Signed-off-by: kolaente <k@knt.li>
2020-03-22 19:02:53 +01:00
c6d22bb1f8 Fix updating lists with an identifier
Signed-off-by: kolaente <k@knt.li>
2020-03-22 18:45:10 +01:00
6132863f4a Fix getting archived lists and namespaces
Signed-off-by: kolaente <k@knt.li>
2020-03-22 18:24:54 +01:00
ce80fa2dbd Fix namespace model name showing wrong placeholder until the namespace was loaded 2020-03-21 13:57:42 +01:00
26ffd2fd22 Fix getting one namespace
Signed-off-by: kolaente <k@knt.li>
2020-03-21 13:55:42 +01:00
51c74de1de expand relative path ~/.config/vikunja to $HOME/.config/vikunja **WINDOWS** (#147)
apply correct formatting

add quotes to make the yaml gods happy

log path of config file used by viper

resolve merge conflicts: windows compatible $HOME path

Prepare changelog & readme for 0.11 release

expand relative path ~/.config/vikunja to $HOME/.config/vikunja (#146)

update dependencies

expand relative path ~/.config/vikunja

Co-authored-by: Julian <juliangaal@protonmail.com>
Co-authored-by: konrad <konrad@kola-entertainments.de>

Co-authored-by: Julian Gaal <gjulian@uos.de>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/147
Reviewed-by: konrad <konrad@kola-entertainments.de>
2020-03-20 21:21:44 +00:00
5126330a10 Add support for archiving lists and namespaces (#152)
Add query param to get all lists including archived ones

Add query param to get all namespaces including archived ones

Fix getting lists by namespace only not archived lists

Fix misspell

Fix lint

Merge branch 'master' into feature/archive-lists-namespaces

Add docs for error codes

Fix archive error codes

Don't let archived lists show up in general lists

Fix updating description

Fix updating lists with link shares

More comments

Fix un-archiving lists

Move check for archiving a list to canWrite Check

Add more tests

Add more checks

Add checks for namespaces and lists

Add namespace edit

Add tests

Add migrations and filter

Add basic tests

Add is archived property to lists and namespaces

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/152
2020-03-15 21:50:39 +00:00
4472020ee9 Add workaround for timezones on windows (#151)
Add workaround for timezones on windows

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/151
2020-03-09 22:41:08 +00:00
a706089f7b Fix changing task dates (due/start/end/reminders)
Fixes #71
2020-03-08 20:07:21 +01:00
ab8dd6f67a Fix not highlighting the current list in menu when paginating 2020-03-04 21:43:11 +01:00
4408115f41 Add creating new related tasks 2020-03-04 21:29:40 +01:00
e586c66095 Fix new related task not being visible in the search field 2020-03-04 20:38:17 +01:00
2b5888805f Add user to attachments list 2020-03-04 20:35:00 +01:00
2104d1ea4b Input length validation for new tasks, lists and namespaces (#70)
Fix input validation for new tasks

Better layout for input validation for new lists

Add input length validation for new namepaces

Add input length validation for new lists

Add input length validation for new tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/70
2020-03-04 19:27:27 +00:00
fe6c859150 Revert "Use deep imports for importing lodash to make tree shaking easier"
This reverts commit 3c3767a9
2020-03-03 21:02:13 +01:00
3c3767a91e Use deep imports for importing lodash to make tree shaking easier 2020-03-02 22:37:36 +01:00
aeba5651af Ensure labels of a task get updated when updating them 2020-03-02 22:25:38 +01:00
f690a6f457 Swap moment.js with date-fns 2020-03-02 21:55:22 +01:00
5972476735 Add undo button to notification when marking a task as done 2020-03-02 21:19:26 +01:00
a4acfb5ef2 Add 404 page 2020-03-02 20:30:49 +01:00
7de26a462f Add build time to compile flags 2020-03-02 20:24:26 +01:00