summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-1770-414/+708
|
* Merge pull request #2122 from nextcloud/downstream-26520Morris Jobke2016-11-172-5/+6
|\ | | | | Hack to prevent warning for read-only wrapper in public links
| * only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-0/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
| | | | | | | | | | | | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* | Merge pull request #2151 from nextcloud/theming-fixesMorris Jobke2016-11-162-30/+53
|\ \ | | | | | | theming: move reset button into field and only show when focused
| * | theming: move reset button into field and only show when focusedJan-Christoph Borchardt2016-11-162-30/+53
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #2157 from nextcloud/fix-checkboxesJoas Schilling2016-11-162-5/+5
|\ \ \ | | | | | | | | Fix checkboxes when theming color is enabled
| * | | Revert "Fix #1782"Julius Haertl2016-11-162-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | | Merge pull request #2123 from nextcloud/downstream-26522Joas Schilling2016-11-162-2/+34
|\ \ \ \ | |_|_|/ |/| | | Skip hidden files when counting visible files in list
| * | | Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-142-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | The file list UI logic that renders the next page doesn't properly exclude hidden files when not shown. This fix makes sure that only rows that are actually visible are counted when rendering a page, this makes sure that the page will always have enough elements displayed.
* | | | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboardRoeland Jago Douma2016-11-162-10/+23
|\ \ \ \ | | | | | | | | | | Adds copy tooltip to clipboards
| * | | | Fix tooltips - they now properly change on clickMorris Jobke2016-11-163-11/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Adds copy tooltip to clipboardsRoeland Jago Douma2016-11-151-1/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | basic lockdown logicRobin Appelman2016-11-161-0/+1
| |_|/ |/| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | | Update the since version to 11.0.0Joas Schilling2016-11-168-50/+50
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix integration testsJoas Schilling2016-11-161-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Remove the old activity extensionJoas Schilling2016-11-163-720/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add back the support for the short translationsJoas Schilling2016-11-161-4/+68
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Don't even try to combine when the subject is differentJoas Schilling2016-11-161-0/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Provider for the files appJoas Schilling2016-11-165-0/+226
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Register the settings of the files app via info.xmlJoas Schilling2016-11-167-20/+499
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Move the favorites filter to IFilterJoas Schilling2016-11-166-94/+167
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Move files filter to IFilterJoas Schilling2016-11-163-15/+104
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Use 11.0 instead 9.2Lukas Reschke2016-11-1520-20/+20
|/ / | | | | | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2016-11-154-0/+4
| |
* | Merge pull request #2125 from nextcloud/downstream-26546Morris Jobke2016-11-151-3/+3
|\ \ | | | | | | Transfer ownership now returns exit code on error
| * | Transfer ownership now returns exit code on error (#26546)Vincent Petry2016-11-141-3/+3
| |/
* | Merge pull request #2119 from nextcloud/downstream-26555Roeland Jago Douma2016-11-141-1/+5
|\ \ | | | | | | disabling dropping on dragging objects temporarily
| * | disabling dropping on dragging objects temporarilyMichael Jobst2016-11-141-1/+5
| |/ | | | | | | better solution
* | Merge pull request #2084 from nextcloud/files_drop_avatars_disabledMorris Jobke2016-11-141-1/+1
|\ \ | | | | | | Fixes files_drop when avatars are disabled
| * | Fixes files_drop when avatars are disabledRoeland Jago Douma2016-11-131-1/+1
| | | | | | | | | | | | | | | | | | Fixes: #2080 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2115 from nextcloud/oc_26527Roeland Jago Douma2016-11-141-15/+21
|\ \ \ | | | | | | | | Skip broken shares when transferring ownership (#26527)
| * | | Skip broken shares when transferring ownership (#26527)Vincent Petry2016-11-141-15/+21
| | |/ | |/|
* | | Merge pull request #2110 from nextcloud/oc_26526Roeland Jago Douma2016-11-141-1/+1
|\ \ \ | | | | | | | | First process group shares and then user shares
| * | | First process group shares and then user sharesVincent Petry2016-11-141-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share.
* | | Merge pull request #2111 from nextcloud/oc_26549Roeland Jago Douma2016-11-145-19/+1
|\ \ \ | | | | | | | | Remove unused $view from FilesPlugin (#26549)
| * | | Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-145-19/+1
| |/ / | | | | | | | | | The Sabre FilesPlugin never uses the view so remove it.
* | | 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
| |