Frederick [Bot]
165d046307
chore(i18n): update translations via Crowdin
2024-06-08 00:29:28 +00:00
kolaente
01b7ae8091
fix(datepicker): make the date format in the picker consistent with the input field
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2340
2024-06-06 22:31:07 +02:00
kolaente
6f4895b8cf
chore(auth): show registration disabled message when registration is disabled
...
The route still exists when the registration is disabled, even though all links to the page are removed.
2024-06-06 22:09:19 +02:00
Frederick [Bot]
d32a2526ba
chore(i18n): update translations via Crowdin
2024-06-05 00:28:50 +00:00
Frederick [Bot]
dbf5e61fc9
chore(i18n): update translations via Crowdin
2024-06-04 00:28:55 +00:00
andreymal
73780e4b50
feat: add pluralization rules for Russian ( #2344 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2344
Reviewed-by: konrad <k@knt.li>
Co-authored-by: andreymal <andriyano-31@mail.ru>
Co-committed-by: andreymal <andriyano-31@mail.ru>
2024-06-03 08:51:11 +00:00
Elscrux
aac01c7a35
feat: default view setting ( #2306 )
...
This PR adds configuration of default project view in settings, which is used when the user has not visited the project and thus last view hasn't yet been saved in projects. Updates old settings and adds "First View" option with fallback.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2153
Co-authored-by: Elscrux <nickposer2102@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2306
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Elscrux <elscrux@gmail.com>
Co-committed-by: Elscrux <elscrux@gmail.com>
2024-06-02 08:15:53 +00:00
Frederick [Bot]
a175214aa0
chore(i18n): update translations via Crowdin
2024-06-02 00:28:49 +00:00
Frederick [Bot]
a53ee4143f
chore(i18n): update translations via Crowdin
2024-05-28 00:27:42 +00:00
Frederick [Bot]
aeadce8631
chore(i18n): update translations via Crowdin
2024-05-27 00:27:50 +00:00
Frederick [Bot]
e618becdf4
chore(i18n): update translations via Crowdin
2024-05-26 00:28:14 +00:00
kolaente
fb1f461e51
feat(i18n): add Croatian to selectable languages
2024-05-25 10:03:08 +02:00
Frederick [Bot]
3925536a7c
chore(i18n): update translations via Crowdin
2024-05-25 00:27:52 +00:00
kolaente
536047c4c4
fix(i18n): typo
2024-05-24 13:17:53 +02:00
kolaente
34780daab0
chore(i18n): remove "new" from creation strings
...
You can't create an "old" thing, therefore the "new" is redundant in that context. This change clarifies usage of this in all places.
2024-05-24 09:11:27 +02:00
Frederick [Bot]
86b460d09c
chore(i18n): update translations via Crowdin
2024-05-11 00:06:24 +00:00
Frederick [Bot]
9706ebb2fc
chore(i18n): update translations via Crowdin
2024-05-09 00:06:59 +00:00
kolaente
6e759b3bee
fix(i18n): clarify from current date string
...
Resolves https://community.vikunja.io/t/suggestion-rename-from-current-date-to-after-completed/2344
2024-05-07 18:28:22 +02:00
kolaente
cf46c76811
fix(i18n): use correct title for background settings menu
2024-05-07 17:14:04 +02:00
Frederick [Bot]
ddf8db3b1f
chore(i18n): update translations via Crowdin
2024-05-04 00:07:32 +00:00
Frederick [Bot]
a1892ea10b
chore(i18n): update translations via Crowdin
2024-04-23 00:07:19 +00:00
kolaente
1074a8d916
fix(views): only allow project admins to manage views
...
Resolves https://community.vikunja.io/t/manage-views-only-for-project-admins/2279
2024-04-21 14:36:09 +02:00
Frederick [Bot]
d35ff0b380
chore(i18n): update translations via Crowdin
2024-04-18 00:06:32 +00:00
Frederick [Bot]
2239d73797
chore(i18n): update translations via Crowdin
2024-03-27 00:11:11 +00:00
Frederick [Bot]
98b833f61a
chore(i18n): update translations via Crowdin
2024-03-25 00:10:35 +00:00
Frederick [Bot]
ecd002dca3
chore(i18n): update translations via Crowdin
2024-03-21 00:05:22 +00:00
Frederick [Bot]
d22ebef0b3
chore(i18n): update translations via Crowdin
2024-03-20 00:06:31 +00:00
kolaente
434b1ea0e8
feat(views): crud in frontend
2024-03-19 00:47:50 +01:00
Frederick [Bot]
87ebe85972
chore(i18n): update translations via Crowdin
2024-03-16 00:05:25 +00:00
Frederick [Bot]
88fdfb50b7
chore(i18n): update translations via Crowdin
2024-03-14 00:06:47 +00:00
Frederick [Bot]
fb5b2542a5
chore(i18n): update translations via Crowdin
2024-03-13 00:05:52 +00:00
kolaente
a5c51d4b1e
feat: emoji reactions for tasks and comments ( #2196 )
...
This PR adds reactions for tasks and comments, similar to what you can do on Gitea, GitHub, Slack and plenty of other tools.
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2196
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
2024-03-12 19:25:58 +00:00
kolaente
dbfe162cd2
fix(filters): label highlighting and autocomplete fields now work with in operator
...
Previously, when creating a filter query with the 'in' operator and multiple values, autocompletion and highlighting was not available. This change now implements a split for each value, seperated by a comma.
2024-03-11 15:41:06 +01:00
kolaente
3b77fff4c9
fix(project): correctly show the number of tasks and projects when deleting a project
2024-03-11 14:21:42 +01:00
waza-ari
ffa82556e0
feat(teams): add public flags to teams to allow easier sharing with other teams ( #2179 )
...
Resolves #2173
Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2179
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-10 14:04:32 +00:00
konrad
e95159a33c
feat(filters): query-based filter logic ( #2177 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2177
2024-03-10 12:01:47 +00:00
Frederick [Bot]
d963667a29
chore(i18n): update translations via Crowdin
2024-03-10 00:07:19 +00:00
kolaente
d0b762d761
docs(filter): add filter query explanation
2024-03-09 19:07:31 +01:00
kolaente
533e778b93
fix(filter): bubble filter query changes up on blur only
2024-03-09 19:07:31 +01:00
kolaente
0c947790e8
feat(filter): add button to show filter results
2024-03-09 19:07:30 +01:00
kolaente
992d108bfa
feat(filters): add date values
2024-03-09 19:06:52 +01:00
kolaente
b978d344ca
feat(filter): add basic highlighting filter query component
2024-03-09 19:06:51 +01:00
Frederick [Bot]
f6204c307e
chore(i18n): update translations via Crowdin
2024-03-09 00:06:36 +00:00
kolaente
28d72d4d47
feat(i18n): add pt-br as selectable language in the frontend
2024-03-08 20:06:48 +01:00
kolaente
8a82093233
fix(project): don't allow archival or deletion of default projects in UI
2024-02-27 15:37:30 +01:00
kolaente
ee065d9238
feat(tasks): make done at column available for selection in table view
...
This change adds the done at column of tasks to the table view. It also ensures it is possible to sort the tasks by that column.
https://community.vikunja.io/t/is-it-possible-to-list-done-tasks-with-their-completion-date/1922
2024-02-12 17:56:24 +01:00
kolaente
390f71b0c6
feat(registration): improve username and password validation
...
Username and password are validated in the api for length and whitespaces. Previously, the api would tell the user "hey you got it wrong" but the error was not reflected properly in the UI. This change implements a client-side validation which mirrors the one from the api, allowing instant validation and better error UX.
2024-02-12 17:32:24 +01:00
kolaente
4a66c2202f
chore: only use api version as it is coming from the same codebase
2024-02-09 13:42:03 +01:00
kolaente
fc4676315d
chore: move frontend files
2024-02-07 14:56:56 +01:00