summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-02-272-2/+2
|
* Merge pull request #3449 from nextcloud/notify-subfolder-self-testRoeland Jago Douma2017-02-151-3/+8
|\ | | | | Make the notify self test for subfolders more reliable
| * fix self test for non leading slashRobin Appelman2017-02-101-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-02-152-0/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-142-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-02-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-022-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-02-012-2/+2
|
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-303-47/+31
|\ | | | | Login credential store
| * minor version bumpChristoph Wurst2017-01-171-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * always allow remembered loginChristoph Wurst2017-01-111-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * fix constructor params in failing testChristoph Wurst2017-01-111-6/+9
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2017-01-312-26/+136
| |
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-3010-49/+449
|\ \ | | | | | | Add self-test for files_external:notify
| * | update autoloaderRobin Appelman2017-01-272-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add unit tests for smb notify backendRobin Appelman2017-01-272-0/+48
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add notify self testRobin Appelman2017-01-271-1/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add missing smb filesRobin Appelman2017-01-274-0/+185
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\ \ \ | | | | | | | | Add proper default value for datadir
| * | | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Revert "update icewind/streams to 0.5.2"Robin Appelman2017-01-1910-135/+57
| | | | | | | | | | | | | | | | This reverts commit d5728b3f117ff3b7ab45a4672f4999f7225b875b.
| * | | update icewind/streams to 0.5.2Robin Appelman2017-01-1910-57/+135
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-302-2/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-292-0/+14
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-01-272-0/+2
| | |
* | | update icewind/streams to 0.5.2Robin Appelman2017-01-2610-57/+135
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix test mocksMorris Jobke2017-01-201-0/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Add the icons for shipped appsJoas Schilling2017-01-192-3/+19
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-171-3/+3
|\ \ | | | | | | Markdown support for app descriptions
| * | Fix "broken" app descriptionsJoas Schilling2017-01-131-3/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2017-01-162-2/+2
|/
* Merge pull request #2925 from nextcloud/remove-close-wrapperRoeland Jago Douma2017-01-105-115/+105
|\ | | | | replace close:// streamwrapper with CallBackWrapper
| * replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-115/+105
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-01-092-4/+4
|/
* Merge pull request #2676 from nextcloud/smb-2.0.0Morris Jobke2017-01-0523-299/+431
|\ | | | | Update icewind/smb to 2.0.0
| * Update icewind/smb to 2.0.0Robin Appelman2017-01-0523-299/+431
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-01-052-2/+40
|/
* [tx-robot] updated from transifexNextcloud bot2017-01-042-24/+44
|
* [tx-robot] updated from transifexNextcloud bot2017-01-022-0/+2
|
* Add files_external webdav apache testsRoeland Jago Douma2016-12-292-0/+40
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-12-292-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2016-12-2654-450/+54
|
* Add SMB tests and execute files_external testsLukas Reschke2016-12-207-261/+81
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-12-208-2/+10
|
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\ | | | | Fix order of parameters when getting notified of smb renames