Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add scrollto to the url if sharing a file for long file lists | Tom Needham | 2014-08-09 | 1 | -3/+9 | |
| | | ||||||
* | | Fix link to files and folders in internal share emails | Tom Needham | 2014-08-09 | 1 | -4/+3 | |
| | | ||||||
* | | typo fix from transifex suggestion | Volkan Gezer | 2014-08-06 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #10191 from owncloud/sharing_rm_trailing_slash | Morris Jobke | 2014-08-05 | 1 | -1/+2 | |
|\ \ | | | | | | | [sharing] remove trailing slash | |||||
| * | | remove trailing slash from path | Bjoern Schiessle | 2014-08-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | don't display share permission if resharing was disabled by the admin | Bjoern Schiessle | 2014-08-05 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #10025 from owncloud/l10n-typo | Thomas Müller | 2014-08-04 | 1 | -8/+8 | |
|\ \ | | | | | | | typo fix from transifex suggestion | |||||
| * | | expire -> expiration | Volkan Gezer | 2014-08-02 | 1 | -6/+6 | |
| | | | ||||||
| * | | suggestions by deepdiver | Volkan Gezer | 2014-08-01 | 1 | -4/+4 | |
| | | | ||||||
| * | | typo fix from transifex suggestion | Volkan Gezer | 2014-07-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #9970 from owncloud/sharing_set_expire_date | Morris Jobke | 2014-07-30 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | | Sharing set expire date | |||||
| * | | make sure that we set the expire date if a date is adefault date is set | Bjoern Schiessle | 2014-07-28 | 1 | -1/+2 | |
| | | | ||||||
* | | | remove share permission if user is excluded from sharing | Bjoern Schiessle | 2014-07-29 | 1 | -1/+1 | |
|/ / | ||||||
* / | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -5/+54 | |
|/ | ||||||
* | Merge pull request #9561 from libasys/patch-3 | icewind1991 | 2014-07-15 | 1 | -1/+1 | |
|\ | | | | | Fix Error undefined index: file_target | |||||
| * | Update share.php | libasys | 2014-07-10 | 1 | -1/+1 | |
| | | | | | | change isset with empty on line 1911 | |||||
| * | Update share.php | libasys | 2014-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | Added isset for error: ``` Undefined index: file_target at /var/www/owncloud/lib/private/share/share.php#1911 ``` | |||||
* | | Fix for #9422 | Daniel Hansson | 2014-07-09 | 1 | -14/+11 | |
|/ | ||||||
* | BugFix missing $item on 'file_target' Line 1911 | libasys | 2014-07-08 | 1 | -1/+1 | |
| | | | I think this should be right! | |||||
* | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 2 | -12/+70 | |
| | ||||||
* | Fix check for shared files inside shares | Robin Appelman | 2014-06-14 | 1 | -3/+3 | |
| | ||||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -1/+1 | |
| | ||||||
* | Added ORDER BY to enforce share entry order | Vincent Petry | 2014-06-11 | 1 | -0/+1 | |
| | | | | | | | | Sometimes MySQL decides to return the shares in the wrong order, but some parts of the code seem to require the order to be known, at least so that the parent shares come before the children shares. This fix adds an ORDER BY clause to force the order by id. | |||||
* | only expire link shares | Bjoern Schiessle | 2014-06-06 | 2 | -36/+79 | |
| | ||||||
* | make sure that we only delete shares for the current user | Bjoern Schiessle | 2014-06-06 | 1 | -3/+8 | |
| | ||||||
* | only unshare user share if it was shared with the current user | Bjoern Schiessle | 2014-06-06 | 1 | -1/+2 | |
| | ||||||
* | make sure that we remove all shares refering to the same parent | Bjoern Schiessle | 2014-06-06 | 1 | -21/+0 | |
| | ||||||
* | fix unshareFromSelf() | Bjoern Schiessle | 2014-06-06 | 1 | -23/+38 | |
| | ||||||
* | don't allow to share single files with delete permissions, user should only ↵ | Bjoern Schiessle | 2014-06-06 | 1 | -0/+5 | |
| | | | | be possible to unshare a single file but never to delete it | |||||
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -3/+13 | |
| | ||||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -4/+4 | |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -1/+9 | |
| | ||||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -8/+8 | |
| | | | | * test case added to avoid adding them later | |||||
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -31/+93 | |
| | | | | Fix #4823 | |||||
* | Merge pull request #8555 from owncloud/sharing_default_expire_only_public_links | Björn Schießle | 2014-05-16 | 2 | -8/+12 | |
|\ | | | | | use default expire date only for link shares | |||||
| * | use default expire date only for link shares | Bjoern Schiessle | 2014-05-16 | 2 | -8/+12 | |
| | | ||||||
* | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -1/+10 | |
|/ | ||||||
* | fix PHPDoc | Thomas Müller | 2014-05-13 | 1 | -3/+5 | |
| | ||||||
* | adding PHPDoc | Thomas Müller | 2014-05-13 | 1 | -2/+21 | |
| | ||||||
* | fixing typo and missing @throws | Thomas Müller | 2014-05-13 | 1 | -1/+2 | |
| | ||||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 5 | -30/+30 | |
| | ||||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #8221 from owncloud/type-hinting-sharing | Vincent Petry | 2014-05-08 | 1 | -94/+95 | |
|\ | | | | | Type hinting fixes for sharing | |||||
| * | Use 'boolean' as type instead of 'bool' | Bart Visscher | 2014-05-07 | 1 | -21/+21 | |
| | | ||||||
| * | Typo | Bart Visscher | 2014-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Some more params are optional | Bart Visscher | 2014-05-01 | 1 | -3/+3 | |
| | | ||||||
| * | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 3 | -99/+265 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/share/file.php apps/files_sharing/tests/api.php lib/private/share/share.php | |||||
| * | | Fix PHPdoc in OC\Share\Share and OCP\Share | Bart Visscher | 2014-04-15 | 1 | -87/+88 | |
| | | | ||||||
* | | | Better handle return values from Filesystem::getMountBy* | Robin McCorkell | 2014-04-25 | 1 | -1/+1 | |
| |/ |/| | | | | | | | | | getMountByStorageId and getMountByNumericId return an empty array on error, which should be detected to avoid possible errors. This commit also adds in some new logging points and throws to aid debugging |