summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #8778 from owncloud/storage-instanceoficewind19912014-05-3010-6/+65
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
| * | | | | | | | | Fix storage wrapper being called with nullRobin Appelman2014-05-291-1/+1
| * | | | | | | | | Use instanceOfStorage instead of instanceofRobin Appelman2014-05-293-3/+6
| * | | | | | | | | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-296-2/+47
* | | | | | | | | | Merge pull request #8417 from owncloud/share-overviewLukas Reschke2014-05-3027-162/+1494
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
| * | | | | | | | | | Removed "Share with" columnVincent Petry2014-05-303-17/+1
| * | | | | | | | | | Fix fileList fallback in OC.Share for outside files appVincent Petry2014-05-301-3/+10
| * | | | | | | | | | Added owner display name in actionVincent Petry2014-05-303-1/+13
| * | | | | | | | | | Sharing overview fixes and unit testsVincent Petry2014-05-3014-70/+751
| * | | | | | | | | | Fix table header colorsVincent Petry2014-05-301-1/+7
| * | | | | | | | | | Fix IE8 issue when icon is not definedVincent Petry2014-05-301-1/+1
| * | | | | | | | | | Mimetype for sharing overviewVincent Petry2014-05-302-4/+16
| * | | | | | | | | | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-3013-81/+183
| * | | | | | | | | | Small fixes to sharing overviewVincent Petry2014-05-302-1/+12
| * | | | | | | | | | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-305-16/+62
| * | | | | | | | | | Fixed navigation orderVincent Petry2014-05-303-3/+8
| * | | | | | | | | | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
| * | | | | | | | | | Added unit test for file action context argumentVincent Petry2014-05-301-4/+32
| * | | | | | | | | | Removed selection checkboxesVincent Petry2014-05-301-9/+0
| * | | | | | | | | | Fixed sharing permissionsVincent Petry2014-05-301-2/+3
| * | | | | | | | | | Fixed file actions for sharing viewsVincent Petry2014-05-308-49/+112
| * | | | | | | | | | Improved FileActions with contextVincent Petry2014-05-302-4/+17
| * | | | | | | | | | Group shares by typeVincent Petry2014-05-302-79/+75
| * | | | | | | | | | Added sharing overview page (WIP)Vincent Petry2014-05-308-5/+344
| * | | | | | | | | | extend OCS Share API to allow the user to ask for files shared with himBjoern Schiessle2014-05-301-0/+19
|/ / / / / / / / / /
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-30206-6605/+9373
* | | | | | | | | | Merge pull request #8700 from owncloud/design-smallfixesLukas Reschke2014-05-295-13/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix double "saved" message when changing email settingsJoas Schilling2014-05-281-1/+1
| * | | | | | | | | | move saved notification for mail server, so it's smallerJan-Christoph Borchardt2014-05-231-2/+2
| * | | | | | | | | | fix border-radius in settings to 3pxJan-Christoph Borchardt2014-05-231-3/+3
| * | | | | | | | | | fix height of select boxes for OS XJan-Christoph Borchardt2014-05-231-0/+5
| * | | | | | | | | | use user-select: none; on header, navigation and user menuJan-Christoph Borchardt2014-05-231-4/+10
| * | | | | | | | | | darken scrollbar to distinguish from selected sidebar itemsJan-Christoph Borchardt2014-05-231-3/+9
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #8759 from owncloud/fix-phpunitLukas Reschke2014-05-295-143/+143
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix assertionsBernhard Posselt2014-05-281-9/+14
| * | | | | | | | | | fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-285-134/+129
* | | | | | | | | | | Merge pull request #8773 from owncloud/l10n-tipsy-deleteLukas Reschke2014-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | show delete hint text on hovering trashVolkan Gezer2014-05-281-1/+1
* | | | | | | | | | | | Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke2014-05-299-31/+163
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed DOM elements, styling and code style issuesVincent Petry2014-05-283-27/+24
| * | | | | | | | | | | | Fixed styles in update overview pageVincent Petry2014-05-272-9/+19
| * | | | | | | | | | | | Now showing disabled apps as upgrade status lineVincent Petry2014-05-276-4/+26
| * | | | | | | | | | | | Added update overview pageVincent Petry2014-05-274-30/+133
* | | | | | | | | | | | | Merge pull request #8771 from owncloud/enc_get_mount_from_mountmanagerRobin McCorkell2014-05-292-18/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | get mount point from mount managerBjoern Schiessle2014-05-282-18/+9
* | | | | | | | | | | | | | Merge pull request #8780 from owncloud/remove-deprecated-functionsBernhard Posselt2014-05-291-33/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove deprecated functionsLukas Reschke2014-05-291-33/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #8554 from owncloud/add_resetadminpass_commandAndreas Fischer2014-05-292-0/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |