summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix js strings if group sharing is disabledRoeland Jago Douma2016-03-223-6/+20
|
* Merge pull request #23377 from owncloud/optimize-svgsThomas Müller2016-03-2210-1382/+10
|\ | | | | Optimize SVGs
| * Optimize SVGsMorris Jobke2016-03-1810-1382/+10
| |
* | Merge pull request #23386 from owncloud/share-keepoptioncheckboxinblocksThomas Müller2016-03-212-36/+55
|\ \ | | | | | | Keep share checkboxes together
| * | Keep share checkboxes togetherVincent Petry2016-03-182-36/+55
| |/ | | | | | | | | | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
* | Merge pull request #22065 from owncloud/systemtags-create-same-prefixThomas Müller2016-03-212-1/+12
|\ \ | | | | | | Allow creating tags where another one with same prefix exists
| * | Allow creating tags where another one with same prefix existsVincent Petry2016-02-022-1/+12
| | | | | | | | | | | | | | | When creating a new entry, compare the full tag name and not only the prefix.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-204-0/+8
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-192-0/+18
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-182-0/+38
| |
* | Rating icons changed to .svgPau2016-03-1722-0/+1486
| |
* | Some typo corrections in occ command outputCarla Schroder2016-03-163-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-166-12/+62
| |
* | Generate a valid URL for link notificationRoeland Jago Douma2016-03-151-2/+4
| | | | | | | | | | | | fixes #23197 * Updated unit test
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-1518-0/+60
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-1446-48/+30
| |
* | Adjust wording a bitLukas Reschke2016-03-112-2/+2
| | | | | | | | | | | | | | | | | | | | **Before:** > Your PHP version (5.4.16) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP. **After:** > You are currently running PHP 5.4.0. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it. Fixes https://github.com/owncloud/enterprise/issues/1170
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-118-100/+122
| |
* | Fix MKCOL for IE11 as wellRoeland Jago Douma2016-03-101-1/+6
| | | | | | | | | | Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-102-4/+4
| |
* | Merge pull request #22967 from Aeyoun/masterThomas Müller2016-03-093-3/+3
|\ \ | | | | | | Change rel="shortcut icon" to the standard rel="icon"
| * | Stupid clients only literally understand rel="icon"Daniel Aleksandersen2016-03-083-3/+3
| | | | | | | | | | | | | | | | | | 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
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-088-0/+34
| |
* | Merge pull request #22872 from owncloud/password-change-tooltip-textThomas Müller2016-03-071-0/+2
|\ \ | | | | | | Update error text for link passwords
| * | Update error text for link passwordsMorris Jobke2016-03-041-0/+2
| | | | | | | | | | | | | | | | | | * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
* | | Merge pull request #22815 from prastut/feature-enhance-loginflowThomas Müller2016-03-071-0/+11
|\ \ \ | | | | | | | | Trigger login if remember_login checked
| * | | trigger login if remember_login checkedprastut2016-03-041-0/+11
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-0/+62
| | | |
* | | | Merge pull request #22807 from owncloud/remove-empty-translationsThomas Müller2016-03-068-56/+0
|\ \ \ \ | | | | | | | | | | ne, or_IN, uz and yo have been removed from transifex and will be rem…
| * | | | ne, or_IN, uz and yo have been removed from transifex and will be removed ↵Thomas Müller2016-03-038-56/+0
| |/ / / | | | | | | | | | | | | from git here now as well
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-062-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0510-8/+118
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-048-6/+50
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-036-8/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-026-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-022-2/+2
| |
* | Update author informationLukas Reschke2016-03-0112-5/+12
| | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* | Merge pull request #22667 from owncloud/scrollbarThomas Müller2016-03-011-1/+2
|\ \ | | | | | | make scrollbar less obnoxious: tad narrower, rounded corners
| * | make scrollbar less obnoxious: tad narrower, rounded cornersJan-Christoph Borchardt2016-02-261-1/+2
| | |
* | | Merge pull request #22677 from ↵Thomas Müller2016-03-012-6/+20
|\ \ \ | | | | | | | | | | | | | | | | owncloud/allow-to-overwrite-single-l10n-string-via-theme Allow to overwrite a single language string via the theme folder
| * | | Improved JS L10N bundle merging + testsVincent Petry2016-02-292-3/+9
| | | |
| * | | Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-261-6/+14
| | | |
* | | | Merge pull request #22725 from owncloud/app-bannersThomas Müller2016-03-013-163/+3
|\ \ \ \ | | | | | | | | | | compress app banners on personal page
| * | | | compress app banners on personal pageJan-Christoph Borchardt2016-02-293-163/+3
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0110-2/+24
| | | | |
* | | | | Merge pull request #22701 from owncloud/input-telThomas Müller2016-02-291-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | Style telephone inputs like other types
| * | | | style telephone inputs like other typesHendrik Leppelsack2016-02-291-0/+4
| | | | |
* | | | | Merge pull request #22663 from owncloud/sidebar-mobileThomas Müller2016-02-292-5/+1
|\ \ \ \ \ | | | | | | | | | | | | do not expand sidebar to full width on mobile, but up the min-width
| * | | | | do not expand sidebar to full width on mobile, but up the min-width, fix #19915Jan-Christoph Borchardt2016-02-252-5/+1
| | |_|/ / | |/| | |