Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old code + add Middleware | Roeland Jago Douma | 2017-08-10 | 1 | -111/+0 |
| | | | | | | | * Add proper middleware for shareinfo * Remove old shareinfo routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | only use one kind of hack for the storage wrappers of the sharing code | Morris Jobke | 2016-11-16 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+5 |
| | |||||
* | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 1 | -8/+5 |
| | |||||
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | handle errors while getting fileinfo | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Prevent access to shareinfo if share if read-only | Lukas Reschke | 2016-06-09 | 1 | -0/+5 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+2 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+4 |
| | |||||
* | set correct permissions in shareinfo | Björn Schießle | 2016-04-18 | 1 | -3/+11 |
| | |||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -4/+4 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | use permissions mask wrapper instead of readonly wrapper | Robin Appelman | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Return 404 in shareinfo.php when outgoing s2s disabled | Vincent Petry | 2015-05-28 | 1 | -0/+5 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+18 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Add some safety checks | Robin Appelman | 2014-06-16 | 1 | -3/+1 |
| | |||||
* | Fix public share webdav permissions | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | fix modified date for external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | |||||
* | Properly expose read only public shares as read only | Robin Appelman | 2014-06-14 | 1 | -0/+7 |
| | |||||
* | Scan the entire remote share at once by requesting the full file tree from ↵ | Robin Appelman | 2014-06-14 | 1 | -0/+62 |
the remote server |