aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Get the user folder of the correct userJoas Schilling2017-03-093-51/+68
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3621 from kuimovvg/masterRoeland Jago Douma2017-03-091-0/+1
|\ \ \ \ | |/ / / |/| | | don't setted status when file is lock
| * | | don't setted status when file is lockvkuimov2017-02-251-0/+1
| | | |
* | | | Merge pull request #3611 from nextcloud/announce-trsuted-server-endpointsBjörn Schießle2017-03-091-0/+14
|\ \ \ \ | |_|/ / |/| | | Announce trusted server endpoints
| * | | add new routes for trusted servers which are more align with the other ↵Bjoern Schiessle2017-03-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | end-points Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #3360 from nextcloud/dav-searchRobin Appelman2017-03-083-0/+572
|\ \ \ \ | | | | | | | | | | Implement webdav SEARCH
| * | | | add tests for filesearchbackendRobin Appelman2017-03-012-7/+303
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Implement webdav SEARCHRobin Appelman2017-03-012-6/+206
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | add icewind/searchdavRobin Appelman2017-02-281-0/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #3757 from nextcloud/issue-2887-no-subsystem-for-lockingRoeland Jago Douma2017-03-082-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add new user agent of windows 10 dav backend
| * | | | | Set a status code when setting a bodyJoas Schilling2017-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add new user agent of windows 10 dav backendJoas Schilling2017-03-071-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Thanks Microsoft Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #3725 from ↵Roeland Jago Douma2017-03-082-1/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/issue-fac-55-mimetype-detection-on-public-uploads Fix mimetype detection on public uploads for the workflow engine
| * | | | | Fix admin panel missing some JS filesJoas Schilling2017-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix mimetype detection on public uploads for the workflow engineJoas Schilling2017-03-061-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-086-4/+52
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-03-072-8/+8
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-0610-6/+214
| | | |