Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squashing all commits in one, remove typos. | Raghu Nayyar | 2015-09-12 | 1 | -2/+1 |
| | |||||
* | 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 |
| | | |||||
| * | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 3 | -6/+6 |
| | | |||||
| * | fixing #15011 by adding ARIA roles where distinct | Volker E | 2015-03-18 | 2 | -7/+7 |
| | | |||||
* | | show exception type in debug mode | Robin Appelman | 2015-03-20 | 1 | -0/+1 |
|/ | |||||
* | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 3 | -6/+6 |
| | |||||
* | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 3 | -3/+3 |
| | |||||
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵ | Volker E | 2015-03-17 | 12 | -49/+49 |
| | | | | should be removed | ||||
* | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 3 | -3/+3 |
| | |||||
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 |
| | |||||
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 2 | -13/+4 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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 misleading | Joas Schilling | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Fix avatars in master | Lukas Reschke | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12213 from sebomoto/add-loadfeedback | Jan-Christoph Borchardt | 2015-02-18 | 1 | -0/+2 |
|\ | | | | | Add loadfeedback | ||||
| * | changed image to classed div for spinner animation | Sebastian Bolt | 2015-02-04 | 1 | -0/+2 |
| | | |||||
* | | Remove Null Byte Check | Lukas Reschke | 2015-02-17 | 1 | -7/+0 |
| | | | | | | | | This is not relevant anymore since we require PHP 5.4 | ||||
* | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 4 | -3/+14 |
|\ \ | | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 4 | -3/+14 |
| | | | |||||
| * | | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 3 | -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 pages | Lode Hoste | 2015-02-11 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #13435 from Zillode/app-favicon | Morris Jobke | 2015-02-07 | 3 | -6/+6 |
|\ \ \ | | | | | | | | | Allow application-specific favicons | ||||
| * | | | Allow application-specific favicons | Lode Hoste | 2015-01-18 | 3 | -6/+6 |
| | | | | |||||
* | | | | Update installation.php | cmeh | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | In line 161, "SQLite" has now the same capitalisation as in line 159. | ||||
* | | | | Don't highly discourage | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
| | | | |