Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2016-04-01Stronger fix for navigate away detectionVincent Petry
2016-04-01Firefox returns 303 on cross-domain redirectVincent Petry
Added 303 to catch SSO cross-domain redirect in Firefox.
2016-04-01Detect user navigating away, don't interpret as ajax errorVincent Petry
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.
2016-03-29correct form of upload-white icon to be same as upload iconJan-Christoph Borchardt
2016-03-22Merge pull request #23478 from owncloud/backport-l10nThomas Müller
Backport translations to stable9
2016-03-22Backport translations to stable9Joas Schilling
2016-03-22Fix js strings if group sharing is disabledRoeland Jago Douma
2016-03-21Merge pull request #23390 from owncloud/stable9-share-keepoptioncheckboxinblocksThomas Müller
[stable9] Keep share checkboxes together
2016-03-21Merge pull request #23163 from owncloud/stable9-wordingThomas Müller
[stable9] Adjust wording a bit
2016-03-18Keep share checkboxes togetherVincent Petry
- 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
2016-03-18Allow creating tags where another one with same prefix existsVincent Petry
When creating a new entry, compare the full tag name and not only the prefix.
2016-03-17Some typo corrections in occ command outputCarla Schroder
2016-03-15Generate a valid URL for link notificationRoeland Jago Douma
fixes #23197 * Updated unit test
2016-03-14Merge pull request #22933 from owncloud/stable9-backport-22872Thomas Müller
[stable9] Update error text for link passwords
2016-03-11Adjust wording a bitLukas Reschke
**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
2016-03-10Fix MKCOL for IE11 as wellRoeland Jago Douma
Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well.
2016-03-08Update error text for link passwordsMorris Jobke
* this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
2016-03-01Update author informationLukas Reschke
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-03-01Merge pull request #22667 from owncloud/scrollbarThomas Müller
make scrollbar less obnoxious: tad narrower, rounded corners
2016-03-01Merge pull request #22677 from ↵Thomas Müller
owncloud/allow-to-overwrite-single-l10n-string-via-theme Allow to overwrite a single language string via the theme folder
2016-03-01Merge pull request #22725 from owncloud/app-bannersThomas Müller
compress app banners on personal page
2016-03-01[tx-robot] updated from transifexJenkins for ownCloud
2016-02-29Improved JS L10N bundle merging + testsVincent Petry
2016-02-29Merge pull request #22701 from owncloud/input-telThomas Müller
Style telephone inputs like other types
2016-02-29compress app banners on personal pageJan-Christoph Borchardt
2016-02-29Merge pull request #22663 from owncloud/sidebar-mobileThomas Müller
do not expand sidebar to full width on mobile, but up the min-width
2016-02-29[tx-robot] updated from transifexJenkins for ownCloud
2016-02-29style telephone inputs like other typesHendrik Leppelsack
2016-02-28[tx-robot] updated from transifexJenkins for ownCloud
2016-02-27[tx-robot] updated from transifexJenkins for ownCloud
2016-02-26Allow to overwrite a single language string via the theme folderJoas Schilling
2016-02-26Merge pull request #22608 from owncloud/collaborative-tagsThomas Müller
Rename system tags app to collaborative tags
2016-02-26Merge pull request #22461 from owncloud/fix_6773Thomas Müller
Allow theming of actions
2016-02-26Rename system tags app to collaborative tagsJoas Schilling
2016-02-26make scrollbar less obnoxious: tad narrower, rounded cornersJan-Christoph Borchardt
2016-02-26[tx-robot] updated from transifexJenkins for ownCloud
2016-02-26Make more action icons themable + style fixesVincent Petry
Action icons now appear properly in public link page. More actions are now CSS icons.
2016-02-26Make file actions use icon CSS classesRoeland Jago Douma
This makes theming of file actions possible
2016-02-25do not expand sidebar to full width on mobile, but up the min-width, fix #19915Jan-Christoph Borchardt
2016-02-25Merge pull request #22654 from owncloud/icon-fixesThomas Müller
add download icon for image detail view, ref gallery issue 51
2016-02-25add download icon for image detail view, ref gallery issue 51Jan-Christoph Borchardt
2016-02-25Merge pull request #22611 from owncloud/add-uid-on-hoverThomas Müller
Add the uid on hover for sharing autocomplete
2016-02-25Tweak tooltip style for recipientsVincent Petry
2016-02-25[tx-robot] updated from transifexJenkins for ownCloud
2016-02-24Update davclient.js for headers fixVincent Petry
2016-02-24Add the uid on hover for sharing autocompleteJoas Schilling
2016-02-22Remove unused update-notification styleVincent Petry
2016-02-22Fix unit tests affected by side effectsVincent Petry
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.
2016-02-22Accumulate notifications instead of blinkingVincent Petry
This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
2016-02-21Merge pull request #22526 from owncloud/fix-english-textsThomas Müller
Fix error in source language strings