Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close navigation menu when opening app in new tab (#23914) | Christoph Wurst | 2016-04-14 | 1 | -0/+4 |
| | |||||
* | add loading feedback to user menu entries (#23916) | Christoph Wurst | 2016-04-14 | 1 | -0/+15 |
| | | | fixes #19857 | ||||
* | Use 6 months as SSL STS header threshold | Morris Jobke | 2016-04-13 | 2 | -5/+5 |
| | | | | | | * this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000) * old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000) * fixes #23957 | ||||
* | Updated color generator | John Molakvoæ | 2016-04-06 | 1 | -5/+23 |
| | | | | Separated the main function to allow special use without dom manipulation. | ||||
* | Add detailed logs hidden and show them on request | Morris Jobke | 2016-04-04 | 1 | -7/+23 |
| | |||||
* | Show individual sql schema migration steps during upgrade - on web as well ↵ | Thomas Müller | 2016-04-04 | 1 | -18/+46 |
| | | | | as on the command line | ||||
* | core: Fix typos (found by codespell) | Stefan Weil | 2016-04-04 | 4 | -6/+6 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #23638 from owncloud/new-placeholder-colours-generator | Jan-Christoph Borchardt | 2016-04-03 | 1 | -6/+56 |
|\ | | | | | New colour generator | ||||
| * | New colour generator | John Molakvoæ | 2016-04-01 | 1 | -6/+56 |
| | | |||||
* | | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingaway | Vincent Petry | 2016-04-01 | 2 | -7/+77 |
|\ \ | |/ |/| | Detect user navigating away, don't interpret as ajax error | ||||
| * | Adjust core unit tests for unload/reload cases | Vincent Petry | 2016-03-23 | 2 | -6/+43 |
| | | |||||
| * | Stronger fix for navigate away detection | Vincent Petry | 2016-03-22 | 1 | -2/+10 |
| | | |||||
| * | Firefox returns 303 on cross-domain redirect | Vincent Petry | 2016-03-22 | 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-03-22 | 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. | ||||
* | | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 2 | -18/+18 |
|\ \ | | | | | | | Consistently use rel=noreferrer | ||||
| * | | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 2 | -18/+18 |
| | | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | | Fix js strings if group sharing is disabled | Roeland Jago Douma | 2016-03-22 | 3 | -6/+20 |
| | | | |||||
* | | | Merge pull request #23386 from owncloud/share-keepoptioncheckboxinblocks | Thomas Müller | 2016-03-21 | 1 | -36/+50 |
|\ \ \ | |_|/ |/| | | Keep share checkboxes together | ||||
| * | | Keep share checkboxes together | Vincent Petry | 2016-03-18 | 1 | -36/+50 |
| |/ | | | | | | | | | | | | | | | | | - 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-prefix | Thomas Müller | 2016-03-21 | 2 | -1/+12 |
|\ \ | |/ |/| | Allow creating tags where another one with same prefix exists | ||||
| * | Allow creating tags where another one with same prefix exists | Vincent Petry | 2016-02-02 | 2 | -1/+12 |
| | | | | | | | | | | When creating a new entry, compare the full tag name and not only the prefix. | ||||
* | | 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 | ||||
* | | 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. | ||||
* | | Merge pull request #22872 from owncloud/password-change-tooltip-text | Thomas Müller | 2016-03-07 | 1 | -0/+2 |
|\ \ | | | | | | | Update error text for link passwords | ||||
| * | | Update error text for link passwords | Morris Jobke | 2016-03-04 | 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 | ||||
* | | | trigger login if remember_login checked | prastut | 2016-03-04 | 1 | -0/+11 |
|/ / | |||||
* | | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
| | | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | | 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 #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 |
| |/ / | |||||
* | | | 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 | 1 | -12/+13 |
|/ / | | | | | | | This makes theming of file actions possible | ||||
* | | 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 |
| | | |||||
* | | 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 | 2 | -114/+265 |
| | | | | | | | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button. | ||||
* | | 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 | ||||
* | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 2 | -2/+6 |
| | | |||||
* | | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 5 | -4/+120 |
|\ \ | | | | | | | Adding global error handler for ajax calls which run into redirection… | ||||
| * | | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 5 | -8/+117 |
| | | | |||||
| * | | Adding global error handler for ajax calls which run into redirections or ↵ | Thomas Müller | 2016-02-15 | 1 | -0/+7 |
| | | | | | | | | | | | | unauthorized responses | ||||
* | | | Merge pull request #22445 from owncloud/files-client-sendpropfindheaders | Thomas Müller | 2016-02-17 | 1 | -12/+7 |
|\ \ \ | | | | | | | | | Files DAV client send propfind headers | ||||
| * | | | Fix redundant headers in files dav client | Vincent Petry | 2016-02-16 | 1 | -12/+7 |
| |/ / | | | | | | | | | | | | | The defaultHeaders are already injected with the xhrProvider, so no need to pass them again a second time. | ||||
* | | | Merge pull request #22452 from owncloud/fix_22441 | Thomas Müller | 2016-02-17 | 2 | -0/+43 |
|\ \ \ | | | | | | | | | Unlock sharee input field when sharing fails | ||||
| * | | | Do not clear sharee input on failed share | Roeland Jago Douma | 2016-02-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Unlock sharee input field when sharing fails | Roeland Jago Douma | 2016-02-17 | 2 | -0/+43 |
| |/ / | | | | | | | | | | | | | | | | | | | Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page. | ||||
* / / | Allow searching for single user | Roeland Jago Douma | 2016-02-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #22383 from owncloud/better-sharee-translations | Thomas Müller | 2016-02-15 | 1 | -3/+10 |
|\ \ | | | | | | | Do not use string concatination for translations |