Vincent Petry
00623b1c73
[IE8] Rescale PNG icons to 32x32
10 years ago
Thomas Müller
733673b39d
Merge pull request #19365 from owncloud/files-detailsbar-interaction
Fix sidebar interaction
10 years ago
Thomas Müller
c061b3e44b
Merge pull request #18105 from owncloud/ocs-api-integration-tests
First integration tests for provisioning api
10 years ago
Thomas Müller
e3a98e4959
Support different server ports - defined by EXECUTOR_NUMBER
10 years ago
Thomas Müller
c2dd0f80ec
Merge pull request #19424 from owncloud/use-jsqueeze
Use jsqueeze
10 years ago
Sergio Bertolin
2d1f509acf
added delete user test
10 years ago
Thomas Müller
933121c66f
Use ci profile
10 years ago
Thomas Müller
db0a8aa795
Use fixed port for now
10 years ago
Thomas Müller
925aa6c0f5
Test user creation
10 years ago
Thomas Müller
cb6e1b115d
require autoload.php
10 years ago
Thomas Müller
6749071667
Adding phpunit for the assertions
10 years ago
Thomas Müller
d26aab7e05
Adding missing files
10 years ago
Thomas Müller
631303c1e7
First integration tests for provisioning api
10 years ago
Thomas Müller
580a961020
Merge pull request #17601 from owncloud/publicwebdav-allowajaxwhendisabled
Allow ajax requests on public webdav interface
10 years ago
Thomas Müller
037cce7f05
Merge pull request #19418 from owncloud/fix-parsehashquery
Consider both hash params and query when parsing URL
10 years ago
Thomas Müller
69430e0310
Merge pull request #19367 from owncloud/lock-transaction-no-log
remove warning when trying to get a lock while in transaction
10 years ago
Thomas Müller
3cd82b8918
Merge pull request #19411 from owncloud/files-sidebar-shareloadspinner
Show loading spinner for first fetch of shares
10 years ago
Thomas Müller
f2cd334c8a
Merge pull request #19417 from owncloud/files-upload-checkconflictbeforeupload
Show conflict dialog before upload when possible
10 years ago
Thomas Müller
54b507306a
Merge pull request #19409 from owncloud/files-sidebar-hiding-tabs
Hide sidebar tab headers conditionally
10 years ago
Thomas Müller
6414b4b516
Merge pull request #19426 from owncloud/fix-legacy-CSP-for-images
Whitelist "data:" in legacy CSP headers
10 years ago
Thomas Müller
4cc0f5bf8e
Update 3rdparty submodule
10 years ago
Lukas Reschke
c269f658eb
Merge pull request #19431 from phil-davis/r2
Session closed exception wording
10 years ago
Phil Davis
7940a3fb65
Session closed exception wording
and a small comment typo
10 years ago
Jenkins for ownCloud
aa3596a410
[tx-robot] updated from transifex
10 years ago
Olivier Paroz
c4bac1655d
Fix CSP for images for legacy apps
Fixes #19425
10 years ago
Thomas Müller
766b69a0c8
User upstream class SeparatorFilter
10 years ago
Thomas Müller
d40867d855
Suer JSqueezeFilter instead of JSMinFilter
10 years ago
Vincent Petry
71dabc6c13
Consider both hash params and query when parsing URL
10 years ago
Robin Appelman
7fa9f29d7f
Merge pull request #19408 from owncloud/fix-trashbin-checkbox
Fix checkbox in trashbin
10 years ago
Vincent Petry
851390a69a
Merge pull request #19413 from owncloud/share-nopermission-link
Still show share link when recipient but no share permission
10 years ago
Vincent Petry
cc8efaa037
Show conflict dialog before upload when possible
When uploading files, first check if the files exist in the current file
list. For the ones that do, show a conflict dialog.
For the rest, upload directly.
If the upload operation detects a conflict on the server side, it will
also continue populating the conflict dialog.
From now on, server side conflict can only occur if someone concurrently
uploaded a file into the same folder but the current user hasn't
refreshed the list yet.
10 years ago
Vincent Petry
d47d240a35
Still show share link when recipient but no share permission
This makes it possible for the recipient to still trigger the sidebar
and share tab to see information about the share.
In the case where the file is not shared and no permissions exists, no
action icon will be displayed.
10 years ago
Vincent Petry
a823a79f12
Show loading spinner for first fetch of shares
Whenever the sidebar first loads shares, show a spinner instead of an
empty content
10 years ago
Vincent Petry
f9acf4627e
Fix sidebar interaction
- Clicking a file row or selecting it will open the sidebar.
- When sidebar is open, its contents update with the last selection.
- Dragging doesn't open the sidebar but does update its contents if it was
open already.
- Switching folders closes the sidebar.
- Close sidebar when highlighted file got deleted/removed from list
10 years ago
Vincent Petry
a8fb0038e9
Hide sidebar tab headers conditionally
Added canDisplay() in DetailsTabView that should return false if the tab
header of this tab must be hidden
10 years ago
Hendrik Leppelsack
24ee83db30
fix checkbox in trashbin
10 years ago
Thomas Müller
d68079f932
Merge pull request #18548 from owncloud/repair-mimetype-limitversion
Repair mime types only when upgrading from OC 8.0
10 years ago
Thomas Müller
72024ad201
Merge pull request #19404 from owncloud/files-sidebar-sorttabs
Fix tabs order in files sidebar
10 years ago
Thomas Müller
d007c32907
Merge pull request #19402 from owncloud/public-recognizeauthsession
Allow public webdav auth to recognize sesssion
10 years ago
Thomas Müller
716ff81b27
Merge pull request #19401 from owncloud/files-actionsorder
Fix order of actions in the files actions menu
10 years ago
Thomas Müller
0bf2bb0751
Merge pull request #19318 from owncloud/tarstreamer
Stream zip or tar
10 years ago
Vincent Petry
5e4a52d3c2
Fix tabs order in files sidebar
10 years ago
Thomas Müller
832e5f99a5
Updating submodule
10 years ago
Vincent Petry
b4998e7d29
Allow public auth to recognize sesssion
When a public link password has been input, its auth is stored in the
session.
This fix makes it possible to recognize the session when using public
webdav from the files UI.
10 years ago
Thomas Müller
745a40d6eb
Updating TarStreamer to v0.1-beta3
10 years ago
Thomas Müller
65124b48dd
Adding ownCloud/TarStreamer
10 years ago
Victor Dubiniuk
057994f4aa
Uniform behavour for tar and zip
10 years ago
Victor Dubiniuk
027fb4e3fe
More corrections
10 years ago
Victor Dubiniuk
28df7be319
Add namespace. Fix broken zip
10 years ago
Victor Dubiniuk
74d879d039
Add PHpdoc
10 years ago