Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-17 | 44 | -408/+414 |
| | |||||
* | Merge pull request #2123 from nextcloud/downstream-26522 | Joas Schilling | 2016-11-16 | 2 | -2/+34 |
|\ | | | | | Skip hidden files when counting visible files in list | ||||
| * | Skip hidden files when counting visible files in list (#26522) | Vincent Petry | 2016-11-14 | 2 | -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.0 | Joas Schilling | 2016-11-16 | 8 | -50/+50 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove the old activity extension | Joas Schilling | 2016-11-16 | 3 | -720/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add back the support for the short translations | Joas Schilling | 2016-11-16 | 1 | -4/+68 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Don't even try to combine when the subject is different | Joas Schilling | 2016-11-16 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Provider for the files app | Joas Schilling | 2016-11-16 | 5 | -0/+226 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Register the settings of the files app via info.xml | Joas Schilling | 2016-11-16 | 7 | -20/+499 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move the favorites filter to IFilter | Joas Schilling | 2016-11-16 | 6 | -94/+167 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Move files filter to IFilter | Joas Schilling | 2016-11-16 | 3 | -15/+104 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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-26546 | Morris Jobke | 2016-11-15 | 1 | -3/+3 |
|\ \ | | | | | | | Transfer ownership now returns exit code on error | ||||
| * | | Transfer ownership now returns exit code on error (#26546) | Vincent Petry | 2016-11-14 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #2119 from nextcloud/downstream-26555 | Roeland Jago Douma | 2016-11-14 | 1 | -1/+5 |
|\ \ | | | | | | | disabling dropping on dragging objects temporarily | ||||
| * | | disabling dropping on dragging objects temporarily | Michael Jobst | 2016-11-14 | 1 | -1/+5 |
| |/ | | | | | | | better solution | ||||
* | | Merge pull request #2115 from nextcloud/oc_26527 | Roeland Jago Douma | 2016-11-14 | 1 | -15/+21 |
|\ \ | | | | | | | Skip broken shares when transferring ownership (#26527) | ||||
| * | | Skip broken shares when transferring ownership (#26527) | Vincent Petry | 2016-11-14 | 1 | -15/+21 |
| |/ | |||||
* | | Merge pull request #2110 from nextcloud/oc_26526 | Roeland Jago Douma | 2016-11-14 | 1 | -1/+1 |
|\ \ | | | | | | | First process group shares and then user shares | ||||
| * | | First process group shares and then user shares | Vincent Petry | 2016-11-14 | 1 | -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 stamp | Thomas Müller | 2016-11-14 | 1 | -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 transifex | Nextcloud bot | 2016-11-14 | 6 | -56/+102 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-12 | 4 | -44/+124 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-10 | 6 | -0/+46 |
| | |||||
* | Merge pull request #1618 from nextcloud/show-folder-shared-status | Morris Jobke | 2016-11-08 | 2 | -7/+43 |
|\ | | | | | make it possible to share the current folder | ||||
| * | update breadcrumb view whenever the share information on the directory info ↵ | Christoph Wurst | 2016-11-07 | 1 | -5/+5 |
| | | | | | | | | | | | | model changes Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | let users share the curren folder | Christoph Wurst | 2016-11-07 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | show whether the current folder was shared or not | Christoph Wurst | 2016-11-07 | 2 | -0/+33 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-08 | 4 | -12/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-07 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-06 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-05 | 4 | -0/+16 |
| | |||||
* | Merge pull request #1741 from nextcloud/new_preview | Lukas Reschke | 2016-11-03 | 2 | -19/+49 |
|\ | | | | | Improve previews | ||||
| * | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -13/+32 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Update thumbnail endpoint to new generato | Roeland Jago Douma | 2016-11-03 | 1 | -6/+17 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #1908 from nextcloud/downstream-26078 | Morris Jobke | 2016-11-03 | 3 | -35/+139 |
|\ \ | |/ |/| | Upload autorename on client side | ||||
| * | Upload autorename on client side | Vincent Petry | 2016-11-02 | 3 | -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-26398 | Lukas Reschke | 2016-11-03 | 1 | -8/+6 |
|\ \ | | | | | | | Add using casing check/fix for initMountPoints | ||||
| * | | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 1 | -8/+6 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-03 | 68 | -68/+68 |
| | | |||||
* | | Merge pull request #1978 from nextcloud/remove-send-mail-option | Morris Jobke | 2016-11-02 | 3 | -6/+0 |
|\ \ | |/ |/| | Remove send mail option | ||||
| * | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 3 | -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 Petry | 2016-11-02 | 5 | -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-mail | Joas Schilling | 2016-11-02 | 1 | -1/+2 |
|\ | | | | | New share provider: Share by mail | ||||
| * | update permissions | Bjoern Schiessle | 2016-11-01 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-02 | 2 | -0/+20 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-01 | 4 | -4/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-31 | 12 | -2/+66 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-30 | 2 | -0/+14 |
| | |||||
* | Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10n | Lukas Reschke | 2016-10-29 | 5 | -18/+16 |
|\ | | | | | Move away from legacy OC_L10N |