summaryrefslogtreecommitdiffstats
path: root/core/js/tests
Commit message (Collapse)AuthorAgeFilesLines
* Properly check the data dirMorris Jobke2016-12-051-1/+1
| | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adjust js testsRobin Appelman2016-12-021-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix testsMorris Jobke2016-11-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix unit testsMorris Jobke2016-11-231-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust unit testsLukas Reschke2016-11-211-6/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Replace more vendor namingJoas Schilling2016-11-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-023-174/+3
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove notify recipient optionRoeland Jago Douma2016-10-261-17/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* JS utility function to compare pathsVincent Petry2016-10-241-0/+65
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-3/+1
| | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1453 from nextcloud/do-not-reload-if-connection-lostMorris Jobke2016-10-061-1/+10
|\ | | | | do not reload the page if the server is (temporarily) unreachable
| * do not reload the page if the server is (temporarily) unreachableChristoph Wurst2016-10-031-1/+10
| |
* | Make can edit checkbox work for file sharesRoeland Jago Douma2016-10-031-1/+4
|/
* adjust js testsArthur Schiwon2016-08-251-4/+4
|
* Group incoming shares for resharing in JSVincent Petry2016-08-031-0/+42
|
* Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
|
* Merge pull request #374 from lpszBuffer/masterWilliam Bargent2016-07-211-3/+3
|\ | | | | Alters 'No Internet Connection' error message. #181
| * Alters 'No Internet Connection' error message. #181Derek2016-07-201-3/+3
| |
* | Use an icon to set the email instead of a button with stringThomas Müller2016-07-201-2/+2
|/
* adjusts tests to removal of svg fallbackHendrik Leppelsack2016-07-011-38/+1
|
* Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-1/+1
|
* Rename "not-assignble" to "restricted"Vincent Petry2016-05-202-2/+2
|
* Act on effective system tag canAssign permissionVincent Petry2016-05-201-19/+52
| | | | | | | | | Whenever the server returns true for the can-assign Webdav property of a system tag, it means the current user is allowed to assign, regardless of the value of user-assignable. This commit brings the proper logic to the web UI to make it possible for users to assign when they have the permission.
* 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
| |