summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Squashing all commits in one, remove typos.Raghu Nayyar2015-09-121-2/+1
|
* 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
* | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-164-3/+14
|\ \ | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * | Deduplicate template code and do not translate the linksJoas Schilling2015-02-094-3/+14
| | |
| * | Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-043-3/+3
| | | | | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* | | Disable application-specific favicons for non-user pagesLode Hoste2015-02-112-4/+4
| | |
* | | Merge pull request #13435 from Zillode/app-faviconMorris Jobke2015-02-073-6/+6
|\ \ \ | | | | | | | | Allow application-specific favicons
| * | | Allow application-specific faviconsLode Hoste2015-01-183-6/+6
| | | |
* | | | Update installation.phpcmeh2015-02-061-1/+1
| | | | | | | | | | | | In line 161, "SQLite" has now the same capitalisation as in line 159.
* | | | Don't highly discourageThomas Müller2015-02-051-1/+1
| | | |