Miguel Prokop
|
397f14ed86
|
Consolidate if statement, and update unit test
|
2014-11-21 13:31:56 +01:00 |
Miguel Prokop
|
1d4d308a6c
|
fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire.
|
2014-11-21 11:01:39 +01:00 |
Bjoern Schiessle
|
6e7acb8ae0
|
some small fixed, suggested by scrutinizer
|
2014-09-29 11:23:18 +02:00 |
Bjoern Schiessle
|
2a4da7fe09
|
on unshare only unshare childrens if there is no other parent available
|
2014-09-26 16:58:47 +02:00 |
Bjoern Schiessle
|
52b6469b0c
|
call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible
|
2014-09-25 14:26:31 +02:00 |
Bjoern Schiessle
|
bd268c35f5
|
generateTarget() will always find a unique target
|
2014-09-24 14:02:01 +02:00 |
Bjoern Schiessle
|
a0b85fc5e4
|
make sure that during share and unshare the etags get propagated correctly
|
2014-06-25 12:11:56 +02:00 |
Bjoern Schiessle
|
f15d7dfec0
|
only expire link shares
|
2014-06-06 15:47:37 +02:00 |
Bjoern Schiessle
|
5bbfdc35d7
|
make sure that we remove all shares refering to the same parent
|
2014-06-06 09:56:02 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Bjoern Schiessle
|
7a48f24459
|
use default expire date only for link shares
|
2014-05-16 18:12:13 +02:00 |
Thomas Müller
|
147007bdd8
|
fixing typo and missing @throws
|
2014-05-13 19:09:14 +01:00 |
Robin McCorkell
|
87b548ed91
|
Fix all PHPDoc types and variable names, in /lib
|
2014-05-13 19:08:14 +01:00 |
Bjoern Schiessle
|
6650be9913
|
add setting to set default expire date
|
2014-04-24 13:34:31 +02:00 |
Bjoern Schiessle
|
b602662578
|
add a "helper" and a "hooks" class. Move constants needed by multiple classes
to a "constants" class
|
2014-03-25 17:47:24 +01:00 |