summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-173-98/+0
| | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-132-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-04-122-0/+2
|
* Use new navigation endpoint and get rid of the legacy navigationdetect ajaxJulius Härtl2018-04-103-33/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-04-092-6/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-04-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-04-072-0/+14
|
* Merge pull request #9096 from nextcloud/feature/noid/ping_better_hostsblizzz2018-04-061-3/+5
|\ | | | | Ping more privacy respecting organizations
| * Ping more privacy respecting organizationsRoeland Jago Douma2018-04-051-3/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-04-062-2/+34
|/
* [tx-robot] updated from transifexNextcloud bot2018-04-054-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-04-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-312-0/+2
|
* Open app store links in new tabJan-Christoph Borchardt2018-03-282-1/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2018-03-252-0/+4
|
* Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-237-12/+12
|\ | | | | Remove \OCP\JSON
| * Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-227-12/+12
| | | | | | | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-234-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-03-224-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-03-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-204-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2018-03-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1716-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-03-162-6/+6
|
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-158-125/+124
|\ | | | | Full implement group display names
| * Fixed api testsJohn Molakvoæ (skjnldsv)2018-03-081-4/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed sharing groups select and fixed searchJohn Molakvoæ (skjnldsv)2018-03-081-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed sharing groups select and fixed searchJohn Molakvoæ (skjnldsv)2018-03-081-63/+58
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Send the group ids to the server on user creationJoas Schilling2018-03-081-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fixed Controller TestJohn Molakvoæ (skjnldsv)2018-03-081-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix users loading on group click and group creation on selectJohn Molakvoæ (skjnldsv)2018-03-082-3/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-084-37/+48
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix group display name in the sidebar of the user managementJoas Schilling2018-03-082-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Start fixing Select2 optionsJoas Schilling2018-03-081-5/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly return the group nameJoas Schilling2018-03-081-10/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-152-20/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-146-2/+14
| |
* | Inject public IGroupManager instead of private GroupManagerDaniel Calviño Sánchez2018-03-132-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The public "IGroupManager" service returned by the dependency injection system is automatically initialized with an "OC\Group\Database" backend. However, no backend is automatically set in private "GroupManager" instances. Therefore, a private "GroupManager" instance does not work as expected when initialized through the dependency injection system. Due to that this commit reverts a previous change in which the public "IGroupManager" was replaced by a private "GroupManager" instance. That change was needed when strict types were set, as "getSubAdmin()" is not part of "IGroupManager" API, so the type had to be changed to "GroupManager". Until a better solution is found strict types are disabled again to be able to inject "IGroupManager" and also use "getSubAdmin()". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-03-136-0/+18
| |
* | Use proper method to format absolute timestampMorris Jobke2018-03-121-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8743 from nextcloud/strict_settingsRoeland Jago Douma2018-03-122-91/+56
|\ \ | | | | | | Strict settings
| * | Make UserController strictRoeland Jago Douma2018-03-091-72/+48
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make ChangePasswordController strictRoeland Jago Douma2018-03-091-19/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-124-0/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-03-116-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-03-1012-64/+116
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-03-0954-286/+88
| | |
* | | Revert wording back to updatesJoas Schilling2018-03-091-4/+4
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+14
|/
* Run repair steps on uninstall in all casesTobia De Koninck2018-03-061-1/+1
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>