summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-29140-582/+586
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35257 from ↵Julia Kirschenheuter2022-11-284-17/+98
|\ | | | | | | | | nextcloud/fix/fix-33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections Set page titel for each sidebar section through User management pages
| * Adapt router.js for setting document title.julia.kirschenheuter2022-11-284-17/+98
| | | | | | | | | | | | | | | | Adapt store to store Promise for dynamic requested categories. Create new constants file to store category name with associated translation. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-284-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-272-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-262-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-256-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35399 from nextcloud/fix/sharepi-adminSimon L2022-11-241-5/+5
|\ | | | | Fix share admin page
| * Fix share admin pageCarl Schwan2022-11-241-5/+5
| | | | | | | | | | | | arrow function don't work that well with jquery Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #35380 from nextcloud/enh/noid/fix-remaining-user-issuesVincent Petry2022-11-243-7/+17
|\ \ | | | | | | fix remaining user settings issues
| * | fix remaining user settings issuesSimon L2022-11-233-7/+17
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #35370 from nextcloud/fix/renaming-tokenCarl Schwan2022-11-241-1/+4
|\ \ \ | |_|/ |/| | Fix UX of renaming token
| * | Fix UX of renaming tokenCarl Schwan2022-11-231-1/+4
| | | | | | | | | | | | | | | | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-2412-2/+26
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | scroll if too much groupsJohn Molakvoæ2022-11-233-1/+13
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix user settings layoutJohn Molakvoæ2022-11-233-1/+12
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-23144-286/+832
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-2216-163/+188
|\ | | | | Add mastodon and reorganize profile info section
| * Update composer autoloaderCarl Schwan2022-11-225-6/+6
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix testsCarl Schwan2022-11-221-4/+29
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Rename mastodon to fediverseCarl Schwan2022-11-226-22/+24
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Refactor profile info settingsCarl Schwan2022-11-216-145/+83
| | | | | | | | | | | | | | | | | | - 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>
| * Add mastodon personal info fieldCarl Schwan2022-11-219-21/+81
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Help pages: set window title for sidebar sectionsjulia.kirschenheuter2022-11-221-2/+9
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #34745 from nextcloud/optimize-show-appsCôme Chilliet2022-11-211-7/+7
|\ | | | | Extract $ignoreMaxApps from array_map callback in AppSettingsController
| * Extract $ignoreMaxApps from array_map callback in AppSettingsControllerThomas Citharel2022-10-221-7/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2022-11-214-4/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-202-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-194-170/+248
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-172-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix settings for setting default expiration dateVincent Petry2022-11-161-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-152-12/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-3/+11
|\ \ | | | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * | Fix tests depending on a trailing whitespaceCôme Chilliet2022-11-151-3/+9
| | | | | | | | | | | | | | | | | | | | | Many editors remove trailing whitespaces, so avoid depending on them for tests success. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-152-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35024 from nextcloud/deprecate/php74Simon L2022-11-141-1/+1
|\ \ \ | |/ / |/| | Deprecate PHP7.4
| * | Deprecate PHP7.4Christoph Wurst2022-11-101-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-14144-0/+166
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34746 from nextcloud/add-calendar-settings-sectionJulius Härtl2022-11-134-0/+58
|\ \ \ | | | | | | | | Add Calendar settings section
| * | | Add Calendar settings sectionThomas Citharel2022-10-244-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-122-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34485 from ↵Robin Appelman2022-11-111-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | michaelkuhn/hasBigIntConversionPendingColumns-files_trash Fix hasBigIntConversionPendingColumns missing files_trash
| * | | | Fix hasBigIntConversionPendingColumns missing files_trashMichael Kuhn2022-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two tables seem to have gone out of sync, causing the web interface to miss `files_trash.auto_id` not being a bigint. Signed-off-by: Michael Kuhn <github@ikkoku.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-114-0/+4
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-102-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-092-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-082-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Increase the "bad waiting time" for cron mode to 24h to account for "time ↵Joas Schilling2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | insensitive" jobs Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Show the correct warning for system cron vs. webcron/ajaxJoas Schilling2022-11-071-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>