Commit Graph

133 Commits

Author SHA1 Message Date
konrad 4b3f92ae34 Custom backgrounds for lists (#144)
continuous-integration/drone/push Build is passing Details
Make backgrounds list responsive

Show initial collection of backgrounds

Remove test data

Fix "backgroundInformation is null" when navigating

Fix kanban height

Remove debug log

Move list title to top header

Add styling for title in top header

Set the current list (and background) when loading settings

Only load the background if it changed

Make task detail view look good again

Fix bottom spacing

Make list and table view look good again

Make pages with background at least 100vh

Fix kanban height

Make extra buttons look good again

Move list title and view-switcher in one row

Add styling for backgrounds

Set background globally

Add getting list background and putting it in vuex

Add setting list background

Move list background setting to seperate list

Add search timeout to not search on every keypress

Add getting thumbnails through api

Add basic search for unsplash backgrounds

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #144
2020-05-31 19:17:10 +00:00
konrad d7b4b2189a Ensure consistent naming of title fields (#134)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into fix/title-fields

Change task text field to title

Change namespace name field to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #134
2020-05-16 10:31:16 +00:00
kolaente c4b92a8f52
Fix redirect when not logged in
continuous-integration/drone/push Build is failing Details
2020-05-16 12:02:30 +02:00
kolaente d0f6a4ce99
Better responsive layout for unauthenticated pages
continuous-integration/drone/push Build is passing Details
2020-05-12 15:18:37 +02:00
kolaente b876a4d4dc
Fix redirecting for unauthenticated pages to login
continuous-integration/drone/push Build is passing Details
2020-05-12 15:17:47 +02:00
kolaente 0dc4e6b95d
Fix trying to load the current tasks even when not logged in (Fixes #133)
continuous-integration/drone/push Build is passing Details
2020-05-12 15:08:17 +02:00
kolaente 495350fa83
Fix not redirecting to login page after logging out
continuous-integration/drone/push Build is passing Details
2020-05-09 22:31:33 +02:00
kolaente f878063015
Only set fullpage state to false if the page is actually fullpage
continuous-integration/drone/push Build is passing Details
2020-05-09 22:24:42 +02:00
kolaente 8ae03fa6e9
Highlight the current list when something list related is called
continuous-integration/drone/push Build is failing Details
2020-05-08 21:07:33 +02:00
konrad 5724b98358 Vuex (#126)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into feature/vuex

Cleanup

Move namespaces handling to store

Move fullpage setting to store

Move online/offline handling to store

Remove debug log

Fix loading namepaces

Rename errorMsg

Handle registering through the store

Use store to determine wether or not a user is authenticated on login page

Use store in edit team

Use store to get the current user's avatar

Use store to figure out if the current user belongs to a team

Use store to figure out if the current user is list admin

Use store to get user info when listing labels

Use store to get username on home

Use store to figure out if the user is namespace admin

Use the store for configuration

Use the store to check if a user is authenticated everywhere

Only renew token if the user is logged in

Fix renewing auth from jwt token

Move logout to store

Move renew token to store

Move log in to store

Only show enabled migrators

Only show registration button if registration is enabled

Put all config information from the backend in the store

Remove old config handler

Move config state to seperate module

Add vuex and get the motd through it

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #126
2020-05-08 18:43:51 +00:00
kolaente b043369245
Fix navigating back to list view after deleting a task
continuous-integration/drone/push Build is passing Details
2020-04-30 12:49:42 +02:00
konrad c7845bb9c1 Kanban (#118)
continuous-integration/drone/push Build is passing Details
Add error message when trying to create an invalid new task in a bucket

Prevent creation of new buckets if the bucket title is empty

Disable deleting a bucket if it's the last one

Disable dragging tasks when they are being updated

Fix transition when opening tasks

Send the user to list view by default

Show loading spinner when updating multiple tasks

Add loading spinner when moving tasks

Add loading animation when bucket is loading / updating etc

Add bucket title edit

Fix creating new buckets

Add loading animation

Add removing buckets

Fix creating a new bucket after tasks were moved

Fix warning about labels on tasks

Fix labels on tasks not updating after retrieval from api

Fix property width

Add closing and mobile design

Make the task detail popup look good

Move list views

Move task detail view in a popup

Add link to tasks

Add saving the new task position after it was moved

Fix creating new bucket

Fix creating a new task

Cleanup

Disable user selection for task cards

Fix drag placeholder

Add dragging style to task

Add placeholder + change animation duration

More cleanup

Cleanup / docs

Working of dragging and dropping tasks

Adjust markup and styling for new library

Change kanban library to something that works

Add basic calculation of new positions

Don't try to create empty tasks

Add indicator if a task is done

Add moving tasks between buckets

Make empty buckets a little smaller

Add gimmick for button description

Fix color

Fix scrolling bucket layout

Add creating a new bucket

Add hiding the task input field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #118
2020-04-25 23:11:34 +00:00
konrad 99c10d49be TOTP (#109)
continuous-integration/drone/push Build is passing Details
Fix not telling the user about invalid totp passcodes when logging in

Add disabling totp authentication

Add totp passcode when logging in

Add totp settings

Add general post method function

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #109
2020-04-17 23:46:07 +00:00
konrad a75670e4f0 Add user settings (#108)
continuous-integration/drone/push Build is passing Details
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #108
2020-04-17 20:46:50 +00:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #105
2020-04-12 21:54:46 +00:00
kolaente 066cd63771
Schedule token renew every minute
continuous-integration/drone/push Build is passing Details
2020-04-04 18:29:36 +02:00
konrad 724275e653 Table View for tasks (#76)
continuous-integration/drone/push Build is passing Details
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: #76
2020-04-01 20:13:57 +00:00
konrad cafb960c8d Colors for lists and namespaces (#74)
continuous-integration/drone/push Build is passing Details
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: #74
2020-03-25 21:27:29 +00:00
konrad 7d2bd192ab Add support for archiving lists and namespaces (#73)
continuous-integration/drone/push Build is passing Details
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: #73
2020-03-22 20:40:13 +00:00
kolaente 5972476735
Add undo button to notification when marking a task as done
continuous-integration/drone/push Build is passing Details
2020-03-02 21:19:26 +01:00
kolaente 00c1ed7ad7
Move "Next Week" section in menu below "Next Month"
continuous-integration/drone/push Build is passing Details
2020-02-14 17:38:48 +01:00
kolaente 6324fc384b
Move the Vikunja logo to the hamburger menu on mobile
continuous-integration/drone/push Build is passing Details
2020-02-09 15:29:55 +01:00
kolaente 05da96e545
Use the same method everywhere to calculate the avatar url
continuous-integration/drone/push Build is passing Details
2020-02-09 13:28:33 +01:00
kolaente 783401723a
Better default profile image 2020-02-09 13:16:34 +01:00
kolaente 80b363872e
Set user menu inactive when logging out
continuous-integration/drone/push Build is passing Details
2020-02-09 13:07:31 +01:00
konrad fc17518e8c Add a link to vikunja.io (#56)
continuous-integration/drone/push Build is passing Details
Add a link to vikunja.io

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #56
2020-01-31 16:33:34 +00:00
konrad 1170e030f6 Use message mixin for handling success and error messages (#51)
continuous-integration/drone/push Build is passing Details
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #51
2020-01-30 21:47:08 +00:00
kolaente a06e709da6
Show motd everywhere
continuous-integration/drone/push Build is passing Details
2019-12-25 17:38:49 +01:00
konrad ed4d41e2d8 Add automatic user token renew (#43)
continuous-integration/drone/push Build is passing Details
2019-12-19 20:50:07 +00:00
konrad ff0f078ee6 PWA update available notification (#42)
continuous-integration/drone/push Build is passing Details
2019-12-18 21:30:20 +00:00
kolaente e00f0046b5
Replace all spaces with tabs
continuous-integration/drone/push Build is passing Details
2019-11-03 13:44:40 +01:00
kolaente bcfded6efc
Added the function to collapse all lists in a namespace in the sidebar menu
continuous-integration/drone/push Build is passing Details
2019-10-19 17:56:47 +02:00
kolaente eb15046c5e
Added labels for login and register inputs
continuous-integration/drone/push Build is passing Details
2019-10-19 16:27:56 +02:00
kolaente 52bdae90d3
Load the offline image quietly in the background
continuous-integration/drone/push Build is passing Details
2019-10-17 21:54:05 +02:00
konrad 3211e1e8ea Added handling if the user is offline (#35)
continuous-integration/drone/push Build is passing Details
2019-10-16 21:27:21 +00:00
konrad 568de04a87 Fixed redirect to login page (#33)
continuous-integration/drone/push Build is passing Details
2019-09-09 18:36:30 +00:00
konrad f6b70bb0a1 Fixed namespace loading (#32)
continuous-integration/drone/push Build is passing Details
2019-09-09 17:59:58 +00:00
konrad d83fb24bbd Added link sharing (#30)
continuous-integration/drone/push Build is passing Details
2019-09-09 17:55:43 +00:00
kolaente c0a8ec7bec
Fixed menu not being visible on mobile
continuous-integration/drone/push Build is passing Details
2019-05-19 18:19:22 +02:00
konrad ad6ba80021 Frontend desing improvements (#28)
the build was successful Details
2019-04-23 19:50:37 +00:00
konrad 316148531c Fixed namespaces nav sometimes using an old jwt token (#26)
the build was successful Details
2019-03-07 19:48:55 +00:00
konrad f7a17e45bc Labels on tasks (#25)
the build was successful Details
2019-03-07 19:48:40 +00:00
konrad d66382b581 Improved team search and team managing (#18)
the build was successful Details
2019-03-03 12:50:06 +00:00
konrad 9b0c842ae1 Move everything to models and services (#17)
the build was successful Details
2019-03-02 10:25:10 +00:00
konrad d7f7058eef Add week and month view for tasks (#15)
the build was successful Details
2018-12-25 22:41:55 +00:00
konrad e094b654e2 New design (#14)
the build was successful Details
2018-12-25 15:03:51 +00:00
konrad edbf1b4fb1 Moved buttons to manage teams and namespaces to the top (#11)
the build was successful Details
2018-12-20 14:27:09 +00:00
kolaente e5eeaf0ea3
Dont show editing options for pseudo namespaces
the build is pending Details
2018-11-24 13:42:40 +01:00
kolaente 95b8178496
Design improvments (closes #4)
the build was successful Details
2018-11-06 16:53:32 +01:00
konrad 89023908b5 Add user email verification when registering (#3)
the build was successful Details
2018-11-01 22:58:59 +00:00
konrad c0d5f6e99a Add password reset (#1)
the build was successful Details
2018-11-01 21:34:29 +00:00
konrad f449437899
Added link to home page on logo
the build was successful Details
2018-10-03 19:06:50 +02:00
konrad 4c5be3849f
Fixed some css issues
the build was successful Details
2018-10-03 19:05:10 +02:00
kolaente 9cd30e4dc0
CSS cleanup 2018-09-18 19:02:13 +02:00
kolaente 77285ccce0
Added methods to manage users and teams in a namespace 2018-09-18 08:10:16 +02:00
kolaente 23a3530640
Design improvemnts 2018-09-17 07:36:25 +02:00
kolaente 3bc535577c
Namespace overview now does only one request instead of one for each namespace to get all lists 2018-09-17 07:34:22 +02:00
kolaente 6190fe0ae5
Updated button spacing in namespaces overview
the build was successful Details
2018-09-14 19:45:56 +02:00
kolaente 297c1d889d
Added functions to have a list of teams 2018-09-14 07:23:25 +02:00
kolaente 94b14167b1
Added method to edit namespace 2018-09-11 19:46:14 +02:00
kolaente a4dafcd159
Added method to add a new namespace 2018-09-11 19:20:07 +02:00
kolaente 6dec563782
Fixed navbar styling to let it blend in
the build was successful Details
2018-09-11 08:31:00 +02:00
kolaente d1155adc05
Reorganized assets 2018-09-11 07:02:32 +02:00
konrad 97a3079a34
Added functions to add points to a list
the build was successful Details
2018-09-09 22:09:20 +02:00
konrad 163aaf2384
"New"-Buttons are now full width 2018-09-09 21:41:04 +02:00
konrad 5ff4f5eb46
Added method to create a new list
the build was successful Details
2018-09-09 21:28:07 +02:00
konrad 27e2192747
Fixed wrong size of content box 2018-09-09 21:00:27 +02:00
konrad e55ff738ba
Logo is always visible
the build was successful Details
2018-09-09 19:54:28 +02:00
konrad 85923704d8
Moved general css to seperate file & added theme from Bulmaswatch 2018-09-09 19:51:33 +02:00
konrad fdd414d76b
Added styling for current list in menu 2018-09-09 19:41:43 +02:00
konrad 74eb92cb53
Added buttons to add lists/namespaces
the build was successful Details
2018-09-09 19:09:46 +02:00
konrad 2d29f9514a
Added quicksand font
the build was successful Details
2018-09-09 17:33:36 +02:00
konrad 3f05879b1a
Navbar improvments 2018-09-09 17:33:24 +02:00
konrad aeff748cc8
Added logo & Top bar 2018-09-09 17:23:06 +02:00
kolaente cc2da96829
Fixed namespaces not loading when logging in 2018-09-09 16:17:56 +02:00
konrad fce1a9287a
Small design improvements 2018-09-08 23:33:09 +02:00
konrad 85a8296278
Added better notification handling
the build failed Details
2018-09-08 21:43:16 +02:00
konrad 875e4ea6e6
Fixed always loading namespaces, even if the user wasnt logged in 2018-09-08 21:24:10 +02:00
kolaente b55b99a82c
Fixed namespace nav 2018-09-07 22:44:07 +02:00
kolaente 324996abcf
Added basic nav for namespaces 2018-09-07 08:42:17 +02:00
kolaente efb0088ebf
Styled login 2018-09-06 20:15:49 +02:00
kolaente fe86ce2fa8
Added basic classes to handle http/auth/routing 2018-09-06 19:46:09 +02:00
kolaente 0b1f4d3dff
init 2018-08-28 22:50:22 +02:00