| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
* | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
* | skip users that are not available anymore during sharing upgrade | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
* | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
* | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
* | Disable video preview if previews are disabled | Morris Jobke | 2015-06-10 | 2 | -1/+2 |
* | fix subfolder reshares over webdav | Robin Appelman | 2015-04-24 | 1 | -2/+2 |
* | resolve reshares in public webdav | Robin Appelman | 2015-04-24 | 1 | -3/+4 |
* | always fall back to default share folder | Bjoern Schiessle | 2015-03-26 | 3 | -6/+20 |
* | Uglify unit test to make them work on stable7 | Vincent Petry | 2015-03-13 | 1 | -13/+13 |
* | Add unit test for size propagation across share boundaries | Vincent Petry | 2015-03-13 | 1 | -0/+90 |
* | Fix size propagation over shared storage boundary | Vincent Petry | 2015-03-13 | 1 | -0/+22 |
* | Merge pull request #13796 from owncloud/issue/13490-stable7-backport | Björn Schießle | 2015-02-04 | 2 | -20/+18 |
|\ |
|
| * | use uid provided by setupfs hook to mount server2server shares | Joas Schilling | 2015-01-30 | 2 | -20/+18 |
* | | Give a better error message for external shares with self-signed ssl certific... | Robin Appelman | 2015-02-04 | 1 | -11/+17 |
|/ |
|
* | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-15 | 3 | -1/+47 |
* | Fix source path when share is a mount point | Vincent Petry | 2015-01-08 | 1 | -1/+3 |
* | Check for version before mounting a public link | Morris Jobke | 2015-01-05 | 2 | -2/+3 |
* | Patched french translation (backported from master) | Thomas Imbreckx | 2014-12-05 | 1 | -6/+6 |
* | password column needs to allow null otherwise Oracle will break for empty pas... | Bjoern Schiessle | 2014-12-04 | 1 | -1/+1 |
* | The "dir" key is used within the public sharing template to indicate in which... | Lukas Reschke | 2014-11-25 | 1 | -1/+1 |
* | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-19 | 1 | -3/+15 |
* | Hiding add to your own cloud if server2server sharing is not enabled | Clark Tomlinson | 2014-11-13 | 2 | -1/+9 |
* | adjust strings - fixed #11930 | Thomas Müller | 2014-11-05 | 1 | -3/+11 |
* | Store curl error message directly | Vincent Petry | 2014-11-04 | 1 | -5/+2 |
* | Check for cert bundle existence before using it | Vincent Petry | 2014-11-04 | 1 | -1/+10 |
* | Fix warning with unset extension check | Vincent Petry | 2014-10-29 | 1 | -1/+1 |
* | if it is not a folder share the path already points to the correct file | Bjoern Schiessle | 2014-10-21 | 1 | -1/+1 |
* | Merge pull request #11610 from owncloud/fix-svg-s7 | Thomas Müller | 2014-10-17 | 1 | -1/+1 |
|\ |
|
| * | Fix SVG icons | Lukas Reschke | 2014-10-16 | 1 | -1/+1 |
* | | Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objects... | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -18/+19 |
|\ \ |
|
| * | | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -16/+17 |
| * | | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -2/+2 |
* | | | Use certificate bundle from files_external for external shares | Robin Appelman | 2014-10-16 | 1 | -0/+5 |
| |/
|/| |
|
* | | Fixed array detection on public download | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
* | | try to get path from filesystem | Bjoern Schiessle | 2014-10-10 | 1 | -0/+5 |
* | | fix performance issues | Bjoern Schiessle | 2014-10-10 | 2 | -0/+152 |
* | | Updated info.xml app description | MTRichards | 2014-10-08 | 1 | -1/+5 |
|/ |
|
* | some small fixed, suggested by scrutinizer | Bjoern Schiessle | 2014-10-01 | 2 | -4/+4 |
* | throw a exception if we can't handle the provided path | Bjoern Schiessle | 2014-10-01 | 4 | -3/+75 |
* | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c... | Bjoern Schiessle | 2014-10-01 | 2 | -6/+61 |
* | some small fixes | Bjoern Schiessle | 2014-10-01 | 2 | -4/+4 |
* | clear share table after each test run | Bjoern Schiessle | 2014-10-01 | 1 | -0/+3 |
* | unit tests for grouping of shares pointing to the same source | Bjoern Schiessle | 2014-10-01 | 2 | -35/+74 |
* | group shares and combine permissions | Bjoern Schiessle | 2014-10-01 | 3 | -3/+29 |
* | Use SVG previews for public sharing | Lukas Reschke | 2014-10-01 | 2 | -23/+31 |
* | Check for blacklisted characters | Lukas Reschke | 2014-09-24 | 1 | -0/+6 |
* | Merge pull request #11202 from owncloud/stable_l10n_backport | Thomas Müller | 2014-09-22 | 33 | -33/+179 |
|\ |
|
| * | backport server2server strings | Volkan Gezer | 2014-09-21 | 33 | -33/+179 |
* | | fix button text l10n | Volkan Gezer | 2014-09-21 | 1 | -1/+1 |
|/ |
|