Joas Schilling
0f06034239
Replace more vendor naming
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Bjoern Schiessle
d235c4833f
remove the 'shareapi_allow_mail_notification' setting
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
10 years ago
Bjoern Schiessle
f556c58c22
remove 'send mail notification' option from sharing, replaced by send-by-mail feature
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
10 years ago
Roeland Jago Douma
57e61250ac
Remove notify recipient option
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Vincent Petry
25d9dce067
JS utility function to compare paths
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Vincent Petry
361f008c70
Make it possible to filter by tags with REPORT method
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>
10 years ago
Christoph Wurst
5ae6d62811
do not reload the page if the server is (temporarily) unreachable
10 years ago
Roeland Jago Douma
5cda383460
Make can edit checkbox work for file shares
10 years ago
Arthur Schiwon
9b01574465
adjust js tests
10 years ago
Vincent Petry
0f3674a446
Group incoming shares for resharing in JS
10 years ago
Julius Haertl
217b52085d
Fix javascript tests for sidebar animation
10 years ago
Derek
b236100619
Alters 'No Internet Connection' error message. #181
10 years ago
Thomas Müller
4d67429cf0
Use an icon to set the email instead of a button with string
10 years ago
Hendrik Leppelsack
61e604c2d9
adjusts tests to removal of svg fallback
10 years ago
Vincent Petry
fb087a0261
Use temporary htaccesstest.txt for data dir security check
10 years ago
Vincent Petry
66e93561da
Rename "not-assignble" to "restricted"
10 years ago
Vincent Petry
88740f035d
Act on effective system tag canAssign permission
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.
10 years ago
Robin McCorkell
62024d74d4
Add test for reload delay
10 years ago
Christoph Wurst
2d772eaaa8
Debounce heartbeat ajax calls to lower the number of requests
fixes #22397
10 years ago
Christoph Wurst
5900e46f01
Turn off jQuery animations when testing
10 years ago
Christoph Wurst
3e1f1ccc76
downgrade jquery, update jquery-migrate
10 years ago
Morris Jobke
e03d289b70
Use 6 months as SSL STS header threshold
* this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000)
* old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000)
* fixes #23957
10 years ago
Vincent Petry
06e7856400
Adjust core unit tests for unload/reload cases
10 years ago
Lukas Reschke
6ad957906e
Consistently use rel=noreferrer
When linking to external entities we should consistently use rel=noreferrer
10 years ago
Lukas Reschke
2ca3c0d461
Adjust wording a bit
**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
10 years ago
Vincent Petry
0091df2bc8
Improved JS L10N bundle merging + tests
10 years ago
Vincent Petry
27544144ce
Fix unit tests affected by side effects
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.
10 years ago
Vincent Petry
8ea80e114a
Accumulate notifications instead of blinking
This makes it possible to display multiple notifications.
If the options.type is set to "error", it will also add a close button.
10 years ago
Thomas Müller
8abdcb8085
Fix error ins source language strings
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
10 years ago
Roeland Jago Douma
e1fd86ccb6
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.
10 years ago
Vincent Petry
b8b77709c0
Add handler for global ajax errors
10 years ago
Roeland Jago Douma
33ef240b39
Search tags case insensitive
fixes : #22352
* Added unit tests
10 years ago
Roeland Jago Douma
92c131b481
Updated unit tests
10 years ago
Roeland Jago Douma
1301ec9351
Only show link shares for the current user
Currently we have no way to display multiple links in the UI.
So just display the link share for the current user.
Fixes #22275
10 years ago
Vincent Petry
e378a757ff
Add system tags filter section for files app
10 years ago
Vincent Petry
23f0515771
Fix JS DAV files client unit tests
Instead of trying to mock the promise, just stub davclient.js' request
object.
10 years ago
Vincent Petry
22be3867f1
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.
10 years ago
Vincent Chan
faf48e42b7
Move data protection check to javascript
fixes #20199
10 years ago
Vincent Petry
df3f6fee10
Properly forward error messages in share dialog
10 years ago
Vincent Petry
7e1de0e3c2
Fix share default expiration date calculation
Now using UTC dates with moment js to accurately add the number of days
10 years ago
Vincent Petry
b063ddb05b
Share dialog use OCS API
10 years ago
Vincent Petry
1473e156f4
Use boxes for system tags, shorten permission text
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.
10 years ago
Vincent Petry
714d8c2424
Fix system tags conflict situations
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.
10 years ago
Vincent Petry
cfba90a78d
Fix system tags proppatch with booleans
Backbone webdav adapter now converts booleans and ints to strings.
Fixed system tags to use "true" / "false" strings for booleans instead
of 1 / 0.
10 years ago
Vincent Petry
0a1350d5ac
System tags sidebar selector now respects permissions
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
10 years ago
Joas Schilling
f108dbfa6a
Move getDescriptiveTag to core
10 years ago
Vincent Petry
ffba6d0a7e
Added system tags GUI in sidebar
Added files details sidebar panel to assign/unassign/rename/delete
system tags.
10 years ago
Morris Jobke
6e096936e5
update JS humanFileSize to use KB instead of kB
10 years ago
Vincent Petry
857c316bda
Backbone transport for Webdav
10 years ago
Lukas Reschke
4d0dcd3c53
Add X-Download-Options and X-Permitted-Cross-Domain-Policies
Two small security hardenings for our IE users and those with Adobe products. Aligns it more with https://github.com/twitter/secureheaders#secureheaders---
10 years ago