| Commit message (Expand) | Author | Age | Files | Lines |
* | Added filesApp flag as input field for files app detection | Vincent Petry | 2013-10-08 | 1 | -0/+1 |
* | fix escaping | Morris Jobke | 2013-10-08 | 1 | -1/+1 |
* | make sure that we only remove file/folder shares | Bjoern Schiessle | 2013-10-08 | 2 | -3/+3 |
* | Added isPublic flag in files_sharing template | Vincent Petry | 2013-10-07 | 1 | -0/+1 |
* | Merge pull request #5129 from owncloud/remove_deleted_shares_from_db | Björn Schießle | 2013-10-07 | 3 | -7/+36 |
|\ |
|
| * | catch exception if db query execution fails | Bjoern Schiessle | 2013-10-07 | 1 | -1/+5 |
| * | Merge branch 'master' into remove_deleted_shares_from_db | Bjoern Schiessle | 2013-10-07 | 4 | -1/+1035 |
| |\ |
|
| * | | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 2 | -7/+17 |
| * | | add comments | Bjoern Schiessle | 2013-10-04 | 1 | -0/+5 |
| * | | remove deleted shares from the database table oc_share | Bjoern Schiessle | 2013-10-02 | 1 | -0/+10 |
* | | | Merge pull request #5102 from owncloud/input-simplify | Morris Jobke | 2013-10-04 | 1 | -3/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | fix multiselect bar opacity, webroot | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+1 |
| * | | simplify input elements for less cognitive load. No box-shadow, no text-shado... | Jan-Christoph Borchardt | 2013-10-03 | 1 | -3/+1 |
| |/ |
|
* | | Merge pull request #4877 from owncloud/ocs_share_api | Björn Schießle | 2013-10-04 | 4 | -1/+1035 |
|\ \
| |/
|/| |
|
| * | update tests | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| * | use true/false instead of yes/no for publicUpload and subfiles parameter | Bjoern Schiessle | 2013-10-04 | 1 | -4/+4 |
| * | use always path as parameter to specify a file/folder | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| * | also return success if no shares are found. | Bjoern Schiessle | 2013-09-30 | 1 | -3/+4 |
| * | add testUpdateShareUpload() | Bjoern Schiessle | 2013-09-30 | 1 | -3/+62 |
| * | add getShareFromFolder() test | Bjoern Schiessle | 2013-09-30 | 1 | -0/+37 |
| * | Make sure that testDeleteShare() has some shares to delete | Bjoern Schiessle | 2013-09-30 | 2 | -15/+39 |
| |\ |
|
| | * | flipping arguments on assertEquals() - first argument contains the expected v... | Thomas Müller | 2013-09-29 | 1 | -4/+4 |
| | * | - adding unit test testGetShareFromUnknownId() | Thomas Müller | 2013-09-29 | 2 | -11/+23 |
| * | | add some comments | Bjoern Schiessle | 2013-09-27 | 1 | -2/+3 |
| |/ |
|
| * | add test getShareFromId | Bjoern Schiessle | 2013-09-27 | 1 | -1/+36 |
| * | Merge branch 'master' into ocs_share_api | Bjoern Schiessle | 2013-09-26 | 13 | -19/+112 |
| |\ |
|
| * | | add some additional assertions to the tests | Bjoern Schiessle | 2013-09-25 | 1 | -2/+11 |
| * | | add error message to the assert | Thomas Müller | 2013-09-25 | 1 | -2/+2 |
| * | | remove debug output | Bjoern Schiessle | 2013-09-23 | 1 | -1/+0 |
| * | | make sure that files are shared correctly before each test and unshared again... | Bjoern Schiessle | 2013-09-20 | 1 | -2/+43 |
| * | | disable encrpytion app before performing tests | Bjoern Schiessle | 2013-09-20 | 1 | -11/+14 |
| * | | disable encryption app for share API tests | Bjoern Schiessle | 2013-09-19 | 1 | -0/+14 |
| * | | set share id to 'unknown' if we can't retrive one | Bjoern Schiessle | 2013-09-19 | 1 | -7/+6 |
| * | | extend API to get the shares from all files in a given folder | Bjoern Schiessle | 2013-09-19 | 1 | -0/+32 |
| * | | remove some unused variables | Bjoern Schiessle | 2013-09-19 | 1 | -6/+0 |
| * | | some unit test for the new ocs share api | Bjoern Schiessle | 2013-09-19 | 3 | -6/+325 |
| * | | return error if wrong shareType is given | Bjoern Schiessle | 2013-09-19 | 1 | -0/+2 |
| * | | remove debug output | Bjoern Schiessle | 2013-09-18 | 1 | -1/+1 |
| * | | use share ID as REST resource | Bjoern Schiessle | 2013-09-17 | 2 | -88/+168 |
| * | | more rest-style API | Bjoern Schiessle | 2013-09-17 | 2 | -52/+133 |
| * | | return error if public upload is disabled | Bjoern Schiessle | 2013-09-16 | 1 | -19/+10 |
| * | | allow to set a different permission during initial share operation | Bjoern Schiessle | 2013-09-16 | 1 | -3/+3 |
| * | | ocs api for file sharing | Bjoern Schiessle | 2013-09-16 | 2 | -61/+84 |
| * | | some more OCS calls for sharing | Bjoern Schiessle | 2013-09-06 | 2 | -22/+118 |
| * | | intermediate result ocs api | Bjoern Schiessle | 2013-09-06 | 2 | -8/+116 |
| * | | intermediate results, share api | Bjoern Schiessle | 2013-09-04 | 2 | -14/+48 |
| * | | initial commit, start implementing the ocs share api | Bjoern Schiessle | 2013-09-04 | 2 | -1/+53 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-30 | 1 | -0/+7 |
* | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-27 | 1 | -9/+69 |
|\ \ \ |
|
| * \ \ | Merge pull request #4207 from owncloud/search_shared_files | Thomas Müller | 2013-09-27 | 1 | -9/+69 |
| |\ \ \
| | |_|/
| |/| | |
|