Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -7/+1 |
| | |||||
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+2 |
| | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | Add cachebuster to right navigation | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Add cache buster to left menu bar | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Empty tags are not allowed for image and feColorMatrix in IE11 and below | Morris Jobke | 2016-08-17 | 1 | -4/+4 |
| | |||||
* | Fix wrong preserveAspectRatio at app menu icons | Julius Haertl | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | Move to svg filter on app menu to support IE9+ | Julius Haertl | 2016-07-28 | 1 | -2/+8 |
| | |||||
* | Theming: Implement swapping the foreground color for bright colors | Julius Haertl | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -1/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -3/+1 |
| |\ | |||||
| * | | THIS IS NEXTCLOUD! adjusting the design | Jan-Christoph Borchardt | 2016-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -10/+10 |
| |/ |/| | |||||
* | | remove ie8+9 support | Hendrik Leppelsack | 2016-06-23 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #16857 from owncloud/printStylesheets | C. Montero Luque | 2016-03-31 | 1 | -1/+4 |
|\ | | | | | Support for print stylesheets | ||||
| * | support print stylesheets | Hendrik Leppelsack | 2016-01-13 | 1 | -1/+4 |
| | | |||||
* | | Stupid clients only literally understand rel="icon" | Daniel Aleksandersen | 2016-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | rel="shortcut icon" hasn’t been relevant in years, isn’t in any standards, and causes problems for simple pattern matching clients. https://www.w3.org/TR/html/links.html#linkTypes | ||||
* | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -5/+1 |
| | | | | | | | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | | Expose display name in JS side | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js | ||||
* | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -1/+1 |
|/ | |||||
* | Don't trust update server | Lukas Reschke | 2015-11-28 | 1 | -1/+1 |
| | | | | | | In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start. | ||||
* | Merge pull request #20236 from maprambo/safari-pinned-tab-icon | Thomas Müller | 2015-11-09 | 1 | -0/+1 |
|\ | | | | | added Safari tabbed pin icon | ||||
| * | Added Safari tabbed pin icon | maprambo | 2015-11-04 | 1 | -0/+1 |
| | | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format | ||||
* | | Add favicon for IE 8+ | Morris Jobke | 2015-11-03 | 1 | -1/+1 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 | ||||
* | Prevent referer from being sent | Lukas Reschke | 2015-09-09 | 1 | -0/+1 |
| | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer. | ||||
* | Remove search box $_POST since it is unused | Lukas Reschke | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | add theme-color for better Android browser integration | Jan-Christoph Borchardt | 2015-07-29 | 1 | -0/+1 |
| | |||||
* | replace logo-wide on share page as well with better icon + text | Jan-Christoph Borchardt | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | fixing #15023, getting comments out of HTML output | Volker E | 2015-03-21 | 1 | -3/+4 |
| | |||||
* | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 1 | -4/+4 |
| | |||||
* | fixing #15011 by adding ARIA roles where distinct | Volker E | 2015-03-18 | 1 | -5/+5 |
| | |||||
* | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵ | Volker E | 2015-03-17 | 1 | -5/+5 |
| | | | | should be removed | ||||
* | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 |
| | |||||
* | 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 | ||||
* | Fix avatars in master | Lukas Reschke | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
|\ | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 1 | -1/+1 |
| | | |||||
| * | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage". |