| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fix was required because values was too big for rgb and breaking the brightness calculation.
Now we have the initial sat (70%) and the reduction to 60 if too bright working again.
|
| |
|
|
|
| |
fixes #19857
|
|
|
|
|
|
| |
* this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000)
* old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000)
* fixes #23957
|
|
|
|
| |
Separated the main function to allow special use without dom manipulation.
|
| |
|
|
|
|
| |
as on the command line
|
|
|
| |
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
|\
| |
| | |
New colour generator
|
| | |
|
|\ \
| |/
|/| |
Detect user navigating away, don't interpret as ajax error
|
| | |
|
| | |
|
| |
| |
| |
| | |
Added 303 to catch SSO cross-domain redirect in Firefox.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Consistently use rel=noreferrer
|
| | |
| | |
| | |
| | | |
When linking to external entities we should consistently use rel=noreferrer
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Keep share checkboxes together
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
|\ \
| |/
|/| |
Allow creating tags where another one with same prefix exists
|
| |
| |
| |
| |
| | |
When creating a new entry, compare the full tag name and not only the
prefix.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
**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
|
| |
| |
| |
| |
| | |
Using https://github.com/owncloud/core/pull/22274 we have to patch the
iedavclient.js as well.
|
|\ \
| | |
| | | |
Update error text for link passwords
|
| | |
| | |
| | |
| | |
| | |
| | | |
* this removes the old tooltip first before showing
the new one to update the text - otherwise the old
text will be shown
|
|/ / |
|
| |
| |
| |
| | |
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/allow-to-overwrite-single-l10n-string-via-theme
Allow to overwrite a single language string via the theme folder
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Rename system tags app to collaborative tags
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
Action icons now appear properly in public link page.
More actions are now CSS icons.
|
|/ /
| |
| |
| | |
This makes theming of file actions possible
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
This makes it possible to display multiple notifications.
If the options.type is set to "error", it will also add a close button.
|
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| | |
| | | |
Adding global error handler for ajax calls which run into redirection…
|
| | | |
|
| | |
| | |
| | |
| | | |
unauthorized responses
|
|\ \ \
| | | |
| | | | |
Files DAV client send propfind headers
|
| |/ /
| | |
| | |
| | |
| | | |
The defaultHeaders are already injected with the xhrProvider, so no need
to pass them again a second time.
|
|\ \ \
| | | |
| | | | |
Unlock sharee input field when sharing fails
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|/ / |
|