aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18185 from owncloud/share-dialog-files-sidebarThomas Müller2015-09-165-137/+223
|\
| * More unit tests for share dialogVincent Petry2015-09-161-8/+1
| * Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-162-68/+58
| * Bring back the share icon and update its statusVincent Petry2015-09-162-8/+62
| * fix allow upload checkbox appeareanceArthur Schiwon2015-09-161-1/+1
| * implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-161-0/+4
| * remove obsolete file actionArthur Schiwon2015-09-161-55/+0
| * now you even can shareArthur Schiwon2015-09-162-1/+1
| * show link shareArthur Schiwon2015-09-161-2/+4
| * Fix share permissions for share tabVincent Petry2015-09-161-2/+1
| * Add share dialog into share tabVincent Petry2015-09-163-13/+42
| * refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma...Arthur Schiwon2015-09-162-1/+71
* | Fix the parameter order in the translationJoas Schilling2015-09-161-1/+1
|/
* Fix parameter name to match the specsJoas Schilling2015-09-152-10/+10
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-1410-0/+22
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-132-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-1210-0/+22
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-1158-0/+58
* Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-1010-2/+147
|\
| * Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-083-4/+3
| * Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-088-2/+33
| * Add notifications for remote sharesJoas Schilling2015-09-083-0/+115
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-102-0/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-094-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-084-24/+42
* Merge pull request #18876 from owncloud/missing-context-on-update-file-targetMorris Jobke2015-09-071-1/+1
|\
| * Use context function call instead of staticJoas Schilling2015-09-071-1/+1
* | Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-071-0/+1
|\ \ | |/ |/|
| * Combine upload action into the "New" menuVincent Petry2015-08-281-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-072-0/+2
* | Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-061-2/+4
|\ \
| * | 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
* | | [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 usedRobin Appelman2015-09-032-7/+6
* | | | Merge pull request #18781 from owncloud/move-background-job-registration-to-i...Morris Jobke2015-09-034-5/+24
|\ \ \ \ | |/ / / |/| | |
| * | | 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
|\ \ \
| * | | 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