aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-34/+16
|\ | | | | bring back CRUDS permissions for federated shares
| * always share with same default permissions, no special handling for remote ↵Björn Schießle2016-04-201-15/+11
| | | | | | | | shares
| * bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-182-19/+5
| |
* | Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-222-4/+17
|\ \ | | | | | | Delay reloading the page if an ajax error occurs, show notification
| * | Add test for reload delayRobin McCorkell2016-04-201-3/+15
| | |
| * | Delay reloading the page if an ajax error occurs, show notificationRobin McCorkell2016-04-201-1/+2
| | |
* | | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-202-4/+12
|\ \ \ | | | | | | | | Debounce heartbeat ajax calls to lower the number of requests
| * | | Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-182-4/+12
| | | | | | | | | | | | | | | | fixes #22397
* | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-204-14/+15
|\ \ \ \ | |_|/ / |/| | | migrate deprecated jQuery 1.x functions
| * | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-194-8/+8
| | | |
| * | | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-192-4/+1
| | | |
| * | | remove deprecated jQuery.browserChristoph Wurst2016-04-191-4/+8
| | | |
* | | | extract mail view for sending share invitationsChristoph Wurst2016-04-194-70/+186
|/ / / | | | | | | | | | fixes #22947
* | | Merge pull request #23993 from owncloud/update-to-jquery2Thomas Müller2016-04-192-2/+3
|\ \ \ | | | | | | | | Update jquery to version 2.2.3
| * | | Turn off jQuery animations when testingChristoph Wurst2016-04-181-0/+2
| | | |
| * | | downgrade jquery, update jquery-migrateChristoph Wurst2016-04-151-1/+0
| | | |
| * | | update jquery to version 2.2.3Christoph Wurst2016-04-141-1/+1
| | |/ | |/|
* / | Fix rgb valuesJohn Molakvoæ2016-04-181-1/+7
|/ / | | | | | | | | 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.
* | close navigation menu when opening app in new tab (#23914)Christoph Wurst2016-04-141-0/+4
| |
* | add loading feedback to user menu entries (#23916)Christoph Wurst2016-04-141-0/+15
|/ | | fixes #19857
* Use 6 months as SSL STS header thresholdMorris Jobke2016-04-132-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 generatorJohn Molakvoæ2016-04-061-5/+23
| | | | Separated the main function to allow special use without dom manipulation.
* Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-7/+23
|
* Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-041-18/+46
| | | | as on the command line
* core: Fix typos (found by codespell)Stefan Weil2016-04-044-6/+6
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Merge pull request #23638 from owncloud/new-placeholder-colours-generatorJan-Christoph Borchardt2016-04-031-6/+56
|\ | | | | New colour generator
| * New colour generatorJohn Molakvoæ2016-04-011-6/+56
| |
* | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingawayVincent Petry2016-04-012-7/+77
|\ \ | |/ |/| Detect user navigating away, don't interpret as ajax error
| * Adjust core unit tests for unload/reload casesVincent Petry2016-03-232-6/+43
| |
| * Stronger fix for navigate away detectionVincent Petry2016-03-221-2/+10
| |
| * Firefox returns 303 on cross-domain redirectVincent Petry2016-03-221-1/+1
| | | | | | | | Added 303 to catch SSO cross-domain redirect in Firefox.
| * Detect user navigating away, don't interpret as ajax errorVincent Petry2016-03-221-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-refererThomas Müller2016-03-232-18/+18
|\ \ | | | | | | Consistently use rel=noreferrer
| * | Consistently use rel=noreferrerLukas Reschke2016-03-202-18/+18
| | | | | | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | | Fix js strings if group sharing is disabledRoeland Jago Douma2016-03-223-6/+20
| | |
* | | Merge pull request #23386 from owncloud/share-keepoptioncheckboxinblocksThomas Müller2016-03-211-36/+50
|\ \ \ | |_|/ |/| | Keep share checkboxes together
| * | Keep share checkboxes togetherVincent Petry2016-03-181-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-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.
* | 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
* | 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.
* | 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
* | | trigger login if remember_login checkedprastut2016-03-041-0/+11
|/ /
* | Update author informationLukas Reschke2016-03-011-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ü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 #22608 from owncloud/collaborative-tagsThomas Müller2016-02-261-1/+1
|\ \ \ | | | | | | | | Rename system tags app to collaborative tags
| * | | Rename system tags app to collaborative tagsJoas Schilling2016-02-261-1/+1
| |/ /