Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ChangePasswordController strict | Roeland Jago Douma | 2018-03-09 | 1 | -19/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Set the correct active navigation entry | Joas Schilling | 2018-03-05 | 3 | -8/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | this was a migration step to ownCloud 8.0 to restructure the encryption ↵ | Bjoern Schiessle | 2018-03-02 | 1 | -161/+0 |
| | | | | | | folder which is no longer needed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #8336 from nextcloud/cleanup-unused-parameter | Roeland Jago Douma | 2018-02-20 | 2 | -18/+1 |
|\ | | | | | Cleanup unused parameter | ||||
| * | Remove fromMailAddress from MailSettingsController | Morris Jobke | 2018-02-13 | 1 | -6/+1 |
| | | | | | | | | | | | | Was removed in https://github.com/nextcloud/server/pull/4379 (0a54d5a) and https://github.com/nextcloud/server/pull/4380 (bae64e8) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Remove crypto and timefactory from UsersController | Morris Jobke | 2018-02-13 | 1 | -12/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8365 from nextcloud/fix-phpdoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in PHPDoc | ||||
| * | | Fix typo in PHPDoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Remove unused import statements | Morris Jobke | 2018-02-14 | 2 | -6/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Link to NC 14 dev manual | Roeland Jago Douma | 2018-02-08 | 1 | -2/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -3/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-24 | 1 | -2/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -1/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add warning regarding freetype support | Roeland Jago Douma | 2017-12-13 | 1 | -0/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore | Morris Jobke | 2017-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7292 from Neraste/fix/4789_disabled_users | Lukas Reschke | 2017-11-27 | 1 | -3/+3 |
|\ | | | | | Fix #4789: Group admins cannot see disabled users | ||||
| * | Fix #4789: Group admins cannot see disabled users | Neraste | 2017-11-27 | 1 | -3/+3 |
| | | |||||
* | | Make isUpdateAvailable non-static | Morris Jobke | 2017-11-25 | 1 | -7/+12 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
| | | | | | | * also allows to search by displayname Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 12 | -2/+32 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use DI for IAppManager to encryption migration | Morris Jobke | 2017-10-24 | 1 | -4/+13 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix url | Bjoern Schiessle | 2017-10-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | App management: add update section | Julius Härtl | 2017-10-10 | 1 | -0/+29 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make sure the password contains special characters | Joas Schilling | 2017-09-07 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 1 | -3/+1 |
| | | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Implement metadata for email templates of remaining emails | Morris Jobke | 2017-08-30 | 1 | -0/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix group management which was broken since #5847 | Tobia De Koninck | 2017-08-15 | 1 | -3/+4 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Use public API instead of private | Lukas Reschke | 2017-08-01 | 1 | -8/+8 |
| | | | | | | | | The private API here doesn't have the backends yet properly initialized, probably another bug but let's go with the easy bug fix here. Next step is to write integration tests and then figure out why changing this to the private API (which it actually calls) doesn't work. Fixes https://github.com/nextcloud/server/issues/5950 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix settings/Controller/ | Lukas Reschke | 2017-08-01 | 3 | -18/+23 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -6/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | The app password avoids 1Il etc. Adapted comment accordingly | Marcel Waldvogel | 2017-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | ||||
* | no warning on password change if no encryption module uses per-user keys | Bjoern Schiessle | 2017-07-06 | 1 | -1/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #5404 from ↵ | blizzz | 2017-07-05 | 1 | -0/+4 |
|\ | | | | | | | | | nextcloud/use-translated-hint-insteadof-english-error Use translated Hint instead of english error on password policy | ||||
| * | Use translated Hint instead of english error on password policy | Joas Schilling | 2017-06-14 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 1 | -44/+61 |
|\ \ | | | | | | | show used space in user list | ||||
| * | | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -44/+61 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | avoid marking two sections as active when they have the same name | Arthur Schiwon | 2017-06-23 | 3 | -13/+17 |
| | | | | | | | | … in both personal and admin. | ||||
* | | already declared in Trait | Arthur Schiwon | 2017-06-23 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix trait usage | Robin Appelman | 2017-06-23 | 3 | -8/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add Additional (+ Fallback) section for Personal settings | Arthur Schiwon | 2017-06-23 | 2 | -2/+37 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add route and controller. consolidate common settings functions in a trait. | Arthur Schiwon | 2017-06-23 | 3 | -49/+203 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -87/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also cover the settings endpoint | Joas Schilling | 2017-06-02 | 1 | -19/+31 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Improve readability of verify text | Morris Jobke | 2017-05-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |