aboutsummaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated sinon reset() call with resetHistory()Julius Härtl2018-04-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-04-306-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-04-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-2712-78/+152
|
* move log constants to ILoggerArthur Schiwon2018-04-262-2/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9296 from nextcloud/migrate-groups-fetch-to-ocs-apiMorris Jobke2018-04-251-81/+84
|\ | | | | Migrate groups fetch to ocs api
| * Settings groups to ocsJohn Molakvoæ (skjnldsv)2018-04-251-81/+84
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-04-252-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-242-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-224-14/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-212-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-04-19124-124/+124
|
* Merge pull request #9218 from nextcloud/personal-settingsJohn Molakvoæ2018-04-182-78/+136
|\ | | | | Move personal settings to css grid layout
| * Move personal settings to css grid layoutJulius Härtl2018-04-172-78/+136
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-04-18130-232/+232
| |
* | 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>