Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Use HTML5 data attribute + fix undefined variable | Lukas Reschke | 2013-01-26 | 2 | -2/+2 | |
* | | | | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -1/+1 | |
* | | | | Merge branch 'master' into filesystem | Robin Appelman | 2013-01-28 | 1 | -0/+3 | |
|\| | | | ||||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-27 | 1 | -0/+3 | |
| |/ / | ||||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 5 | -11/+9 | |
|\| | | ||||||
| * | | Merge branch 'master' into no-inline-js | Lukas Reschke | 2013-01-25 | 2 | -1/+5 | |
| |\ \ | ||||||
| | * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-25 | 1 | -1/+2 | |
| | |/ | ||||||
| | * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-24 | 1 | -0/+3 | |
| * | | missing renames of publicListView to disableSharing | Thomas Mueller | 2013-01-23 | 2 | -2/+2 | |
| * | | Move publicListView to external JS | Lukas Reschke | 2013-01-21 | 1 | -8/+2 | |
| |/ | ||||||
* | | Implement getETag() in shared storage | Michael Gapczynski | 2013-01-19 | 1 | -1/+8 | |
* | | merge master into filesystem | Robin Appelman | 2013-01-16 | 2 | -3/+3 | |
|\| | ||||||
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 2 | -7/+7 | |
* | | merge master into filesystem | Robin Appelman | 2013-01-15 | 3 | -18/+44 | |
|\| | ||||||
| * | Merge pull request #1133 from owncloud/add_linebreaks_in_sharing | Thomas Müller | 2013-01-10 | 1 | -17/+35 | |
| |\ | ||||||
| | * | add more linebreaks, replace SQL LIMIT with param | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -17/+35 | |
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-11 | 1 | -2/+5 | |
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-10 | 1 | -0/+9 | |
| |/ | ||||||
* | | Return NOT_FOUND in shared cache | Michael Gapczynski | 2013-01-10 | 1 | -1/+1 | |
* | | Almost fix Shared scanner... | Michael Gapczynski | 2013-01-07 | 5 | -9/+26 | |
* | | Maked Shared_Permissions extend Permissions class | Michael Gapczynski | 2013-01-07 | 1 | -6/+6 | |
* | | Fix mimetypes in shared cache | Michael Gapczynski | 2013-01-07 | 1 | -1/+8 | |
* | | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -6/+6 | |
|\| | ||||||
| * | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Remove the WIP external sharing api | Tom Needham | 2012-12-31 | 4 | -84/+0 | |
| | * | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 4 | -4/+34 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 16 | -276/+354 | |
| | |\ \ \ | ||||||
| | * | | | | External Share API: Move url down one level in response | Tom Needham | 2012-10-31 | 3 | -2/+15 | |
| | * | | | | Fix url generated for public shared files | Tom Needham | 2012-10-28 | 1 | -2/+2 | |
| | * | | | | Merge master into ocs_api | Tom Needham | 2012-10-28 | 45 | -114/+559 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 3 | -1/+72 | |
* | | | | | | | Don't mount shared storage unless there are shared files | Michael Gapczynski | 2013-01-03 | 1 | -2/+4 | |
* | | | | | | | merge master into filesystem | Robin Appelman | 2013-01-03 | 3 | -4/+22 | |
|\| | | | | | | ||||||
| * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-03 | 1 | -0/+6 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-31 | 2 | -1/+16 | |
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-30 | 1 | -4/+1 | |
* | | | | | | Use the source Scanner for shared storage when the path is specified | Michael Gapczynski | 2013-01-01 | 1 | -3/+13 | |
* | | | | | | Initialize storageId variable in shared cache | Michael Gapczynski | 2013-01-01 | 1 | -0/+1 | |
* | | | | | | Actually add Shared_Watcher | Michael Gapczynski | 2013-01-01 | 1 | -0/+51 | |
* | | | | | | Remove Shared_Scanner and add Shared_Watcher instead | Michael Gapczynski | 2013-01-01 | 3 | -74/+5 | |
* | | | | | | Share: fix cache put function | Robin Appelman | 2013-01-01 | 1 | -1/+1 | |
* | | | | | | Share: small phpdoc fixes | Robin Appelman | 2013-01-01 | 1 | -4/+4 | |
* | | | | | | Fix Shared root problems with Watcher and Quota proxy | Michael Gapczynski | 2013-01-01 | 2 | -0/+16 | |
* | | | | | | Fix data for shared root folder | Michael Gapczynski | 2012-12-29 | 3 | -6/+23 | |
* | | | | | | Fix retrieving of shared source paths | Michael Gapczynski | 2012-12-29 | 1 | -13/+28 | |
* | | | | | | Fix shared folders | Michael Gapczynski | 2012-12-28 | 1 | -3/+14 | |
* | | | | | | Fix shared statuses inside folders | Michael Gapczynski | 2012-12-26 | 1 | -2/+2 | |
* | | | | | | merge master into filesystem | Robin Appelman | 2012-12-25 | 2 | -0/+18 | |
|\| | | | | | ||||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-12-23 | 1 | -0/+9 |