summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-152-3/+3
|\ | | | | Full implement group display names
| * Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-081-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix group display name in the sidebar of the user managementJoas Schilling2018-03-081-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use proper method to format absolute timestampMorris Jobke2018-03-121-1/+3
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fixed email form on new userJohn Molakvoæ (skjnldsv)2018-02-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #7600 from nextcloud/new-user-button-to-sidebarRoeland Jago Douma2018-02-283-124/+146
|\ | | | | New user button to sidebar
| * Primary to confirm buttonJohn Molakvoæ (skjnldsv)2018-02-271-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Changed button types and do not hide form on outside clickJohn Molakvoæ (skjnldsv)2018-02-271-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * New user form in tableJohn Molakvoæ (skjnldsv)2018-02-273-134/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Added value and empty check to properly display a confirm button/input Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> w3c html form table compliance and menu fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Various design fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Fix wording to consistent 'Add user' Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Focus new username input on toggle Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Removed unwanted th after rebase Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> quote fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Th to td Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> 🙈 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Email input to email type Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Fixed table template cells and fix email input enabling Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Always show email and fixed min-width of name, username, mail and fullname columns Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Use button id Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * New button standardJohn Molakvoæ (skjnldsv)2018-02-272-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> USer menu in popover Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Multiselect fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Register menu & copyright Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Allow form and label in popover standard Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> New menu NOT in popover Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Stop autofilling user and password... SHAME TO THEM: https://bugzilla.mozilla.org/show_bug.cgi?id=956906#c100 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Hide men by default Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | improved layout of the admin settingsBjoern Schiessle2018-02-271-12/+11
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | add share permissions to settings pageBjoern Schiessle2018-02-271-0/+12
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix hiding and event propagation issues with the user management popoverJulius Härtl2018-02-181-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #8280 from coliff/coliff-email-inputtypeMorris Jobke2018-02-151-1/+1
|\ | | | | Correct input type for email
| * Correct input type for emailChristian Oliff2018-02-091-1/+1
| | | | | | Correct input type for email
* | Merge pull request #7754 from pierlon/masterMorris Jobke2018-02-151-0/+1
|\ \ | |/ |/| Add icons to devices/sessions
| * Add icons to devices/sessionsPierre Gordon2018-01-191-0/+1
| | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* | Link to NC 14 dev manualRoeland Jago Douma2018-02-081-1/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove invalid link to documentationMorris Jobke2018-02-081-1/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use correct input type for website urlChristian Oliff2018-02-011-1/+1
| | | | | | type="url"
* | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-265-5/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix popover and styling in user managementJulius Härtl2018-01-111-14/+17
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix icon rendering in apps management for IE11Julius Härtl2018-01-031-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-089-33/+33
|\ | | | | Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-199-33/+33
| |
* | Fix deletion feedbackJohn Molakvoæ (skjnldsv)2017-10-211-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Edit form to guidelinesJohn Molakvoæ (skjnldsv)2017-10-211-15/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | User settings app-navigation to css guidelinesJohn Molakvoæ (skjnldsv)2017-10-211-14/+20
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix popover position and avatar loadingJohn Molakvoæ (skjnldsv)2017-10-141-30/+32
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Correct class to quotaJohn Molakvoæ (skjnldsv)2017-10-121-3/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | App management: Show proper message when no updates are availableJulius Härtl2017-10-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | App management: add update sectionJulius Härtl2017-10-101-3/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Popover to css guidelinesJohn Molakvoæ (skjnldsv)2017-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Quota bar fix on user listJohn Molakvoæ (skjnldsv)2017-09-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Implement progress theming into core and better visual on quota displayJohn Molakvoæ (skjnldsv)2017-09-271-3/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix style of federation scope menu triangles, simplify CSSJan-Christoph Borchardt2017-09-271-7/+21
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-241-2/+2
| | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-1/+1
| | | | | | | | This adjusts the contacts menu to also support searching by email address which is relevant in scenarios where no UID is known such as LDAP, etc. Furthermore, if `shareapi_allow_share_dialog_user_enumeration` is disabled only results are shown that match the full user ID or email address. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Translate settings headersJoas Schilling2017-09-081-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly include fileLukas Reschke2017-09-061-1/+1
| | | | | | Regression from https://github.com/nextcloud/server/commit/005ef115fbffecb22a7ac9e65425419aca90c1aa Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Always log cron executionMorris Jobke2017-08-171-21/+19
| | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Display success and error iconsMarin Treselj2017-08-091-4/+4
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* display error icon on non-successMaxence Lange2017-08-081-7/+9
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Merge branch 'clean-settings-layout' of ↵Marin Treselj2017-08-041-1/+1
|\ | | | | | | github.com:andreasjacobsen93/nextcloud-server into clean-settings-layout
| * Merge branch 'master' into clean-settings-layoutMorris Jobke2017-08-031-1/+1
| |\
| | * Update server.phpJos Poortvliet2017-08-011-1/+1
| | | | | | | | | | | | | | | Typo: tips and tRicks ... Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
* | | Fix federation icon menu and container paddings.Marin Treselj2017-08-041-2/+2
|/ / | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Clean up HTML structure, fix labels.Marin Treselj2017-08-031-6/+4
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge branch 'master' into clean-settings-layoutAndreas Jacobsen2017-07-1513-28/+158
|\|
| * this template file is no longer neededBjoern Schiessle2017-07-141-409/+0
| | | | | | | | | | | | | | since https://github.com/nextcloud/server/pull/4890 the templates are located at settings/templates/settings/personal/ Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>