summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix login arrow in login pageVincent Petry2015-09-291-1/+1
|
* fix loginHendrik Leppelsack2015-09-251-1/+1
|
* Merge pull request #18709 from owncloud/cleanup-login-semanticsThomas Müller2015-09-211-2/+1
|\ | | | | Pushes input inside the bottom group - login.
| * Squashing all commits in one, remove typos.Raghu Nayyar2015-09-121-2/+1
| |
* | Merge pull request #17998 from owncloud/highres_avatarThomas Müller2015-09-161-2/+4
|\ \ | | | | | | Highres avatar in top bar
| * | Use srcset to select best avatar sizeRoeland Jago Douma2015-09-141-2/+4
| | | | | | | | | | | | * Allow the browser to select the best available avatar for the screen
* | | use label:before instead of labelHendrik Leppelsack2015-09-161-2/+2
| | |
* | | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-1/+1
|/ /
* / Prevent referer from being sentLukas Reschke2015-09-093-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 Borchardt2015-09-031-2/+2
| | | | settings toggle
* add title attribute for the login buttonChristoph Wurst2015-09-021-1/+1
|
* show feedback spinner for log in processJan-Christoph Borchardt2015-08-271-1/+2
|
* move log in button into fields and use icon instead of textJan-Christoph Borchardt2015-08-271-3/+6
|
* Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-1/+1
|\ | | | | Add mitigation against BREACH
| * Remove search box $_POST since it is unusedLukas Reschke2015-08-141-1/+1
| |
* | fix wording of update headerJan-Christoph Borchardt2015-08-201-2/+2
| |
* | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-3/+17
|\ \ | |/ |/| Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-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 updatesVincent Petry2015-08-191-0/+15
| | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | more understandable 'Wrong password' feedbackJan-Christoph Borchardt2015-08-121-2/+1
| |
* | Merge pull request #17966 from owncloud/remove-mssqlThomas Müller2015-07-291-2/+1
|\ \ | | | | | | Remove remainings of mssql
| * | Remove remainings of mssqlThomas Müller2015-07-291-2/+1
| |/
* / add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-293-0/+3
|/
* Changed a p element by a div Brewal2015-06-081-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 + textJan-Christoph Borchardt2015-05-221-1/+1
|
* Add hint about additional PHP database modulesMorris Jobke2015-05-181-1/+6
| | | | * fixes #16391
* Use OC.Notification for update notificationsMorris Jobke2015-05-031-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 pageJörn Friedrich Dreyer2015-04-101-0/+6
| | | | | | Conflicts: core/templates/login.php lib/base.php
* add link to installation documentation to setup pageJan-Christoph Borchardt2015-04-091-2/+8
|
* Add experimental applications switchLukas Reschke2015-04-031-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 E2015-04-011-4/+4
| | | | for robots)
* add title to entries in app menuMorris Jobke2015-04-011-2/+2
|
* fix accessibility of ownCloud logo and navigation entries, fix #15013gJan-Christoph Borchardt2015-03-261-8/+8
|
* Merge pull request #15012 from Volker-E/masterMorris Jobke2015-03-245-19/+20
|\ | | | | fixing #15011 by adding ARIA roles where distinct
| * fixing #15023, getting comments out of HTML outputVolker E2015-03-213-6/+7
| |
| * fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-193-6/+6
| |
| * fixing #15011 by adding ARIA roles where distinctVolker E2015-03-182-7/+7
| |
* | show exception type in debug modeRobin Appelman2015-03-201-0/+1
|/
* addressing #14984 removing redundant type attributesVolker E2015-03-183-6/+6
|
* addressing #14983 obsolete Google Chrome FrameVolker E2015-03-183-3/+3
|
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-1712-49/+49
| | | | should be removed
* adressing #14979 meta charset declaration should be first in headVolker E2015-03-173-3/+3
|
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
|
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-172-13/+4
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-1/+1
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Maintenance mode message might be misleadingJoas Schilling2015-03-021-1/+1
|
* Fix avatars in masterLukas Reschke2015-02-271-1/+1
|
* Merge pull request #12213 from sebomoto/add-loadfeedbackJan-Christoph Borchardt2015-02-181-0/+2
|\ | | | | Add loadfeedback
| * changed image to classed div for spinner animationSebastian Bolt2015-02-041-0/+2
| |
* | Remove Null Byte CheckLukas Reschke2015-02-171-7/+0
| | | | | | | | This is not relevant anymore since we require PHP 5.4