Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 3 | -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 transifex | Nextcloud bot | 2018-04-13 | 2 | -2/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-12 | 2 | -0/+2 |
| | |||||
* | Use new navigation endpoint and get rid of the legacy navigationdetect ajax | Julius Härtl | 2018-04-10 | 3 | -33/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-09 | 2 | -6/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-08 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-07 | 2 | -0/+14 |
| | |||||
* | Merge pull request #9096 from nextcloud/feature/noid/ping_better_hosts | blizzz | 2018-04-06 | 1 | -3/+5 |
|\ | | | | | Ping more privacy respecting organizations | ||||
| * | Ping more privacy respecting organizations | Roeland Jago Douma | 2018-04-05 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-06 | 2 | -2/+34 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-05 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-03 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-31 | 2 | -0/+2 |
| | |||||
* | Open app store links in new tab | Jan-Christoph Borchardt | 2018-03-28 | 2 | -1/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-25 | 2 | -0/+4 |
| | |||||
* | Merge pull request #8943 from nextcloud/dep_oc_json | Roeland Jago Douma | 2018-03-23 | 7 | -12/+12 |
|\ | | | | | Remove \OCP\JSON | ||||
| * | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 7 | -12/+12 |
| | | | | | | | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-23 | 4 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-22 | 4 | -2/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-21 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-20 | 4 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-17 | 16 | -2/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-16 | 2 | -6/+6 |
| | |||||
* | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 8 | -125/+124 |
|\ | | | | | Full implement group display names | ||||
| * | Fixed api tests | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | fixup! Fixed sharing groups select and fixed search | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fixed sharing groups select and fixed search | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -63/+58 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Send the group ids to the server on user creation | Joas Schilling | 2018-03-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fixed Controller Test | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix users loading on group click and group creation on select | John Molakvoæ (skjnldsv) | 2018-03-08 | 2 | -3/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 4 | -37/+48 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix group display name in the sidebar of the user management | Joas Schilling | 2018-03-08 | 2 | -8/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Start fixing Select2 options | Joas Schilling | 2018-03-08 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correctly return the group name | Joas Schilling | 2018-03-08 | 1 | -10/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-15 | 2 | -20/+20 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-14 | 6 | -2/+14 |
| | | |||||
* | | Inject public IGroupManager instead of private GroupManager | Daniel Calviño Sánchez | 2018-03-13 | 2 | -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 transifex | Nextcloud bot | 2018-03-13 | 6 | -0/+18 |
| | | |||||
* | | Use proper method to format absolute timestamp | Morris Jobke | 2018-03-12 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8743 from nextcloud/strict_settings | Roeland Jago Douma | 2018-03-12 | 2 | -91/+56 |
|\ \ | | | | | | | Strict settings | ||||
| * | | Make UserController strict | Roeland Jago Douma | 2018-03-09 | 1 | -72/+48 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Make ChangePasswordController strict | Roeland Jago Douma | 2018-03-09 | 1 | -19/+8 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-12 | 4 | -0/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-11 | 6 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-10 | 12 | -64/+116 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-09 | 54 | -286/+88 |
| | | | |||||
* | | | Revert wording back to updates | Joas Schilling | 2018-03-09 | 1 | -4/+4 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-09 | 2 | -4/+14 |
|/ | |||||
* | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> |