| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-09 | 1 | -1/+10 |
* | fix url | Bjoern Schiessle | 2017-10-17 | 1 | -2/+2 |
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-05 | 1 | -3/+1 |
* | Implement metadata for email templates of remaining emails | Morris Jobke | 2017-09-05 | 1 | -0/+5 |
* | Merge pull request #5434 from nextcloud/backport-5404-translated-hint-passwor... | Morris Jobke | 2017-07-05 | 1 | -0/+4 |
|\ |
|
| * | Use translated Hint instead of english error on password policy | Joas Schilling | 2017-06-16 | 1 | -0/+4 |
* | | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-22 | 1 | -87/+0 |
|/ |
|
* | Also cover the settings endpoint | Joas Schilling | 2017-06-06 | 1 | -19/+31 |
* | Improve readability of verify text | Morris Jobke | 2017-05-08 | 1 | -2/+2 |
* | Increase device password entropy. Use lower- and upper-case characters and di... | Fabrizio Steiner | 2017-05-08 | 1 | -4/+4 |
* | consolidate setEnabled method | Arthur Schiwon | 2017-04-29 | 1 | -76/+12 |
* | Use short array syntax | Christoph Wurst | 2017-04-29 | 1 | -112/+111 |
* | use proper return codes and handle failure cases | Morris Jobke | 2017-04-29 | 1 | -2/+4 |
* | Improve wording of error messages | Morris Jobke | 2017-04-29 | 1 | -4/+4 |
* | check $user object before using it | Morris Jobke | 2017-04-29 | 1 | -24/+24 |
* | change group id to _disabledUsers | Morris Jobke | 2017-04-29 | 1 | -6/+6 |
* | Implemented visual feedback if a user is disabled in admin user menu. | Thomas Pulzer | 2017-04-29 | 1 | -10/+144 |
* | send signature to lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+2 |
* | fix path to the website proof | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
* | allow to display the verification code also while verification is already run... | Bjoern Schiessle | 2017-04-28 | 1 | -13/+15 |
* | update message in verify popup | Bjoern Schiessle | 2017-04-28 | 1 | -2/+2 |
* | check verification proof and update account table | Bjoern Schiessle | 2017-04-28 | 1 | -8/+54 |
* | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -1/+10 |
* | add verification dialog | Bjoern Schiessle | 2017-04-28 | 1 | -1/+54 |
* | Style app bundles | Jan-Christoph Borchardt | 2017-04-26 | 1 | -1/+1 |
* | Make disableapp.php accept arrays | Lukas Reschke | 2017-04-26 | 1 | -1/+1 |
* | Fix styling | Lukas Reschke | 2017-04-26 | 1 | -0/+1 |
* | Add titles | Lukas Reschke | 2017-04-26 | 1 | -18/+39 |
* | Add app bundles | Lukas Reschke | 2017-04-26 | 1 | -1/+26 |
* | Fix email vs mail | Joas Schilling | 2017-04-26 | 1 | -1/+1 |
* | improve wording of Apps mgmt navigation entries | Jan-Christoph Borchardt | 2017-04-25 | 1 | -3/+3 |
* | Add apps category 'all installed' | Felix A. Epp | 2017-04-25 | 1 | -1/+21 |
* | Don't assume the admin didn't configure Opcache correctly... | Joas Schilling | 2017-04-20 | 1 | -1/+1 |
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -1/+1 |
* | Do not show empty admin sections | Roeland Jago Douma | 2017-04-19 | 1 | -0/+4 |
* | Merge pull request #4369 from nextcloud/fix-translations | Morris Jobke | 2017-04-18 | 1 | -1/+1 |
|\ |
|
| * | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
* | | Beautify test email | Lukas Reschke | 2017-04-18 | 1 | -4/+12 |
* | | Merge pull request #4372 from nextcloud/smtp-password | Morris Jobke | 2017-04-18 | 1 | -34/+15 |
|\ \ |
|
| * | | Fix some more stuff | Joas Schilling | 2017-04-18 | 1 | -0/+1 |
| * | | Fix tests | Joas Schilling | 2017-04-18 | 1 | -5/+4 |
| * | | Don't put the SMTP password into the HTML code | Joas Schilling | 2017-04-18 | 1 | -33/+14 |
| |/ |
|
* / | Add bruteforce protection to changePersonalPassword | Lukas Reschke | 2017-04-18 | 1 | -1/+4 |
|/ |
|
* | Add support for theming | Lukas Reschke | 2017-04-07 | 1 | -92/+10 |
* | Fix tests | Lukas Reschke | 2017-04-07 | 1 | -8/+8 |
* | New layout for welcome email | Morris Jobke | 2017-04-07 | 1 | -8/+31 |
* | Updated UI messages relating to the encryption functionality | Matthew Setter | 2017-03-22 | 1 | -1/+1 |
* | Fail when the test mail could not be sent | Joas Schilling | 2017-03-17 | 1 | -1/+4 |
* | Add warning on admin screen when set_time_limit is unavailable | Ko- | 2017-03-16 | 1 | -0/+15 |
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |