Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -0/+5 |
| | |||||
* | Extend share info | Roeland Jago Douma | 2015-10-02 | 1 | -1/+23 |
| | | | | | | | | | | | | The data from the share_external is not to much. Thus we enrich this data with info from the filecache. This allows endpoints using this to actually show usefull information. The filecache might not be up to date but that is a sacrifice we need to make in terms of speed. Else the number of remote PROPFINDS grows lineary with the number of remote shares wich will make this endpoint practically unusable. | ||||
* | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -2/+77 |
| | | | | | | * list incoming remote shares at 'remote_shares' * get per share info at 'remote_shares/<ID>' * delete remote share with a DELETE to 'remote_shares/<ID>' | ||||
* | Do not allow user enumeration if the config is disabled | Joas Schilling | 2015-09-23 | 1 | -2/+18 |
| | |||||
* | Merge pull request #19087 from ↵ | Thomas Müller | 2015-09-18 | 1 | -5/+8 |
|\ | | | | | | | | | owncloud/disable-remote-share-notifications-for-now Disable remote share notifications for now | ||||
| * | Disable the remote sharing notifications until they work properly | Joas Schilling | 2015-09-17 | 1 | -0/+3 |
| | | |||||
| * | Change the order of the buttons | Joas Schilling | 2015-09-17 | 1 | -5/+5 |
| | | |||||
* | | Fix status code | Joas Schilling | 2015-09-15 | 1 | -3/+4 |
| | | |||||
* | | Throw an error when the page count or perPage setting is invalid | Joas Schilling | 2015-09-15 | 1 | -3/+10 |
|/ | |||||
* | Fix parameter name to match the specs | Joas Schilling | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 1 | -1/+0 |
| | |||||
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 2 | -1/+5 |
| | |||||
* | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 1 | -0/+22 |
| | |||||
* | Merge pull request #18234 from owncloud/ocs_api_for_sharees_list | Björn Schießle | 2015-09-01 | 1 | -0/+409 |
|\ | | | | | Add OCS API for sharees list | ||||
| * | Bring the coverage back to 100% | Joas Schilling | 2015-08-26 | 1 | -17/+21 |
| | | |||||
| * | Adjust tests | Joas Schilling | 2015-08-26 | 1 | -26/+51 |
| | | |||||
| * | Fix performance issues of the sharees api | Joas Schilling | 2015-08-26 | 1 | -177/+149 |
| | | |||||
| * | Do not return the current user himself | Joas Schilling | 2015-08-26 | 1 | -0/+5 |
| | | |||||
| * | Take a list of share IDs instead of the user and group names | Joas Schilling | 2015-08-26 | 1 | -13/+55 |
| | | |||||
| * | Inject the logger as well | Joas Schilling | 2015-08-26 | 1 | -27/+36 |
| | | |||||
| * | Add all possible links next, prev, first and last | Joas Schilling | 2015-08-26 | 1 | -15/+39 |
| | | |||||
| * | Make shareType an array | Joas Schilling | 2015-08-26 | 1 | -13/+44 |
| | | |||||
| * | Add tests for "search()" | Joas Schilling | 2015-08-26 | 1 | -6/+6 |
| | | |||||
| * | Do not use deprecated method in new code | Joas Schilling | 2015-08-26 | 1 | -9/+8 |
| | | |||||
| * | Split logic and global usage and add tests for "searchSharees()" | Joas Schilling | 2015-08-26 | 1 | -9/+30 |
| | | |||||
| * | Filter the sharees with the existing shares | Joas Schilling | 2015-08-26 | 1 | -30/+64 |
| | | |||||
| * | Use SearchResultSorter | Joas Schilling | 2015-08-26 | 1 | -16/+4 |
| | | |||||
| * | Add tests for "getGroups()" | Joas Schilling | 2015-08-26 | 1 | -9/+12 |
| | | |||||
| * | Add tests for "getUsers()" | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | | |||||
| * | Move test file to subdir | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | | |||||
| * | Sort sharees | Roeland Jago Douma | 2015-08-26 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | To ensure that pagination is working properly we need to make sure the shares are always in the same order. Sorting is first done by label (catches most instances) If there is a user and a group with the same label we sort by shareType If there are multiple users with the same label we sort those by shareWith | ||||
| * | Start of OCS Share API sharees endpoint | Roeland Jago Douma | 2015-08-26 | 1 | -0/+234 |
| | | |||||
* | | Return permissions and expiration on create share responses | Roeland Jago Douma | 2015-08-30 | 1 | -0/+4 |
| | | | | | | | | Updated and added unit tests | ||||
* | | Actually validate the expire date on share | Roeland Jago Douma | 2015-08-30 | 1 | -4/+8 |
| | | | | | | | | * Added more intergration tests | ||||
* | | Allow to directly set the expireDate on a new (link)share | Roeland Jago Douma | 2015-08-29 | 1 | -2/+36 |
|/ | | | | | | | | | | Since this extends the API we now properly parse the date. We only accept valid ISO 8601 Dates (YYYY-MM-DD). Currently this only works for link shares (it is just ignored for other shares). Since we do not have user/group/federated expiring shares yet. * Tests added | ||||
* | Use an IEvent object instead of a huge parameter list | Joas Schilling | 2015-08-19 | 1 | -6/+16 |
| | |||||
* | Send the file id when dealing with remote share responses | Joas Schilling | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14401 from owncloud/ux-s2s-ldap | Thomas Müller | 2015-08-19 | 1 | -0/+8 |
|\ | | | | | allow login names to be used for s2s with LDAP users | ||||
| * | allow login names to be used for s2s with LDAP users | Arthur Schiwon | 2015-04-13 | 1 | -0/+8 |
| | | |||||
* | | Move private functions to proper list of arguments | Roeland Jago Douma | 2015-08-11 | 1 | -25/+22 |
| | | | | | | | | | | | | Some private static functions in the OCS Share API (files_sharing/api/local.php) take a params array with all the info inside. This is bad for the limited type checking and is not clear. | ||||
* | | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 1 | -1/+0 |
| | | | | | | | | Switch to new javascript mimetype resolver | ||||
* | | Merge pull request #17335 from ↵ | Joas Schilling | 2015-07-06 | 1 | -8/+16 |
|\ \ | | | | | | | | | | | | | owncloud/better-federated-cloud-sharing-activities Improve federated cloud sharing activities | ||||
| * | | Add the item name to the federated sahre activity | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | Use the app constant to fix the grouping | Joas Schilling | 2015-07-02 | 1 | -8/+10 |
| | | | |||||
| * | | Use the item name when refering to the unaccepted remote share | Joas Schilling | 2015-07-02 | 1 | -1/+7 |
| | | | |||||
* | | | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 2 | -1/+95 |
| | | | |||||
* | | | Allow sharing with type remote share | Joas Schilling | 2015-07-03 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #16535 from rullzer/ocs_share_api_url | Morris Jobke | 2015-07-01 | 1 | -0/+10 |
|\ \ | | | | | | | OCS Share API link shares now always have an url | ||||
| * | | OCS Share API link shares now always have an url | Roeland Jago Douma | 2015-05-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | 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 #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Move files sharing app (mostly) to OCP\DB |