Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Fix more tests | Roeland Jago Douma | 2016-10-28 | 2 | -15/+13 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-29 | 2 | -0/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-28 | 6 | -4/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-27 | 8 | -0/+34 |
| | |||||
* | Merge pull request #1907 from nextcloud/downstream-26164 | Morris Jobke | 2016-10-26 | 3 | -5/+15 |
|\ | | | | | Highlight files and update storage stats at end of upload (#26164) | ||||
| * | Highlight files and update storage stats at end of upload (#26164) | Vincent Petry | 2016-10-25 | 3 | -5/+15 |
| | | | | | | | | | | Properly trigger the "stop" even from the uploader. Also update storage stats at the end of all uploads instead of for each upload. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-26 | 72 | -72/+94 |
| | | |||||
* | | Fix malformed attribute in files app | Vincent Petry | 2016-10-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1883 from nextcloud/downstream-26145 | Morris Jobke | 2016-10-25 | 3 | -7/+7 |
|\ | | | | | Storage 503 message improvements | ||||
| * | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 3 | -7/+7 |
| | | | | | | | | | | "Storage not available" is now "Storage temporarily not available". Exceptions are now logged in DEBUG level, not FATAL. |