kolaente
c517a87b85
Don't add a subtask to the top level of tasks to not add it twice in the list
2020-08-17 22:30:24 +02:00
kolaente
28fd0e91ee
Mention client_max_body_size in nginx proxy settings
2020-08-17 22:15:48 +02:00
renovate
14c27600d8
Update github.com/asaskevich/govalidator commit hash to df4adff ( #552 )
...
Update github.com/asaskevich/govalidator commit hash to df4adff
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/552
2020-08-17 13:48:12 +00:00
kolaente
dedce20780
"Fix" gocyclo
2020-08-16 23:48:34 +02:00
kolaente
a58b932743
Work around tasks with attachments not being duplicated
2020-08-16 23:44:16 +02:00
kolaente
301bebf8d3
Only try to download attachments from todoist when there is a url
...
Credit: freaktechnik
2020-08-16 23:26:19 +02:00
kolaente
d192c36c39
Add better tests for namespaces
2020-08-15 22:16:36 +02:00
kolaente
bdfb804bb2
Fix reading passwords on windows
2020-08-13 17:59:10 +02:00
konrad
16dbcfda7e
Manage users via cli ( #632 )
...
Add users cli commands to docs
Fix checking for changing username or user email
Add user status change command
Make sure only one user exists with a particular email when updating
Add password reset
Add user id to help
Remove user delete (too many possible side effects, postponed until later)
Make sure to fail on any errors
Fail if changing the username would result in duplicate users
Add user update command
Add user create command
Add command stubs for all commands
Render users in a beautiful table
Started adding user list command
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/632
2020-08-13 15:34:02 +00:00
renovate
0169ecc37e
Update module 4d63.com/tz to v1.2.0 ( #631 )
...
Update module 4d63.com/tz to v1.2.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/631
2020-08-13 08:38:01 +00:00
kolaente
4a70c81b33
Make sure to require admin rights when modifying list/namespace users to be consistent with teams
...
Signed-off-by: kolaente <k@knt.li>
2020-08-12 18:20:47 +02:00
renovate
5e84ce639f
Update module src.techknowlogick.com/xgo to v1.1.0+1.15.0 ( #630 )
...
Update module src.techknowlogick.com/xgo to v1.1.0+1.15.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/630
2020-08-12 09:27:43 +00:00
renovate
6c45388da9
Update module imdario/mergo to v0.3.11 ( #629 )
...
Update module imdario/mergo to v0.3.11
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/629
2020-08-11 20:12:50 +00:00
konrad
bd8c1c3bb7
Return rights when reading a single item ( #626 )
...
Fix lint
Update docs
Fix loading all rights (list & namespace)
Add tests
Update web framework
Make tests run again
Update all calls to CanRead methods
Update task attachment & task comment & task rights to return the max right
Update team rights to return the max right
Update namespace rights to return the max right
Update list rights to return the max right
Update link share rights to return the max right
Update label rights to return the max right
Update web dependency
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/626
2020-08-10 12:11:43 +00:00
renovate
28b8cabea5
Update module spf13/afero to v1.3.4 ( #628 )
...
Update module spf13/afero to v1.3.4
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/628
2020-08-10 07:26:50 +00:00
renovate
7c91803056
Update module go-testfixtures/testfixtures/v3 to v3.4.0 ( #627 )
...
Update module go-testfixtures/testfixtures/v3 to v3.4.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/627
2020-08-09 20:18:27 +00:00
renovate
b375e1d043
Update github.com/gordonklaus/ineffassign commit hash to e36bfde ( #625 )
...
Update github.com/gordonklaus/ineffassign commit hash to e36bfde
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/625
2020-08-09 09:18:55 +00:00
kolaente
d718d247c8
Fix users with disabled totp but not enrolled being unable to login
2020-08-07 16:41:35 +02:00
kolaente
6a82d4e2af
Fix updating team admin status
2020-08-05 17:28:11 +02:00
kolaente
11722bf029
Add update route to toggle team member admin status
2020-08-05 17:21:17 +02:00
konrad
dfb7730b63
More avatar providers ( #622 )
...
Don't fail if the last avatar file does not exist when deleting it
Fix lint
Remove old global avatar setting and update docs
Generate docs
Invalidate the avatar cache when uploading a new one
Add debug logs
Add caching for upload avatars
Add cache locks
Fix encoding
Resize the uploaded image to a max of 1024 pixels
Remove the old uploaded avatar if one already exists
Add mimetype check for images
Set avatar provider to upload when uploading an avatar
Add upload avatar provider
Make font size smaller to let the initials still look good in smaller sizes
Add debug log
Add cache and resizing of initials avatars
Make font size depend on avatar size
Add drawing initials avatar
Add initials provider
Make the initials avatar provider the default
Add routes
Add user avatar settings handler methods
Add user avatar provider field
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/622
2020-08-02 17:16:58 +00:00
renovate
c9117dd037
Update module spf13/afero to v1.3.3 ( #623 )
...
Update module spf13/afero to v1.3.3
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/623
2020-08-02 14:11:50 +00:00
konrad
e4539ef232
Use db sessions for task-related things ( #621 )
...
Use db sessions for task-related things
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/621
2020-08-01 16:54:38 +00:00
renovate
0ba6ae7a18
Update module spf13/viper to v1.7.1 ( #620 )
...
Update module spf13/viper to v1.7.1
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/620
2020-08-01 06:24:46 +00:00
renovate
25ecc4a510
Update golang.org/x/crypto commit hash to 123391f ( #619 )
...
Update golang.org/x/crypto commit hash to 123391f
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/619
2020-07-29 06:39:36 +00:00
renovate
259c2195dc
Update module lib/pq to v1.8.0 ( #618 )
...
Update module lib/pq to v1.8.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/618
2020-07-28 06:44:54 +00:00
kolaente
7bdc9dd428
Pin telegram notification plugin in drone
2020-07-24 18:32:18 +02:00
renovate
5f8872f8cc
Update module getsentry/sentry-go to v0.7.0 ( #617 )
...
Update module getsentry/sentry-go to v0.7.0
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/617
2020-07-21 13:02:45 +00:00
renovate
5794ede6f6
Update module lib/pq to v1.7.1 ( #616 )
...
Update module lib/pq to v1.7.1
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/616
2020-07-20 17:37:08 +00:00
kolaente
41cf73a473
Add option to configure legal urls
2020-07-18 18:53:56 +02:00
renovate
f8d84139fa
Update module imdario/mergo to v0.3.10 ( #615 )
...
Update module imdario/mergo to v0.3.10
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/615
2020-07-18 16:52:05 +00:00
kolaente
d3964ff4bd
Update xgo to v1.0.0+1.14.6
2020-07-18 18:42:34 +02:00
kolaente
9acba7d3f0
Fix duplicating a list with background
2020-07-17 14:16:59 +02:00
kolaente
2d567bfe0f
Make sure lists which would have a duplicate identifier can still be duplicated
...
+ debug logging for duplicating lists
2020-07-17 13:26:49 +02:00
renovate
7207aa60fb
Update module src.techknowlogick.com/xgo to v1 ( #613 )
...
Update module src.techknowlogick.com/xgo to v1
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/613
2020-07-15 06:32:48 +00:00
renovate
2b9af951bf
Update src.techknowlogick.com/xgo commit hash to 96de19c ( #612 )
...
Update src.techknowlogick.com/xgo commit hash to 96de19c
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/612
2020-07-14 19:58:42 +00:00
renovate
c84efcbbcc
Update src.techknowlogick.com/xgo commit hash to 7c2e3c9 ( #611 )
...
Update src.techknowlogick.com/xgo commit hash to 7c2e3c9
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/611
2020-07-14 17:59:50 +00:00
kolaente
092aae3260
Add config option to force ssl connections to connect with the mailer
2020-07-14 17:30:39 +02:00
renovate
222582fb0c
Update module spf13/afero to v1.3.2 ( #610 )
...
Update module spf13/afero to v1.3.2
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/610
2020-07-14 13:19:46 +00:00
kolaente
a99367bc5f
Fix release trigger
2020-07-14 14:45:16 +02:00
kolaente
c47d5c7228
Switch s3 release bucket to scaleway
2020-07-14 13:43:35 +02:00
kolaente
3d709e3bb7
Update docs with testmail command + reorder
2020-07-14 09:34:32 +02:00
renovate
3a9360a57b
Update golang.org/x/crypto commit hash to 948cd5f ( #609 )
...
Update golang.org/x/crypto commit hash to 948cd5f
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/609
2020-07-10 08:21:21 +00:00
renovate
dd3c4cd032
Update golang.org/x/crypto commit hash to ab33eee ( #608 )
...
Update golang.org/x/crypto commit hash to ab33eee
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/608
2020-07-08 07:12:16 +00:00
kolaente
2a4a622518
0.14.1 release preparations
2020-07-07 10:58:03 +02:00
konrad
4db06ba9a1
Fix creating lists with non ascii characters ( #607 )
...
Fix test name
Fix migrating lists with non utf-8 characters in their name
Fix creating lists with non utf-8 characters
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/607
2020-07-07 07:48:12 +00:00
kolaente
96f366f5e7
Add docs about using vikunja with utf-8 characters
2020-07-06 21:53:26 +02:00
kolaente
78791f31a4
Fix parsing todoist reminder dates
2020-07-05 20:49:29 +02:00
kolaente
ec3fa9300b
Fix parsing todoist reminder dates
2020-07-05 17:48:36 +02:00
kolaente
9fa7e30a0a
update theme
2020-07-05 15:25:25 +02:00