summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2112 from nextcloud/downstream-26206Roeland Jago Douma2016-11-145-16/+21
|\ | | | | Introduce an event for first time login based on the last login time …
| * Introduce an event for first time login based on the last login time stampThomas Müller2016-11-145-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* | Merge pull request #2100 from nextcloud/do_not_increse_link_share_permsRoeland Jago Douma2016-11-142-1/+57
|\ \ | |/ |/| Fixes not allowed increasing of link share permissions
| * Fixes not allowed increasing of link share permissionsRoeland Jago Douma2016-11-132-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following: 1. user0 shares folder with user1 (RO but with sharing permissions) 2. user1 shares by link 3. user1 send 'publicUpload=true' OCS request to the link share before this increased the permissions of the link share. Which should not happen. now: API reponds with an error that the permissions can't be increased. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2106 from nextcloud/proper-empty-message-for-tagsMorris Jobke2016-11-141-0/+3
|\ \ | | | | | | Show specific empty message for tag input fields
| * | Show specific empty message for tag input fieldsMorris Jobke2016-11-141-0/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2068 from ↵Morris Jobke2016-11-142-22/+26
|\ \ \ | |/ / |/| | | | | | | | nextcloud/sharetypesinfolder-no-getdirectorycontent remove unneeded getDirectoryContent when getting share types for a folder
| * | fix testsRobin Appelman2016-11-101-8/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove unneeded getDirectoryContent when getting share types for a folderRobin Appelman2016-11-091-14/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2067 from nextcloud/fileinfo-lazy-substoragesMorris Jobke2016-11-141-1/+2
|\ \ \ | | | | | | | | only query substorages to calculate the final mtime/size/etag when we need it
| * | | only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-1/+2
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | / [tx-robot] updated from transifexNextcloud bot2016-11-1414-70/+120
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-11-138-0/+164
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-128-48/+128
| |
* | Merge pull request #2082 from nextcloud/files_drop_sabre32Joas Schilling2016-11-111-2/+2
|\ \ | | | | | | Fixes files_drop for sabre 3.2
| * | Fixes files_drop for sabre 3.2Roeland Jago Douma2016-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | In the new sabre (3.2) the order of beforeMethod is switched. it used to be that beforeMethod:METHOD was called after beforeMethod. But now it is called before. Since we need the view this was broken. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-1112-4/+38
|/ /
* | Only check the sharing backends for file/folder itemsJoas Schilling2016-11-102-24/+54
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-1066-48/+452
|/
* Merge pull request #1792 from nextcloud/bump_sabreRoeland Jago Douma2016-11-0923-119/+374
|\ | | | | Bump sabre
| * Add testsLukas Reschke2016-11-092-0/+143
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Fix CalendarTestRoeland Jago Douma2016-11-042-1/+25
| | | | | | | | | | | | * Made sure delete from self works again (and is tested) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix pluginRoeland Jago Douma2016-11-042-1/+43
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Minor fixesRoeland Jago Douma2016-11-043-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testsRoeland Jago Douma2016-11-042-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-0418-111/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | 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