summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-174-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-162-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-144-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-09-134-8/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-09-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-09-082-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-09-062-0/+6
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [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
| |