summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-272-0/+6
|
* Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfoMorris Jobke2018-08-242-2/+19
|\ | | | | prefer using dir instead of allinfo for getting smb file info
| * fix missing importRobin Appelman2018-08-241-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * assume the same timezone when using local domain names for smbRobin Appelman2018-08-231-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * improved fallback of timezone detectionRobin Appelman2018-08-231-1/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * use dir instead of allinfo where possibleRobin Appelman2018-08-221-0/+12
| |
* | Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\ \ | | | | | | retry smb stat on timeout
| * | retry stat on timeoutRobin Appelman2018-08-081-1/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+30
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-2328-72/+0
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-222-2/+2
| | |
* | | log entries that are hidden during file listingRobin Appelman2018-08-161-11/+25
| |/ |/| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10548 from nextcloud/fix/10430/update_icewind_streamsRoeland Jago Douma2018-08-089-39/+136
|\ \ | |/ |/| Update icewind/streams
| * Update icewind/streamsRoeland Jago Douma2018-08-069-39/+136
| | | | | | | | | | | | Fixes #10430 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-08-072-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-064-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-054-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-08-0412-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-08-03112-114/+114
|
* Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-024-20/+36
|\ | | | | Settings design polishing
| * files_external: Fix jsunit testsJulius Härtl2018-08-021-10/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * files_external: Add description to settingsJulius Härtl2018-08-011-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * files_external: Move delete option to 3-dots menuJulius Härtl2018-08-013-10/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-08-022-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-274-2/+10
|
* Add group iconJulius Härtl2018-07-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-226-0/+10
|
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-194-0/+4
|
* Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retryMorris Jobke2018-07-111-3/+17
|\ | | | | also retry rename operation on InvalidArgumentException
| * also retry rename operation on InvalidArgumentExceptionRobin Appelman2018-06-271-3/+17
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-07-1016-6/+28
| |
* | Improved logging of smb connection errorsRobin Appelman2018-07-031-0/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-282-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-278-0/+8
|/
* Merge pull request #9635 from nextcloud/smb-kerberosRobin Appelman2018-06-265-15/+76
|\ | | | | Add support for using kerberos ticket to authenticate to smb servers
| * Add support for using kerberos ticket to authenticate to smb serversRobin Appelman2018-06-225-15/+76
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-252-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-242-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-06-22110-134/+134
|
* use DAV instead of SMB for deletion testsRobin Appelman2018-06-211-5/+4
| | | | | | SMB storages can't be constructed on drone because of missing dependencies Signed-off-by: Robin Appelman <robin@icewind.nl>
* update icewind/smb to 3.0.0Robin Appelman2018-06-2134-433/+840
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #9946 from ↵John Molakvoæ2018-06-212-7/+4
|\ | | | | | | | | nextcloud/bugfix/noid/files-external-settings-layout Fix files_external settings layout
| * Fix files_external setings layoutJulius Härtl2018-06-212-7/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>