summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1998 from nextcloud/share-by-mail-notificationBjörn Schießle2016-11-087-57/+521
|\ | | | | add share by mail activity
| * Fix some typosJoas Schilling2016-11-081-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * add activity if a file was shared by mailBjoern Schiessle2016-11-086-12/+418
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add activity for share by mailBjoern Schiessle2016-11-082-45/+103
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #1618 from nextcloud/show-folder-shared-statusMorris Jobke2016-11-088-20/+435
|\ \ | | | | | | make it possible to share the current folder
| * | Fix styling of the breadcrumbs iconMorris Jobke2016-11-081-2/+5
| | | | | | | | | | | | | | | | | | | | | * properly center share icon * also apply styles for public share icon Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | fix share icon position and remove debug logChristoph Wurst2016-11-082-2/+0
| | |
| * | Add testsRoeland Jago Douma2016-11-071-0/+224
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Show link icon when shared by linkRoeland Jago Douma2016-11-071-13/+12
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Actually update the stateRoeland Jago Douma2016-11-071-1/+19
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | detail fixes for share current folderJan-Christoph Borchardt2016-11-072-3/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Listen to sharetab changesRoeland Jago Douma2016-11-072-1/+12
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | update breadcrumb view whenever the share information on the directory info ↵Christoph Wurst2016-11-072-7/+15
| | | | | | | | | | | | | | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | the root folder must not be sharedChristoph Wurst2016-11-071-6/+11
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | visually reflect sharing state of current folderChristoph Wurst2016-11-073-5/+35
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | refactor share permission logic into own method to reuse it for the share tabChristoph Wurst2016-11-072-13/+26
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | let users share the curren folderChristoph Wurst2016-11-072-4/+19
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | show whether the current folder was shared or notChristoph Wurst2016-11-075-0/+93
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-0860-66/+70
|/ /
* | Fix translation stringJoas Schilling2016-11-071-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-0718-14/+188
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-066-0/+138
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-0516-38/+206
| |
* | Merge pull request #2014 from nextcloud/cleanup_oc_group_a_tadRoeland Jago Douma2016-11-042-25/+49
|\ \ | | | | | | Cleanup OC_Group usage a bit
| * | Cleanup OC_Group usage a bitRoeland Jago Douma2016-11-042-25/+49
| |/ | | | | | | | | | | This is deprecated internal stuff. Should not be used anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Fixed disappearing of share info in file viewMichael Jobst2016-11-041-1/+6
|/
* [tx-robot] updated from transifexNextcloud bot2016-11-046-0/+14
|
* Merge pull request #1741 from nextcloud/new_previewLukas Reschke2016-11-0315-306/+942
|\ | | | | Improve previews
| * More testsRoeland Jago Douma2016-11-036-38/+556
| | | | | | | | | | | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Added genertor helper & testsRoeland Jago Douma2016-11-031-13/+32
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update thumbnail endpoint to new generatoRoeland Jago Douma2016-11-031-6/+17
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move over files_trashbinRoeland Jago Douma2016-11-033-82/+134
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Moved over files_versionsRoeland Jago Douma2016-11-034-72/+122
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move publicpreview overRoeland Jago Douma2016-11-033-133/+119
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1733 from nextcloud/dav-eventsRoeland Jago Douma2016-11-0311-51/+1410
|\ \ | | | | | | Activities for calendars, events and todos
| * | Add more testsJoas Schilling2016-11-031-5/+102
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add tests for triggerCalendarActivityJoas Schilling2016-11-031-4/+139
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Start unit tests for the activity listenerJoas Schilling2016-11-031-0/+100
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add tests for dispatching of the eventsJoas Schilling2016-11-032-5/+66
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use the event dispatcherJoas Schilling2016-11-038-177/+189
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use a different type for events and todosJoas Schilling2016-11-032-3/+20
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Activities for events and todosJoas Schilling2016-11-033-6/+189
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Move the methods into a new classJoas Schilling2016-11-0310-337/+497
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add activities for sharesJoas Schilling2016-11-032-7/+100
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix unshare actions for author != ownerJoas Schilling2016-11-032-16/+54
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add activity for unshare from groupJoas Schilling2016-11-032-0/+37
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Unshare user activitiesJoas Schilling2016-11-032-4/+80
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Start working on calendar activitiesJoas Schilling2016-11-033-1/+351
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2000 from nextcloud/sharebymail-iconBjörn Schießle2016-11-031-0/+1
|\ \ \ | | | | | | | | add share by mail icon, fix #1979
| * | | add share by mail icon, fix #1979Jan-Christoph Borchardt2016-11-031-0/+1
| | |/ | |/| | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>