Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24126 from owncloud/err-reload-delay | Lukas Reschke | 2016-04-22 | 1 | -3/+15 |
|\ | | | | | Delay reloading the page if an ajax error occurs, show notification | ||||
| * | Add test for reload delay | Robin McCorkell | 2016-04-20 | 1 | -3/+15 |
| | | |||||
* | | Merge pull request #23990 from owncloud/heartbeat-debounce | Morris Jobke | 2016-04-20 | 1 | -1/+3 |
|\ \ | |/ |/| | Debounce heartbeat ajax calls to lower the number of requests | ||||
| * | Debounce heartbeat ajax calls to lower the number of requests | Christoph Wurst | 2016-04-18 | 1 | -1/+3 |
| | | | | | | | | fixes #22397 | ||||
* | | Turn off jQuery animations when testing | Christoph Wurst | 2016-04-18 | 1 | -0/+2 |
| | | |||||
* | | downgrade jquery, update jquery-migrate | Christoph Wurst | 2016-04-15 | 1 | -1/+0 |
|/ | |||||
* | Use 6 months as SSL STS header threshold | Morris Jobke | 2016-04-13 | 1 | -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-globalajaxerrorwhengoingaway | Vincent Petry | 2016-04-01 | 1 | -4/+41 |
|\ | | | | | Detect user navigating away, don't interpret as ajax error | ||||
| * | Adjust core unit tests for unload/reload cases | Vincent Petry | 2016-03-23 | 1 | -4/+41 |
| | | |||||
* | | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 1 | -10/+10 |
|\ \ | |/ |/| | Consistently use rel=noreferrer | ||||
| * | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -10/+10 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Merge pull request #22065 from owncloud/systemtags-create-same-prefix | Thomas Müller | 2016-03-21 | 1 | -0/+9 |
|\ \ | |/ |/| | 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 | 1 | -0/+9 |
| | | | | | | | | | | When creating a new entry, compare the full tag name and not only the prefix. | ||||
* | | Adjust wording a bit | Lukas Reschke | 2016-03-11 | 1 | -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 + tests | Vincent Petry | 2016-02-29 | 1 | -0/+8 |
| | | |||||
* | | 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 | 1 | -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 strings | Thomas Müller | 2016-02-19 | 1 | -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-global | Thomas Müller | 2016-02-17 | 2 | -1/+48 |
|\ \ | | | | | | | Adding global error handler for ajax calls which run into redirection… | ||||
| * | | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 2 | -1/+48 |
| | | | |||||
* | | | Unlock sharee input field when sharing fails | Roeland Jago Douma | 2016-02-17 | 1 | -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_22304 | Thomas Müller | 2016-02-15 | 1 | -1/+15 |
|\ \ | | | | | | | WebUI feedback when sharing | ||||
| * | | Updated unit tests | Roeland Jago Douma | 2016-02-12 | 1 | -1/+15 |
| | | | |||||
* | | | Search tags case insensitive | Roeland Jago Douma | 2016-02-14 | 1 | -0/+54 |
|/ / | | | | | | | | | | | fixes: #22352 * Added unit tests | ||||
* | | Only show link shares for the current user | Roeland Jago Douma | 2016-02-10 | 1 | -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 app | Vincent Petry | 2016-02-09 | 1 | -0/+154 |
| | | |||||
* | | Fix JS DAV files client unit tests | Vincent Petry | 2016-02-04 | 1 | -146/+140 |
| | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object. | ||||
* | | Move data protection check to javascript | Vincent Chan | 2016-02-01 | 1 | -20/+47 |
|/ | | | | fixes #20199 | ||||
* | Properly forward error messages in share dialog | Vincent Petry | 2016-01-28 | 1 | -0/+112 |
| | |||||
* | Fix share default expiration date calculation | Vincent Petry | 2016-01-28 | 1 | -2/+2 |
| | | | | Now using UTC dates with moment js to accurately add the number of days | ||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 3 | -284/+432 |
| | |||||
* | Merge pull request #21958 from owncloud/systemtags-style | Thomas Müller | 2016-01-28 | 2 | -7/+25 |
|\ | | | | | Use boxes for system tags, shorten permission text | ||||
| * | Use boxes for system tags, shorten permission text | Vincent Petry | 2016-01-28 | 2 | -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 situations | Vincent Petry | 2016-01-27 | 1 | -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 booleans | Vincent Petry | 2016-01-27 | 1 | -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 permissions | Vincent Petry | 2016-01-25 | 2 | -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 core | Joas Schilling | 2016-01-21 | 1 | -0/+51 |
| | |||||
* | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 3 | -1/+393 |
| | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
* | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 1 | -4/+4 |
| | |||||
* | Backbone transport for Webdav | Vincent Petry | 2016-01-16 | 1 | -0/+352 |
| | |||||
* | Merge pull request #21630 from owncloud/add-some-security-headers-as-hardening | Thomas Müller | 2016-01-13 | 1 | -11/+38 |
|\ | | | | | Add X-Download-Options and X-Permitted-Cross-Domain-Policies | ||||
| * | Add X-Download-Options and X-Permitted-Cross-Domain-Policies | Lukas Reschke | 2016-01-12 | 1 | -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-check | Thomas Müller | 2016-01-12 | 1 | -2/+11 |
|\ \ | | | | | | | Add config switch to disable the .well-known URL check | ||||
| * | | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -2/+11 |
| |/ | |||||
* / | Show the well-known URL check as info instead of error | Morris Jobke | 2016-01-12 | 1 | -1/+1 |
|/ | | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549 | ||||
* | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+27 |
| | | | | * fixes #20012 | ||||
* | Check the correct config for displaying the "notify by email" option | Joas Schilling | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Added js tests for the Sharee API usage | Roeland Jago Douma | 2015-12-30 | 1 | -0/+292 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2015-12-30 | 1 | -4/+26 |
| | |||||
* | Fix unit tests | Lukas Reschke | 2015-12-23 | 1 | -6/+6 |
| | | | | Fixes https://github.com/owncloud/core/issues/21345 |