aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * | | | | | Bump versionsLukas Reschke2015-07-021-1/+1
| | | | | | |
* | | | | | | Merge pull request #17246 from owncloud/share-lock-owner-parentJoas Schilling2015-07-023-10/+134
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | lock parent folders for the owner when locking a shared file as recipient
| * | | | | | only lock the parent foldersRobin Appelman2015-07-012-2/+13
| | | | | | |
| * | | | | | lock parent folders for the owner when locking a shared file as recipientRobin Appelman2015-07-013-10/+123
| | |_|_|_|/ | |/| | | |
* | | | | | [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-026-8/+20
| | | | |
* | | | | Fix scanFile signature to avoid boring warningVincent Petry2015-07-011-1/+3
|/ / / /
* | | | Catch more error codes thrown by federated sharesVincent Petry2015-07-011-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the time it doesn't make sense to forward Guzzle's RequestException, so we convert it to StorageNotAvailable instead. This prevents unpredictable error codes to block access to unrelated folders needlessly.
* | | | Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-012-0/+55
|\ \ \ \ | | | | | | | | | | OCS Share API link shares now always have an url
| * | | | OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-222-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make sure clients have the correct and latest link add an url field to all OCS Share API return statements on public link shares. * Added unit tests
* | | | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-013-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Move core apps from OC_Log::write to OCP\Util
| * | | | | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-183-9/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15475 from rullzer/files_sharing_OCP_DBMorris Jobke2015-07-017-14/+14
|\ \ \ \ \ | | | | | | | | | | | | Move files sharing app (mostly) to OCP\DB
| * | | | | Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-187-14/+14
| |/ / / /
* | | / / Fixing ctor calls and ctor itself to not break usage in calendar and ↵Thomas Müller2015-06-291-1/+1
| |_|/ / |/| | | | | | | | | | | contacts .....
* | | | Merge pull request #17083 from owncloud/share-etag-update-targetVincent Petry2015-06-292-10/+38
|\ \ \ \ | | | | | | | | | | take share target into account when updating recipient etags
| * | | | Unit test for etag update on custom share folderVincent Petry2015-06-261-8/+36
| | | | |
| * | | | take share target into account when updating recipient etagsRobin Appelman2015-06-221-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-292-0/+4
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-286-10/+40
| | | | |
* | | | | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2726-31/+108
|\ \ \ \ \ | | | | | | | | | | | | Update license headers
| * | | | | update license headers and authorsMorris Jobke2015-06-2526-31/+108
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-274-4/+24
| | | | |
* | | | | Signature of overriding method should match the parentOlivier Paroz2015-06-261-1/+1
| | | | |
* | | | | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-261-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Improve splitting of username and remote adress when username contains an `@`
| * | | | | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #17082 from owncloud/shared-etag-propagate-fileThomas Müller2015-06-264-12/+51
|\ \ \ \ \ | |_|/ / / |/| | | | Fix etag propagation for single file shares
| * | | | add some docsRobin Appelman2015-06-251-0/+2
| | | | |
| * | | | fix etag propagation for single file sharesRobin Appelman2015-06-243-12/+37
| | | | |
| * | | | add unit test for single file share etag propagationRobin Appelman2015-06-241-0/+12
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-256-6/+28
| | | | |
* | | | | Merge pull request #17110 from owncloud/share-error-handlingMorris Jobke2015-06-241-2/+10
|\ \ \ \ \ | | | | | | | | | | | | [sharing] handle shares of users that aren't available anymore
| * | | | | [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it
* | | | | | Added unit test to verify link password removealRoeland Jago Douma2015-06-241-1/+23
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-244-2/+8
|/ / / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-06-238-8/+40
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-222-2/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-216-4/+24
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2014-16/+96
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1934-68/+34
| | |
* | | Merge pull request #16692 from owncloud/add_social_media_buttonsBjörn Schießle2015-06-1811-6/+650
|\ \ \ | | | | | | | | Add social media buttons
| * | | add id to urlBjoern Schiessle2015-06-182-7/+7
| | | |
| * | | fix look of 'Share with me via ownCloud' button, fix wordingJan-Christoph Borchardt2015-06-173-51/+11
| | | |
| * | | fix path to owncloud logoBjoern Schiessle2015-06-172-2/+4
| | | |
| * | | make the click actions workBjoern Schiessle2015-06-172-7/+9
| | | |
| * | | federated cloud ID: add icons, fix HTML & layout, fix wordingJan-Christoph Borchardt2015-06-1710-39/+382
| | | |
| * | | add social media button for diaspora, twitter, facebook and google+Bjoern Schiessle2015-06-177-6/+343
| | | |
* | | | Merge pull request #16993 from owncloud/verify-if-path-existsLukas Reschke2015-06-181-0/+7
|\ \ \ \ | | | | | | | | | | [master] Verify if path exists
| * | | | Throw nicer error message instead 500Lukas Reschke2015-06-171-1/+3
| | | | |