summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-1744-408/+414
|
* 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.
* | Update the since version to 11.0.0Joas Schilling2016-11-168-50/+50
| | | | | | | | 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-151-1/+1
| | | | | | | | | | | | 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>
* | 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 #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.
* / Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-3/+5
|/ | | | | | | | | | | | 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
* [tx-robot] updated from transifexNextcloud bot2016-11-146-56/+102
|
* [tx-robot] updated from transifexNextcloud bot2016-11-124-44/+124
|
* [tx-robot] updated from transifexNextcloud bot2016-11-106-0/+46
|
* Merge pull request #1618 from nextcloud/show-folder-shared-statusMorris Jobke2016-11-082-7/+43
|\ | | | | make it possible to share the current folder
| * update breadcrumb view whenever the share information on the directory info ↵Christoph Wurst2016-11-071-5/+5
| | | | | | | | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * let users share the curren folderChristoph Wurst2016-11-071-4/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * show whether the current folder was shared or notChristoph Wurst2016-11-072-0/+33
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2016-11-084-12/+12
|/
* [tx-robot] updated from transifexNextcloud bot2016-11-072-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-11-062-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2016-11-054-0/+16
|
* Merge pull request #1741 from nextcloud/new_previewLukas Reschke2016-11-032-19/+49
|\ | | | | Improve previews
| * 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>
* | Merge pull request #1908 from nextcloud/downstream-26078Morris Jobke2016-11-033-35/+139
|\ \ | |/ |/| Upload autorename on client side
| * Upload autorename on client sideVincent Petry2016-11-023-35/+139
| | | | | | | | | | | | | | | | | | | | | | Removes the need for POST to collection which would hit against upload limits. The client tries to auto rename the file by adding a suffix "(2)". It tries to use the file list on the client side to guess a suitable name. In case a file still cannot be uploaded and creates a conflict, which can happen when the file was concurrently uploaded, the logic will continue increasing the suffix.
* | Merge pull request #1915 from nextcloud/downstream-26398Lukas Reschke2016-11-031-8/+6
|\ \ | | | | | | Add using casing check/fix for initMountPoints
| * | Add using casing check/fix for initMountPointsVincent Petry2016-11-021-8/+6
| |/
* | [tx-robot] updated from transifexNextcloud bot2016-11-0368-68/+68
| |
* | Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-023-6/+0
|\ \ | |/ |/| Remove send mail option
| * remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-023-6/+0
| | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-025-34/+1
|/ | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-021-1/+2
|\ | | | | New share provider: Share by mail
| * update permissionsBjoern Schiessle2016-11-011-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2016-11-022-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2016-11-014-4/+24
|
* [tx-robot] updated from transifexNextcloud bot2016-10-3112-2/+66
|
* [tx-robot] updated from transifexNextcloud bot2016-10-302-0/+14
|
* Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10nLukas Reschke2016-10-295-18/+16
|\ | | | | Move away from legacy OC_L10N