Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update page: fix heading whitespace and unbold less important sections | Jan-Christoph Borchardt | 2015-11-25 | 1 | -3/+3 |
| | |||||
* | Update untrustedDomain.php | Jürgen Weigert | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20236 from maprambo/safari-pinned-tab-icon | Thomas Müller | 2015-11-09 | 3 | -0/+3 |
|\ | | | | | added Safari tabbed pin icon | ||||
| * | Added Safari tabbed pin icon | maprambo | 2015-11-04 | 3 | -0/+3 |
| | | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format | ||||
* | | Merge pull request #18039 from owncloud/favicon-up-to-ie10 | Thomas Müller | 2015-11-06 | 3 | -3/+3 |
|\ \ | | | | | | | Add favicon for IE8-10 | ||||
| * | | Add favicon for IE 8+ | Morris Jobke | 2015-11-03 | 3 | -3/+3 |
| | | | |||||
* | | | do not bold header of update screen | Jan-Christoph Borchardt | 2015-11-05 | 1 | -2/+2 |
|/ / | |||||
* / | don't validate searchbox | Hendrik Leppelsack | 2015-11-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20220 from owncloud/keep-search-open | Thomas Müller | 2015-11-02 | 1 | -1/+1 |
|\ | | | | | Keep searchbox open if it is in action | ||||
| * | keep searchbox open if it is in action | Hendrik Leppelsack | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Close the user menu when clicking it again | Joas Schilling | 2015-11-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20175 from owncloud/login-arrow | Thomas Müller | 2015-10-30 | 2 | -4/+0 |
|\ | | | | | remove unneeded icons from input fields to not distract from submit button, fix #18940 | ||||
| * | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 2 | -4/+0 |
| | | | | | | | | fix #18940 | ||||
* | | Allow separate templates for internal and external share notifications | Stephen Colebrook | 2015-10-29 | 2 | -0/+52 |
|/ | |||||
* | change wording from 'remember' to more understandable 'Stay logged in' | Jan-Christoph Borchardt | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fix login arrow in login page | Vincent Petry | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | fix login | Hendrik Leppelsack | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18709 from owncloud/cleanup-login-semantics | Thomas Müller | 2015-09-21 | 1 | -2/+1 |
|\ | | | | | Pushes input inside the bottom group - login. | ||||
| * | Squashing all commits in one, remove typos. | Raghu Nayyar | 2015-09-12 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #17998 from owncloud/highres_avatar | Thomas Müller | 2015-09-16 | 1 | -2/+4 |
|\ \ | | | | | | | Highres avatar in top bar | ||||
| * | | Use srcset to select best avatar size | Roeland Jago Douma | 2015-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | * Allow the browser to select the best available avatar for the screen | ||||
* | | | use label:before instead of label | Hendrik Leppelsack | 2015-09-16 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 1 | -1/+1 |
|/ / | |||||
* / | Prevent referer from being sent | Lukas Reschke | 2015-09-09 | 3 | -0/+3 |
|/ | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer. | ||||
* | use SVG for toggle image instead of PNG, fix installation and personal ↵ | Jan-Christoph Borchardt | 2015-09-03 | 1 | -2/+2 |
| | | | | settings toggle | ||||
* | add title attribute for the login button | Christoph Wurst | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | show feedback spinner for log in process | Jan-Christoph Borchardt | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | move log in button into fields and use icon instead of text | Jan-Christoph Borchardt | 2015-08-27 | 1 | -3/+6 |
| | |||||
* | Merge pull request #18254 from owncloud/mitigate-breach | Morris Jobke | 2015-08-24 | 1 | -1/+1 |
|\ | | | | | Add mitigation against BREACH | ||||
| * | Remove search box $_POST since it is unused | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
| | | |||||
* | | fix wording of update header | Jan-Christoph Borchardt | 2015-08-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #17434 from owncloud/update-showappnameonappupdate | Morris Jobke | 2015-08-20 | 1 | -3/+17 |
|\ \ | |/ |/| | Display app names in update page for app updates | ||||
| * | Additions to update page | Vincent Petry | 2015-08-20 | 1 | -6/+5 |
| | | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list. | ||||
| * | Display app names in update page for app updates | Vincent Petry | 2015-08-19 | 1 | -0/+15 |
| | | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text. | ||||
* | | more understandable 'Wrong password' feedback | Jan-Christoph Borchardt | 2015-08-12 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #17966 from owncloud/remove-mssql | Thomas Müller | 2015-07-29 | 1 | -2/+1 |
|\ \ | | | | | | | Remove remainings of mssql | ||||
| * | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -2/+1 |
| |/ | |||||
* / | add theme-color for better Android browser integration | Jan-Christoph Borchardt | 2015-07-29 | 3 | -0/+3 |
|/ | |||||
* | Changed a p element by a div | Brewal | 2015-06-08 | 1 | -2/+2 |
| | | | A p element cannot contain a div element (here `<div style="clear: both;"></div>`). It should be change by a div element to fits standards. | ||||
* | replace logo-wide on share page as well with better icon + text | Jan-Christoph Borchardt | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 1 | -1/+6 |
| | | | | * fixes #16391 | ||||
* | Use OC.Notification for update notifications | Morris Jobke | 2015-05-03 | 1 | -4/+5 |
| | | | | | | | * instead of a static rendering inside PHP use the JS OC.Notification.showTemporary to hide the notification after 7 seconds automatically * fixes #14811 | ||||
* | do not disclose information, show generic error on login page | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -0/+6 |
| | | | | | | Conflicts: core/templates/login.php lib/base.php | ||||
* | add link to installation documentation to setup page | Jan-Christoph Borchardt | 2015-04-09 | 1 | -2/+8 |
| | |||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -1/+1 |
| | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | fixing #15344 - `title` has no added value here (not on screen readers not ↵ | Volker E | 2015-04-01 | 1 | -4/+4 |
| | | | | for robots) | ||||
* | add title to entries in app menu | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | fix accessibility of ownCloud logo and navigation entries, fix #15013g | Jan-Christoph Borchardt | 2015-03-26 | 1 | -8/+8 |
| | |||||
* | Merge pull request #15012 from Volker-E/master | Morris Jobke | 2015-03-24 | 5 | -19/+20 |
|\ | | | | | fixing #15011 by adding ARIA roles where distinct | ||||
| * | fixing #15023, getting comments out of HTML output | Volker E | 2015-03-21 | 3 | -6/+7 |
| | |