summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\ | | | | Fix order of parameters when getting notified of smb renames
| * Fix order of parameters when getting notified of smb renamesRobin Appelman2016-12-071-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1678 from nextcloud/smb-stat-rootLukas Reschke2016-12-161-2/+44
|\ \ | | | | | | Fix mtimes for share root
| * | Fix mtimes for share rootRobin Appelman2016-10-111-2/+44
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Show theming icons on external storage foldersJulius Haertl2016-12-121-1/+5
| |/ |/| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Fix link to external storage settings on error notificationFelix A. Epp2016-11-261-1/+1
| | | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* | [tx-robot] updated from transifexNextcloud bot2016-11-264-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-212-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-202-0/+16
| |
* | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-100/+8
|\ \ | | | | | | Add S3 objectstore backend
| * | split off s3 connection logicRobin Appelman2016-11-161-100/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-174-0/+20
|/ /
* | Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2016-11-1010-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-0852-52/+52
| |
* | Fix translation stringJoas Schilling2016-11-071-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-11-024-0/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2016-11-014-18/+84
| |
* | Use OCP\\IL10N in tests tooMorris Jobke2016-10-281-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2016-10-252-0/+4
| |
* | Switch to public APIJoas Schilling2016-10-211-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-10-172-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-152-2/+2
| |
* | Readd Notify commandRoeland Jago Douma2016-10-121-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move console command registration to info.xml for encryption as well as ↵Thomas Müller2016-10-122-60/+13
|/ | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-10-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-084-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-10-032-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-022-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-012-0/+4
|
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-281-4/+1
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-271-4/+1
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2016-09-282-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-262-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-252-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-232-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-09-222-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-09-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-09-182-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-09-172-4/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-152-28/+106
|
* [tx-robot] updated from transifexNextcloud bot2016-09-092-0/+2
|
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-23/+32
|
* Cleanup files_external command importsRoeland Jago Douma2016-09-063-14/+0
|
* Merge pull request #1245 from nextcloud/get-external-mountsMorris Jobke2016-09-063-29/+68
|\ | | | | get files_external mounts more efficiently
| * get files_external mounts more efficientlyRobin Appelman2016-09-053-29/+68
| |
* | Fix getMock files_externalRoeland Jago Douma2016-09-0610-34/+59
|/