Marcel Klehr
fc9780a41d
First pass at ai admin settings
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-08-02 12:37:35 +07:00
Daniel Kesselberg
cd0331320b
fix: correct hint for missing posix extension
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-07-31 22:04:44 +07:00
Ferdinand Thiessen
c1975a634c
feat(settings): Show supported apps on app settings if subscribed
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-07-31 09:17:32 +07:00
rakekniven
7c82c7a4b2
Merge branch 'master' into rakekniven-patch-2
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-07-29 10:26:56 +07:00
rakekniven
f4981413fa
fix(i18n) Fixed grammar
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-07-22 23:38:23 +07:00
Pytal
608ba174a3
Merge pull request #39402 from nextcloud/enh/a11y-users-settings
2023-07-21 11:18:56 +07:00
julia.kirschenheuter
8fca19325b
Remove opacity on federation control action buttons
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-07-19 14:37:08 +07:00
Christopher Ng
26dbb12f40
enh(a11y): User management settings dialog
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-07-18 20:28:10 +07:00
Christopher Ng
af120f6b42
fix(l10n): Manager
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-07-17 16:35:40 +07:00
Christopher Ng
faf2b2339d
test(settings): Users table
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-07-12 21:35:55 +07:00
Christopher Ng
957dbee1b0
fix(cypress): users_disable
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-07-12 17:30:11 +07:00
Christopher Ng
cbfe0c67e9
enh(a11y): Users table
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-07-12 17:30:11 +07:00
Ferdinand Thiessen
215b3bbc9d
fix(settings): Migrate away from `NcAppNavigationCounter`
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-07-01 23:12:06 +07:00
Ferdinand Thiessen
97683a5b66
fix(settings): Migrate away from deprecated `NcPopoverMenu`
...
* Replace popover menu with `NcActions`
* Deduplicate user actions code between `UserRow` and `UserRowSimple`
* Fix user action to cover whole row heigh to prevent dropdown from shining through the actions
* Fix user action popover to be overlayed by current edited row actions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-06-30 11:38:11 +07:00
julia.kirschenheuter
04d4fb6286
Replace plain input fields with NcTextField fields and NcMultiSelect fields with NcSelect fields
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-06-28 16:55:16 +07:00
John Molakvoæ
cd54f7c7f4
chore: upgrade typescript, eslint and fix lint
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-06-27 16:16:41 +07:00
Jérôme Herbinet
a07321f093
Add "button" class to the QR code link
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-06-26 14:48:42 +07:00
Johannes
199b9788e6
Merge pull request #38856 from nextcloud/fix/contacts/3404/put-location-in-proper-place
...
fix(sab): put location in proper address field
2023-06-22 11:51:33 +07:00
Christopher Ng
84ff000767
enh(a11y): New user modal
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-06-21 11:12:40 +07:00
Johannes Merkel
3cb8968808
fix(sab): put location in proper address field
...
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
2023-06-20 16:18:09 +07:00
Jérôme Herbinet
e25fb29975
Improved display of app links
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-05-30 16:35:45 +07:00
julia.kirschenheuter
94e1a429e5
Revert "Fix table view"
...
This reverts commit cb852ef6
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-25 11:49:24 +07:00
Varun Patil
ace6df86d8
Fix lint errors
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-05-23 22:34:15 +07:00
Varun Patil
66a8a9fba1
Use consistent imports for Vue components
...
This makes tree shaking possible
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-05-23 22:34:14 +07:00
Simon L
ed5d8d5c4e
address review
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-19 08:29:55 +07:00
Simon L
06d8a03315
migrate a few components to NcSelect
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-05-19 10:14:39 +07:00
fenn-cs
a39f0de237
Use aria-expanded correctly on toggle user actions
...
The aria-expanded attribute was added on the expandable item rather
Than the button that triggers the expand.
Resolves : #37137
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-17 23:15:15 +07:00
Ferdinand Thiessen
02853fdae6
fix(settings): Fix `UserList` styles set to css but scss is used
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-05-16 00:55:03 +07:00
Simon L
f5e8268ced
Use the color-primary-element* variables
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-13 10:15:33 +07:00
Christoph Wurst
1381c4c157
feat(users): Store and load a user's manager
...
Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-05-12 13:56:48 +07:00
Julia Kirschenheuter
0d3df2c795
Merge pull request #37870 from nextcloud/fix/36921-fix-table-for-users-app
...
Fix table view
2023-05-12 09:33:34 +07:00
julia.kirschenheuter
cb852ef63b
Fix table view
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-11 16:36:37 +07:00
julia.kirschenheuter
b54afad28e
Add `autocomplete` attrs to input fields
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-11 10:16:28 +07:00
julia.kirschenheuter
da36d19580
Add hidden labels for inputs while editing user row
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-05-09 12:48:15 +07:00
Ferdinand Thiessen
6f798b7dee
fix(settings): Increase "Edit your profile visibility button" contrast
...
Before this the contrast of the button was too low in terms of accessibility.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-02 18:10:15 +07:00
Joas Schilling
58a4861390
fix(settings): Fix title of profile scope options
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-26 12:23:51 +07:00
Simon L
1ef23e7708
Allow images of any size as profile pictures
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-04-17 17:18:00 +07:00
Christopher Ng
7bc8b543be
Improve handling of profile fields
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-30 17:11:41 +07:00
julia.kirschenheuter
85feae6d82
Create `<h3>` headings for profile page. Replace `<label>` which have no conncted `<input>` with `<h3>` heading
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-24 08:49:19 +07:00
Valdnet
47a989e15f
l10n: Change name of app to a capital letter
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-23 15:01:45 +07:00
John Molakvoæ
ad6dcea779
chore(eslint): replace node/no-extraneous-import by n/no-extraneous-import
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +07:00
John Molakvoæ
8633f13e0a
chore(eslint): fix missing import extensions
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-03-23 08:14:19 +07:00
Louis Chemineau
45c8a829c0
Add underline decoration to links and use div element as target
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-09 15:17:18 +07:00
Simon L
e6a81a692a
add a direct link from files settings to app-token-settings
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-09 11:26:09 +07:00
Christopher Ng
db5d5c1705
Port admin delegation selects
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-28 16:08:11 +07:00
Christopher Ng
4b867bb7bb
Port profile visibility select
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-06 17:34:12 +07:00
Christopher Ng
edcf675e6e
Drop vue-clipboard2 to fix copy to clipboard
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-01 15:40:13 +07:00
Simon L
e46daa8540
don't translate a variable
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-24 10:31:07 +07:00
julia.kirschenheuter
6d13916a5f
Correct title for button on federation actions button
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-18 15:45:07 +07:00
julia.kirschenheuter
087f445499
Replace custom tooltips with native tooltips
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-11 14:22:47 +07:00
julia.kirschenheuter
1935828941
Replace custom tooltips with native ones in users page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-11 10:07:22 +07:00
julia.kirschenheuter
36b2f6c12e
Replace custom tooltips with native ones in apps page
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-10 14:25:05 +07:00
Christopher Ng
4c111845e8
Fix default phone region validation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-01-05 00:26:34 +07:00
Carl Schwan
27bfa74cc5
Fix profile visibility not appearing
...
And refactor how the grid works (now it's automatically using the
correct size instead of harcoding it)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-06 17:56:42 +07:00
Carl Schwan
2b4f2251e5
Fix UX of renaming token
...
Now this get's instant applied and escaping will reset to the previous
state
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-23 16:45:24 +07:00
Carl Schwan
d1209d8302
Rename mastodon to fediverse
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 08:40:12 +07:00
Carl Schwan
d847eacfbd
Refactor profile info settings
...
- Make it possible to add the new property whiout chaning foundamentally
how the layout work each time
- Use only one grid instead of multiple nested grid
- Better mobile reponsiveness
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-21 16:29:04 +07:00
Carl Schwan
86d9626901
Add mastodon personal info field
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-21 16:28:56 +07:00
Joas Schilling
2d8886e6a4
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:04:58 +07:00
Joas Schilling
7730c84e74
Show the correct warning for system cron vs. webcron/ajax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:01:22 +07:00
Christopher Ng
531bb62223
Fix disabled federated scope
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28 00:07:05 +07:00
Christopher Ng
9c54e74e08
Display invalid input message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-27 00:41:46 +07:00
Joas Schilling
ab055418c6
Fix password length limitation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-10 12:33:58 +07:00
Simon L
7a701f248a
Merge pull request #34163 from Jerome-Herbinet/patch-6
...
User list : User name and Display name visibility improvement
2022-09-26 21:27:06 +07:00
Jérôme Herbinet
9e4fe9dc49
Fix : strong HTML end tag
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2022-09-22 13:13:23 +07:00
Jérôme Herbinet
f233077b70
User list : Other user and display name inversion
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2022-09-22 13:13:23 +07:00
Jérôme Herbinet
1e9fd662a3
User list : Invert user name and display name
...
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2022-09-22 13:13:23 +07:00
Git'Fellow
7518917aa9
Switch to overflow-wrap
...
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-21 17:59:56 +07:00
Git'Fellow
6fc810ab98
Show long nomes correctly on profile card
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-21 17:50:59 +07:00
Christopher Ng
3ee1a53ebc
Remove completed refresh avatar FIXME
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-19 18:37:42 +07:00
Christopher Ng
cb9f4e353f
Fix styling of locale dropdown
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16 23:33:05 +07:00
Christopher Ng
f922b2fd70
Remake locale saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-16 19:02:18 +07:00
Valdnet
bd402efe73
l10n: Remove spaces
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-09-16 09:33:53 +07:00
Christopher Ng
8eb46c995e
Remake group and quota details section with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-15 19:09:13 +07:00
Christopher Ng
26535e4856
Fix unresponsive legacy password confirmation dialog with new dialog in Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-14 17:23:22 +07:00
Carl Schwan
3fcb05e900
Port Profile section checbox to NcCheckoxRadioSwitch component
...
Improve accessibility and unify the design
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 15:38:20 +07:00
Carl Schwan
82139cc1e3
Fix avatar icons in user list when using dark theme
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-12 09:52:36 +07:00
Carl Schwan
0b77607362
Use NoteCard component in BackgroundJob settings
...
Fix #33880
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08 14:13:42 +07:00
Carl Schwan
3fa59ba412
Fix apps list issues caused by redesign
...
- Make icons work on dark theme
- Use new buttons
- Fix some eslint warnings
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08 10:49:17 +07:00
luz paz
9d26671f05
Fix typos in apps/ subdirectory
...
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/`
Signed-off-by: luz paz <luzpaz@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-05 12:59:54 +07:00
Christopher Ng
f44d2586b1
Remake profile picture saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-02 02:22:57 +07:00
Carl Schwan
60c42914d8
Port password settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-31 17:42:36 +07:00
Christopher Ng
d7821f8474
Remake phone number property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26 23:49:27 +07:00
Christopher Ng
e2efbab13f
Remake website property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26 18:50:28 +07:00
Carl Schwan
f1ce2c2b93
Fix rebasing issues and improve profile settings page a bit more
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:51:10 +07:00
Carl Schwan
2f30d3227f
Various fixes
...
- Fix user status dialog
- Add label where missing
- Move emoji picker inside input field (similar to talk)
- Fix selecting an emoji
- Fix multiselect
- Fix button with confirmation action
- Fix some other unrelated dark theme issues
- Fix select2 focus
- Run npm lint:fix
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +07:00
Carl Schwan
f630bd27f7
Adapt to new Nextcloud vue style
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +07:00
Carl Schwan
68ed1af3c0
Fix accessibility of input fields
...
Input fields require a 44x44 pixels target size, this makes all the
input fields and button use that size.
Bonus is that now the input fields and buttons now have the same size as
the new vue button and this looks less weird than the previous state
with controls of different sizes.
See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-26 19:49:00 +07:00
Christopher Ng
dd7cb9784f
Remake location property saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-25 23:52:33 +07:00
Christopher Ng
09f6eb5e58
Remake Twitter handle saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-25 18:19:10 +07:00
Christopher Ng
c5c70daa66
Modularize shared account property components
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-25 18:08:39 +07:00
Vincent Petry
d0473214cd
Add Nc prefix to Nc vue component names
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25 08:38:00 +07:00
Vincent Petry
7080187958
Bump @nextcloud/vue to 6.0.0-beta.3 and related
...
Update @nextcloud/vue to 6.0.0-beta.3
Update vue and vue-template-compiler to 2.7.8
Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-25 08:37:46 +07:00
Christoph Wurst
6a08c89452
Request 64px avatars for the user management
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-22 15:36:14 +07:00
Christopher Ng
d9f1f5a8ac
Fix duplicate ids on apps management page
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-13 02:14:47 +07:00
Carl Schwan
256c78374f
Improve Devices & sessions settings
...
- Add label for better accessibility
- Only allow to add app token with a name
- Align in rows
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-02 00:38:28 +07:00
Vincent Petry
623d53315b
Merge pull request #33206 from nextcloud/enh/27869/consolidate
...
Consolidate account property getters
2022-07-26 09:13:24 +07:00
jld3103
6c2ea4b29c
Add Neon user-agent
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2022-07-21 12:39:44 +07:00
Christopher Ng
34308087d6
Consolidate account property getters
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-21 01:14:23 +07:00
Christopher Ng
ecdde8dd5c
Use material design icons in Email component
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-21 00:05:13 +07:00
Joas Schilling
def9e25967
Fix HTML validation of material design icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15 09:12:10 +07:00
Carl Schwan
4e0574e184
Port encryption admin settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-13 14:58:55 +07:00
blizzz
74ebb72622
Merge pull request #33110 from nextcloud/feat/handle-onetime-password-large
...
Handle one time password and very large passwords
2022-07-08 19:54:05 +07:00
Christopher Ng
ad0f2db292
Add current scope to scope actions label
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07 19:02:24 +07:00
Carl Schwan
f99a06c89a
Don't allow setting password bigger than 469 characters
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05 11:47:25 +07:00
Christopher Ng
05d53c6340
Fix undefined logger
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-28 18:19:15 +07:00
Christopher Ng
2948c5e1f1
Use unique key to prevent email component reuse
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-10 20:15:35 +07:00
Valdnet
dfe7243338
l10n: Delete apostrophe
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-07 16:41:38 +07:00
rakekniven
4399ed4712
l10n: Fix escaping issue
...
At Transifex the string is cut and shown `For the server to work properly, it`
I modified this without vue knowledge. @CarlSchwan Can you check please?
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-03 16:14:29 +07:00
jld3103
26804ceccb
Fix Nextcloud Android app not showing proper name
2022-05-30 16:11:26 +07:00
Carl Schwan
6d883a8572
Fix various errors reported by eslint
...
And also make sure eslint doesn't try to index apps-extra that contains
other repo with not necessarely the same eslint rules
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24 10:12:18 +07:00
Pytal
e647b9fa49
Merge pull request #32443 from nextcloud/port/background-job-admin
2022-05-20 09:58:13 +07:00
Carl Schwan
697b83bf50
Merge pull request #32501 from nextcloud/cleanup/admin-delegation-setting
...
Cleanup admin delegation setting page
2022-05-20 18:55:18 +07:00
Carl Schwan
e8e0f97c9a
Port BackgroundJob admin settings to vue
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 15:00:54 +07:00
Carl Schwan
9d5a542a4e
Improve two factor admin settings
...
- Port more of it to vue
- Use new nextcloud vue components for the setting section
- Add a bit of spacing between the elements
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 13:27:55 +07:00
Carl Schwan
4f4d777767
Cleanup admin delegation setting page
...
- Simplify code a bit
- Add link to doc
- Use Nextcloud vue component a bit more
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-19 18:15:41 +07:00
John Molakvoæ
264adf0c3b
Fix profile and add gradient-primary-background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +07:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
szaimen
34004a3339
fix showing of all apps are up-to-date in apps management
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-04-25 12:30:39 +07:00
John Molakvoæ
493b20605f
Font fixes and design update for theme picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:07 +07:00
Vincent Petry
7bcc1830a2
Set max length to app token field to match backend
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-25 09:42:00 +07:00
Vanessa Pertsch
779e38e6a6
add new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-21 14:00:04 +07:00
Christopher Ng
108abd77ed
Add profile default setting for admin
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18 02:55:12 +07:00
Vanessa Pertsch
c1dfd6f784
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-14 09:34:27 +07:00
Christopher Ng
a68318a52b
Fix duplicate primary email message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02 01:16:16 +07:00
Vanessa Pertsch
800f5f1be1
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-01 07:37:35 +07:00
John Molakvoæ
8c969085ac
Apps toolbar height and alignment fix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-28 13:46:03 +07:00
Vanessa Pertsch
49a7d9b7d3
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
2022-02-24 16:59:57 +07:00
Vanessa Pertsch
af5479467e
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
2022-02-24 16:59:57 +07:00
szaimen
1116529b56
fix all modals after vue 5.0
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-22 13:27:14 +07:00
szaimen
d460c37024
try to fix overlapping buttons in apps-management
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-10 20:26:55 +07:00
Joas Schilling
40e141ee4a
Fix selecting user status, clear time and app password scope
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07 09:11:42 +07:00
Julien Veyssier
63e755e1c8
change Actions trigger to <button> when editing user
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-02-03 12:50:24 +07:00
Louis Chemineau
78481e2e7c
Add compiled files
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
ArcticFall
398297b449
Add new component for the group list items.
...
Signed-off-by: Martin Jänel <spammemore@posteo.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-01 12:54:55 +07:00
John Molakvoæ
3192b3e2f2
Merge pull request #30729 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
2022-01-22 09:54:34 +07:00
Louis Chemineau
e101882b92
Auto fix warnings
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-21 13:13:52 +07:00
Valdnet
0fb15e30a8
l10n: Spelling unification in Transifex.
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-20 09:56:30 +07:00
Valdnet
00b43cfa6b
Change l10n directory
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-20 08:30:59 +07:00
Valdnet
ae8085fbf8
Change l10n directory
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-01-20 08:20:07 +07:00
John Molakvoæ
79f14e8299
Use sync modifier with openMenu
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-01-08 09:59:12 +07:00
John Molakvoæ (skjnldsv)
74b9803108
Eslint fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:14:05 +07:00
Louis Chemineau
adfb9010d4
Migrate to webpack v5
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08 10:12:47 +07:00
szaimen
70feadafb4
improve personal settings on mobile
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-23 11:08:49 +07:00
Quentin Guidée
de5743cfb7
Devices & sessions: fix misaligned header
...
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2021-12-21 23:21:14 +07:00
Daniel Calviño Sánchez
45e66458ff
Fix input for groups validation in new user form
...
The hidden input used for form validation was not actually hidden since
Nextcloud 22, as the DOM structure changed to show a dialog rather than
adding a row on top of the list when adding new users, so the CSS rules
no longer matched.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-12-07 18:02:17 +07:00
Christopher Ng
9ac81f6c2a
Set number of visibility dropdown rows dynamically
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-26 01:04:21 +07:00
Christopher Ng
7ad07d6aa6
Improve accessibility
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-26 00:26:20 +07:00
szaimen
0224687e23
Personalsettings - remove marginLeft as it breaks the layout
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-24 01:45:54 +07:00
Christopher Ng
697a6935a4
Improve sorting
...
- Extract sort logic into a separate function
- Sort non-core parameters with localeCompare
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-23 00:22:07 +07:00