Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Only show hours and minutes in first login timestamp | Christopher Ng | 2025-01-21 | 1 | -1/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(app_api): Advanced deploy options | Andrey Borysenko | 2025-01-20 | 5 | -6/+370 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(encryption): handle empty encryptionModules fine | Max | 2025-01-20 | 1 | -1/+1 |
| | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com> | ||||
* | chore(i18n): Improved grammar | rakekniven | 2025-01-20 | 1 | -1/+1 |
| | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(settings): Correctly parse and display default quota | Ferdinand Thiessen | 2025-01-16 | 1 | -11/+28 |
| | | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(sharing): Toggle custom tokens setting as admin | Christopher Ng | 2025-01-15 | 1 | -0/+25 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #50130 from nextcloud/feat/rich-profile-biography | Pytal | 2025-01-14 | 1 | -1/+1 |
|\ | | | | | feat: Allow rich formatting of profile text | ||||
| * | feat: Allow rich formatting of profile text | Christopher Ng | 2025-01-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | fix(settings): Fix mail server settings form | provokateurin | 2025-01-14 | 1 | -29/+16 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files): updateAll method | Max Schmit | 2025-01-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Max Schmit <maxschm@hotmail.com> | ||||
* | fix(users): Adapt UI code to new timestamp fields names | Côme Chilliet | 2025-01-07 | 1 | -7/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Show first login date in user list | Christopher Ng | 2025-01-07 | 5 | -0/+44 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(app-store): add missing exApps list items to search filter | Andrey Borysenko | 2025-01-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: eslint | Jana Peper | 2024-12-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: filter disabled apps in task types requests | Jana Peper | 2024-12-18 | 1 | -3/+1 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: save state in db | Jana Peper | 2024-12-18 | 1 | -3/+5 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: add switch in frontend | Jana Peper | 2024-12-18 | 1 | -1/+6 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | chore: lint fixchore/force-style-lint | skjnldsv | 2024-11-19 | 1 | -5/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵ | Ferdinand Thiessen | 2024-11-19 | 14 | -20/+21 |
| | | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Add nextTick to saveChanges | Marcel Klehr | 2024-11-18 | 1 | -1/+2 |
| | | | | | | | | to alleviate race condition fixes #49335 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(profile): triggerbutton selector | skjnldsv | 2024-11-14 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(app-store): Add back legacy store API used for update and removal | Ferdinand Thiessen | 2024-11-11 | 4 | -17/+24 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinction | Jérôme Herbinet | 2024-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | fix(ci): eslint fix, minor correction after rebase | Andrey Borysenko | 2024-10-29 | 1 | -8/+3 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: loading state reactivity | Andrey Borysenko | 2024-10-29 | 1 | -24/+28 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): fix eslint errors | Andrey Borysenko | 2024-10-29 | 3 | -12/+9 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: address review comments | Andrey Borysenko | 2024-10-29 | 7 | -30/+29 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: remove app_api_apps vuex store | Andrey Borysenko | 2024-10-29 | 1 | -399/+0 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: migrate to Pinia, minor fixes | Andrey Borysenko | 2024-10-29 | 10 | -66/+396 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: address review comments, small fixes | Andrey Borysenko | 2024-10-29 | 8 | -46/+67 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(ci): resolve eslint errors | Andrey Borysenko | 2024-10-29 | 12 | -43/+53 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: minor fixes | Andrey Borysenko | 2024-10-29 | 1 | -1/+6 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add missing state checks | Andrey Borysenko | 2024-10-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: use global mutation, since app_api_apps is namespaced | Andrey Borysenko | 2024-10-29 | 1 | -16/+8 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | WIP: add Daemon badge in app sidebar (2) | Andrey Borysenko | 2024-10-29 | 2 | -0/+39 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(settings): migrate AppAPI ExApps management (1) | Andrey Borysenko | 2024-10-29 | 11 | -40/+692 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix(settings): Align contents of profile picture headingfix/align-avatar-visibility | Christopher Ng | 2024-10-29 | 2 | -2/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(app-store): Update update count in navigation | Ferdinand Thiessen | 2024-10-28 | 4 | -6/+26 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48864 from nextcloud/fix/invalid-app-config | Ferdinand Thiessen | 2024-10-23 | 1 | -17/+17 |
|\ | | | | | fix(settings): Do not use `null` on `string` parameter for sharing disclaimer | ||||
| * | fix(settings): Do not use `null` on `string` parameter for sharing disclaimer | Ferdinand Thiessen | 2024-10-23 | 1 | -17/+17 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(app-store): Correctly render Markdown in app description | Ferdinand Thiessen | 2024-10-23 | 2 | -48/+73 |
|/ | | | | | | This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(appstore): Hide last modified information for shipped appsfix/45717/hide-last-modified-for-shipped-apps | Marcel Müller | 2024-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | fix(code-style): Adjust JS code to our code style | Ferdinand Thiessen | 2024-10-16 | 12 | -47/+55 |
| | | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(sass): migrate from deprecated mixed decls | Grigorii K. Shartsev | 2024-10-14 | 2 | -6/+6 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 2 | -6/+3 |
| | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 3 | -20/+73 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(settings): disable Discover when appstore is disabled | Grigorii K. Shartsev | 2024-09-16 | 2 | -3/+6 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(settings): Add back create group icon | Christopher Ng | 2024-09-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: Update AdminAI.vue | rakekniven | 2024-09-09 | 1 | -1/+1 |
| | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> |