summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-1810-0/+182
|
* Merge pull request #3887 from nextcloud/downstream-26379Morris Jobke2017-03-173-0/+377
|\ | | | | Add CleanupRemoteStorages command
| * Safer queriesJoas Schilling2017-03-171-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Better outputJoas Schilling2017-03-171-10/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add CleanupRemoteStorages commandJörn Friedrich Dreyer2017-03-173-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup files, address review Fix CleanupRemoteStoragesTest tests Fix test expectation. Added files count to check filecache deletion. Sort by numeric id for deterministic test results Removed precise order test and added storage check Remove inaccurate removal message check which has a different order on Oracle. Added more checks to confirm that existing storages still exist. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3886 from nextcloud/downstream-26995Joas Schilling2017-03-172-1/+13
|\ \ | | | | | | Chunking NG: Assemble in natural sort order of files
| * | Chunking NG: Assemble in natural sort order of filesMarkus Goetz2017-03-172-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For https://github.com/owncloud/client/pull/5476 Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc. As per the spec "The name of every chunk should be its chunk number." https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2824 from nextcloud/ext-storage-expireversionsMorris Jobke2017-03-163-10/+29
|\ \ \ | |_|/ |/| | Properly expire ext storage versions (#26601)
| * | Properly expire ext storage versions (#26601)Vincent Petry2017-03-103-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Properly expire ext storage versions System-wide external storages have no real owner so the current user is used as owner. However when running cron.php there is no current user, so no expiry can be done. This fix adds an user argument to the expire() function to tell for which user to expire files. This information is anyway always available now through the expire command job. * Move version expire setupFS into the expire function * Add comment about not tearing down in version Storage::expire() Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-1736-498/+838
| |/ |/|
* | Merge pull request #3679 from nextcloud/socialsharingLukas Reschke2017-03-161-0/+19
|\ \ | | | | | | Add social sharing
| * | Fix layout of sharing buttonsMorris Jobke2017-03-141-0/+8
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Move social buttons to menuRoeland Jago Douma2017-03-031-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * If there are social sharing buttons move them and the copy action to a menu * If there are no social sharing buttons just leave the copy action where it is directly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Don't set the HTTP status twiceJoas Schilling2017-03-161-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #3802 from Ko-/masterRoeland Jago Douma2017-03-162-2/+6
|\ \ \ | | | | | | | | Check that set_time_limit is not disabled before calling it
| * | | Check that set_time_limit is not disabled before calling itKo-2017-03-112-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* | | | Fix scheduling plugin on legacy caldav endpointJoas Schilling2017-03-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-1650-68/+18
| | | |
* | | | Merge pull request #3788 from nextcloud/fed-share-modifyRoeland Jago Douma2017-03-152-21/+59
|\ \ \ \ | | | | | | | | | | Add api to change the remote of an incoming federated share
| * | | | Add api to change the remote of an incoming federated shareRobin Appelman2017-03-102-21/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #3848 from nextcloud/remove-single-quotes-around-search-queryRoeland Jago Douma2017-03-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove single quotes around search query like in user search
| * | | | | Remove single quotes around search query like in user searchJoas Schilling2017-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #3841 from nextcloud/encyryption-trash-binBjörn Schießle2017-03-154-14/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | Delete files on encryption error
| * | | | | | delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-142-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | | | always throw a encryption exceptionBjoern Schiessle2017-03-142-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-1512-30/+126
| | | | | | |
* | | | | | | fix mockMaxence Lange2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | switch reshares to trueMaxence Lange2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | | | | | | Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | added method needsPartFile() in Storage
| * | | | | | | added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | | | | | | | Merge pull request #3824 from nextcloud/dav-search-getlastmodifiedRobin Appelman2017-03-142-3/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | fix searching and ordering on getlastmodified
| * | | | | | | safer casting of datetimeRobin Appelman2017-03-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix unit testMorris Jobke2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | fix searching and ordering on getlastmodifiedRobin Appelman2017-03-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-148-6/+20
| | | | | | | |
* | | | | | | | Merge pull request #3648 from nextcloud/sabre-3.2.2Lukas Reschke2017-03-131-6/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | [3rdparty] Bump sabre/dav to 3.2.2
| * | | | | | | Fix testsRoeland Jago Douma2017-03-101-6/+6
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #3822 from nextcloud/webui-upoad-no-mtimeRobin Appelman2017-03-131-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dont preserve mtime when uploading trough the web interface
| * | | | | | | dont preserve mtime when uploading trough the web interfaceRobin Appelman2017-03-131-5/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / | | | | | use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-135-59/+59
|/ / / / / /
* | | | | | Merge pull request #3772 from nextcloud/favorite-searchMorris Jobke2017-03-132-10/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow searching for favorites
| * | | | | | Allow searching for favoritesRobin Appelman2017-03-082-10/+21
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-136-2/+64
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-1212-32/+210
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-03-114-2/+14
| |/ / / |/| | |
* | | | Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-102-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Schneider <stefan.schneider@squareweave.com.au>
* | | | Merge pull request #3690 from nextcloud/cleanup-legacy-groups-classMorris Jobke2017-03-095-18/+33
|\ \ \ \ | | | | | | | | | | Remove legacy class OC_Group and OC_User
| * | | | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-095-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-03-1010-8/+210
|/ / / /
* | | | Merge pull request #3693 from nextcloud/get-user-folder-of-correct-userRoeland Jago Douma2017-03-093-51/+68
|\ \ \ \ | | | | | | | | | | Get the user folder of the correct user for mention notifications