summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-03-1310-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix drone tests on masterszaimen2022-03-111-0/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Differenciate the activity depending on admin vs user actionJoas Schilling2022-03-102-2/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31430 from ↵Simon L2022-03-101-8/+7
|\ | | | | | | | | nextcloud/enh/31429/improve-overwrite-cli-url-check Validate `overwrite.cli.url` to be a url in setup check
| * improve overwrite cli url setup checkszaimen2022-03-091-8/+7
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warningJohn Molakvoæ2022-03-082-14/+33
|\ \
| * | fix testsszaimen2022-03-071-0/+12
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | allow to disable the imagick warningszaimen2022-03-071-14/+21
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | | allow adding protocol to domains in 'connectivity_check_domains' configJulien Veyssier2022-03-071-8/+13
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-062-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix settings error message timeoutChristopher Ng2022-03-041-2/+3
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-046-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31267 from nextcloud/enh/docs-link-for-opcache-recommendsMichaIng2022-03-042-4/+1
|\ \ | | | | | | Add Nextcloud docs link to OPcache recommends
| * | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-032-4/+1
| |/ | | | | | | | | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* | Merge pull request #31415 from knox/fix-opcache-permitted-pathMichaIng2022-03-041-1/+1
|\ \ | |/ |/| Fix "Nextcloud is not allowed to use the OPcache API" warning
| * Fix permittedPath comparisonMickey Knox2022-03-021-1/+1
| | | | | | | | Signed-off-by: Mickey Knox <mickey@netfreaks.org>
* | Merge pull request #31359 from nextcloud/fix/apps-error-message-timeoutVincent Petry2022-03-031-1/+1
|\ \ | | | | | | Fix apps settings error message timeout
| * | Fix apps settings error message timeoutChristopher Ng2022-03-021-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-03-0312-0/+12
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-022-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix duplicate primary email messageChristopher Ng2022-03-021-4/+4
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31354 from nextcloud/fix/caching-avatarCarl Schwan2022-03-011-0/+1
|\ | | | | Fix caching of the user avatar
| * Add warning to the userCarl Schwan2022-03-011-0/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
* | Merge pull request #31355 from nextcloud/fix/23441/fix-developer-linkSimon L2022-03-011-2/+5
|\ \ | | | | | | try to fix developer link
| * | try to fix developer linkszaimen2022-03-011-2/+5
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | use new button componentVanessa Pertsch2022-03-011-6/+12
|/ / | | | | | | | | | | 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>
* | Merge pull request #31338 from nextcloud/fix/31237/new-button-AppListVanessa2022-02-284-25/+45
|\ \ | | | | | | Fix/31237/new button app list
| * | Apps toolbar height and alignment fixJohn Molakvoæ2022-02-283-19/+34
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | use new button componentVanessa Pertsch2022-02-242-5/+7
| | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
| * | use new button componentVanessa Pertsch2022-02-241-3/+6
| | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-282-26/+32
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-272-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-264-4/+14
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-242-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31319 from nextcloud/fix/31246/fix-modalsSimon L2022-02-231-2/+1
|\ \ | | | | | | fix all modals after vue 5.0
| * | fix all modals after vue 5.0szaimen2022-02-221-2/+1
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-02-23140-526/+110
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / [tx-robot] updated from transifexNextcloud bot2022-02-212-0/+12
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-19144-990/+990
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix external appCarl Schwan2022-02-172-1/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup admin settings js filesCarl Schwan2022-02-1710-552/+506
| | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-02-172-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-152-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-142-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-1310-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-1210-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31090 from ↵Simon L2022-02-112-2/+11
|\ | | | | | | | | nextcloud/fix/31069/fix-overlapping-buttons-apps-management fix overlapping buttons in apps-management
| * try to fix overlapping buttons in apps-managementszaimen2022-02-102-2/+11
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #31032 from nextcloud/instanceNameVincent Petry2022-02-101-2/+8
|\ \ | | | | | | Don't use plain URL on the email subject
| * | Don't use plain URL on the subjectacsfer2022-02-061-2/+8
| | | | | | | | | | | | | | | Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead. `550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`