summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Fix more testsRoeland Jago Douma2016-10-282-15/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move away from OC_L10NRoeland Jago Douma2016-10-283-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-292-0/+22
|/
* [tx-robot] updated from transifexNextcloud bot2016-10-286-4/+24
|
* [tx-robot] updated from transifexNextcloud bot2016-10-278-0/+34
|
* Merge pull request #1907 from nextcloud/downstream-26164Morris Jobke2016-10-263-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 Petry2016-10-253-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 transifexNextcloud bot2016-10-2672-72/+94
| |
* | Fix malformed attribute in files appVincent Petry2016-10-251-1/+1
|/
* Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-253-7/+7
|\ | | | | Storage 503 message improvements
| * Storage 503 message improvementsVincent Petry2016-10-243-7/+7
| | | | | | | | | | "Storage not available" is now "Storage temporarily not available". Exceptions are now logged in DEBUG level, not FATAL.