Add support for archiving lists and namespaces #152

Merged
konrad merged 23 commits from feature/archive-lists-namespaces into master 2020-03-15 21:50:40 +00:00

23 Commits

Author SHA1 Message Date
kolaente b8b2c04c83
Add query param to get all lists including archived ones
continuous-integration/drone/pr Build is passing Details
2020-03-15 21:46:59 +01:00
kolaente dbe726e1a2
Add query param to get all namespaces including archived ones
continuous-integration/drone/pr Build is passing Details
2020-03-15 21:22:28 +01:00
kolaente d41b97eb47
Fix getting lists by namespace only not archived lists
continuous-integration/drone/pr Build is passing Details
2020-03-15 20:21:16 +01:00
kolaente ab63a31acc
Fix misspell
continuous-integration/drone/pr Build is failing Details
2020-03-15 20:12:30 +01:00
kolaente c43dde0d76
Fix lint
continuous-integration/drone/pr Build is failing Details
2020-03-15 20:09:29 +01:00
kolaente 955e749f39
Merge branch 'master' into feature/archive-lists-namespaces
continuous-integration/drone/pr Build is failing Details
2020-03-15 20:07:02 +01:00
kolaente bfc096ef1e
Add docs for error codes
continuous-integration/drone/pr Build is failing Details
2020-03-15 20:05:48 +01:00
kolaente 5e03f6564e
Fix archive error codes 2020-03-15 20:05:41 +01:00
kolaente 302105db1b
Don't let archived lists show up in general lists
continuous-integration/drone/pr Build is failing Details
2020-03-15 19:57:38 +01:00
kolaente 1ef4acbc73
Fix updating description 2020-03-15 19:50:33 +01:00
kolaente 8aefd3b7ae
Fix updating lists with link shares 2020-03-15 19:46:46 +01:00
kolaente bad406d214
More comments 2020-03-15 19:46:37 +01:00
kolaente cba64f4e9d
Fix un-archiving lists 2020-03-15 19:41:40 +01:00
kolaente a4ddffa4ff
Move check for archiving a list to canWrite Check 2020-03-15 19:27:10 +01:00
kolaente 4b6870b32a
Add more tests 2020-03-15 19:24:44 +01:00
kolaente 4132ed810b
Add fixme 2020-03-09 23:39:11 +01:00
kolaente 4d34161d7c
Add more checks 2020-03-09 23:37:33 +01:00
kolaente 199e99cdb6
Add checks for namespaces and lists 2020-03-09 23:08:54 +01:00
kolaente ea9abcd3b0
Add namespace edit 2020-03-09 22:19:09 +01:00
kolaente 3df214b421
Add tests 2020-03-09 20:03:26 +01:00
kolaente 90f04aa152
Add migrations and filter
Signed-off-by: kolaente <k@knt.li>
2020-03-08 21:24:52 +01:00
kolaente 4dac30cbab
Add basic tests
Signed-off-by: kolaente <k@knt.li>
2020-03-08 21:24:41 +01:00
kolaente addb9aab0c
Add is archived property to lists and namespaces
Signed-off-by: kolaente <k@knt.li>
2020-03-08 20:58:35 +01:00