aboutsummaryrefslogtreecommitdiffstats
path: root/dist/settings-vue-settings-personal-info.js
Commit message (Collapse)AuthorAgeFilesLines
* Add `autocomplete` attrs to input fieldsjulia.kirschenheuter2023-05-111-2/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-021-2/+2
| | | | | | | 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>
* chore(assets): Recompile JSJoas Schilling2023-04-261-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow images of any size as profile picturesSimon L2023-04-171-2/+2
| | | | | | | 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>
* feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-131-2/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(npm): build assetsJohn Molakvoæ2023-04-061-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Improve handling of profile fieldsChristopher Ng2023-03-301-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create `<h3>` headings for profile page. Replace `<label>` which have no ↵julia.kirschenheuter2023-03-241-2/+2
| | | | | | conncted `<input>` with `<h3>` heading Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Compile assetsnextcloud-command2023-03-231-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(npm): update dist bundlesJohn Molakvoæ2023-03-231-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 7.7.0 to 7.8.0Arthur Schiwon2023-03-021-2/+2
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-2/+2
| | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port profile visibility selectChristopher Ng2023-02-061-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* don't translate a variableSimon L2023-01-241-2/+2
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Correct title for button on federation actions buttonjulia.kirschenheuter2023-01-181-2/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-111-2/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix default phone region validationChristopher Ng2023-01-051-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove jstz usage from serverThomas Citharel2023-01-041-2/+2
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add component testingJohn Molakvoæ2023-01-041-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/event-bus from 2.1.1 to 3.0.2dependabot[bot]2022-12-071-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix profile visibility not appearingCarl Schwan2022-12-061-2/+2
| | | | | | | 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>
* Rename mastodon to fediverseCarl Schwan2022-11-221-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix disabled federated scopeChristopher Ng2022-10-281-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Display invalid input messageChristopher Ng2022-10-271-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/moment from 1.2.0 to 1.2.1dependabot[bot]2022-10-131-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/nextcloud/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Switch to overflow-wrapGit'Fellow2022-09-211-2/+2
| | | | | | 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>
* Show long nomes correctly on profile cardGit'Fellow2022-09-211-2/+2
| | | | | | 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>
* Remove completed refresh avatar FIXMEChristopher Ng2022-09-191-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix styling of locale dropdownChristopher Ng2022-09-161-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake locale saving with VueChristopher Ng2022-09-161-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Compile assetsnextcloud-command2022-09-161-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remake group and quota details section with VueChristopher Ng2022-09-151-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-2/+2
| | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump nc vue to beta2Carl Schwan2022-09-091-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake profile picture saving with VueChristopher Ng2022-09-021-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake phone number property saving with VueChristopher Ng2022-08-261-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake website property saving with VueChristopher Ng2022-08-261-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake location property saving with VueChristopher Ng2022-08-251-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-251-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-251-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update to @nextcloud/vue-6.0.0-beta.4Vincent Petry2022-08-251-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Consolidate account property gettersChristopher Ng2022-07-211-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use material design icons in Email componentChristopher Ng2022-07-211-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* RecompileJoas Schilling2022-07-151-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add current scope to scope actions labelChristopher Ng2022-07-071-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>