Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Firefox returns 303 on cross-domain redirect | Vincent Petry | 2016-04-01 | 1 | -1/+1 | |
| | | | | Added 303 to catch SSO cross-domain redirect in Firefox. | |||||
* | Detect user navigating away, don't interpret as ajax error | Vincent Petry | 2016-04-01 | 1 | -1/+26 | |
| | | | | | | | | | | | Whenever a user navigates away, all ajax calls will fail with the same result like a cross-domain redirect (SSO). To distinguish these cases, we need to detect whether the error is a result of the user navigating away. For this, we introduce a new flag that will be set in "beforeunload". Additional handling was required for false positives in case "beforeunload" is used (ex: cancelled upload) and the user cancelled the navigation. | |||||
* | correct form of upload-white icon to be same as upload icon | Jan-Christoph Borchardt | 2016-03-29 | 2 | -3/+1 | |
| | ||||||
* | Merge pull request #23478 from owncloud/backport-l10n | Thomas Müller | 2016-03-22 | 124 | -124/+554 | |
|\ | | | | | Backport translations to stable9 | |||||
| * | Backport translations to stable9 | Joas Schilling | 2016-03-22 | 124 | -124/+554 | |
| | | ||||||
* | | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 3 | -6/+20 | |
|/ | ||||||
* | Merge pull request #23390 from owncloud/stable9-share-keepoptioncheckboxinblocks | Thomas Müller | 2016-03-21 | 2 | -36/+55 | |
|\ | | | | | [stable9] Keep share checkboxes together | |||||
| * | Keep share checkboxes together | Vincent Petry | 2016-03-18 | 2 | -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 #23163 from owncloud/stable9-wording | Thomas Müller | 2016-03-21 | 2 | -2/+2 | |
|\ \ | | | | | | | [stable9] Adjust wording a bit | |||||
| * | | Adjust wording a bit | Lukas Reschke | 2016-03-11 | 2 | -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 | |||||
* | | | Allow creating tags where another one with same prefix exists | Vincent Petry | 2016-03-18 | 2 | -1/+12 | |
| |/ |/| | | | | | | | When creating a new entry, compare the full tag name and not only the prefix. | |||||
* | | Some typo corrections in occ command output | Carla Schroder | 2016-03-17 | 3 | -3/+3 | |
| | | ||||||
* | | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -2/+4 | |
| | | | | | | | | | | | | fixes #23197 * Updated unit test | |||||
* | | Merge pull request #22933 from owncloud/stable9-backport-22872 | Thomas Müller | 2016-03-14 | 1 | -0/+2 | |
|\ \ | |/ |/| | [stable9] Update error text for link passwords | |||||
| * | Update error text for link passwords | Morris Jobke | 2016-03-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown | |||||
* | | Fix MKCOL for IE11 as well | Roeland Jago Douma | 2016-03-10 | 1 | -1/+6 | |
|/ | | | | | Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well. | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 12 | -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/scrollbar | Thomas Müller | 2016-03-01 | 1 | -1/+2 | |
|\ | | | | | make scrollbar less obnoxious: tad narrower, rounded corners | |||||
| * | make scrollbar less obnoxious: tad narrower, rounded corners | Jan-Christoph Borchardt | 2016-02-26 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #22677 from ↵ | Thomas Müller | 2016-03-01 | 2 | -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 + tests | Vincent Petry | 2016-02-29 | 2 | -3/+9 | |
| | | | ||||||
| * | | Allow to overwrite a single language string via the theme folder | Joas Schilling | 2016-02-26 | 1 | -6/+14 | |
| | | | ||||||
* | | | Merge pull request #22725 from owncloud/app-banners | Thomas Müller | 2016-03-01 | 3 | -163/+3 | |
|\ \ \ | | | | | | | | | compress app banners on personal page | |||||
| * | | | compress app banners on personal page | Jan-Christoph Borchardt | 2016-02-29 | 3 | -163/+3 | |
| | | | | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 10 | -2/+24 | |
| | | | | ||||||
* | | | | Merge pull request #22701 from owncloud/input-tel | Thomas Müller | 2016-02-29 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |/| | | | Style telephone inputs like other types | |||||
| * | | | style telephone inputs like other types | Hendrik Leppelsack | 2016-02-29 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Merge pull request #22663 from owncloud/sidebar-mobile | Thomas Müller | 2016-02-29 | 2 | -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 #19915 | Jan-Christoph Borchardt | 2016-02-25 | 2 | -5/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-29 | 6 | -0/+20 | |
| |/ / |/| | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 18 | -4/+44 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 44 | -44/+8 | |
| | | | ||||||
* | | | Merge pull request #22608 from owncloud/collaborative-tags | Thomas Müller | 2016-02-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Rename system tags app to collaborative tags | |||||
| * | | | Rename system tags app to collaborative tags | Joas Schilling | 2016-02-26 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #22461 from owncloud/fix_6773 | Thomas Müller | 2016-02-26 | 3 | -14/+16 | |
|\ \ \ | |/ / |/| | | Allow theming of actions | |||||
| * | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | |||||
| * | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 2 | -12/+15 | |
| |/ | | | | | | | This makes theming of file actions possible | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 16 | -0/+36 | |
|/ | ||||||
* | Merge pull request #22654 from owncloud/icon-fixes | Thomas Müller | 2016-02-25 | 3 | -0/+17 | |
|\ | | | | | add download icon for image detail view, ref gallery issue 51 | |||||
| * | add download icon for image detail view, ref gallery issue 51 | Jan-Christoph Borchardt | 2016-02-25 | 3 | -0/+17 | |
| | | ||||||
* | | Merge pull request #22611 from owncloud/add-uid-on-hover | Thomas Müller | 2016-02-25 | 2 | -3/+12 | |
|\ \ | | | | | | | Add the uid on hover for sharing autocomplete | |||||
| * | | Tweak tooltip style for recipients | Vincent Petry | 2016-02-25 | 2 | -2/+10 | |
| | | | ||||||
| * | | Add the uid on hover for sharing autocomplete | Joas Schilling | 2016-02-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 84 | -284/+840 | |
| |/ |/| | ||||||
* | | Update davclient.js for headers fix | Vincent Petry | 2016-02-24 | 1 | -1/+2 | |
|/ | ||||||
* | Remove unused update-notification style | Vincent Petry | 2016-02-22 | 1 | -2/+2 | |
| | ||||||
* | Fix unit tests affected by side effects | Vincent Petry | 2016-02-22 | 1 | -1/+3 | |
| | | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work. | |||||
* | Accumulate notifications instead of blinking | Vincent Petry | 2016-02-22 | 3 | -114/+283 | |
| | | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button. | |||||
* | Merge pull request #22526 from owncloud/fix-english-texts | Thomas Müller | 2016-02-21 | 2 | -4/+4 | |
|\ | | | | | Fix error in source language strings | |||||
| * | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 2 | -4/+4 | |
| | | | | | | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028 |