Bjoern Schiessle
b102222fed
split-up the update script and add unit tests for it
12 years ago
Bjoern Schiessle
93469ca468
make it possible to move files out of a shared mount point
12 years ago
Thomas Müller
dd1e47b3b8
typos, use, unused and return fixed
12 years ago
Robin Appelman
2049bedcaf
Dont throw an error when a storage isn't found for shared cache
12 years ago
Bjoern Schiessle
fb88aba8f4
some fixes to make the gallery work, this made it necessary to adjust some tests and the encryption code
12 years ago
Bjoern Schiessle
d468cdacf2
add unit tests which got lost during rebase
12 years ago
Bjoern Schiessle
652d417a58
we don't allow to share a folder if it contains a share mount point
12 years ago
Bjoern Schiessle
b712393e72
fix etag propagation
12 years ago
Bjoern Schiessle
aae22b2d6a
update script, create Shared folder and adjust target path for the shares
12 years ago
Bjoern Schiessle
bffcbac7a7
allow to rename group share mount points
12 years ago
Bjoern Schiessle
3f6e9e0102
cleanup the shared storage, always keep the whole share resource
12 years ago
Bjoern Schiessle
c9bd2f7a6c
also fetch the etag from file cache
12 years ago
Bjoern Schiessle
d4085d8148
make sure that path is not 'false'
12 years ago
Bjoern Schiessle
33cdd93890
fix deleting of shared files
12 years ago
Bjoern Schiessle
bfabd247f4
fix updating of shared files
12 years ago
Bjoern Schiessle
a86d97295e
fix encryption tests after the removal of the shared folder
12 years ago
Bjoern Schiessle
ed981294f1
fix share api tests
12 years ago
Bjoern Schiessle
4967435237
show "shared by ..." for share mount point
12 years ago
Bjoern Schiessle
6b19482f3e
generate unique target name
12 years ago
Bjoern Schiessle
6d87dacad4
fix getMimeType call, we always need to check the source path
12 years ago
Bjoern Schiessle
a02fb3722b
user should be able to rename/delete shared files if the owner allowed it
12 years ago
Bjoern Schiessle
b02b6d3c23
no exception for the root of the mount point (formerly Shared/), just get the file cache information from the cache
12 years ago
Bjoern Schiessle
c377893f0e
make sure that we have the right permissions for the mount points
12 years ago
Bjoern Schiessle
a27db9e4ca
first steps to remove the shared folder:
- mount shares to the root folder instead of "Shared/"
- navigate in shared folder and sub-folders
- show previews
- show correct file permissions
- download/edit files
12 years ago
Jan-Christoph Borchardt
d82a31d121
keep long file names in one line to not overflow download button on mobile
12 years ago
Jan-Christoph Borchardt
9434ed44f8
add max-width to directLink input to prevent overflow
12 years ago
Jan-Christoph Borchardt
9c6f8e59ae
fix header code duplication, code style fixes
12 years ago
Jan-Christoph Borchardt
547ddf7775
remove duplication of 'header-right' element, also make it overflow when too wide
12 years ago
Bart Visscher
999e74e834
Fix PHPdoc in apps/files_sharing
using scrutinizer patch
12 years ago
Thomas Müller
07ea57465b
drop folder support on public shared folders
12 years ago
Jörn Friedrich Dreyer
9b0f289143
remove obsolete code
12 years ago
Jenkins for ownCloud
796f719548
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
e295d48fd4
[tx-robot] updated from transifex
12 years ago
Vincent Petry
3101663129
Removed redundant free space and upload limit in public page
12 years ago
Robin Appelman
7dafdfbe88
add tests for sharing files the users doesn't have access to
12 years ago
Vincent Petry
0be9de5df5
Files, trashbin, public apps use ajax/JSON for the file list
Files app:
- removed file list template, now rendering list from JSON response
- FileList.addFile/addDir is now FileList.add() and takes a JS map with all required
arguments instead of having a long number of function arguments
- added unit tests for many FileList operations
- fixed newfile.php, newfolder.php and rename.php to return the file's
full JSON on success
- removed obsolete/unused undo code
- removed download_url / loading options, now using
Files.getDownloadUrl() for that
- server side now uses Helper::getFileInfo() to prepare file JSON response
- previews are now client-side only
Breadcrumbs are now JS only:
- Added BreadCrumb class to handle breadcrumb rendering and events
- Added unit test for BreadCrumb class
- Moved all relevant JS functions to the BreadCrumb class
Public page now uses ajax to load the file list:
- Added Helper class in sharing app to make it easier to authenticate
and retrieve the file's real path
- Added ajax/list.php to retrieve the file list
- Fixed FileActions and FileList to work with the ajax list
Core:
- Fixed file picker dialog to use the same list format as files app
12 years ago
Jenkins for ownCloud
73dd5ff26c
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
7a4a836abe
[tx-robot] updated from transifex
12 years ago
Robin Appelman
0c2585f3ac
Improve phpdoc
12 years ago
Robin Appelman
fe78d963d9
Implement getPath for shared files
12 years ago
Jan-Christoph Borchardt
eeaefd84c3
change mobile breakpoint for shared view to 768px as well
12 years ago
Vincent Petry
cbfd16089b
Fixed share upgrade cleanup tests to use the correct ids
12 years ago
Thomas Müller
8958b9147b
adding ellipsis on file names to public file list as well
12 years ago
Vincent Petry
ec9260647a
Fixed share updater unit test
Now using \OC_DB::insertId() to retrieve the generated ids because
Oracle ignores the passed values.
12 years ago
Bjoern Schiessle
31681a3a27
finally fix the paths for the OCS Share API
12 years ago
Bjoern Schiessle
3653a51af2
fix path creation for re-shares, issue #7662
12 years ago
Jenkins for ownCloud
abdc823bb6
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
7b1d52f5b9
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
c89aa6d5fe
[tx-robot] updated from transifex
12 years ago
Jenkins for ownCloud
b2e929d580
[tx-robot] updated from transifex
12 years ago