summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-072-0/+2
|
* Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-061-2/+4
|\ | | | | Introduce mimetype DB update occ command
| * Split mimetype handling to new classRobin McCorkell2015-09-041-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-0512-0/+18
| |
* | Avoid re-propagation of shares during one propagation runMorris Jobke2015-09-041-0/+8
| | | | | | | | * fix was proposed by @nickvergessen
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-0446-46/+0
| |
* | Merge pull request #18810 from owncloud/shared-mount-delay-setupVincent Petry2015-09-032-7/+6
|\ \ | | | | | | Delay setting up the filesystem for a share owner untill the share is used
| * | Delay setting up the filesystem for a share owner untill the share is usedRobin Appelman2015-09-032-7/+6
| | |
* | | Merge pull request #18781 from ↵Morris Jobke2015-09-034-5/+24
|\ \ \ | |/ / |/| | | | | | | | owncloud/move-background-job-registration-to-install-update Move background job registration to install update
| * | Move registration of background job to install/updateJoas Schilling2015-09-024-5/+24
| | |
* | | Collapse HTML code for federated codeLukas Reschke2015-09-032-5/+10
|/ /
* | Merge pull request #18234 from owncloud/ocs_api_for_sharees_listBjörn Schießle2015-09-013-0/+1417
|\ \ | | | | | | Add OCS API for sharees list
| * | Bring the coverage back to 100%Joas Schilling2015-08-262-25/+169
| | |
| * | Adjust testsJoas Schilling2015-08-262-403/+348
| | |
| * | Fix performance issues of the sharees apiJoas Schilling2015-08-262-179/+151
| | |
| * | Manually query for the last idJoas Schilling2015-08-261-1/+11
| | |
| * | Fix wrong value for datetime fieldJoas Schilling2015-08-261-1/+2
| | |
| * | Rename file to match the class nameJoas Schilling2015-08-261-0/+0
| | |
| * | Add tests for "getShareesForShareIds()"Joas Schilling2015-08-261-0/+93
| | |
| * | Do not return the current user himselfJoas Schilling2015-08-262-5/+44
| | |
| * | Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-263-67/+118
| | |
| * | Inject the logger as wellJoas Schilling2015-08-263-31/+44
| | |
| * | Add all possible links next, prev, first and lastJoas Schilling2015-08-262-16/+88
| | |
| * | Make shareType an arrayJoas Schilling2015-08-262-58/+144
| | |
| * | Add tests for "search()"Joas Schilling2015-08-262-7/+156
| | |
| * | Do not use deprecated method in new codeJoas Schilling2015-08-263-12/+11
| | |
| * | Split logic and global usage and add tests for "searchSharees()"Joas Schilling2015-08-262-44/+217
| | |
| * | Filter the sharees with the existing sharesJoas Schilling2015-08-261-30/+64
| | |
| * | Use SearchResultSorterJoas Schilling2015-08-261-16/+4
| | |
| * | Add tests for "getRemote()"Joas Schilling2015-08-261-1/+84
| | |
| * | Add tests for "getGroups()"Joas Schilling2015-08-262-11/+82
| | |
| * | Add tests for "getUsers()"Joas Schilling2015-08-262-25/+206
| | |
| * | Move test file to subdirJoas Schilling2015-08-262-1/+1
| | |
| * | Empty skeleton for testsRoeland Jago Douma2015-08-261-0/+50
| | |
| * | Sort shareesRoeland Jago Douma2015-08-261-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 endpointRoeland Jago Douma2015-08-262-0/+245
| | |
* | | Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-302-22/+120
| |/ |/| | | | | Updated and added unit tests
* | Actually validate the expire date on shareRoeland Jago Douma2015-08-302-5/+95
| | | | | | | | * Added more intergration tests
* | Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-292-2/+92
| | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #18577 from owncloud/action-detailsMorris Jobke2015-08-261-8/+8
|\ \ | | | | | | file action detail style fixes
| * | fix unit testsMorris Jobke2015-08-261-8/+8
| | |
* | | Remove languages which are no longer maintained on transifexThomas Müller2015-08-2612-108/+0
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-262-0/+2
|/
* Merge pull request #18564 from owncloud/fix-transifex-syncMorris Jobke2015-08-25152-166/+174
|\ | | | | Update slug
| * [tx-robot] updated from transifexJenkins for ownCloud2015-08-25152-166/+174
| |
* | don't load gs-shareThomas Müller2015-08-251-2/+4
| |
* | Simply hide sharing buttons for IE8 - fixes #18011Thomas Müller2015-08-252-0/+9
|/
* Merge pull request #18477 from owncloud/fed-alwaysdetectremotechangesVincent Petry2015-08-241-0/+2
|\ | | | | Always detect remote changes for fed sharing
| * Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
| | | | | | | | | | This is even more important now that filesystem_check_changes is 0 by default.
* | Merge pull request #18486 from owncloud/use-client-service-to-work-behind-proxyVincent Petry2015-08-245-53/+247
|\ \ | | | | | | Use client service to work behind proxy for checks for remote ownCloud instances