summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-022-4/+4
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-0169-1/+197
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-313-6/+8
* Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-302-17/+13
|\
| * Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-1924-183/+480
| |\
| * | Add missing \Lukas Reschke2014-05-041-1/+1
| * | Cleanup code a little bitLukas Reschke2014-05-042-23/+14
* | | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-302-2/+2
|\ \ \
| * | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-292-2/+2
* | | | Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
* | | | Removed "Share with" columnVincent Petry2014-05-303-17/+1
* | | | Added owner display name in actionVincent Petry2014-05-303-1/+13
* | | | Sharing overview fixes and unit testsVincent Petry2014-05-307-26/+634
* | | | Mimetype for sharing overviewVincent Petry2014-05-302-4/+16
* | | | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-303-20/+31
* | | | Small fixes to sharing overviewVincent Petry2014-05-302-1/+12
* | | | Fixed navigation orderVincent Petry2014-05-301-2/+2
* | | | Removed selection checkboxesVincent Petry2014-05-301-9/+0
* | | | Fixed sharing permissionsVincent Petry2014-05-301-2/+3
* | | | Fixed file actions for sharing viewsVincent Petry2014-05-303-23/+51
* | | | Group shares by typeVincent Petry2014-05-302-79/+75
* | | | Added sharing overview page (WIP)Vincent Petry2014-05-306-0/+328
* | | | extend OCS Share API to allow the user to ask for files shared with himBjoern Schiessle2014-05-301-0/+19
|/ / /
* | | Merge pull request #8736 from owncloud/appinfo-newrequirefieldsVincent Petry2014-05-271-2/+2
|\ \ \
| * | | Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
* | | | Merge pull request #8721 from owncloud/sharing_don_lose_filesizeVincent Petry2014-05-272-10/+46
|\ \ \ \ | |/ / / |/| | |
| * | | don't lose file size during renameBjoern Schiessle2014-05-262-10/+46
* | | | allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-1/+10
|/ / /
* | | Merge pull request #8688 from owncloud/public-image-positioningLukas Reschke2014-05-241-7/+0
|\ \ \
| * | | Show less whitespace above publicly shared imagesRobin Appelman2014-05-231-7/+0
* | | | Merge pull request #8699 from owncloud/sharing_improvementsBjörn Schießle2014-05-231-23/+26
|\ \ \ \
| * | | | fix share label creationBjoern Schiessle2014-05-231-23/+26
| |/ / /
* / / / remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-231-1/+1
|/ / /
* | | Merge pull request #8675 from owncloud/sharing-improvementsBjörn Schießle2014-05-232-8/+13
|\ \ \
| * | | prevent default action when clicking on the share notificationBjoern Schiessle2014-05-231-1/+6
| * | | always check for unique filename, if a file gets added from outside the mountBjoern Schiessle2014-05-221-6/+6
| * | | fileList needs be be declared before the if-statementBjoern Schiessle2014-05-221-1/+1
* | | | Dont scale up the preview for publicly shared imagesRobin Appelman2014-05-221-1/+2
|/ / /
* | | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-226-15/+117
* | | move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-219-78/+421
* | | Fixed JS issues in public pageVincent Petry2014-05-202-23/+30
| |/ |/|
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-199-42/+42
* | Fix whitespace issuesRobin McCorkell2014-05-162-6/+6
* | Fix more missing or broken PHPDocRobin McCorkell2014-05-163-7/+5
* | Fix PHPDoc in /appsRobin McCorkell2014-05-162-2/+2
* | Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-0/+54
|\ \
| * | use default expire date only for link sharesBjoern Schiessle2014-05-161-0/+54
* | | Merge pull request #8604 from owncloud/sharing_encforce_passwordBjörn Schießle2014-05-162-7/+66
|\ \ \
| * | | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-162-7/+66
| |/ /
* | | Merge pull request #6260 from owncloud/jan-navigation-filesidebarVincent Petry2014-05-164-87/+153
|\ \ \