Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mail header logo [fixes #1326] | Felix Epp | 2016-11-30 | 1 | -3/+2 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | Loading icon fix #2198 | John Molakvoæ (skjnldsv) | 2016-11-24 | 1 | -4/+4 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #2224 from nextcloud/fix-visibility-switcher | Lukas Reschke | 2016-11-24 | 1 | -0/+1 |
|\ | | | | | Fix visibility switcher for avatar | ||||
| * | Fix visibility switcher for avatar | Lukas Reschke | 2016-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Remove superfluous email input field | Lukas Reschke | 2016-11-22 | 1 | -28/+0 |
|/ | | | | | | | | That field is already there and looking at the code this seems to have been missed on a rebase. Fixes https://github.com/nextcloud/server/issues/2222 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #2214 from nextcloud/remove-logging | Robin Appelman | 2016-11-21 | 1 | -88/+0 |
|\ | | | | | remove old logging section | ||||
| * | remove old logging section | Robin Appelman | 2016-11-21 | 1 | -88/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix mail scope | Lukas Reschke | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Adjust permission checks | Lukas Reschke | 2016-11-21 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | rearrange input fields | Bjoern Schiessle | 2016-11-21 | 1 | -20/+19 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | change order of email and phone number | Bjoern Schiessle | 2016-11-21 | 1 | -14/+14 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | fix avatar cropper | Robin Appelman | 2016-11-21 | 1 | -2/+4 |
| | | |||||
* | | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -1/+23 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | fix profile picture fed sharing scope menu | Christoph Wurst | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Add federation scope to the user avatar | Christoph Wurst | 2016-11-21 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Persist settings on the server | Christoph Wurst | 2016-11-21 | 1 | -3/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add more personal information fields to the settings page for enhanced ↵ | Christoph Wurst | 2016-11-21 | 1 | -29/+82 |
|/ | | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 1 | -1/+2 |
|\ | | | | | Password confirmation for some actions | ||||
| * | fix displayname | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Require password confirmation for changing the email | Joas Schilling | 2016-11-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove settings pane in app management | Morris Jobke | 2016-11-17 | 1 | -5/+0 |
|/ | | | | | | | * experimental apps where removed with 32cf661215fb3926789054a3953b465fc2665330 (#1940) * fixes #2183 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #2131 from nextcloud/fix-tabs-in-translation | Roeland Jago Douma | 2016-11-16 | 1 | -6/+10 |
|\ | | | | | convert text to single line so tabs in translation issue is fixed | ||||
| * | No HTML in string | Roeland Jago Douma | 2016-11-16 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | convert text to single line so tabs in translation issue is fixed | Jan-Christoph Borchardt | 2016-11-16 | 1 | -6/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Move social buttons to bottom on admin page | Roeland Jago Douma | 2016-11-16 | 2 | -1/+3 |
|/ | | | | | | For #2134 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Hide "Add group" for subadmins | Vincent Petry | 2016-11-03 | 1 | -0/+2 |
| | |||||
* | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -2/+15 |
| | | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #1978 from nextcloud/remove-send-mail-option | Morris Jobke | 2016-11-02 | 1 | -5/+0 |
|\ | | | | | Remove send mail option | ||||
| * | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -5/+0 |
| | | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #1960 from nextcloud/adjust-link-to-contributing.md | Roeland Jago Douma | 2016-11-02 | 1 | -3/+2 |
|\ \ | | | | | | | Adjust link to contributing.md | ||||
| * | | Adjust link to contributing.md | Joas Schilling | 2016-11-02 | 1 | -3/+2 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -19/+0 |
|/ | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Remove notify recipient option | Roeland Jago Douma | 2016-10-26 | 1 | -4/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1828 from nextcloud/avatar-picker-improvements | Morris Jobke | 2016-10-24 | 1 | -2/+4 |
|\ | | | | | Avatar picker improvements | ||||
| * | float the avatar cropper over the page | Robin Appelman | 2016-10-20 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix misleading SSL/TLS SMTP email configuration | Joas Schilling | 2016-10-24 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Modified the SQLite warning of server/settings/templates/admin/tiptricks.php ↵ | Sam Cater | 2016-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | to be more understandable and legible Signed-off-by: Sam Cater <sam@samcater.com> Added sign off of commit | ||||
* | | Template css order | John Molakvoæ | 2016-10-21 | 2 | -10/+1 |
|/ | | | | | | | | Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | improve look of Add group flow | Jan-Christoph Borchardt | 2016-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Removes tipsy when password verification is going on | Raghu Nayyar | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Use l10n | Lukas Reschke | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -1/+9 |
| | |||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 2 | -7/+0 |
| | |||||
* | Fix group sorting in user list group selection | Vincent Petry | 2016-08-29 | 1 | -2/+2 |
| | |||||
* | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-29 | 2 | -12/+7 |
| | | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. | ||||
* | Fix more HTML "syntax" | Joas Schilling | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | fix internal links in security & setup warnings, resolves #1048 | Arthur Schiwon | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | SVG defintions always take the first one | Roeland Jago Douma | 2016-08-18 | 1 | -0/+3 |
| | | | | * Move filter definition out | ||||
* | Moved ChangePassword to an actual Controller | Roeland Jago Douma | 2016-08-17 | 1 | -1/+1 |
| | | | | | * Still no full DI because of encryption fu * Remove old "Controller" | ||||
* | Merge branch 'master' into implement_712 | Arthur Schiwon | 2016-08-16 | 1 | -31/+32 |
|\ |