summaryrefslogtreecommitdiffstats
path: root/core/js/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-221-3/+15
|\ | | | | Delay reloading the page if an ajax error occurs, show notification
| * Add test for reload delayRobin McCorkell2016-04-201-3/+15
| |
* | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-201-1/+3
|\ \ | |/ |/| Debounce heartbeat ajax calls to lower the number of requests
| * Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-181-1/+3
| | | | | | | | fixes #22397
* | Turn off jQuery animations when testingChristoph Wurst2016-04-181-0/+2
| |
* | downgrade jquery, update jquery-migrateChristoph Wurst2016-04-151-1/+0
|/
* Use 6 months as SSL STS header thresholdMorris Jobke2016-04-131-4/+4
| | | | | | * this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000) * old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000) * fixes #23957
* Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingawayVincent Petry2016-04-011-4/+41
|\ | | | | Detect user navigating away, don't interpret as ajax error
| * Adjust core unit tests for unload/reload casesVincent Petry2016-03-231-4/+41
| |
* | Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-231-10/+10
|\ \ | |/ |/| Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-201-10/+10
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Merge pull request #22065 from owncloud/systemtags-create-same-prefixThomas Müller2016-03-211-0/+9
|\ \ | |/ |/| Allow creating tags where another one with same prefix exists
| * Allow creating tags where another one with same prefix existsVincent Petry2016-02-021-0/+9
| | | | | | | | | | When creating a new entry, compare the full tag name and not only the prefix.
* | Adjust wording a bitLukas Reschke2016-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | **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
* | Improved JS L10N bundle merging + testsVincent Petry2016-02-291-0/+8
| |
* | Fix unit tests affected by side effectsVincent Petry2016-02-221-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 blinkingVincent Petry2016-02-221-64/+145
| | | | | | | | | | 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 stringsThomas Müller2016-02-191-3/+3
| | | | | | | | | | 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
* | Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-172-1/+48
|\ \ | | | | | | Adding global error handler for ajax calls which run into redirection…
| * | Add handler for global ajax errorsVincent Petry2016-02-152-1/+48
| | |
* | | Unlock sharee input field when sharing failsRoeland Jago Douma2016-02-171-0/+37
|/ / | | | | | | | | | | | | 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.
* | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-151-1/+15
|\ \ | | | | | | WebUI feedback when sharing
| * | Updated unit testsRoeland Jago Douma2016-02-121-1/+15
| | |
* | | Search tags case insensitiveRoeland Jago Douma2016-02-141-0/+54
|/ / | | | | | | | | | | fixes: #22352 * Added unit tests
* | Only show link shares for the current userRoeland Jago Douma2016-02-101-3/+5
| | | | | | | | | | | | | | Currently we have no way to display multiple links in the UI. So just display the link share for the current user. Fixes #22275
* | Add system tags filter section for files appVincent Petry2016-02-091-0/+154
| |
* | Fix JS DAV files client unit testsVincent Petry2016-02-041-146/+140
| | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object.
* | Move data protection check to javascriptVincent Chan2016-02-011-20/+47
|/ | | | fixes #20199
* Properly forward error messages in share dialogVincent Petry2016-01-281-0/+112
|
* Fix share default expiration date calculationVincent Petry2016-01-281-2/+2
| | | | Now using UTC dates with moment js to accurately add the number of days
* Share dialog use OCS APIVincent Petry2016-01-283-284/+432
|
* Merge pull request #21958 from owncloud/systemtags-styleThomas Müller2016-01-282-7/+25
|\ | | | | Use boxes for system tags, shorten permission text
| * Use boxes for system tags, shorten permission textVincent Petry2016-01-282-7/+25
| | | | | | | | | | | | | | | | Permission text now doesn't appear when all permissions are there, or shows as "invisible" or "not assignable", which should better cover all use cases. Changed select2 style to use boxes in the input field.
* | Fix system tags conflict situationsVincent Petry2016-01-271-0/+59
|/ | | | | | Does not disrupt the UX whenever a tag or association was created concurrently. The input field will adjust itself as if the tag was already there in the first place.
* Fix system tags proppatch with booleansVincent Petry2016-01-271-6/+44
| | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0.
* System tags sidebar selector now respects permissionsVincent Petry2016-01-252-233/+343
| | | | | | | For admins: display the namespace behind the tag name. For users: no namespace, don't display non-assignable tags in the dropdown, display already assigned non-assignable tags with a different style
* Move getDescriptiveTag to coreJoas Schilling2016-01-211-0/+51
|
* Added system tags GUI in sidebarVincent Petry2016-01-193-1/+393
| | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
* update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-191-4/+4
|
* Backbone transport for WebdavVincent Petry2016-01-161-0/+352
|
* Merge pull request #21630 from owncloud/add-some-security-headers-as-hardeningThomas Müller2016-01-131-11/+38
|\ | | | | Add X-Download-Options and X-Permitted-Cross-Domain-Policies
| * Add X-Download-Options and X-Permitted-Cross-Domain-PoliciesLukas Reschke2016-01-121-11/+38
| | | | | | | | Two small security hardenings for our IE users and those with Adobe products. Aligns it more with https://github.com/twitter/secureheaders#secureheaders---
* | Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-checkThomas Müller2016-01-121-2/+11
|\ \ | | | | | | Add config switch to disable the .well-known URL check
| * | Add config switch to disable the .well-known URL checkMorris Jobke2016-01-121-2/+11
| |/
* / Show the well-known URL check as info instead of errorMorris Jobke2016-01-121-1/+1
|/ | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549
* Add check for .well-known URL in the root of the webservers URLMorris Jobke2016-01-081-0/+27
| | | | * fixes #20012
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-081-1/+1
|
* Added js tests for the Sharee API usageRoeland Jago Douma2015-12-301-0/+292
|
* Fix unit testsRoeland Jago Douma2015-12-301-4/+26
|
* Fix unit testsLukas Reschke2015-12-231-6/+6
| | | | Fixes https://github.com/owncloud/core/issues/21345